Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ppc64 test fails off of tip of the master branch.; #2705

Open
ralphbellofatto opened this issue Mar 15, 2015 · 7 comments
Open

ppc64 test fails off of tip of the master branch.; #2705

ralphbellofatto opened this issue Mar 15, 2015 · 7 comments

Comments

@ralphbellofatto
Copy link

we got a snapshot of the tip of the master jruby branch to test running on ppc64.

When we ran "mvn -Ptest" as suggested in the BUILDING.md file we get the following error summary:

[INFO] --- tesla-polyglot-maven-plugin:0.1.1:execute (install_gems) @ jruby-lib ---
using jruby 1.7.20-SNAPSHOT
Mar 15, 2015 6:35:13 PM jnr.ffi.provider.jffi.NativeRuntime buildNativeTypeAliases
SEVERE: failed to load type aliases: java.lang.ClassNotFoundException: jnr.ffi.provider.jffi.platform.ppc64.linux.TypeAliases
install gems unless already installed
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JRuby Integration Tests 1.7.20-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jruby-tests ---
[INFO]
[INFO] --- gem-maven-plugin:1.0.7:initialize (default) @ jruby-tests ---
[INFO] Unrecognized option: -client
[INFO] Error: Could not create the Java Virtual Machine.
[INFO] Error: A fatal exception has occurred. Program will exit.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JRuby .............................................. SUCCESS [  0.417 s]
[INFO] JRuby Core ......................................... SUCCESS [04:28 min]
[INFO] JRuby Ext .......................................... SUCCESS [  0.004 s]
[INFO] JRuby Readline ..................................... SUCCESS [  0.623 s]
[INFO] JRuby Ripper ....................................... SUCCESS [  0.240 s]
[INFO] JRuby Lib Setup .................................... SUCCESS [  7.239 s]
[INFO] JRuby Integration Tests ............................ FAILURE [  0.560 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:37 min
[INFO] Finished at: 2015-03-15T18:35:15-04:00
[INFO] Final Memory: 50M/385M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal de.saumya.mojo:gem-maven-plugin:1.0.7:initialize (default) on project jruby-tests: Execution default of goal de.saumya.mojo:gem-maven-plugin:1.0.7:initialize failed: Java returned: 1 -> [Help 1]

here is the "complete" results output from maven:

[INFO] Scanning for projects...
[WARNING]  
[WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-tests:jar:1.7.20-SNAPSHOT
[WARNING] 'dependencies.dependency.systemPath' for org.jruby:requireTest:jar should not point at files within the project directory, ${project.basedir}/requireTest-1.0.jar will be unresolvable by dependent projects @ org.jruby:jruby-tests:[unknown-version], /home/ralphbel/jruby/jruby-jruby-1_7/test/pom.xml, line 83, column 19
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] JRuby
[INFO] JRuby Core
[INFO] JRuby Ext
[INFO] JRuby Readline
[INFO] JRuby Ripper
[INFO] JRuby Lib Setup
[INFO] JRuby Integration Tests
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JRuby 1.7.20-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jruby-parent ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JRuby Core 1.7.20-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jruby-core ---
[INFO] 
[INFO] --- properties-maven-plugin:1.0-alpha-2:read-project-properties (properties) @ jruby-core ---
[WARNING] Ignoring missing properties file: /home/ralphbel/jruby/jruby-jruby-1_7/core/../build.properties
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.2:create (jruby-revision) @ jruby-core ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd /home/ralphbel/jruby/jruby-jruby-1_7/core && git rev-parse --verify --short=7 HEAD
[INFO] Working directory: /home/ralphbel/jruby/jruby-jruby-1_7/core
[INFO] Storing buildNumber: null at timestamp: 1426458639463
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd /home/ralphbel/jruby/jruby-jruby-1_7/core && git rev-parse --verify --short=7 HEAD
[INFO] Working directory: /home/ralphbel/jruby/jruby-jruby-1_7/core
[INFO] Storing buildScmBranch: UNKNOWN_BRANCH
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jruby-core ---
[INFO] Using 'utf-8' encoding to copy filtered resources.
[INFO] Copying 44 resources
[INFO] Copying 1 resource
[INFO] Copying 1 resource to /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (anno) @ jruby-core ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jruby-core ---
[INFO] Compiling 4 source files to /home/ralphbel/jruby/jruby-jruby-1_7/core/target/classes
[WARNING] bootstrap class path not set in conjunction with -source 1.6
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-populators) @ jruby-core ---
[INFO] Source directory: /home/ralphbel/jruby/jruby-jruby-1_7/core/target/generated-sources added.
[INFO] 
[INFO] --- exec-maven-plugin:1.2.1:exec (invoker-generator) @ jruby-core ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (populators) @ jruby-core ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (eclipse-hack) @ jruby-core ---
[INFO] Not compiling main sources
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jruby-core ---
[INFO] Using 'utf-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jruby-core ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ jruby-core ---
[INFO] Surefire report directory: /home/ralphbel/jruby/jruby-jruby-1_7/core/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
Running org.jruby.util.MurmurHashTest
Running org.jruby.util.log.ParameterizedWriterTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec - in org.jruby.util.MurmurHashTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec - in org.jruby.util.log.ParameterizedWriterTest
Running org.jruby.embed.util.SystemPropertyCatcherTest
Running org.jruby.embed.ConstantCompilationTest
Running org.jruby.embed.jsr223.JRubyEngineTest
Running org.jruby.util.RubyTimeOutputFormatterTest
Running org.jruby.embed.ReaderInputStreamTest
Running org.jruby.embed.bsf.JRubyEngineTest
Running org.jruby.util.URLResourceTest
Running org.jruby.embed.ScriptingContainerTest
Running org.jruby.util.JRubyThreadContextTest
Running org.jruby.embed.internal.ConcurrentLocalContextProviderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec - in org.jruby.embed.util.SystemPropertyCatcherTest
Running org.jruby.util.JarResourceTest
Running org.jruby.embed.IsolatedScriptingContainerTest
Running org.jruby.util.ShellLauncherTest
Running org.jruby.embed.internal.BiVariableMapTest
Running org.jruby.embed.jsr223.JRubyCompiledScriptTest
Running org.jruby.embed.internal.SingleThreadLocalContextProviderTest
Running org.jruby.test.MainTestSuite
Running org.jruby.util.log.StandardErrorLoggerTest
Running org.jruby.embed.jsr223.JRubyEngineFactoryTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 sec - in org.jruby.util.RubyTimeOutputFormatterTest
Running org.jruby.embed.internal.ThreadSafeLocalContextProviderTest
Running org.jruby.util.SipHashInlineTest
Running org.jruby.util.RandomTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 sec - in org.jruby.util.log.StandardErrorLoggerTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 sec - in org.jruby.util.URLResourceTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 sec - in org.jruby.util.RandomTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 sec - in org.jruby.util.SipHashInlineTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.335 sec - in org.jruby.util.JarResourceTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.36 sec - in org.jruby.embed.jsr223.JRubyEngineFactoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.316 sec - in org.jruby.embed.IsolatedScriptingContainerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.71 sec - in org.jruby.embed.ConstantCompilationTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.323 sec - in org.jruby.embed.internal.SingleThreadLocalContextProviderTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.39 sec - in org.jruby.embed.internal.ConcurrentLocalContextProviderTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.158 sec - in org.jruby.embed.ReaderInputStreamTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.232 sec - in org.jruby.util.ShellLauncherTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.262 sec - in org.jruby.embed.internal.ThreadSafeLocalContextProviderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.698 sec - in org.jruby.util.JRubyThreadContextTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.6 sec - in org.jruby.embed.jsr223.JRubyCompiledScriptTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.042 sec - in org.jruby.embed.bsf.JRubyEngineTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.806 sec - in org.jruby.embed.internal.BiVariableMapTest
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.816 sec - in org.jruby.embed.jsr223.JRubyEngineTest
Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 169.287 sec - in org.jruby.embed.ScriptingContainerTest
Tests run: 179, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 249.684 sec - in org.jruby.test.MainTestSuite

Results :

Tests run: 410, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-bundle-plugin:2.4.0:manifest (default) @ jruby-core ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jruby-core ---
[INFO] Building jar: /home/ralphbel/jruby/jruby-jruby-1_7/core/target/jruby-core-1.7.20-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-shade-plugin:2.1:shade (pack jruby.jar) @ jruby-core ---
[INFO] Including org.ow2.asm:asm:jar:5.0.3 in the shaded jar.
[INFO] Including org.ow2.asm:asm-commons:jar:5.0.3 in the shaded jar.
[INFO] Including org.ow2.asm:asm-tree:jar:5.0.3 in the shaded jar.
[INFO] Including org.ow2.asm:asm-analysis:jar:5.0.3 in the shaded jar.
[INFO] Including org.ow2.asm:asm-util:jar:5.0.3 in the shaded jar.
[INFO] Including org.jruby.joni:joni:jar:2.1.3 in the shaded jar.
[INFO] Including com.github.jnr:jnr-netdb:jar:1.1.2 in the shaded jar.
[INFO] Including com.github.jnr:jnr-enxio:jar:0.7 in the shaded jar.
[INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar.
[INFO] Including com.github.jnr:jnr-unixsocket:jar:0.6 in the shaded jar.
[INFO] Including com.github.jnr:jnr-posix:jar:3.0.10 in the shaded jar.
[INFO] Including org.jruby.extras:bytelist:jar:1.0.11 in the shaded jar.
[INFO] Including com.github.jnr:jnr-constants:jar:0.8.6 in the shaded jar.
[INFO] Including org.jruby.jcodings:jcodings:jar:1.0.10 in the shaded jar.
[INFO] Including com.github.jnr:jnr-ffi:jar:2.0.2 in the shaded jar.
[INFO] Including com.github.jnr:jffi:jar:1.2.8 in the shaded jar.
[INFO] Including com.github.jnr:jffi:jar:native:1.2.8 in the shaded jar.
[INFO] Including org.yaml:snakeyaml:jar:1.13 in the shaded jar.
[INFO] Including com.jcraft:jzlib:jar:1.1.3 in the shaded jar.
[INFO] Including com.headius:invokebinder:jar:1.2 in the shaded jar.
[INFO] Including com.martiansoftware:nailgun-server:jar:0.9.1 in the shaded jar.
[INFO] Including org.jruby:yecht:jar:1.0 in the shaded jar.
[INFO] Including joda-time:joda-time:jar:2.5 in the shaded jar.
[INFO] Including com.headius:options:jar:1.2 in the shaded jar.
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JRuby Ext 1.7.20-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jruby-ext ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JRuby Readline 1.0
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ readline ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ readline ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/ralphbel/jruby/jruby-jruby-1_7/ext/readline/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ readline ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:copy (copy jline) @ readline ---
[INFO] Configured Artifact: jline:jline:2.11:jar
[INFO] jline:jline:2.11:jar already exists in /home/ralphbel/jruby/jruby-jruby-1_7/ext/readline/../../lib/ruby/shared/readline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ readline ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/ralphbel/jruby/jruby-jruby-1_7/ext/readline/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ readline ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ readline ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ readline ---
[INFO] 
[INFO] --- maven-shade-plugin:2.1:shade (default) @ readline ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JRuby Ripper 1.7.20-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ ripper ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ripper ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/ralphbel/jruby/jruby-jruby-1_7/ext/ripper/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ ripper ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ripper ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/ralphbel/jruby/jruby-jruby-1_7/ext/ripper/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ ripper ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ ripper ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ripper ---
[INFO] 
[INFO] --- maven-shade-plugin:2.1:shade (default) @ ripper ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JRuby Lib Setup 1.7.20-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for rubygems:atomic:gem:1.1.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jruby-lib ---
[INFO] 
[INFO] --- tesla-polyglot-maven-plugin:0.1.1:execute (install_gems) @ jruby-lib ---
using jruby 1.7.20-SNAPSHOT
install gems unless already installed
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JRuby Integration Tests 1.7.20-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jruby-tests ---
[INFO] 
[INFO] --- gem-maven-plugin:1.0.7:initialize (default) @ jruby-tests ---
[INFO] Unrecognized option: -client
[INFO] Error: Could not create the Java Virtual Machine.
[INFO] Error: A fatal exception has occurred. Program will exit.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] JRuby .............................................. SUCCESS [  0.417 s]
[INFO] JRuby Core ......................................... SUCCESS [04:28 min]
[INFO] JRuby Ext .......................................... SUCCESS [  0.004 s]
[INFO] JRuby Readline ..................................... SUCCESS [  0.623 s]
[INFO] JRuby Ripper ....................................... SUCCESS [  0.240 s]
[INFO] JRuby Lib Setup .................................... SUCCESS [  7.239 s]
[INFO] JRuby Integration Tests ............................ FAILURE [  0.560 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:37 min
[INFO] Finished at: 2015-03-15T18:35:15-04:00
[INFO] Final Memory: 50M/385M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal de.saumya.mojo:gem-maven-plugin:1.0.7:initialize (default) on project jruby-tests: Execution default of goal de.saumya.mojo:gem-maven-plugin:1.0.7:initialize failed: Java returned: 1 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :jruby-tests

@ralphbellofatto
Copy link
Author

adding the -X option to the above we get the following operating information:

Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 2014-12-14T12:29:23-05:00)
Maven home: /opt/apache-maven-3.2.5
Java version: 1.8.0_31, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-229.el7.ppc64", arch: "ppc64", family: "unix"

@ralphbellofatto ralphbellofatto changed the title ppc64 test fails off of tip of the master branch. ppc64;e test fails off of tip of the master branch.; Mar 15, 2015
@ralphbellofatto ralphbellofatto changed the title ppc64;e test fails off of tip of the master branch.; ppc64le test fails off of tip of the master branch.; Mar 15, 2015
@ralphbellofatto ralphbellofatto changed the title ppc64le test fails off of tip of the master branch.; ppc64 test fails off of tip of the master branch.; Mar 15, 2015
@mkristian
Copy link
Member

could you provide me with the output of
mvn <goals> -rf :jruby-tests -Djruby.debug
since I am not able to run it myself on a ppc64 machine.

@ralphbellofatto
Copy link
Author

I am assuming that you wanted the output from this?

[root@dccxcat jruby-jruby-1_7]# mvn -Ptest -rf :jruby-tests -Djruby.debug | tee jruby.debug.log

And this is the result:

[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-tests:jar:1.7.20-SNAPSHOT
[WARNING] 'dependencies.dependency.systemPath' for org.jruby:requireTest:jar should not point at files within the project directory, ${project.basedir}/requireTest-1.0.jar will be unresolvable by dependent projects @ org.jruby:jruby-tests:[unknown-version], /home/ralphbel/jruby/jruby-jruby-1_7/test/pom.xml, line 83, column 19
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JRuby Integration Tests 1.7.20-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jruby-tests ---
[INFO] 
[INFO] --- gem-maven-plugin:1.0.7:initialize (default) @ jruby-tests ---
[INFO] Unrecognized option: -client
[INFO] Error: Could not create the Java Virtual Machine.
[INFO] Error: A fatal exception has occurred. Program will exit.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.956 s
[INFO] Finished at: 2015-03-16T07:39:36-04:00
[INFO] Final Memory: 18M/179M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal de.saumya.mojo:gem-maven-plugin:1.0.7:initialize (default) on project jruby-tests: Execution default of goal de.saumya.mojo:gem-maven-plugin:1.0.7:initialize failed: Java returned: 1 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException

@mkristian
Copy link
Member

it was I asked for but I made mistake. any ways I uploaded a snapshot of the gem-maven-plugin. could you change https://github.com/jruby/jruby/blob/master/pom.xml#L136 to 1.0.9-SNAPSHOT and see if things are working "better" then. the -client should be gone.

@headius
Copy link
Member

headius commented Mar 16, 2015

Oh, nice find!

@ralphbellofatto
Copy link
Author

I edited the pom.xml file as directed above and now we get:

[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-tests:jar:1.7.20-SNAPSHOT
[WARNING] 'dependencies.dependency.systemPath' for org.jruby:requireTest:jar should not point at files within the project directory, ${project.basedir}/requireTest-1.0.jar will be unresolvable by dependent projects @ line 83, column 19
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] JRuby
[INFO] JRuby Core
[INFO] JRuby Ext
[INFO] JRuby Readline
[INFO] JRuby Ripper
[INFO] JRuby Lib Setup
[INFO] JRuby Integration Tests
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JRuby 1.7.20-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jruby-parent ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JRuby Core 1.7.20-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jruby-core ---
[INFO] 
[INFO] --- properties-maven-plugin:1.0-alpha-2:read-project-properties (properties) @ jruby-core ---
[WARNING] Ignoring missing properties file: /home/ralphbel/jruby/jruby-jruby-1_7/core/../build.properties
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.2:create (jruby-revision) @ jruby-core ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd /home/ralphbel/jruby/jruby-jruby-1_7/core && git rev-parse --verify --short=7 HEAD
[INFO] Working directory: /home/ralphbel/jruby/jruby-jruby-1_7/core
[INFO] Storing buildNumber: null at timestamp: 1426528094833
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd /home/ralphbel/jruby/jruby-jruby-1_7/core && git rev-parse --verify --short=7 HEAD
[INFO] Working directory: /home/ralphbel/jruby/jruby-jruby-1_7/core
[INFO] Storing buildScmBranch: UNKNOWN_BRANCH
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jruby-core ---
[INFO] Using 'utf-8' encoding to copy filtered resources.
[INFO] Copying 44 resources
[INFO] Copying 1 resource
[INFO] Copying 1 resource to /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (anno) @ jruby-core ---
[INFO] Compiling 7 source files to /home/ralphbel/jruby/jruby-jruby-1_7/core/target/classes
[WARNING] bootstrap class path not set in conjunction with -source 1.6
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/CodegenUtils.java: /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/CodegenUtils.java uses unchecked or unsafe operations.
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/CodegenUtils.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jruby-core ---
[INFO] Compiling 1356 source files to /home/ralphbel/jruby/jruby-jruby-1_7/core/target/classes
[WARNING] bootstrap class path not set in conjunction with -source 1.6
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/StringSupport.java:[38,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/RubyIO.java:[41,25] org.jruby.util.io.DirectoryAsFileException in org.jruby.util.io has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/RubyIO.java:[43,25] org.jruby.util.io.FileExistsException in org.jruby.util.io has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/TimeOutputFormatter.java:[28,22] org.jruby.util.RubyDateFormat in org.jruby.util has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/TimeOutputFormatter.java:[28,22] org.jruby.util.RubyDateFormat in org.jruby.util has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/encoding/ISO_8859_16.java:[32,18] sun.nio.cs.US_ASCII is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/RubyFile.java:[83,25] org.jruby.util.io.DirectoryAsFileException in org.jruby.util.io has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/RubyFile.java:[85,25] org.jruby.util.io.FileExistsException in org.jruby.util.io has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/SipHashInline.java:[7,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/SunSignalFacade.java:[43,16] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/SunSignalFacade.java:[44,16] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/StringSupport.java:[38,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/RubyIO.java:[41,25] org.jruby.util.io.DirectoryAsFileException in org.jruby.util.io has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/RubyIO.java:[43,25] org.jruby.util.io.FileExistsException in org.jruby.util.io has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/TimeOutputFormatter.java:[28,22] org.jruby.util.RubyDateFormat in org.jruby.util has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/TimeOutputFormatter.java:[28,22] org.jruby.util.RubyDateFormat in org.jruby.util has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/encoding/ISO_8859_16.java:[32,18] sun.nio.cs.US_ASCII is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/RubyFile.java:[83,25] org.jruby.util.io.DirectoryAsFileException in org.jruby.util.io has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/RubyFile.java:[85,25] org.jruby.util.io.FileExistsException in org.jruby.util.io has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/SipHashInline.java:[7,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/SunSignalFacade.java:[43,16] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/SunSignalFacade.java:[44,16] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/StringSupport.java:[38,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/RubyIO.java:[41,25] org.jruby.util.io.DirectoryAsFileException in org.jruby.util.io has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/RubyIO.java:[43,25] org.jruby.util.io.FileExistsException in org.jruby.util.io has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/TimeOutputFormatter.java:[28,22] org.jruby.util.RubyDateFormat in org.jruby.util has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/TimeOutputFormatter.java:[28,22] org.jruby.util.RubyDateFormat in org.jruby.util has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/encoding/ISO_8859_16.java:[32,18] sun.nio.cs.US_ASCII is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/RubyFile.java:[83,25] org.jruby.util.io.DirectoryAsFileException in org.jruby.util.io has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/RubyFile.java:[85,25] org.jruby.util.io.FileExistsException in org.jruby.util.io has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/SipHashInline.java:[7,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/SunSignalFacade.java:[43,16] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/SunSignalFacade.java:[44,16] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/embed/osgi/internal/OSGiBundlesSearcher.java:[38,45] org.jruby.runtime.load.LoadService.LoadSearcher in org.jruby.runtime.load.LoadService has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/JRubyFile.java:[115,20] org.jruby.util.JRubyNonExistentFile in org.jruby.util has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/RubyModule.java:[411,21] addProfiledMethod(java.lang.String,org.jruby.internal.runtime.methods.DynamicMethod) in org.jruby.Ruby has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/RubyModule.java:[922,21] addProfiledMethod(java.lang.String,org.jruby.internal.runtime.methods.DynamicMethod) in org.jruby.Ruby has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/runtime/ThreadContext.java:[1424,25] getProfiledMethods() in org.jruby.Ruby has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/StringSupport.java:[48,58] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/StringSupport.java:[55,28] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/StringSupport.java:[207,17] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/StringSupport.java:[207,30] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/io/ChannelDescriptor.java:[719,114] org.jruby.util.io.DirectoryAsFileException in org.jruby.util.io has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/io/ChannelDescriptor.java:[719,140] org.jruby.util.io.FileExistsException in org.jruby.util.io has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/io/ChannelDescriptor.java:[735,139] org.jruby.util.io.DirectoryAsFileException in org.jruby.util.io has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/io/ChannelDescriptor.java:[735,165] org.jruby.util.io.FileExistsException in org.jruby.util.io has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/io/ChannelDescriptor.java:[752,137] org.jruby.util.io.DirectoryAsFileException in org.jruby.util.io has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/io/ChannelDescriptor.java:[752,163] org.jruby.util.io.FileExistsException in org.jruby.util.io has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/io/ChannelDescriptor.java:[770,162] org.jruby.util.io.DirectoryAsFileException in org.jruby.util.io has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/io/ChannelDescriptor.java:[770,188] org.jruby.util.io.FileExistsException in org.jruby.util.io has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/compiler/impl/SkinnyMethodAdapter.java:[173,27] visitMethodInsn(int,java.lang.String,java.lang.String,java.lang.String) in org.objectweb.asm.MethodVisitor has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/compiler/impl/SkinnyMethodAdapter.java:[177,27] visitMethodInsn(int,java.lang.String,java.lang.String,java.lang.String) in org.objectweb.asm.MethodVisitor has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/compiler/impl/SkinnyMethodAdapter.java:[181,27] visitMethodInsn(int,java.lang.String,java.lang.String,java.lang.String) in org.objectweb.asm.MethodVisitor has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/compiler/impl/SkinnyMethodAdapter.java:[185,27] visitMethodInsn(int,java.lang.String,java.lang.String,java.lang.String) in org.objectweb.asm.MethodVisitor has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/compiler/impl/SkinnyMethodAdapter.java:[902,17] visitMethodInsn(int,java.lang.String,java.lang.String,java.lang.String) in org.objectweb.asm.MethodVisitor has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/compiler/impl/SkinnyMethodAdapter.java:[903,27] visitMethodInsn(int,java.lang.String,java.lang.String,java.lang.String) in org.objectweb.asm.MethodVisitor has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/RubyIO.java:[374,18] org.jruby.util.io.FileExistsException in org.jruby.util.io has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/RubyIO.java:[1247,18] org.jruby.util.io.DirectoryAsFileException in org.jruby.util.io has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/RubyIO.java:[1249,18] org.jruby.util.io.FileExistsException in org.jruby.util.io has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/io/Stream.java:[173,69] org.jruby.util.io.DirectoryAsFileException in org.jruby.util.io has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/runtime/profile/builtin/ProfileData.java:[52,42] getProfiledMethods() in org.jruby.Ruby has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/embed/osgi/internal/OSGiLoadService.java:[110,23] createLibrary(org.jruby.runtime.load.LoadService.SearchState,org.jruby.runtime.load.LoadServiceResource) in org.jruby.runtime.load.LoadService has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/embed/osgi/internal/OSGiLoadService.java:[125,21] createLibrary(org.jruby.runtime.load.LoadService.SearchState,org.jruby.runtime.load.LoadServiceResource) in org.jruby.runtime.load.LoadService has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/encoding/ISO_8859_16.java:[49,30] sun.nio.cs.US_ASCII is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/JarResource.java:[133,14] org.jruby.util.JRubyNonExistentFile in org.jruby.util has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/RubyFile.java:[1318,18] org.jruby.util.io.DirectoryAsFileException in org.jruby.util.io has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/RubyFile.java:[1320,18] org.jruby.util.io.FileExistsException in org.jruby.util.io has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/RubyFile.java:[1341,18] org.jruby.util.io.FileExistsException in org.jruby.util.io has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/ext/ffi/jffi/DefaultMethodFactory.java:[169,35] getParameterConverter(org.jruby.ext.ffi.Type,org.jruby.RubyHash) in org.jruby.ext.ffi.jffi.DataConverters has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/SipHashInline.java:[180,19] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/SipHashInline.java:[183,37] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/io/ChannelStream.java:[1424,89] org.jruby.util.io.DirectoryAsFileException in org.jruby.util.io has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/io/ChannelStream.java:[1504,106] org.jruby.util.io.DirectoryAsFileException in org.jruby.util.io has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/io/ChannelStream.java:[1504,132] org.jruby.util.io.FileExistsException in org.jruby.util.io has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/unsafe/UnsafeHolder.java:[39,33] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/unsafe/UnsafeHolder.java:[45,28] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/unsafe/UnsafeHolder.java:[50,29] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/unsafe/UnsafeHolder.java:[89,28] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/management/BeanManagerImpl.java:[88,27] sun.management.Agent is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/ext/ffi/jffi/JITCompiler.java:[94,38] isEnumConversionRequired(org.jruby.ext.ffi.Type,org.jruby.RubyHash) in org.jruby.ext.ffi.jffi.DataConverters has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/EmptyFileResource.java:[100,16] org.jruby.util.JRubyNonExistentFile in org.jruby.util has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/ext/ffi/jffi/JITNativeInvoker.java:[83,29] getParameterConverter(org.jruby.ext.ffi.Type,org.jruby.RubyHash) in org.jruby.ext.ffi.jffi.DataConverters has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/SunSignalFacade.java:[58,23] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/SunSignalFacade.java:[58,30] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/SunSignalFacade.java:[58,68] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/SunSignalFacade.java:[58,76] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/SunSignalFacade.java:[60,62] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/SunSignalFacade.java:[81,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/SunSignalFacade.java:[97,35] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/SunSignalFacade.java:[97,17] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/SunSignalFacade.java:[115,9] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/SunSignalFacade.java:[117,40] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/SunSignalFacade.java:[128,54] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/SunSignalFacade.java:[132,54] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/SunSignalFacade.java:[135,81] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/SunSignalFacade.java:[136,15] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/SunSignalFacade.java:[137,15] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/SunSignalFacade.java:[140,26] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/SunSignalFacade.java:[146,26] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/URLResource.java:[136,16] org.jruby.util.JRubyNonExistentFile in org.jruby.util has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/util/io/CRLFStreamWrapper.java: Some input files additionally use or override a deprecated API.
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/runtime/load/LoadService.java: Some input files use unchecked or unsafe operations.
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/runtime/load/LoadService.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-populators) @ jruby-core ---
[INFO] Source directory: /home/ralphbel/jruby/jruby-jruby-1_7/core/target/generated-sources added.
[INFO] 
[INFO] --- exec-maven-plugin:1.2.1:exec (invoker-generator) @ jruby-core ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (populators) @ jruby-core ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (eclipse-hack) @ jruby-core ---
[INFO] Not compiling main sources
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jruby-core ---
[INFO] Using 'utf-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jruby-core ---
[INFO] Compiling 92 source files to /home/ralphbel/jruby/jruby-jruby-1_7/core/target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 1.6
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/test/java/org/jruby/util/JRubyThreadContextTest.java:[154,27] visitMethodInsn(int,java.lang.String,java.lang.String,java.lang.String) in org.objectweb.asm.MethodVisitor has been deprecated
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/test/java/org/jruby/embed/MultipleScriptsRunner.java: Some input files use unchecked or unsafe operations.
[WARNING] /home/ralphbel/jruby/jruby-jruby-1_7/core/src/test/java/org/jruby/embed/MultipleScriptsRunner.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ jruby-core ---
[INFO] Surefire report directory: /home/ralphbel/jruby/jruby-jruby-1_7/core/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
Running org.jruby.embed.internal.BiVariableMapTest
Running org.jruby.util.ShellLauncherTest
Running org.jruby.util.RubyTimeOutputFormatterTest
Running org.jruby.util.SipHashInlineTest
Running org.jruby.util.RandomTest
Running org.jruby.util.MurmurHashTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.jruby.util.RubyTimeOutputFormatterTest
Running org.jruby.util.URLResourceTest
Running org.jruby.embed.jsr223.JRubyEngineTest
Running org.jruby.embed.ConstantCompilationTest
Running org.jruby.embed.jsr223.JRubyEngineFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec - in org.jruby.util.SipHashInlineTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec - in org.jruby.util.RandomTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec - in org.jruby.util.MurmurHashTest
Running org.jruby.util.JRubyThreadContextTest
Running org.jruby.embed.ReaderInputStreamTest
Running org.jruby.util.log.ParameterizedWriterTest
Running org.jruby.embed.util.SystemPropertyCatcherTest
Running org.jruby.embed.bsf.JRubyEngineTest
Running org.jruby.embed.internal.ThreadSafeLocalContextProviderTest
Running org.jruby.embed.internal.ConcurrentLocalContextProviderTest
Running org.jruby.embed.jsr223.JRubyCompiledScriptTest
Running org.jruby.embed.internal.SingleThreadLocalContextProviderTest
Running org.jruby.util.JarResourceTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 sec - in org.jruby.util.URLResourceTest
Running org.jruby.embed.IsolatedScriptingContainerTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 sec - in org.jruby.embed.jsr223.JRubyEngineFactoryTest
Running org.jruby.test.MainTestSuite
Running org.jruby.embed.ScriptingContainerTest
Running org.jruby.util.log.StandardErrorLoggerTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec - in org.jruby.util.log.ParameterizedWriterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 sec - in org.jruby.embed.util.SystemPropertyCatcherTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 sec - in org.jruby.util.log.StandardErrorLoggerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.371 sec - in org.jruby.util.JarResourceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.627 sec - in org.jruby.embed.IsolatedScriptingContainerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.047 sec - in org.jruby.embed.ConstantCompilationTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.675 sec - in org.jruby.embed.internal.SingleThreadLocalContextProviderTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.428 sec - in org.jruby.embed.internal.ConcurrentLocalContextProviderTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.223 sec - in org.jruby.embed.internal.ThreadSafeLocalContextProviderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.722 sec - in org.jruby.util.ShellLauncherTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.378 sec - in org.jruby.embed.ReaderInputStreamTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.058 sec - in org.jruby.util.JRubyThreadContextTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.154 sec - in org.jruby.embed.jsr223.JRubyCompiledScriptTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.226 sec - in org.jruby.embed.bsf.JRubyEngineTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.303 sec - in org.jruby.embed.internal.BiVariableMapTest
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.164 sec - in org.jruby.embed.jsr223.JRubyEngineTest
Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 169.195 sec - in org.jruby.embed.ScriptingContainerTest
Exception: java.lang.ThreadDeath thrown from the UncaughtExceptionHandler in thread "Thread-21"
Tests run: 179, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 243.457 sec - in org.jruby.test.MainTestSuite

Results :

Tests run: 410, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-bundle-plugin:2.4.0:manifest (default) @ jruby-core ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jruby-core ---
[INFO] Building jar: /home/ralphbel/jruby/jruby-jruby-1_7/core/target/jruby-core-1.7.20-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-shade-plugin:2.1:shade (pack jruby.jar) @ jruby-core ---
[INFO] Including org.ow2.asm:asm:jar:5.0.3 in the shaded jar.
[INFO] Including org.ow2.asm:asm-commons:jar:5.0.3 in the shaded jar.
[INFO] Including org.ow2.asm:asm-tree:jar:5.0.3 in the shaded jar.
[INFO] Including org.ow2.asm:asm-analysis:jar:5.0.3 in the shaded jar.
[INFO] Including org.ow2.asm:asm-util:jar:5.0.3 in the shaded jar.
[INFO] Including org.jruby.joni:joni:jar:2.1.3 in the shaded jar.
[INFO] Including com.github.jnr:jnr-netdb:jar:1.1.2 in the shaded jar.
[INFO] Including com.github.jnr:jnr-enxio:jar:0.7 in the shaded jar.
[INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar.
[INFO] Including com.github.jnr:jnr-unixsocket:jar:0.6 in the shaded jar.
[INFO] Including com.github.jnr:jnr-posix:jar:3.0.10 in the shaded jar.
[INFO] Including org.jruby.extras:bytelist:jar:1.0.11 in the shaded jar.
[INFO] Including com.github.jnr:jnr-constants:jar:0.8.6 in the shaded jar.
[INFO] Including org.jruby.jcodings:jcodings:jar:1.0.10 in the shaded jar.
[INFO] Including com.github.jnr:jnr-ffi:jar:2.0.2 in the shaded jar.
[INFO] Including com.github.jnr:jffi:jar:1.2.8 in the shaded jar.
[INFO] Including com.github.jnr:jffi:jar:native:1.2.8 in the shaded jar.
[INFO] Including org.yaml:snakeyaml:jar:1.13 in the shaded jar.
[INFO] Including com.jcraft:jzlib:jar:1.1.3 in the shaded jar.
[INFO] Including com.headius:invokebinder:jar:1.2 in the shaded jar.
[INFO] Including com.martiansoftware:nailgun-server:jar:0.9.1 in the shaded jar.
[INFO] Including org.jruby:yecht:jar:1.0 in the shaded jar.
[INFO] Including joda-time:joda-time:jar:2.5 in the shaded jar.
[INFO] Including com.headius:options:jar:1.2 in the shaded jar.
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JRuby Ext 1.7.20-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jruby-ext ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JRuby Readline 1.0
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ readline ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ readline ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/ralphbel/jruby/jruby-jruby-1_7/ext/readline/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ readline ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/ralphbel/jruby/jruby-jruby-1_7/ext/readline/target/classes
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:copy (copy jline) @ readline ---
[INFO] Configured Artifact: jline:jline:2.11:jar
[INFO] Copying jline-2.11.jar to /home/ralphbel/jruby/jruby-jruby-1_7/ext/readline/../../lib/ruby/shared/readline/jline-2.11.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ readline ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/ralphbel/jruby/jruby-jruby-1_7/ext/readline/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ readline ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ readline ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ readline ---
[INFO] Building jar: /home/ralphbel/jruby/jruby-jruby-1_7/ext/readline/target/readline-1.0.jar
[INFO] 
[INFO] --- maven-shade-plugin:2.1:shade (default) @ readline ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JRuby Ripper 1.7.20-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ ripper ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ripper ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/ralphbel/jruby/jruby-jruby-1_7/ext/ripper/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ ripper ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 19 source files to /home/ralphbel/jruby/jruby-jruby-1_7/ext/ripper/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ripper ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/ralphbel/jruby/jruby-jruby-1_7/ext/ripper/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ ripper ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ ripper ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ripper ---
[INFO] Building jar: /home/ralphbel/jruby/jruby-jruby-1_7/ext/ripper/target/ripper-1.7.20-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-shade-plugin:2.1:shade (default) @ ripper ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JRuby Lib Setup 1.7.20-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for rubygems:atomic:gem:1.1.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jruby-lib ---
[INFO] 
[INFO] --- tesla-polyglot-maven-plugin:0.1.1:execute (install_gems) @ jruby-lib ---
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
1/142 KB   1/131 KB   1/192 KB   3/18 KB   
1/142 KB   1/131 KB   1/192 KB   3/18 KB   
1/142 KB   1/131 KB   1/192 KB   3/18 KB   
5/142 KB   5/131 KB   1/192 KB   3/18 KB   
5/142 KB   5/131 KB   1/192 KB   3/18 KB   
5/142 KB   5/131 KB   1/192 KB   7/18 KB   
5/142 KB   5/131 KB   1/192 KB   7/18 KB   
9/142 KB   5/131 KB   1/192 KB   7/18 KB   
9/142 KB   9/131 KB   1/192 KB   7/18 KB   
9/142 KB   9/131 KB   5/192 KB   11/18 KB   
9/142 KB   9/131 KB   5/192 KB   11/18 KB   
13/142 KB   9/131 KB   5/192 KB   11/18 KB   
13/142 KB   13/131 KB   5/192 KB   13/18 KB   
13/142 KB   13/131 KB   5/192 KB   13/18 KB   
13/142 KB   13/131 KB   9/192 KB   13/18 KB   
13/142 KB   13/131 KB   9/192 KB   13/18 KB   
13/142 KB   13/131 KB   9/192 KB   13/18 KB   
13/142 KB   13/131 KB   13/192 KB   13/18 KB   
13/142 KB   13/131 KB   13/192 KB   13/18 KB   
15/142 KB   13/131 KB   13/192 KB   13/18 KB   
16/142 KB   13/131 KB   13/192 KB   13/18 KB   
17/142 KB   13/131 KB   13/192 KB   13/18 KB   
19/142 KB   13/131 KB   13/192 KB   13/18 KB   
19/142 KB   13/131 KB   13/192 KB   16/18 KB   
20/142 KB   13/131 KB   13/192 KB   16/18 KB   
24/142 KB   13/131 KB   13/192 KB   16/18 KB   
24/142 KB   13/131 KB   13/192 KB   18/18 KB   
28/142 KB   13/131 KB   13/192 KB   18/18 KB   
28/142 KB   13/131 KB   15/192 KB   18/18 KB   
28/142 KB   13/131 KB   19/192 KB   18/18 KB   
32/142 KB   13/131 KB   19/192 KB   18/18 KB   
36/142 KB   13/131 KB   19/192 KB   18/18 KB   
36/142 KB   13/131 KB   23/192 KB   18/18 KB   
36/142 KB   15/131 KB   23/192 KB   18/18 KB   
36/142 KB   16/131 KB   23/192 KB   18/18 KB   
40/142 KB   16/131 KB   23/192 KB   18/18 KB   
40/142 KB   20/131 KB   23/192 KB   18/18 KB   
40/142 KB   20/131 KB   27/192 KB   18/18 KB   
40/142 KB   20/131 KB   27/192 KB   18/18 KB   
40/142 KB   24/131 KB   27/192 KB   18/18 KB   
40/142 KB   24/131 KB   31/192 KB   18/18 KB   
40/142 KB   28/131 KB   31/192 KB   18/18 KB   
40/142 KB   28/131 KB   35/192 KB   18/18 KB   
40/142 KB   32/131 KB   35/192 KB   18/18 KB   
40/142 KB   32/131 KB   37/192 KB   18/18 KB   
40/142 KB   36/131 KB   37/192 KB   18/18 KB   
40/142 KB   40/131 KB   37/192 KB   18/18 KB   
40/142 KB   40/131 KB   37/192 KB   18/18 KB   
41/142 KB   40/131 KB   37/192 KB   18/18 KB   
43/142 KB   40/131 KB   37/192 KB   18/18 KB   
44/142 KB   40/131 KB   37/192 KB   18/18 KB   
46/142 KB   40/131 KB   37/192 KB   18/18 KB   
47/142 KB   40/131 KB   37/192 KB   18/18 KB   
51/142 KB   40/131 KB   37/192 KB   18/18 KB   
51/142 KB   40/131 KB   37/192 KB   18/18 KB   
52/142 KB   40/131 KB   37/192 KB   18/18 KB   
54/142 KB   40/131 KB   37/192 KB   18/18 KB   
55/142 KB   40/131 KB   37/192 KB   18/18 KB   
58/142 KB   40/131 KB   37/192 KB   18/18 KB   
62/142 KB   40/131 KB   37/192 KB   18/18 KB   
62/142 KB   40/131 KB   39/192 KB   18/18 KB   
66/142 KB   40/131 KB   39/192 KB   18/18 KB   
66/142 KB   40/131 KB   43/192 KB   18/18 KB   
66/142 KB   40/131 KB   43/192 KB   18/18 KB   
66/142 KB   40/131 KB   47/192 KB   18/18 KB   
67/142 KB   40/131 KB   47/192 KB   18/18 KB   
67/142 KB   40/131 KB   48/192 KB   18/18 KB   
67/142 KB   43/131 KB   48/192 KB   18/18 KB   
67/142 KB   43/131 KB   51/192 KB   18/18 KB   
67/142 KB   46/131 KB   51/192 KB   18/18 KB   
67/142 KB   46/131 KB   55/192 KB   18/18 KB   
67/142 KB   47/131 KB   55/192 KB   18/18 KB   
67/142 KB   51/131 KB   55/192 KB   18/18 KB   
67/142 KB   51/131 KB   59/192 KB   18/18 KB   
67/142 KB   55/131 KB   59/192 KB   18/18 KB   
67/142 KB   55/131 KB   62/192 KB   18/18 KB   
67/142 KB   59/131 KB   62/192 KB   18/18 KB   
67/142 KB   59/131 KB   63/192 KB   18/18 KB   
67/142 KB   63/131 KB   63/192 KB   18/18 KB   

67/142 KB   64/131 KB   63/192 KB              
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 KB at 46.5 KB/sec)
68/142 KB   64/131 KB   63/192 KB   
72/142 KB   64/131 KB   63/192 KB   
76/142 KB   64/131 KB   63/192 KB   
80/142 KB   64/131 KB   63/192 KB   
84/142 KB   64/131 KB   63/192 KB   
88/142 KB   64/131 KB   63/192 KB   
92/142 KB   64/131 KB   63/192 KB   
92/142 KB   64/131 KB   63/192 KB   
94/142 KB   64/131 KB   63/192 KB   
95/142 KB   64/131 KB   63/192 KB   
96/142 KB   64/131 KB   63/192 KB   
98/142 KB   64/131 KB   63/192 KB   
99/142 KB   64/131 KB   63/192 KB   
100/142 KB   64/131 KB   63/192 KB   
103/142 KB   64/131 KB   63/192 KB   
104/142 KB   64/131 KB   63/192 KB   
108/142 KB   64/131 KB   63/192 KB   
111/142 KB   64/131 KB   63/192 KB   
111/142 KB   64/131 KB   64/192 KB   
111/142 KB   64/131 KB   68/192 KB   
111/142 KB   64/131 KB   72/192 KB   
111/142 KB   64/131 KB   76/192 KB   
112/142 KB   64/131 KB   76/192 KB   
115/142 KB   64/131 KB   76/192 KB   
115/142 KB   64/131 KB   80/192 KB   
115/142 KB   66/131 KB   80/192 KB   
115/142 KB   70/131 KB   80/192 KB   
115/142 KB   70/131 KB   83/192 KB   
115/142 KB   74/131 KB   83/192 KB   
115/142 KB   78/131 KB   84/192 KB   
115/142 KB   78/131 KB   84/192 KB   
115/142 KB   78/131 KB   86/192 KB   
115/142 KB   78/131 KB   90/192 KB   
115/142 KB   82/131 KB   90/192 KB   
115/142 KB   82/131 KB   94/192 KB   
115/142 KB   86/131 KB   94/192 KB   
115/142 KB   86/131 KB   98/192 KB   
115/142 KB   90/131 KB   98/192 KB   
115/142 KB   94/131 KB   98/192 KB   
115/142 KB   94/131 KB   102/192 KB   
115/142 KB   98/131 KB   102/192 KB   
115/142 KB   98/131 KB   103/192 KB   
115/142 KB   102/131 KB   103/192 KB   
115/142 KB   106/131 KB   103/192 KB   
115/142 KB   108/131 KB   103/192 KB   
116/142 KB   108/131 KB   103/192 KB   
119/142 KB   108/131 KB   103/192 KB   
123/142 KB   108/131 KB   103/192 KB   
124/142 KB   108/131 KB   103/192 KB   
126/142 KB   108/131 KB   103/192 KB   
127/142 KB   108/131 KB   103/192 KB   
128/142 KB   108/131 KB   103/192 KB   
130/142 KB   108/131 KB   103/192 KB   
134/142 KB   108/131 KB   103/192 KB   
138/142 KB   108/131 KB   103/192 KB   
142/142 KB   108/131 KB   103/192 KB   
142/142 KB   108/131 KB   103/192 KB   
142/142 KB   108/131 KB   104/192 KB   
142/142 KB   108/131 KB   108/192 KB   
142/142 KB   108/131 KB   112/192 KB   
142/142 KB   108/131 KB   116/192 KB   
142/142 KB   108/131 KB   119/192 KB   
142/142 KB   110/131 KB   119/192 KB   
142/142 KB   114/131 KB   119/192 KB   
142/142 KB   118/131 KB   119/192 KB   
142/142 KB   122/131 KB   119/192 KB   
142/142 KB   122/131 KB   120/192 KB   
142/142 KB   122/131 KB   123/192 KB   
142/142 KB   126/131 KB   123/192 KB   
142/142 KB   126/131 KB   127/192 KB   
142/142 KB   127/131 KB   127/192 KB   
142/142 KB   131/131 KB   127/192 KB   
142/142 KB   131/131 KB   131/192 KB   
142/142 KB   131/131 KB   131/192 KB   
142/142 KB   131/131 KB   135/192 KB   
142/142 KB   131/131 KB   139/192 KB   
142/142 KB   131/131 KB   140/192 KB   

Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (142 KB at 288.7 KB/sec)
131/131 KB   142/192 KB                
131/131 KB   146/192 KB   
131/131 KB   150/192 KB   
131/131 KB   154/192 KB   
131/131 KB   158/192 KB   
131/131 KB   162/192 KB   
131/131 KB   166/192 KB   
131/131 KB   170/192 KB   
131/131 KB   174/192 KB   
131/131 KB   178/192 KB   
131/131 KB   182/192 KB   
131/131 KB   186/192 KB   
131/131 KB   190/192 KB   
131/131 KB   192/192 KB   

Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (131 KB at 259.6 KB/sec)

Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar (192 KB at 349.0 KB/sec)
using jruby 1.7.20-SNAPSHOT
install gems unless already installed
/root/.m2/repository/rubygems/jruby-openssl/0.9.6/jruby-openssl-0.9.6.gem
/root/.m2/repository/rubygems/rake/10.1.0/rake-10.1.0.gem
/root/.m2/repository/rubygems/rdoc/4.1.2/rdoc-4.1.2.gem
Depending on your version of ruby, you may need to install ruby rdoc/ri data:

<= 1.8.6 : unsupported
 = 1.8.7 : gem install rdoc-data; rdoc-data --install
 = 1.9.1 : gem install rdoc-data; rdoc-data --install
>= 1.9.2 : nothing to do! Yay!
/root/.m2/repository/rubygems/json/1.8.0/json-1.8.0.gem
/root/.m2/repository/rubygems/jar-dependencies/0.1.2/jar-dependencies-0.1.2.gem

--- gem jruby-openssl-0.9.6 ---
copy gem content to ruby/shared
copy to specifications/default: jruby-openssl-0.9.6-java.gemspec

--- gem rake-10.1.0 ---
copy gem content to ruby/shared
copy to bin: rake
copy to specifications/default: rake-10.1.0.gemspec

--- gem rdoc-4.1.2 ---
copy gem content to ruby/shared
copy to bin: rdoc
copy to bin: ri
copy to specifications/default: rdoc-4.1.2.gemspec

--- gem json-1.8.0 ---
copy gem content to ruby/shared
copy to specifications/default: json-1.8.0-java.gemspec

--- gem jar-dependencies-0.1.2 ---
copy gem content to ruby/shared
copy to bin: bundle-with-jars
copy to specifications/default: jar-dependencies-0.1.2.gemspec
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JRuby Integration Tests 1.7.20-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jruby-tests ---
[INFO] 
[INFO] --- gem-maven-plugin:1.0.9-SNAPSHOT:initialize (default) @ jruby-tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jruby-tests ---
[INFO] Using 'utf-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/ralphbel/jruby/jruby-jruby-1_7/test/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jruby-tests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:copy (copy jars for testing) @ jruby-tests ---
[INFO] Configured Artifact: junit:junit:4.11:jar
[INFO] Configured Artifact: com.googlecode.jarjar:jarjar:1.1:jar
[INFO] Configured Artifact: bsf:bsf:2.4.0:jar
[INFO] junit:junit:4.11:jar already exists in /home/ralphbel/jruby/jruby-jruby-1_7/test/target
[INFO] com.googlecode.jarjar:jarjar:1.1:jar already exists in /home/ralphbel/jruby/jruby-jruby-1_7/test/target
[INFO] bsf:bsf:2.4.0:jar already exists in /home/ralphbel/jruby/jruby-jruby-1_7/test/target
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jruby-tests ---
[INFO] Using 'utf-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/ralphbel/jruby/jruby-jruby-1_7/test/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jruby-tests ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ jruby-tests ---
[INFO] Surefire report directory: /home/ralphbel/jruby/jruby-jruby-1_7/test/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jruby-tests ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/ralphbel/jruby/jruby-jruby-1_7/test/target/jruby-tests-1.7.20-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] JRuby ............................................. SUCCESS [0.441s]
[INFO] JRuby Core ........................................ SUCCESS [4:44.478s]
[INFO] JRuby Ext ......................................... SUCCESS [0.002s]
[INFO] JRuby Readline .................................... SUCCESS [2.712s]
[INFO] JRuby Ripper ...................................... SUCCESS [4.990s]
[INFO] JRuby Lib Setup ................................... SUCCESS [15.454s]
[INFO] JRuby Integration Tests ........................... SUCCESS [1.427s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5:09.962s
[INFO] Finished at: Mon Mar 16 13:53:23 EDT 2015
[INFO] Final Memory: 56M/381M
[INFO] ------------------------------------------------------------------------

@ralphbellofatto
Copy link
Author

I failed to capture the "stderr" output of that last run:

we are seeing a lot of these:

SEVERE: failed to load type aliases: java.lang.ClassNotFoundException: jnr.ffi.provider.jffi.platform.ppc64.linux.TypeAliases

Interestingly enough, the tests don't report "failures", but those error messages stream out of test run.

Here is the run again but with this command line:

[root@dccxcat jruby-jruby-1_7]# mvn -Ptest  -Djruby.debug 2>&1 | tee jruby.debug.log
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-tests:jar:1.7.20-SNAPSHOT
[WARNING] 'dependencies.dependency.systemPath' for org.jruby:requireTest:jar should not point at files within the project directory, ${project.basedir}/requireTest-1.0.jar will be unresolvable by dependent projects @ line 83, column 19
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] JRuby
[INFO] JRuby Core
[INFO] JRuby Ext
[INFO] JRuby Readline
[INFO] JRuby Ripper
[INFO] JRuby Lib Setup
[INFO] JRuby Integration Tests
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JRuby 1.7.20-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jruby-parent ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JRuby Core 1.7.20-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jruby-core ---
[INFO] 
[INFO] --- properties-maven-plugin:1.0-alpha-2:read-project-properties (properties) @ jruby-core ---
[WARNING] Ignoring missing properties file: /home/ralphbel/jruby/jruby-jruby-1_7/core/../build.properties
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.2:create (jruby-revision) @ jruby-core ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd /home/ralphbel/jruby/jruby-jruby-1_7/core && git rev-parse --verify --short=7 HEAD
[INFO] Working directory: /home/ralphbel/jruby/jruby-jruby-1_7/core
[INFO] Storing buildNumber: null at timestamp: 1426529396738
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd /home/ralphbel/jruby/jruby-jruby-1_7/core && git rev-parse --verify --short=7 HEAD
[INFO] Working directory: /home/ralphbel/jruby/jruby-jruby-1_7/core
[INFO] Storing buildScmBranch: UNKNOWN_BRANCH
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jruby-core ---
[INFO] Using 'utf-8' encoding to copy filtered resources.
[INFO] Copying 44 resources
[INFO] Copying 1 resource
[INFO] Copying 1 resource to /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (anno) @ jruby-core ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jruby-core ---
[INFO] Compiling 4 source files to /home/ralphbel/jruby/jruby-jruby-1_7/core/target/classes
[parsing started RegularFileObject[/home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/runtime/profile/builtin/package-info.java]]
[parsing completed 22ms]
[parsing started RegularFileObject[/home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/parser/Ruby19.java]]
[parsing completed 0ms]
[parsing started RegularFileObject[/home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/runtime/profile/package-info.java]]
[parsing completed 1ms]
[parsing started RegularFileObject[/home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java/org/jruby/runtime/Constants.java]]
[parsing completed 14ms]
[search path for source files: /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java]
[search path for class files: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/resources.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/rt.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/sunrsasign.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/jsse.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/jce.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/charsets.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/jfr.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/classes,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/ext/cldrdata.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/ext/dnsns.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/ext/localedata.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/ext/nashorn.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/ext/sunec.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/ext/sunjce_provider.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/ext/sunpkcs11.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/ext/zipfs.jar,/home/ralphbel/jruby/jruby-jruby-1_7/core/target/classes,/root/.m2/repository/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar,/root/.m2/repository/org/ow2/asm/asm-commons/5.0.3/asm-commons-5.0.3.jar,/root/.m2/repository/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar,/root/.m2/repository/org/ow2/asm/asm-analysis/5.0.3/asm-analysis-5.0.3.jar,/root/.m2/repository/org/ow2/asm/asm-util/5.0.3/asm-util-5.0.3.jar,/root/.m2/repository/org/jruby/joni/joni/2.1.3/joni-2.1.3.jar,/root/.m2/repository/com/github/jnr/jnr-netdb/1.1.2/jnr-netdb-1.1.2.jar,/root/.m2/repository/com/github/jnr/jnr-enxio/0.7/jnr-enxio-0.7.jar,/root/.m2/repository/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar,/root/.m2/repository/com/github/jnr/jnr-unixsocket/0.6/jnr-unixsocket-0.6.jar,/root/.m2/repository/com/github/jnr/jnr-posix/3.0.10/jnr-posix-3.0.10.jar,/root/.m2/repository/org/jruby/extras/bytelist/1.0.11/bytelist-1.0.11.jar,/root/.m2/repository/com/github/jnr/jnr-constants/0.8.6/jnr-constants-0.8.6.jar,/root/.m2/repository/org/jruby/jcodings/jcodings/1.0.10/jcodings-1.0.10.jar,/root/.m2/repository/com/github/jnr/jnr-ffi/2.0.2/jnr-ffi-2.0.2.jar,/root/.m2/repository/com/github/jnr/jffi/1.2.8/jffi-1.2.8.jar,/root/.m2/repository/com/github/jnr/jffi/1.2.8/jffi-1.2.8-native.jar,/root/.m2/repository/org/yaml/snakeyaml/1.13/snakeyaml-1.13.jar,/root/.m2/repository/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar,/root/.m2/repository/com/headius/invokebinder/1.2/invokebinder-1.2.jar,/root/.m2/repository/org/osgi/org.osgi.core/5.0.0/org.osgi.core-5.0.0.jar,/root/.m2/repository/org/apache/ant/ant/1.9.2/ant-1.9.2.jar,/root/.m2/repository/org/apache/ant/ant-launcher/1.9.2/ant-launcher-1.9.2.jar,/root/.m2/repository/bsf/bsf/2.4.0/bsf-2.4.0.jar,/root/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar,/root/.m2/repository/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.jar,/root/.m2/repository/com/headius/coro-mock/1.0/coro-mock-1.0.jar,/root/.m2/repository/com/headius/unsafe-mock/8.0/unsafe-mock-8.0.jar,/root/.m2/repository/com/headius/jsr292-mock/1.1/jsr292-mock-1.1.jar,/root/.m2/repository/org/ow2/asm/asm-debug-all/5.0_BETA/asm-debug-all-5.0_BETA.jar,/root/.m2/repository/org/jruby/yecht/1.0/yecht-1.0.jar,/root/.m2/repository/org/jruby/joda-timezones/2013d/joda-timezones-2013d.jar,/root/.m2/repository/joda-time/joda-time/2.5/joda-time-2.5.jar,/root/.m2/repository/com/headius/options/1.2/options-1.2.jar,.]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/Object.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/String.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/Deprecated.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/annotation/Annotation.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/annotation/Retention.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/annotation/RetentionPolicy.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/annotation/Target.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/annotation/ElementType.class)]]
Round 1:
    input files: {org.jruby.runtime.Constants}
    annotations: [java.lang.Deprecated]
    last round: false
[search path for source files: /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java]
[search path for class files: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/resources.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/rt.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/sunrsasign.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/jsse.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/jce.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/charsets.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/jfr.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/classes,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/ext/cldrdata.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/ext/dnsns.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/ext/localedata.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/ext/nashorn.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/ext/sunec.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/ext/sunjce_provider.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/ext/sunpkcs11.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/ext/zipfs.jar,/home/ralphbel/jruby/jruby-jruby-1_7/core/target/classes,/root/.m2/repository/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar,/root/.m2/repository/org/ow2/asm/asm-commons/5.0.3/asm-commons-5.0.3.jar,/root/.m2/repository/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar,/root/.m2/repository/org/ow2/asm/asm-analysis/5.0.3/asm-analysis-5.0.3.jar,/root/.m2/repository/org/ow2/asm/asm-util/5.0.3/asm-util-5.0.3.jar,/root/.m2/repository/org/jruby/joni/joni/2.1.3/joni-2.1.3.jar,/root/.m2/repository/com/github/jnr/jnr-netdb/1.1.2/jnr-netdb-1.1.2.jar,/root/.m2/repository/com/github/jnr/jnr-enxio/0.7/jnr-enxio-0.7.jar,/root/.m2/repository/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar,/root/.m2/repository/com/github/jnr/jnr-unixsocket/0.6/jnr-unixsocket-0.6.jar,/root/.m2/repository/com/github/jnr/jnr-posix/3.0.10/jnr-posix-3.0.10.jar,/root/.m2/repository/org/jruby/extras/bytelist/1.0.11/bytelist-1.0.11.jar,/root/.m2/repository/com/github/jnr/jnr-constants/0.8.6/jnr-constants-0.8.6.jar,/root/.m2/repository/org/jruby/jcodings/jcodings/1.0.10/jcodings-1.0.10.jar,/root/.m2/repository/com/github/jnr/jnr-ffi/2.0.2/jnr-ffi-2.0.2.jar,/root/.m2/repository/com/github/jnr/jffi/1.2.8/jffi-1.2.8.jar,/root/.m2/repository/com/github/jnr/jffi/1.2.8/jffi-1.2.8-native.jar,/root/.m2/repository/org/yaml/snakeyaml/1.13/snakeyaml-1.13.jar,/root/.m2/repository/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar,/root/.m2/repository/com/headius/invokebinder/1.2/invokebinder-1.2.jar,/root/.m2/repository/org/osgi/org.osgi.core/5.0.0/org.osgi.core-5.0.0.jar,/root/.m2/repository/org/apache/ant/ant/1.9.2/ant-1.9.2.jar,/root/.m2/repository/org/apache/ant/ant-launcher/1.9.2/ant-launcher-1.9.2.jar,/root/.m2/repository/bsf/bsf/2.4.0/bsf-2.4.0.jar,/root/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar,/root/.m2/repository/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.jar,/root/.m2/repository/com/headius/coro-mock/1.0/coro-mock-1.0.jar,/root/.m2/repository/com/headius/unsafe-mock/8.0/unsafe-mock-8.0.jar,/root/.m2/repository/com/headius/jsr292-mock/1.1/jsr292-mock-1.1.jar,/root/.m2/repository/org/ow2/asm/asm-debug-all/5.0_BETA/asm-debug-all-5.0_BETA.jar,/root/.m2/repository/org/jruby/yecht/1.0/yecht-1.0.jar,/root/.m2/repository/org/jruby/joda-timezones/2013d/joda-timezones-2013d.jar,/root/.m2/repository/joda-time/joda-time/2.5/joda-time-2.5.jar,/root/.m2/repository/com/headius/options/1.2/options-1.2.jar,.]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/Object.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/String.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/Deprecated.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/annotation/Annotation.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/annotation/Retention.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/annotation/RetentionPolicy.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/annotation/Target.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/annotation/ElementType.class)]]
Round 2:
    input files: {}
    annotations: []
    last round: true
[search path for source files: /home/ralphbel/jruby/jruby-jruby-1_7/core/src/main/java]
[search path for class files: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/resources.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/rt.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/sunrsasign.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/jsse.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/jce.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/charsets.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/jfr.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/classes,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/ext/cldrdata.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/ext/dnsns.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/ext/localedata.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/ext/nashorn.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/ext/sunec.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/ext/sunjce_provider.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/ext/sunpkcs11.jar,/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/jre/lib/ext/zipfs.jar,/home/ralphbel/jruby/jruby-jruby-1_7/core/target/classes,/root/.m2/repository/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar,/root/.m2/repository/org/ow2/asm/asm-commons/5.0.3/asm-commons-5.0.3.jar,/root/.m2/repository/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar,/root/.m2/repository/org/ow2/asm/asm-analysis/5.0.3/asm-analysis-5.0.3.jar,/root/.m2/repository/org/ow2/asm/asm-util/5.0.3/asm-util-5.0.3.jar,/root/.m2/repository/org/jruby/joni/joni/2.1.3/joni-2.1.3.jar,/root/.m2/repository/com/github/jnr/jnr-netdb/1.1.2/jnr-netdb-1.1.2.jar,/root/.m2/repository/com/github/jnr/jnr-enxio/0.7/jnr-enxio-0.7.jar,/root/.m2/repository/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar,/root/.m2/repository/com/github/jnr/jnr-unixsocket/0.6/jnr-unixsocket-0.6.jar,/root/.m2/repository/com/github/jnr/jnr-posix/3.0.10/jnr-posix-3.0.10.jar,/root/.m2/repository/org/jruby/extras/bytelist/1.0.11/bytelist-1.0.11.jar,/root/.m2/repository/com/github/jnr/jnr-constants/0.8.6/jnr-constants-0.8.6.jar,/root/.m2/repository/org/jruby/jcodings/jcodings/1.0.10/jcodings-1.0.10.jar,/root/.m2/repository/com/github/jnr/jnr-ffi/2.0.2/jnr-ffi-2.0.2.jar,/root/.m2/repository/com/github/jnr/jffi/1.2.8/jffi-1.2.8.jar,/root/.m2/repository/com/github/jnr/jffi/1.2.8/jffi-1.2.8-native.jar,/root/.m2/repository/org/yaml/snakeyaml/1.13/snakeyaml-1.13.jar,/root/.m2/repository/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar,/root/.m2/repository/com/headius/invokebinder/1.2/invokebinder-1.2.jar,/root/.m2/repository/org/osgi/org.osgi.core/5.0.0/org.osgi.core-5.0.0.jar,/root/.m2/repository/org/apache/ant/ant/1.9.2/ant-1.9.2.jar,/root/.m2/repository/org/apache/ant/ant-launcher/1.9.2/ant-launcher-1.9.2.jar,/root/.m2/repository/bsf/bsf/2.4.0/bsf-2.4.0.jar,/root/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar,/root/.m2/repository/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.jar,/root/.m2/repository/com/headius/coro-mock/1.0/coro-mock-1.0.jar,/root/.m2/repository/com/headius/unsafe-mock/8.0/unsafe-mock-8.0.jar,/root/.m2/repository/com/headius/jsr292-mock/1.1/jsr292-mock-1.1.jar,/root/.m2/repository/org/ow2/asm/asm-debug-all/5.0_BETA/asm-debug-all-5.0_BETA.jar,/root/.m2/repository/org/jruby/yecht/1.0/yecht-1.0.jar,/root/.m2/repository/org/jruby/joda-timezones/2013d/joda-timezones-2013d.jar,/root/.m2/repository/joda-time/joda-time/2.5/joda-time-2.5.jar,/root/.m2/repository/com/headius/options/1.2/options-1.2.jar,.]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/Object.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/String.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/Deprecated.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/annotation/Annotation.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/annotation/Retention.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/annotation/RetentionPolicy.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/annotation/Target.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/annotation/ElementType.class)]]
[checking <anonymous >]
[checking <anonymous >]
[checking org.jruby.runtime.Constants]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/io/Serializable.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/AutoCloseable.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/Integer.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/Comparable.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/Number.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/CharSequence.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/System.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/io/PrintStream.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/io/FilterOutputStream.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/io/OutputStream.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/Appendable.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/io/Closeable.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/io/Flushable.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/Error.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/NumberFormatException.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/IllegalArgumentException.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/RuntimeException.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/Exception.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/Throwable.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/StringBuilder.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/AbstractStringBuilder.class)]]
[loading ZipFileIndexFileObject[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-2.b13.el7.ppc64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/StringBuffer.class)]]
[wrote RegularFileObject[/home/ralphbel/jruby/jruby-jruby-1_7/core/target/classes/org/jruby/runtime/Constants.class]]
[total 571ms]
[WARNING] bootstrap class path not set in conjunction with -source 1.6
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-populators) @ jruby-core ---
[INFO] Source directory: /home/ralphbel/jruby/jruby-jruby-1_7/core/target/generated-sources added.
[INFO] 
[INFO] --- exec-maven-plugin:1.2.1:exec (invoker-generator) @ jruby-core ---
/home/ralphbel/jruby/jruby-jruby-1_7/core/target/generated-sources/annotated_classes.txt - not found. skip generator.
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (populators) @ jruby-core ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (eclipse-hack) @ jruby-core ---
[INFO] Not compiling main sources
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jruby-core ---
[INFO] Using 'utf-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jruby-core ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ jruby-core ---
[INFO] Surefire report directory: /home/ralphbel/jruby/jruby-jruby-1_7/core/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
Running org.jruby.embed.jsr223.JRubyEngineTest
Running org.jruby.embed.jsr223.JRubyCompiledScriptTest
Running org.jruby.embed.ConstantCompilationTest
Running org.jruby.embed.util.SystemPropertyCatcherTest
Running org.jruby.embed.jsr223.JRubyEngineFactoryTest
Running org.jruby.test.MainTestSuite
Running org.jruby.util.RubyTimeOutputFormatterTest
Running org.jruby.util.JRubyThreadContextTest
Running org.jruby.embed.internal.ThreadSafeLocalContextProviderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec - in org.jruby.embed.util.SystemPropertyCatcherTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec - in org.jruby.util.RubyTimeOutputFormatterTest
Running org.jruby.util.log.ParameterizedWriterTest
Running org.jruby.embed.IsolatedScriptingContainerTest
Running org.jruby.embed.internal.BiVariableMapTest
Running org.jruby.util.SipHashInlineTest
Running org.jruby.embed.internal.SingleThreadLocalContextProviderTest
Running org.jruby.embed.ReaderInputStreamTest
Running org.jruby.embed.bsf.JRubyEngineTest
Running org.jruby.util.ShellLauncherTest
Running org.jruby.util.RandomTest
Running org.jruby.util.log.StandardErrorLoggerTest
Running org.jruby.util.JarResourceTest
Running org.jruby.util.URLResourceTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec - in org.jruby.util.log.ParameterizedWriterTest
Running org.jruby.embed.internal.ConcurrentLocalContextProviderTest
Running org.jruby.util.MurmurHashTest
Running org.jruby.embed.ScriptingContainerTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.261 sec - in org.jruby.embed.jsr223.JRubyEngineFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec - in org.jruby.util.log.StandardErrorLoggerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec - in org.jruby.util.SipHashInlineTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec - in org.jruby.util.RandomTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 sec - in org.jruby.util.MurmurHashTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 sec - in org.jruby.util.URLResourceTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.275 sec - in org.jruby.util.JarResourceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.288 sec - in org.jruby.embed.IsolatedScriptingContainerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.959 sec - in org.jruby.embed.ConstantCompilationTest
Mar 16, 2015 2:10:07 PM jnr.ffi.provider.jffi.NativeRuntime buildNativeTypeAliases
SEVERE: failed to load type aliases: java.lang.ClassNotFoundException: jnr.ffi.provider.jffi.platform.ppc64.linux.TypeAliases
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.715 sec - in org.jruby.embed.internal.SingleThreadLocalContextProviderTest
(unknown):-1 warning: executable? does not in this environment and will return a dummy value
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.368 sec - in org.jruby.embed.internal.ConcurrentLocalContextProviderTest
(unknown):-1 warning: executable? does not in this environment and will return a dummy value
Exception: java.lang.ThreadDeath thrown from the UncaughtExceptionHandler in thread "Thread-8"
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.141 sec - in org.jruby.embed.ReaderInputStreamTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.293 sec - in org.jruby.util.ShellLauncherTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.436 sec - in org.jruby.embed.internal.ThreadSafeLocalContextProviderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.17 sec - in org.jruby.util.JRubyThreadContextTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.272 sec - in org.jruby.embed.jsr223.JRubyCompiledScriptTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.926 sec - in org.jruby.embed.bsf.JRubyEngineTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.947 sec - in org.jruby.embed.internal.BiVariableMapTest
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.643 sec - in org.jruby.embed.jsr223.JRubyEngineTest
Mar 16, 2015 2:11:07 PM jnr.ffi.provider.jffi.NativeRuntime buildNativeTypeAliases
SEVERE: failed to load type aliases: java.lang.ClassNotFoundException: jnr.ffi.provider.jffi.platform.ppc64.linux.TypeAliases
Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 172.049 sec - in org.jruby.embed.ScriptingContainerTest
(unknown):-1 warning: executable? does not in this environment and will return a dummy value
(unknown):-1 warning: executable? does not in this environment and will return a dummy value
Tests run: 179, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 258.887 sec - in org.jruby.test.MainTestSuite

Results :

Tests run: 410, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-bundle-plugin:2.4.0:manifest (default) @ jruby-core ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jruby-core ---
[INFO] Building jar: /home/ralphbel/jruby/jruby-jruby-1_7/core/target/jruby-core-1.7.20-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-shade-plugin:2.1:shade (pack jruby.jar) @ jruby-core ---
[INFO] Including org.ow2.asm:asm:jar:5.0.3 in the shaded jar.
[INFO] Including org.ow2.asm:asm-commons:jar:5.0.3 in the shaded jar.
[INFO] Including org.ow2.asm:asm-tree:jar:5.0.3 in the shaded jar.
[INFO] Including org.ow2.asm:asm-analysis:jar:5.0.3 in the shaded jar.
[INFO] Including org.ow2.asm:asm-util:jar:5.0.3 in the shaded jar.
[INFO] Including org.jruby.joni:joni:jar:2.1.3 in the shaded jar.
[INFO] Including com.github.jnr:jnr-netdb:jar:1.1.2 in the shaded jar.
[INFO] Including com.github.jnr:jnr-enxio:jar:0.7 in the shaded jar.
[INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar.
[INFO] Including com.github.jnr:jnr-unixsocket:jar:0.6 in the shaded jar.
[INFO] Including com.github.jnr:jnr-posix:jar:3.0.10 in the shaded jar.
[INFO] Including org.jruby.extras:bytelist:jar:1.0.11 in the shaded jar.
[INFO] Including com.github.jnr:jnr-constants:jar:0.8.6 in the shaded jar.
[INFO] Including org.jruby.jcodings:jcodings:jar:1.0.10 in the shaded jar.
[INFO] Including com.github.jnr:jnr-ffi:jar:2.0.2 in the shaded jar.
[INFO] Including com.github.jnr:jffi:jar:1.2.8 in the shaded jar.
[INFO] Including com.github.jnr:jffi:jar:native:1.2.8 in the shaded jar.
[INFO] Including org.yaml:snakeyaml:jar:1.13 in the shaded jar.
[INFO] Including com.jcraft:jzlib:jar:1.1.3 in the shaded jar.
[INFO] Including com.headius:invokebinder:jar:1.2 in the shaded jar.
[INFO] Including com.martiansoftware:nailgun-server:jar:0.9.1 in the shaded jar.
[INFO] Including org.jruby:yecht:jar:1.0 in the shaded jar.
[INFO] Including joda-time:joda-time:jar:2.5 in the shaded jar.
[INFO] Including com.headius:options:jar:1.2 in the shaded jar.
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JRuby Ext 1.7.20-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jruby-ext ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JRuby Readline 1.0
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ readline ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ readline ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/ralphbel/jruby/jruby-jruby-1_7/ext/readline/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ readline ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:copy (copy jline) @ readline ---
[INFO] Configured Artifact: jline:jline:2.11:jar
[INFO] jline:jline:2.11:jar already exists in /home/ralphbel/jruby/jruby-jruby-1_7/ext/readline/../../lib/ruby/shared/readline
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ readline ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/ralphbel/jruby/jruby-jruby-1_7/ext/readline/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ readline ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ readline ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ readline ---
[INFO] 
[INFO] --- maven-shade-plugin:2.1:shade (default) @ readline ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JRuby Ripper 1.7.20-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ ripper ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ripper ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/ralphbel/jruby/jruby-jruby-1_7/ext/ripper/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ ripper ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ripper ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/ralphbel/jruby/jruby-jruby-1_7/ext/ripper/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ ripper ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ ripper ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ripper ---
[INFO] 
[INFO] --- maven-shade-plugin:2.1:shade (default) @ ripper ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JRuby Lib Setup 1.7.20-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for rubygems:atomic:gem:1.1.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jruby-lib ---
[INFO] 
[INFO] --- tesla-polyglot-maven-plugin:0.1.1:execute (install_gems) @ jruby-lib ---
using jruby 1.7.20-SNAPSHOT
Mar 16, 2015 2:14:38 PM jnr.ffi.provider.jffi.NativeRuntime buildNativeTypeAliases
SEVERE: failed to load type aliases: java.lang.ClassNotFoundException: jnr.ffi.provider.jffi.platform.ppc64.linux.TypeAliases
install gems unless already installed
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JRuby Integration Tests 1.7.20-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jruby-tests ---
[INFO] 
[INFO] --- gem-maven-plugin:1.0.9-SNAPSHOT:initialize (default) @ jruby-tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jruby-tests ---
[INFO] Using 'utf-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/ralphbel/jruby/jruby-jruby-1_7/test/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jruby-tests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:copy (copy jars for testing) @ jruby-tests ---
[INFO] Configured Artifact: junit:junit:4.11:jar
[INFO] Configured Artifact: com.googlecode.jarjar:jarjar:1.1:jar
[INFO] Configured Artifact: bsf:bsf:2.4.0:jar
[INFO] junit:junit:4.11:jar already exists in /home/ralphbel/jruby/jruby-jruby-1_7/test/target
[INFO] com.googlecode.jarjar:jarjar:1.1:jar already exists in /home/ralphbel/jruby/jruby-jruby-1_7/test/target
[INFO] bsf:bsf:2.4.0:jar already exists in /home/ralphbel/jruby/jruby-jruby-1_7/test/target
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jruby-tests ---
[INFO] Using 'utf-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/ralphbel/jruby/jruby-jruby-1_7/test/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jruby-tests ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ jruby-tests ---
[INFO] Surefire report directory: /home/ralphbel/jruby/jruby-jruby-1_7/test/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jruby-tests ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] JRuby ............................................. SUCCESS [0.539s]
[INFO] JRuby Core ........................................ SUCCESS [4:36.126s]
[INFO] JRuby Ext ......................................... SUCCESS [0.003s]
[INFO] JRuby Readline .................................... SUCCESS [0.462s]
[INFO] JRuby Ripper ...................................... SUCCESS [0.241s]
[INFO] JRuby Lib Setup ................................... SUCCESS [7.564s]
[INFO] JRuby Integration Tests ........................... SUCCESS [1.371s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4:46.750s
[INFO] Finished at: Mon Mar 16 14:14:41 EDT 2015
[INFO] Final Memory: 47M/373M
[INFO] ------------------------------------------------------------------------

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants