Skip to content

Instantly share code, notes, and snippets.

@cshupp1
Created January 29, 2018 19:08
Show Gist options
  • Save cshupp1/28e592a75fc6194605719b6234bc500a to your computer and use it in GitHub Desktop.
Save cshupp1/28e592a75fc6194605719b6234bc500a to your computer and use it in GitHub Desktop.
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-core:jar:9.2.0.0-SNAPSHOT
[WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @ org.jruby:jruby-parent:9.2.0.0-SNAPSHOT, C:\work\jruby\jruby\pom.xml, line 339, column 17
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-stdlib:jar:9.2.0.0-SNAPSHOT
[WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @ org.jruby:jruby-parent:9.2.0.0-SNAPSHOT, C:\work\jruby\jruby\pom.xml, line 339, column 17
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-complete:bundle:9.2.0.0-SNAPSHOT
[WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @ org.jruby:jruby-parent:9.2.0.0-SNAPSHOT, C:\work\jruby\jruby\pom.xml, line 339, column 17
[WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ org.jruby:jruby-complete:[unknown-version], C:\work\jruby\jruby\maven\jruby-complete\.polyglot.pom.rb
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-artifacts:pom:9.2.0.0-SNAPSHOT
[WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @ org.jruby:jruby-parent:9.2.0.0-SNAPSHOT, C:\work\jruby\jruby\pom.xml, line 339, column 17
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-parent:pom:9.2.0.0-SNAPSHOT
[WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin
[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 Lib Setup
[INFO] JRuby Artifacts
[INFO] JRuby Complete
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JRuby 9.2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (default) @ jruby-parent ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jruby-parent ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jruby-parent ---
[INFO] Installing C:\work\jruby\jruby\.polyglot.pom.rb to C:\Users\cshupp\.m2\repository\org\jruby\jruby-parent\9.2.0.0-SNAPSHOT\jruby-parent-9.2.0.0-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JRuby Core 9.2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (default) @ jruby-core ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jruby-core ---
[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: cmd.exe /X /C "git rev-parse --verify --short=7 HEAD"
[INFO] Working directory: C:\work\jruby\jruby\core
[INFO] Storing buildNumber: 1886187 at timestamp: 1517252639911
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=7 HEAD"
[INFO] Working directory: C:\work\jruby\jruby\core
[INFO] Storing buildScmBranch: UNKNOWN
[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 2 resources
[INFO] Copying 1 resource to C:\work\jruby\jruby\core\src\main\java
[INFO] Copying 4 resources to C:\work\jruby\jruby\core\target\classes/META-INF/
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (anno) @ jruby-core ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ jruby-core ---
[INFO] Compiling 1 source file to C:\work\jruby\jruby\core\target\classes
[INFO]
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-populators) @ jruby-core ---
[INFO] Source directory: C:\work\jruby\jruby\core\target\generated-sources added.
[INFO]
[INFO] --- exec-maven-plugin:1.2.1:exec (invoker-generator) @ jruby-core ---
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (populators) @ jruby-core ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (eclipse-hack) @ jruby-core ---
[INFO] Not compiling main sources
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jruby-core ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ jruby-core ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ jruby-core ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ jruby-core ---
[INFO] Building jar: C:\work\jruby\jruby\core\target\jruby-core-9.2.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-shade-plugin:3.1.0:shade (create lib/jruby.jar) @ jruby-core ---
[INFO] Including org.ow2.asm:asm:jar:5.0.4 in the shaded jar.
[INFO] Including org.ow2.asm:asm-commons:jar:5.0.4 in the shaded jar.
[INFO] Including org.ow2.asm:asm-tree:jar:5.0.4 in the shaded jar.
[INFO] Including org.ow2.asm:asm-analysis:jar:5.0.4 in the shaded jar.
[INFO] Including org.ow2.asm:asm-util:jar:5.0.4 in the shaded jar.
[INFO] Including com.github.jnr:jnr-netdb:jar:1.1.6 in the shaded jar.
[INFO] Including com.github.jnr:jnr-enxio:jar:0.16 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.17 in the shaded jar.
[INFO] Including com.github.jnr:jnr-posix:jar:3.0.43 in the shaded jar.
[INFO] Including com.github.jnr:jnr-constants:jar:0.9.9 in the shaded jar.
[INFO] Including com.github.jnr:jnr-ffi:jar:2.1.7 in the shaded jar.
[INFO] Including com.github.jnr:jffi:jar:1.2.16 in the shaded jar.
[INFO] Including com.github.jnr:jffi:jar:native:1.2.16 in the shaded jar.
[INFO] Including org.jruby.joni:joni:jar:2.1.13 in the shaded jar.
[INFO] Including org.jruby.extras:bytelist:jar:1.0.15 in the shaded jar.
[INFO] Including org.jruby.jcodings:jcodings:jar:1.0.26 in the shaded jar.
[INFO] Including org.jruby:dirgra:jar:0.3 in the shaded jar.
[INFO] Including com.headius:invokebinder:jar:1.11 in the shaded jar.
[INFO] Including com.headius:options:jar:1.4 in the shaded jar.
[INFO] Including com.jcraft:jzlib:jar:1.1.3 in the shaded jar.
[INFO] Including com.martiansoftware:nailgun-server:jar:0.9.1 in the shaded jar.
[INFO] Including joda-time:joda-time:jar:2.8.2 in the shaded jar.
[INFO] Including me.qmx.jitescript:jitescript:jar:0.4.1 in the shaded jar.
[INFO] Including com.headius:modulator:jar:1.0 in the shaded jar.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[INFO]
[INFO] --- maven-shade-plugin:3.1.0:shade (shade the asm classes) @ jruby-core ---
[INFO] Including org.ow2.asm:asm:jar:5.0.4 in the shaded jar.
[INFO] Including org.ow2.asm:asm-commons:jar:5.0.4 in the shaded jar.
[INFO] Including org.ow2.asm:asm-tree:jar:5.0.4 in the shaded jar.
[INFO] Including org.ow2.asm:asm-analysis:jar:5.0.4 in the shaded jar.
[INFO] Including org.ow2.asm:asm-util:jar:5.0.4 in the shaded jar.
[INFO] Excluding com.github.jnr:jnr-netdb:jar:1.1.6 from the shaded jar.
[INFO] Excluding com.github.jnr:jnr-enxio:jar:0.16 from the shaded jar.
[INFO] Excluding com.github.jnr:jnr-x86asm:jar:1.0.2 from the shaded jar.
[INFO] Excluding com.github.jnr:jnr-unixsocket:jar:0.17 from the shaded jar.
[INFO] Excluding com.github.jnr:jnr-posix:jar:3.0.43 from the shaded jar.
[INFO] Excluding com.github.jnr:jnr-constants:jar:0.9.9 from the shaded jar.
[INFO] Including com.github.jnr:jnr-ffi:jar:2.1.7 in the shaded jar.
[INFO] Excluding com.github.jnr:jffi:jar:1.2.16 from the shaded jar.
[INFO] Excluding com.github.jnr:jffi:jar:native:1.2.16 from the shaded jar.
[INFO] Excluding org.jruby.joni:joni:jar:2.1.13 from the shaded jar.
[INFO] Excluding org.jruby.extras:bytelist:jar:1.0.15 from the shaded jar.
[INFO] Excluding org.jruby.jcodings:jcodings:jar:1.0.26 from the shaded jar.
[INFO] Excluding org.jruby:dirgra:jar:0.3 from the shaded jar.
[INFO] Excluding com.headius:invokebinder:jar:1.11 from the shaded jar.
[INFO] Excluding com.headius:options:jar:1.4 from the shaded jar.
[INFO] Excluding com.jcraft:jzlib:jar:1.1.3 from the shaded jar.
[INFO] Excluding com.martiansoftware:nailgun-server:jar:0.9.1 from the shaded jar.
[INFO] Excluding joda-time:joda-time:jar:2.8.2 from the shaded jar.
[INFO] Including me.qmx.jitescript:jitescript:jar:0.4.1 in the shaded jar.
[INFO] Excluding com.headius:modulator:jar:1.0 from the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing C:\work\jruby\jruby\core\target\jruby-core-9.2.0.0-SNAPSHOT.jar with C:\work\jruby\jruby\core\target\jruby-core-9.2.0.0-SNAPSHOT-shaded.jar
[INFO] Dependency-reduced POM written at: C:\work\jruby\jruby\core\dependency-reduced-pom.xml
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jruby-core ---
[INFO] Installing C:\work\jruby\jruby\core\target\jruby-core-9.2.0.0-SNAPSHOT.jar to C:\Users\cshupp\.m2\repository\org\jruby\jruby-core\9.2.0.0-SNAPSHOT\jruby-core-9.2.0.0-SNAPSHOT.jar
[INFO] Installing C:\work\jruby\jruby\core\dependency-reduced-pom.xml to C:\Users\cshupp\.m2\repository\org\jruby\jruby-core\9.2.0.0-SNAPSHOT\jruby-core-9.2.0.0-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JRuby Lib Setup 9.2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (default) @ jruby-stdlib ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jruby-stdlib ---
[INFO]
[INFO] --- polyglot-maven-plugin:0.1.15:execute (install_gems) @ jruby-stdlib ---
using jruby 9.0.5.0
install gems unless already installed
[INFO]
[INFO] --- maven-dependency-plugin:2.8:copy-dependencies (default) @ jruby-stdlib ---
[INFO] bcprov-jdk15on-1.56.jar already exists in destination.
[INFO] snakeyaml-1.18.jar already exists in destination.
[INFO] bcpkix-jdk15on-1.56.jar already exists in destination.
[INFO]
[INFO] --- polyglot-maven-plugin:0.1.15:execute (fix shebang on gem bin files and add *.bat files) @ jruby-stdlib ---
fix the gem stub files
generating missing .bat files
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jruby-stdlib ---
[INFO] Using 'utf-8' encoding to copy filtered resources.
[INFO] Copying 14 resources to C:\work\jruby\jruby\lib\target\classes/META-INF/jruby.home/lib/ruby/gems/shared
[INFO] Copying 1251 resources to C:\work\jruby\jruby\lib\target\classes/META-INF/jruby.home
[INFO] Copying 4 resources to C:\work\jruby\jruby\lib\target\classes/META-INF/
[INFO]
[INFO] --- polyglot-maven-plugin:0.1.15:execute (copy bin/jruby.bash to bin/jruby) @ jruby-stdlib ---
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ jruby-stdlib ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jruby-stdlib ---
[INFO] Using 'utf-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\work\jruby\jruby\lib\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ jruby-stdlib ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ jruby-stdlib ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- polyglot-maven-plugin:0.1.15:execute (jrubydir) @ jruby-stdlib ---
[INFO]
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ jruby-stdlib ---
[INFO] Building jar: C:\work\jruby\jruby\lib\target\jruby-stdlib-9.2.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jruby-stdlib ---
[INFO] Installing C:\work\jruby\jruby\lib\target\jruby-stdlib-9.2.0.0-SNAPSHOT.jar to C:\Users\cshupp\.m2\repository\org\jruby\jruby-stdlib\9.2.0.0-SNAPSHOT\jruby-stdlib-9.2.0.0-SNAPSHOT.jar
[INFO] Installing C:\work\jruby\jruby\lib\.polyglot.pom.rb to C:\Users\cshupp\.m2\repository\org\jruby\jruby-stdlib\9.2.0.0-SNAPSHOT\jruby-stdlib-9.2.0.0-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JRuby Artifacts 9.2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (default) @ jruby-artifacts ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jruby-artifacts ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jruby-artifacts ---
[INFO] Installing C:\work\jruby\jruby\maven\.polyglot.pom.rb to C:\Users\cshupp\.m2\repository\org\jruby\jruby-artifacts\9.2.0.0-SNAPSHOT\jruby-artifacts-9.2.0.0-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JRuby Complete 9.2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (default) @ jruby-complete ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jruby-complete ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jruby-complete ---
[INFO] Using 'utf-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\work\jruby\jruby\maven\jruby-complete\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ jruby-complete ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jruby-complete ---
[INFO] Using 'utf-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\work\jruby\jruby\maven\jruby-complete\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ jruby-complete ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ jruby-complete ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-bundle-plugin:3.5.0:bundle (default-bundle) @ jruby-complete ---
[WARNING] Bundle org.jruby:jruby-complete:bundle:9.2.0.0-SNAPSHOT : Split package, multiple jars provide the same package:jnr/enxio/channels
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in [Jar:jnr-enxio, Jar:jnr-unixsocket]
Class path [Jar:., Jar:jruby-core, Jar:jnr-netdb, Jar:jnr-enxio, Jar:jnr-x86asm, Jar:jnr-unixsocket, Jar:jnr-posix, Jar:jnr-constants, Jar:jffi, Jar:jffi, Jar:joni, Jar:bytelist, Jar:jcodings, Jar:dirgra, Jar:invokebinder, Jar:options, Jar:jzlib, Jar:nailgun-server, Jar:joda-time, Jar:modulator, Jar:jruby-stdlib]
[WARNING] Bundle org.jruby:jruby-complete:bundle:9.2.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/jruby/util
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in [Jar:jruby-core, Jar:bytelist]
Class path [Jar:., Jar:jruby-core, Jar:jnr-netdb, Jar:jnr-enxio, Jar:jnr-x86asm, Jar:jnr-unixsocket, Jar:jnr-posix, Jar:jnr-constants, Jar:jffi, Jar:jffi, Jar:joni, Jar:bytelist, Jar:jcodings, Jar:dirgra, Jar:invokebinder, Jar:options, Jar:jzlib, Jar:nailgun-server, Jar:joda-time, Jar:modulator, Jar:jruby-stdlib]
[WARNING] Bundle org.jruby:jruby-complete:bundle:9.2.0.0-SNAPSHOT : Split package, multiple jars provide the same package:
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in [Jar:jruby-core, Jar:invokebinder]
Class path [Jar:., Jar:jruby-core, Jar:jnr-netdb, Jar:jnr-enxio, Jar:jnr-x86asm, Jar:jnr-unixsocket, Jar:jnr-posix, Jar:jnr-constants, Jar:jffi, Jar:jffi, Jar:joni, Jar:bytelist, Jar:jcodings, Jar:dirgra, Jar:invokebinder, Jar:options, Jar:jzlib, Jar:nailgun-server, Jar:joda-time, Jar:modulator, Jar:jruby-stdlib]
[WARNING] Bundle org.jruby:jruby-complete:bundle:9.2.0.0-SNAPSHOT : Export org.jruby, has 6, private references [jnr.constants, jnr.constants.platform, jnr.posix, org.jcodings, org.joda.time, org.joni],
[WARNING] Bundle org.jruby:jruby-complete:bundle:9.2.0.0-SNAPSHOT : Export org.jruby.ast, has 1, private references [org.jcodings],
[WARNING] Bundle org.jruby:jruby-complete:bundle:9.2.0.0-SNAPSHOT : Export org.jruby.ast.executable, has 1, private references [org.jcodings],
[WARNING] Bundle org.jruby:jruby-complete:bundle:9.2.0.0-SNAPSHOT : Export org.jruby.common, has 1, private references [org.joni],
[WARNING] Bundle org.jruby:jruby-complete:bundle:9.2.0.0-SNAPSHOT : Export org.jruby.ext, has 2, private references [jnr.constants.platform, jnr.posix],
[WARNING] Bundle org.jruby:jruby-complete:bundle:9.2.0.0-SNAPSHOT : Export org.jruby.ext.ffi.jffi, has 1, private references [com.kenai.jffi],
[WARNING] Bundle org.jruby:jruby-complete:bundle:9.2.0.0-SNAPSHOT : Export org.jruby.ext.ripper, has 1, private references [org.jcodings],
[WARNING] Bundle org.jruby:jruby-complete:bundle:9.2.0.0-SNAPSHOT : Export org.jruby.ext.socket, has 3, private references [jnr.constants.platform, jnr.netdb, jnr.unixsocket],
[WARNING] Bundle org.jruby:jruby-complete:bundle:9.2.0.0-SNAPSHOT : Export org.jruby.ext.stringio, has 1, private references [org.jcodings],
[WARNING] Bundle org.jruby:jruby-complete:bundle:9.2.0.0-SNAPSHOT : Export org.jruby.ext.zlib, has 2, private references [org.jcodings, org.jcodings.transcode],
[WARNING] Bundle org.jruby:jruby-complete:bundle:9.2.0.0-SNAPSHOT : Export org.jruby.internal.runtime.methods, has 1, private references [com.headius.invokebinder],
[WARNING] Bundle org.jruby:jruby-complete:bundle:9.2.0.0-SNAPSHOT : Export org.jruby.ir.instructions, has 1, private references [org.jcodings],
[WARNING] Bundle org.jruby:jruby-complete:bundle:9.2.0.0-SNAPSHOT : Export org.jruby.ir.operands, has 1, private references [org.jcodings],
[WARNING] Bundle org.jruby:jruby-complete:bundle:9.2.0.0-SNAPSHOT : Export org.jruby.ir.persistence, has 1, private references [org.jcodings],
[WARNING] Bundle org.jruby:jruby-complete:bundle:9.2.0.0-SNAPSHOT : Export org.jruby.ir.runtime, has 2, private references [com.headius.invokebinder, org.jcodings],
[WARNING] Bundle org.jruby:jruby-complete:bundle:9.2.0.0-SNAPSHOT : Export org.jruby.ir.targets, has 2, private references [com.headius.invokebinder, org.jcodings],
[WARNING] Bundle org.jruby:jruby-complete:bundle:9.2.0.0-SNAPSHOT : Export org.jruby.lexer, has 1, private references [org.jcodings],
[WARNING] Bundle org.jruby:jruby-complete:bundle:9.2.0.0-SNAPSHOT : Export org.jruby.lexer.yacc, has 1, private references [org.jcodings],
[WARNING] Bundle org.jruby:jruby-complete:bundle:9.2.0.0-SNAPSHOT : Export org.jruby.parser, has 1, private references [org.jcodings],
[WARNING] Bundle org.jruby:jruby-complete:bundle:9.2.0.0-SNAPSHOT : Export org.jruby.runtime, has 2, private references [jnr.constants.platform, org.jcodings],
[WARNING] Bundle org.jruby:jruby-complete:bundle:9.2.0.0-SNAPSHOT : Export org.jruby.runtime.encoding, has 2, private references [org.jcodings, org.jcodings.util],
[WARNING] Bundle org.jruby:jruby-complete:bundle:9.2.0.0-SNAPSHOT : Export org.jruby.runtime.invokedynamic, has 1, private references [com.headius.invokebinder],
[WARNING] Bundle org.jruby:jruby-complete:bundle:9.2.0.0-SNAPSHOT : Export org.jruby.runtime.marshal, has 1, private references [org.jcodings],
[WARNING] Bundle org.jruby:jruby-complete:bundle:9.2.0.0-SNAPSHOT : Export org.jruby.util, has 9, private references [com.martiansoftware.nailgun, jnr.ffi, jnr.ffi.annotations, jnr.ffi.byref, jnr.ffi.types, jnr.posix, org.jcodings, org.joda.time, org.joni],
[WARNING] Bundle org.jruby:jruby-complete:bundle:9.2.0.0-SNAPSHOT : Export org.jruby.util.cli, has 1, private references [com.headius.options],
[WARNING] Bundle org.jruby:jruby-complete:bundle:9.2.0.0-SNAPSHOT : Export org.jruby.util.io, has 6, private references [jnr.constants.platform, jnr.enxio.channels, jnr.posix, jnr.unixsocket, org.jcodings, org.jcodings.transcode],
[INFO]
[INFO] --- checksum-maven-plugin:1.2:artifacts (default) @ jruby-complete ---
[INFO] jruby-complete-9.2.0.0-SNAPSHOT.jar - SHA-256 : 8eedadcc1fc86c3050148c176c27eb16738ac0f94721b3841cdce43c0f86ba61
[INFO] jruby-complete-9.2.0.0-SNAPSHOT.jar - SHA-512 : aa56e446947660586ad31de87249c4ccb7066d54e2b0814fc697b393bf364ba045e32f9122a43755d2877e0070d4ece158eaeffaad20e37e044860deac76d6e7
[INFO]
[INFO] --- maven-invoker-plugin:1.8:install (integration-test) @ jruby-complete ---
[INFO] Skipping artifact installation per configuration.
[INFO]
[INFO] --- polyglot-maven-plugin:0.1.15:execute (setup other osgi frameworks) @ jruby-complete ---
[INFO]
[INFO] --- maven-invoker-plugin:1.8:run (integration-test) @ jruby-complete ---
[INFO] Skipping invocation per configuration. If this is incorrect, ensure the skipInvocation parameter is not set to true.
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jruby-complete ---
[INFO] Installing C:\work\jruby\jruby\maven\jruby-complete\target\jruby-complete-9.2.0.0-SNAPSHOT.jar to C:\Users\cshupp\.m2\repository\org\jruby\jruby-complete\9.2.0.0-SNAPSHOT\jruby-complete-9.2.0.0-SNAPSHOT.jar
[INFO] Installing C:\work\jruby\jruby\maven\jruby-complete\.polyglot.pom.rb to C:\Users\cshupp\.m2\repository\org\jruby\jruby-complete\9.2.0.0-SNAPSHOT\jruby-complete-9.2.0.0-SNAPSHOT.pom
[INFO]
[INFO] --- maven-bundle-plugin:3.5.0:install (default-install) @ jruby-complete ---
[INFO] Installing org/jruby/jruby-complete/9.2.0.0-SNAPSHOT/jruby-complete-9.2.0.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JRuby .............................................. SUCCESS [ 0.348 s]
[INFO] JRuby Core ......................................... SUCCESS [ 17.017 s]
[INFO] JRuby Lib Setup .................................... SUCCESS [ 4.999 s]
[INFO] JRuby Artifacts .................................... SUCCESS [ 0.026 s]
[INFO] JRuby Complete ..................................... SUCCESS [ 12.854 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 40.641 s
[INFO] Finished at: 2018-01-29T14:04:34-05:00
[INFO] Final Memory: 77M/1049M
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment