Open
Description
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