Skip to content

Instantly share code, notes, and snippets.

@orangejulius
Created November 19, 2014 19:02
Show Gist options
  • Save orangejulius/cb1ed7b0bfb113df62e9 to your computer and use it in GitHub Desktop.
Save orangejulius/cb1ed7b0bfb113df62e9 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100)
Maven home: /usr/share/maven-bin-3.0
Java version: 1.8.0_25, vendor: Oracle Corporation
Java home: /opt/oracle-jdk-bin-1.8.0.25/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.18.0-rc3+", arch: "amd64", family: "unix"
[INFO] Error stacktraces are turned on.
[DEBUG] Reading global settings from /usr/share/maven-bin-3.0/conf/settings.xml
[DEBUG] Reading user settings from /home/spectre256/.m2/settings.xml
[DEBUG] Using local repository at /home/spectre256/.m2/repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10 for /home/spectre256/.m2/repository
[INFO] Scanning for projects...
[DEBUG] Extension realms for project org.jruby:jruby-parent:pom:1.7.17-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.jruby:jruby-ext:pom:1.7.17-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.jruby:readline:jar:1.0: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.jruby:ripper:jar:1.7.17-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.jruby:jruby-core:jar:1.7.17-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.jruby:jruby-lib:pom:1.7.17-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] JRuby
[INFO] JRuby Core
[INFO] JRuby Ext
[INFO] JRuby Readline
[INFO] JRuby Ripper
[INFO] JRuby Lib Setup
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: org.jruby:jruby-parent:pom:1.7.17-SNAPSHOT
[DEBUG] Tasks: [package]
[DEBUG] Style: Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.jruby:jruby-core:jar:1.7.17-SNAPSHOT
[DEBUG] Tasks: [package]
[DEBUG] Style: Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.jruby:jruby-ext:pom:1.7.17-SNAPSHOT
[DEBUG] Tasks: [package]
[DEBUG] Style: Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.jruby:readline:jar:1.0
[DEBUG] Tasks: [package]
[DEBUG] Style: Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.jruby:ripper:jar:1.7.17-SNAPSHOT
[DEBUG] Tasks: [package]
[DEBUG] Style: Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.jruby:jruby-lib:pom:1.7.17-SNAPSHOT
[DEBUG] Tasks: [package]
[DEBUG] Style: Regular
[DEBUG] =======================================================================
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JRuby 1.7.17-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project: org.jruby:jruby-parent:1.7.17-SNAPSHOT
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [test]
[DEBUG] Repositories (dependencies): [sonatype (https://oss.sonatype.org/content/repositories/snapshots/, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, snapshots), central (http://repo.maven.apache.org/maven2, releases)]
[DEBUG] Repositories (plugins) : [sonatype snapshots (https://oss.sonatype.org/content/repositories/snapshots/, snapshots), central (http://repo.maven.apache.org/maven2, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-enforcer-plugin:1.0:enforce (enforce-maven)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<fail default-value="true">${enforcer.fail}</fail>
<failFast default-value="false">${enforcer.failFast}</failFast>
<ignoreCache default-value="false">${enforcer.ignoreCache}</ignoreCache>
<project>${project}</project>
<rules>
<requireMavenVersion>
<version>(,2.1.0),(2.1.0,2.2.0),(2.2.0,)</version>
<message>Maven 2.1.0 and 2.2.0 produce incorrect GPG signatures and checksums respectively.</message>
</requireMavenVersion>
</rules>
<session>${session}</session>
<skip default-value="false">${enforcer.skip}</skip>
</configuration>
[DEBUG] =======================================================================
[DEBUG] org.jruby:jruby-parent:pom:1.7.17-SNAPSHOT
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jruby-parent ---
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG] Imported: org.apache.maven.cli < plexus.core
[DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG] Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG] Imported: org.apache.maven.repository < plexus.core
[DEBUG] Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG] Imported: org.apache.maven.usability < plexus.core
[DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG] Imported: org.sonatype.aether.version < plexus.core
[DEBUG] Imported: org.sonatype.aether.* < plexus.core
[DEBUG] Imported: org.sonatype.aether.artifact < plexus.core
[DEBUG] Imported: org.apache.maven.* < plexus.core
[DEBUG] Imported: org.apache.maven.project < plexus.core
[DEBUG] Imported: org.sonatype.aether.repository < plexus.core
[DEBUG] Imported: org.sonatype.aether.impl < plexus.core
[DEBUG] Imported: org.apache.maven.exception < plexus.core
[DEBUG] Imported: org.apache.maven.plugin < plexus.core
[DEBUG] Imported: org.sonatype.aether.collection < plexus.core
[DEBUG] Imported: org.codehaus.plexus.* < plexus.core
[DEBUG] Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG] Imported: org.apache.maven.profiles < plexus.core
[DEBUG] Imported: org.sonatype.aether.metadata < plexus.core
[DEBUG] Imported: org.sonatype.aether.spi < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG] Imported: org.sonatype.aether.graph < plexus.core
[DEBUG] Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG] Imported: org.sonatype.aether.installation < plexus.core
[DEBUG] Imported: org.apache.maven.monitor < plexus.core
[DEBUG] Imported: org.sonatype.aether.transfer < plexus.core
[DEBUG] Imported: org.codehaus.plexus.context < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG] Imported: org.sonatype.aether.deployment < plexus.core
[DEBUG] Imported: org.apache.maven.model < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG] Imported: org.apache.maven.artifact < plexus.core
[DEBUG] Imported: org.apache.maven.toolchain < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
[DEBUG] Imported: org.apache.maven.settings < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG] Imported: org.apache.maven.reporting < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG] Imported: org.apache.maven.configuration < plexus.core
[DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG] Imported: org.codehaus.classworlds < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
[DEBUG] Imported: org.apache.maven.classrealm < plexus.core
[DEBUG] Imported: org.sonatype.aether.resolution < plexus.core
[DEBUG] Imported: org.apache.maven.execution < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG] Imported: org.codehaus.plexus.container < plexus.core
[DEBUG] Imported: org.codehaus.plexus.component < plexus.core
[DEBUG] Populating class realm maven.api
[DEBUG] org.apache.maven.plugins:maven-enforcer-plugin:jar:1.0:
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.9:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.2:test (scope managed from compile) (version managed from 3.8.1)
[DEBUG] org.apache.maven:maven-core:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.9:compile
[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-10:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile
[DEBUG] commons-cli:commons-cli:jar:1.0:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.9:compile
[DEBUG] classworlds:classworlds:jar:1.1:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.8:compile
[DEBUG] commons-lang:commons-lang:jar:2.3:compile
[DEBUG] org.apache.maven.enforcer:enforcer-api:jar:1.0:compile
[DEBUG] org.apache.maven.enforcer:enforcer-rules:jar:1.0:compile
[DEBUG] org.apache.maven.shared:maven-common-artifact-filters:jar:1.2:compile
[DEBUG] org.apache.maven.shared:maven-plugin-testing-harness:jar:1.1:test (scope managed from compile)
[DEBUG] org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7:test
[DEBUG] org.beanshell:bsh:jar:2.0b4:compile
[DEBUG] org.apache.maven.shared:maven-dependency-tree:jar:1.2:compile
[DEBUG] org.codehaus.plexus:plexus-i18n:jar:1.0-beta-6:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-enforcer-plugin:1.0
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-enforcer-plugin:1.0
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-enforcer-plugin:1.0
[DEBUG] Included: org.apache.maven.plugins:maven-enforcer-plugin:jar:1.0
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.9
[DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-10
[DEBUG] Included: commons-cli:commons-cli:jar:1.0
[DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:1.5.8
[DEBUG] Included: commons-lang:commons-lang:jar:2.3
[DEBUG] Included: org.apache.maven.enforcer:enforcer-api:jar:1.0
[DEBUG] Included: org.apache.maven.enforcer:enforcer-rules:jar:1.0
[DEBUG] Included: org.apache.maven.shared:maven-common-artifact-filters:jar:1.2
[DEBUG] Included: org.beanshell:bsh:jar:2.0b4
[DEBUG] Included: org.apache.maven.shared:maven-dependency-tree:jar:1.2
[DEBUG] Included: org.codehaus.plexus:plexus-i18n:jar:1.0-beta-6
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-project:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-model:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.9
[DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] Excluded: junit:junit:jar:3.8.2
[DEBUG] Excluded: org.apache.maven:maven-core:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-error-diagnostics:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-monitor:jar:2.0.9
[DEBUG] Excluded: classworlds:classworlds:jar:1.1
[DEBUG] Excluded: org.apache.maven.shared:maven-plugin-testing-harness:jar:1.1
[DEBUG] Excluded: org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-enforcer-plugin:1.0:enforce from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-enforcer-plugin:1.0, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-enforcer-plugin:1.0:enforce' with basic configurator -->
[DEBUG] (s) fail = true
[DEBUG] (s) failFast = false
[DEBUG] (f) ignoreCache = false
[DEBUG] (s) project = MavenProject: org.jruby:jruby-parent:1.7.17-SNAPSHOT @ /home/spectre256/repos/jruby/pom.xml
[DEBUG] (s) version = (,2.1.0),(2.1.0,2.2.0),(2.2.0,)
[DEBUG] (f) message = Maven 2.1.0 and 2.2.0 produce incorrect GPG signatures and checksums respectively.
[DEBUG] (s) rules = [org.apache.maven.plugins.enforcer.RequireMavenVersion@ee86bcb]
[DEBUG] (s) session = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] (s) skip = false
[DEBUG] -- end configuration --
[DEBUG] Executing rule: org.apache.maven.plugins.enforcer.RequireMavenVersion
[DEBUG] Rule org.apache.maven.plugins.enforcer.RequireMavenVersion is cacheable.
[DEBUG] Detected Maven Version: 3.0.4
[DEBUG] Detected Maven Version: 3.0.4 is allowed in the range (,2.1.0),(2.1.0,2.2.0),(2.2.0,).
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JRuby Core 1.7.17-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project: org.jruby:jruby-core:1.7.17-SNAPSHOT
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [compile, runtime, test]
[DEBUG] Repositories (dependencies): [sonatype (https://oss.sonatype.org/content/repositories/snapshots/, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, snapshots), central (http://repo.maven.apache.org/maven2, releases)]
[DEBUG] Repositories (plugins) : [sonatype snapshots (https://oss.sonatype.org/content/repositories/snapshots/, snapshots), central (http://repo.maven.apache.org/maven2, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-enforcer-plugin:1.0:enforce (enforce-maven)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<fail default-value="true">${enforcer.fail}</fail>
<failFast default-value="false">${enforcer.failFast}</failFast>
<ignoreCache default-value="false">${enforcer.ignoreCache}</ignoreCache>
<project>${project}</project>
<rules>
<requireMavenVersion>
<version>(,2.1.0),(2.1.0,2.2.0),(2.2.0,)</version>
<message>Maven 2.1.0 and 2.2.0 produce incorrect GPG signatures and checksums respectively.</message>
</requireMavenVersion>
</rules>
<session>${session}</session>
<skip default-value="false">${enforcer.skip}</skip>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.codehaus.mojo:properties-maven-plugin:1.0-alpha-2:read-project-properties (properties)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<files>
<file>/home/spectre256/repos/jruby/core/../default.build.properties</file>
<file>/home/spectre256/repos/jruby/core/../build.properties</file>
</files>
<project default-value="${project}"/>
<quiet default-value="false">true</quiet>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.codehaus.mojo:buildnumber-maven-plugin:1.2:create (jruby-revision)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<buildNumberPropertiesFileLocation default-value="${basedir}/buildNumber.properties"/>
<buildNumberPropertyName default-value="buildNumber">jruby.revision</buildNumberPropertyName>
<doCheck default-value="false">${maven.buildNumber.doCheck}</doCheck>
<doUpdate default-value="false">${maven.buildNumber.doUpdate}</doUpdate>
<getRevisionOnlyOnce default-value="false"/>
<locale>${maven.buildNumber.locale}</locale>
<password>${password}</password>
<project>${project}</project>
<reactorProjects>${reactorProjects}</reactorProjects>
<readUrlScm>${project.scm.connection}</readUrlScm>
<scmBranchPropertyName default-value="scmBranch">${maven.buildNumber.scmBranchPropertyName}</scmBranchPropertyName>
<scmDirectory default-value="${basedir}">${maven.buildNumber.scmDirectory}</scmDirectory>
<session>${session}</session>
<shortRevisionLength>7</shortRevisionLength>
<timestampPropertyName default-value="timestamp">${maven.buildNumber.timestampPropertyName}</timestampPropertyName>
<urlScm>${project.scm.developerConnection}</urlScm>
<useLastCommittedRevision default-value="false">${maven.buildNumber.useLastCommittedRevision}</useLastCommittedRevision>
<username>${username}</username>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.6:resources (default-resources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<buildFilters default-value="${project.build.filters}"/>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<escapeString>${maven.resources.escapeString}</escapeString>
<escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
<includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<overwrite default-value="false">${maven.resources.overwrite}</overwrite>
<project default-value="${project}"/>
<resources default-value="${project.resources}"/>
<session default-value="${session}"/>
<supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>
<useBuildFilters default-value="true"/>
<useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (anno)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<basedir default-value="${basedir}"/>
<buildDirectory default-value="${project.build.directory}"/>
<classpathElements default-value="${project.compileClasspathElements}"/>
<compileSourceRoots default-value="${project.compileSourceRoots}"/>
<compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
<compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
<compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
<debug default-value="true">true</debug>
<debuglevel>${maven.compiler.debuglevel}</debuglevel>
<encoding default-value="${project.build.sourceEncoding}">utf-8</encoding>
<executable>${maven.compiler.executable}</executable>
<failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
<forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
<fork default-value="false">true</fork>
<generatedSourcesDirectory default-value="${project.build.directory}/generated-sources/annotations"/>
<includes>
<include>org/jruby/anno/FrameField.java</include>
<include>org/jruby/anno/AnnotationBinder.java</include>
<include>org/jruby/anno/JRubyMethod.java</include>
<include>org/jruby/anno/FrameField.java</include>
<include>org/jruby/CompatVersion.java</include>
<include>org/jruby/runtime/Visibility.java</include>
<include>org/jruby/util/CodegenUtils.java</include>
<include>org/jruby/util/SafePropertyAccessor.java</include>
</includes>
<maxmem>${maven.compiler.maxmem}</maxmem>
<meminitial>${maven.compiler.meminitial}</meminitial>
<mojoExecution>${mojoExecution}</mojoExecution>
<optimize default-value="false">${maven.compiler.optimize}</optimize>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<projectArtifact default-value="${project.artifact}"/>
<showDeprecation default-value="false">true</showDeprecation>
<showWarnings default-value="false">true</showWarnings>
<skipMain>${maven.main.skip}</skipMain>
<skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
<source default-value="1.5">1.6</source>
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
<target default-value="1.5">1.6</target>
<useIncrementalCompilation default-value="true">false</useIncrementalCompilation>
<verbose default-value="false">true</verbose>
<mavenSession default-value="${session}"/>
<session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<annotationProcessors>
<annotationProcessor>org.jruby.anno.AnnotationBinder</annotationProcessor>
</annotationProcessors>
<basedir default-value="${basedir}"/>
<buildDirectory default-value="${project.build.directory}"/>
<classpathElements default-value="${project.compileClasspathElements}"/>
<compileSourceRoots default-value="${project.compileSourceRoots}"/>
<compilerArgs>
<compilerArg>-XDignore.symbol.file=true</compilerArg>
<compilerArg>-J-Duser.language=en</compilerArg>
<compilerArg>-J-Dfile.encoding=UTF-8</compilerArg>
<compilerArg>-J-Xbootclasspath/p:${settings.localRepository}/com/headius/unsafe-mock/8.0/unsafe-mock-8.0.jar</compilerArg>
<compilerArg>-J-Xmx512M</compilerArg>
</compilerArgs>
<compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
<compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
<compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
<debug default-value="true">true</debug>
<debuglevel>${maven.compiler.debuglevel}</debuglevel>
<encoding default-value="${project.build.sourceEncoding}">utf-8</encoding>
<executable>${maven.compiler.executable}</executable>
<failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
<forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
<fork default-value="false">true</fork>
<generatedSourcesDirectory default-value="${project.build.directory}/generated-sources/annotations"/>
<maxmem>${maven.compiler.maxmem}</maxmem>
<meminitial>${maven.compiler.meminitial}</meminitial>
<mojoExecution>${mojoExecution}</mojoExecution>
<optimize default-value="false">${maven.compiler.optimize}</optimize>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<projectArtifact default-value="${project.artifact}"/>
<showDeprecation default-value="false">true</showDeprecation>
<showWarnings default-value="false">true</showWarnings>
<skipMain>${maven.main.skip}</skipMain>
<skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
<source default-value="1.5">1.6</source>
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
<target default-value="1.5">1.6</target>
<useIncrementalCompilation default-value="true">false</useIncrementalCompilation>
<verbose default-value="false">true</verbose>
<mavenSession default-value="${session}"/>
<session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.codehaus.mojo:build-helper-maven-plugin:1.8:add-source (add-populators)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<sources>
<source>/home/spectre256/repos/jruby/core/target/generated-sources</source>
</sources>
<project default-value="${project}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (invoker-generator)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<arguments>
<argument>-Djruby.bytecode.version=1.6</argument>
<argument>-classpath</argument>
<classpath/>
<argument>org.jruby.anno.InvokerGenerator</argument>
<argument>/home/spectre256/repos/jruby/core/target/generated-sources/annotated_classes.txt</argument>
<argument>/home/spectre256/repos/jruby/core/target/classes</argument>
</arguments>
<basedir default-value="${basedir}"/>
<classpathScope default-value="runtime">compile</classpathScope>
<commandlineArgs>${exec.args}</commandlineArgs>
<executable>java</executable>
<longClasspath default-value="false">${exec.longClasspath}</longClasspath>
<outputFile>${exec.outputFile}</outputFile>
<project default-value="${project}"/>
<session default-value="${session}"/>
<skip default-value="false">${skip}</skip>
<sourceRoot>${sourceRoot}</sourceRoot>
<testSourceRoot>${testSourceRoot}</testSourceRoot>
<workingDirectory>${exec.workingdir}</workingDirectory>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (populators)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<basedir default-value="${basedir}"/>
<buildDirectory default-value="${project.build.directory}"/>
<classpathElements default-value="${project.compileClasspathElements}"/>
<compileSourceRoots default-value="${project.compileSourceRoots}"/>
<compilerArgs>
<compilerArg>-XDignore.symbol.file=true</compilerArg>
<compilerArg>-J-Duser.language=en</compilerArg>
<compilerArg>-J-Dfile.encoding=UTF-8</compilerArg>
<compilerArg>-J-Xbootclasspath/p:${settings.localRepository}/com/headius/unsafe-mock/8.0/unsafe-mock-8.0.jar</compilerArg>
<compilerArg>-J-Xmx512M</compilerArg>
</compilerArgs>
<compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
<compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
<compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
<debug default-value="true">true</debug>
<debuglevel>${maven.compiler.debuglevel}</debuglevel>
<encoding default-value="${project.build.sourceEncoding}">utf-8</encoding>
<executable>${maven.compiler.executable}</executable>
<failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
<forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
<fork default-value="false">true</fork>
<generatedSourcesDirectory default-value="${project.build.directory}/generated-sources/annotations"/>
<includes>
<include>org/jruby/gen/**/*.java</include>
</includes>
<maxmem>${maven.compiler.maxmem}</maxmem>
<meminitial>${maven.compiler.meminitial}</meminitial>
<mojoExecution>${mojoExecution}</mojoExecution>
<optimize default-value="false">${maven.compiler.optimize}</optimize>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<projectArtifact default-value="${project.artifact}"/>
<showDeprecation default-value="false">true</showDeprecation>
<showWarnings default-value="false">true</showWarnings>
<skipMain>${maven.main.skip}</skipMain>
<skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
<source default-value="1.5">1.6</source>
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
<target default-value="1.5">1.6</target>
<useIncrementalCompilation default-value="true">false</useIncrementalCompilation>
<verbose default-value="false">true</verbose>
<mavenSession default-value="${session}"/>
<session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (eclipse-hack)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<basedir default-value="${basedir}"/>
<buildDirectory default-value="${project.build.directory}"/>
<classpathElements default-value="${project.compileClasspathElements}"/>
<compileSourceRoots default-value="${project.compileSourceRoots}"/>
<compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
<compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
<compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
<debug default-value="true">true</debug>
<debuglevel>${maven.compiler.debuglevel}</debuglevel>
<encoding default-value="${project.build.sourceEncoding}">utf-8</encoding>
<executable>${maven.compiler.executable}</executable>
<failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
<forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
<fork default-value="false">true</fork>
<generatedSourcesDirectory default-value="${project.build.directory}/generated-sources/annotations"/>
<includes>
<include>**/*.java</include>
</includes>
<maxmem>${maven.compiler.maxmem}</maxmem>
<meminitial>${maven.compiler.meminitial}</meminitial>
<mojoExecution>${mojoExecution}</mojoExecution>
<optimize default-value="false">${maven.compiler.optimize}</optimize>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<projectArtifact default-value="${project.artifact}"/>
<showDeprecation default-value="false">true</showDeprecation>
<showWarnings default-value="false">true</showWarnings>
<skipMain>true</skipMain>
<skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
<source default-value="1.5">1.6</source>
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
<target default-value="1.5">1.6</target>
<useIncrementalCompilation default-value="true">false</useIncrementalCompilation>
<verbose default-value="false">true</verbose>
<mavenSession default-value="${session}"/>
<session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.6:testResources (default-testResources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<buildFilters default-value="${project.build.filters}"/>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<escapeString>${maven.resources.escapeString}</escapeString>
<escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
<includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
<outputDirectory default-value="${project.build.testOutputDirectory}"/>
<overwrite default-value="false">${maven.resources.overwrite}</overwrite>
<project default-value="${project}"/>
<resources default-value="${project.testResources}"/>
<session default-value="${session}"/>
<skip>${maven.test.skip}</skip>
<supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>
<useBuildFilters default-value="true"/>
<useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<basedir default-value="${basedir}"/>
<buildDirectory default-value="${project.build.directory}"/>
<classpathElements default-value="${project.testClasspathElements}"/>
<compileSourceRoots default-value="${project.testCompileSourceRoots}"/>
<compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
<compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
<compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
<debug default-value="true">true</debug>
<debuglevel>${maven.compiler.debuglevel}</debuglevel>
<encoding default-value="${project.build.sourceEncoding}">utf-8</encoding>
<executable>${maven.compiler.executable}</executable>
<failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
<forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
<fork default-value="false">true</fork>
<generatedTestSourcesDirectory default-value="${project.build.directory}/generated-test-sources/test-annotations"/>
<maxmem>${maven.compiler.maxmem}</maxmem>
<meminitial>${maven.compiler.meminitial}</meminitial>
<mojoExecution>${mojoExecution}</mojoExecution>
<optimize default-value="false">${maven.compiler.optimize}</optimize>
<outputDirectory default-value="${project.build.testOutputDirectory}"/>
<showDeprecation default-value="false">true</showDeprecation>
<showWarnings default-value="false">true</showWarnings>
<skip>${maven.test.skip}</skip>
<skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
<source default-value="1.5">1.6</source>
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
<target default-value="1.5">1.6</target>
<testSource>${maven.compiler.testSource}</testSource>
<testTarget>${maven.compiler.testTarget}</testTarget>
<useIncrementalCompilation default-value="true">false</useIncrementalCompilation>
<verbose default-value="false">true</verbose>
<mavenSession default-value="${session}"/>
<session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-surefire-plugin:2.15:test (default-test)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<additionalClasspathElements>
<additionalClasspathElement>/home/spectre256/repos/jruby/core/src/test/ruby</additionalClasspathElement>${maven.test.additionalClasspath}</additionalClasspathElements>
<argLine>-Xmx1024M -XX:MaxPermSize=512M -Dfile.encoding=UTF-8 -Djava.awt.headless=true</argLine>
<basedir default-value="${basedir}"/>
<childDelegation default-value="false">${childDelegation}</childDelegation>
<classesDirectory default-value="${project.build.outputDirectory}"/>
<classpathDependencyExcludes>${maven.test.dependency.excludes}</classpathDependencyExcludes>
<debugForkedProcess>${maven.surefire.debug}</debugForkedProcess>
<dependenciesToScan>${dependenciesToScan}</dependenciesToScan>
<disableXmlReport default-value="false">${disableXmlReport}</disableXmlReport>
<enableAssertions default-value="true">${enableAssertions}</enableAssertions>
<excludedGroups>${excludedGroups}</excludedGroups>
<failIfNoSpecifiedTests>${surefire.failIfNoSpecifiedTests}</failIfNoSpecifiedTests>
<failIfNoTests>${failIfNoTests}</failIfNoTests>
<forkCount default-value="1">1C</forkCount>
<forkMode default-value="once">${forkMode}</forkMode>
<forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
<groups>${groups}</groups>
<includes>
<include>org/jruby/test/MainTestSuite.java</include>
<include>org/jruby/embed/**/*Test*.java</include>
<include>org/jruby/util/**/*Test*.java</include>
</includes>
<junitArtifactName default-value="junit:junit">${junitArtifactName}</junitArtifactName>
<jvm>${jvm}</jvm>
<localRepository default-value="${localRepository}"/>
<objectFactory>${objectFactory}</objectFactory>
<parallel>${parallel}</parallel>
<parallelMavenExecution default-value="${session.parallel}"/>
<perCoreThreadCount default-value="true">${perCoreThreadCount}</perCoreThreadCount>
<pluginArtifactMap>${plugin.artifactMap}</pluginArtifactMap>
<pluginDescriptor default-value="${plugin}"/>
<printSummary default-value="true">${surefire.printSummary}</printSummary>
<projectArtifactMap>${project.artifactMap}</projectArtifactMap>
<redirectTestOutputToFile default-value="false">${maven.test.redirectTestOutputToFile}</redirectTestOutputToFile>
<remoteRepositories default-value="${project.pluginArtifactRepositories}"/>
<reportFormat default-value="brief">${surefire.reportFormat}</reportFormat>
<reportNameSuffix default-value="">${surefire.reportNameSuffix}</reportNameSuffix>
<reportsDirectory default-value="${project.build.directory}/surefire-reports"/>
<reuseForks default-value="true">false</reuseForks>
<runOrder default-value="filesystem"/>
<skip default-value="false">${maven.test.skip}</skip>
<skipExec>${maven.test.skip.exec}</skipExec>
<skipTests default-value="false">${skipTests}</skipTests>
<systemProperties>
<jruby.compat.version>1.9</jruby.compat.version>
<jruby.home>/home/spectre256/repos/jruby/core/..</jruby.home>
</systemProperties>
<test>${test}</test>
<testClassesDirectory default-value="${project.build.testOutputDirectory}"/>
<testFailureIgnore default-value="false">${maven.test.failure.ignore}</testFailureIgnore>
<testNGArtifactName default-value="org.testng:testng">${testNGArtifactName}</testNGArtifactName>
<testSourceDirectory default-value="${project.build.testSourceDirectory}"/>
<threadCount>${threadCount}</threadCount>
<trimStackTrace default-value="true">${trimStackTrace}</trimStackTrace>
<useFile default-value="true">${surefire.useFile}</useFile>
<useManifestOnlyJar default-value="true">${surefire.useManifestOnlyJar}</useManifestOnlyJar>
<useSystemClassLoader default-value="true">${surefire.useSystemClassLoader}</useSystemClassLoader>
<useUnlimitedThreads default-value="false">${useUnlimitedThreads}</useUnlimitedThreads>
<workingDirectory>${basedir}</workingDirectory>
<project default-value="${project}"/>
<session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.felix:maven-bundle-plugin:2.4.0:manifest (default)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<buildDirectory>${project.build.directory}</buildDirectory>
<dumpClasspath>${dumpClasspath}</dumpClasspath>
<dumpInstructions>${dumpInstructions}</dumpInstructions>
<excludeDependencies>${excludeDependencies}</excludeDependencies>
<finalName>${project.build.finalName}</finalName>
<instructions>
<Export-Package>org.jruby.*;version=1.7.17-SNAPSHOT</Export-Package>
<Import-Package>!org.jruby.*, *;resolution:=optional</Import-Package>
<Private-Package>org.jruby.*,jnr.*,com.kenai.*,com.martiansoftware.*,jay.*,jline.*,jni.*,org.fusesource.*,org.jcodings.*,org.joda.convert.*,org.joda.time.*,org.joni.*,org.yaml.*,org.yecht.*,tables.*,org.objectweb.*,com.headius.*,org.bouncycastle.*,com.jcraft.jzlib,.</Private-Package>
<Bundle-Name>JRuby Core 1.7.17-SNAPSHOT</Bundle-Name>
<Bundle-Description>JRuby Core 1.7.17-SNAPSHOT OSGi bundle</Bundle-Description>
<Bundle-SymbolicName>org.jruby.jruby-core</Bundle-SymbolicName>
</instructions>
<m_mavenSession default-value="${session}"/>
<manifestLocation default-value="${project.build.outputDirectory}/META-INF">${manifestLocation}</manifestLocation>
<outputDirectory>${project.build.outputDirectory}</outputDirectory>
<project>${project}</project>
<rebuildBundle>${rebuildBundle}</rebuildBundle>
<unpackBundle>${unpackBundle}</unpackBundle>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-jar-plugin:2.4:jar (default-jar)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<archive>
<manifestFile>/home/spectre256/repos/jruby/core/target/classes/META-INF/MANIFEST.MF</manifestFile>
</archive>
<classesDirectory default-value="${project.build.outputDirectory}"/>
<defaultManifestFile default-value="${project.build.outputDirectory}/META-INF/MANIFEST.MF"/>
<finalName default-value="${project.build.finalName}">${jar.finalName}</finalName>
<forceCreation default-value="false">${jar.forceCreation}</forceCreation>
<outputDirectory default-value="${project.build.directory}"/>
<project default-value="${project}"/>
<session default-value="${session}"/>
<skipIfEmpty default-value="false">${jar.skipIfEmpty}</skipIfEmpty>
<useDefaultManifestFile default-value="false">${jar.useDefaultManifestFile}</useDefaultManifestFile>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-shade-plugin:2.1:shade (pack jruby.jar)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<createDependencyReducedPom default-value="true"/>
<dependencyReducedPomLocation default-value="${basedir}/dependency-reduced-pom.xml"/>
<generateUniqueDependencyReducedPom default-value="false"/>
<localRepository default-value="${localRepository}"/>
<outputDirectory default-value="${project.build.directory}"/>
<outputFile>/home/spectre256/repos/jruby/core/../lib/jruby.jar</outputFile>
<relocations>
<relocation>
<pattern>org.objectweb</pattern>
<shadedPattern>org.jruby.org.objectweb</shadedPattern>
</relocation>
</relocations>
<remoteArtifactRepositories default-value="${project.remoteArtifactRepositories}"/>
<shadeSourcesContent default-value="false">${shadeSourcesContent}</shadeSourcesContent>
<shadedArtifactId default-value="${project.artifactId}"/>
<shadedClassifierName default-value="shaded"/>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>org.jruby.Main</mainClass>
</transformer>
</transformers>
<useBaseVersion default-value="false"/>
<project default-value="${project}"/>
<session default-value="${session}"/>
</configuration>
[DEBUG] =======================================================================
[DEBUG] Could not find metadata com.github.jnr:jffi/maven-metadata.xml in local (/home/spectre256/.m2/repository)
[DEBUG] Skipped remote update check for com.github.jnr:jffi/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Skipped remote update check for com.github.jnr:jffi/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Skipped remote update check for com.github.jnr:jffi/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Could not find metadata com.github.jnr:jffi:1.2.8-SNAPSHOT/maven-metadata.xml in local (/home/spectre256/.m2/repository)
[DEBUG] Skipped remote update check for com.github.jnr:jffi:1.2.8-SNAPSHOT/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Skipped remote update check for com.github.jnr:jffi:1.2.8-SNAPSHOT/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Could not find metadata com.github.jnr:jffi/maven-metadata.xml in local (/home/spectre256/.m2/repository)
[DEBUG] Skipped remote update check for com.github.jnr:jffi/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Skipped remote update check for com.github.jnr:jffi/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Skipped remote update check for com.github.jnr:jffi/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Could not find metadata com.github.jnr:jffi:1.2.8-SNAPSHOT/maven-metadata.xml in local (/home/spectre256/.m2/repository)
[DEBUG] Skipped remote update check for com.github.jnr:jffi:1.2.8-SNAPSHOT/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Skipped remote update check for com.github.jnr:jffi:1.2.8-SNAPSHOT/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Could not find metadata com.github.jnr:jnr-x86asm/maven-metadata.xml in local (/home/spectre256/.m2/repository)
[DEBUG] Failure to find com.github.jnr:jnr-x86asm/maven-metadata.xml in https://oss.sonatype.org/content/repositories/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of sonatype has elapsed or updates are forced
[DEBUG] Failure to find com.github.jnr:jnr-x86asm/maven-metadata.xml in https://oss.sonatype.org/content/repositories/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of sonatype-nexus-snapshots has elapsed or updates are forced
[DEBUG] Skipped remote update check for com.github.jnr:jnr-x86asm/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] org.jruby:jruby-core:jar:1.7.17-SNAPSHOT
[DEBUG] junit:junit:jar:4.11:test
[DEBUG] org.hamcrest:hamcrest-core:jar:1.3:test
[DEBUG] org.ow2.asm:asm:jar:4.0:compile
[DEBUG] org.ow2.asm:asm-commons:jar:4.0:compile
[DEBUG] org.ow2.asm:asm-tree:jar:4.0:compile
[DEBUG] org.ow2.asm:asm-analysis:jar:4.0:compile
[DEBUG] org.ow2.asm:asm-util:jar:4.0:compile
[DEBUG] org.jruby.joni:joni:jar:2.1.3:compile
[DEBUG] com.github.jnr:jnr-netdb:jar:1.1.2:compile
[DEBUG] com.github.jnr:jnr-enxio:jar:0.4:compile
[DEBUG] com.github.jnr:jnr-x86asm:jar:1.0.2:compile
[DEBUG] com.github.jnr:jnr-unixsocket:jar:0.3:compile
[DEBUG] com.github.jnr:jnr-posix:jar:3.0.7:compile
[DEBUG] org.jruby.extras:bytelist:jar:1.0.11:compile
[DEBUG] com.github.jnr:jnr-constants:jar:0.8.5:compile
[DEBUG] org.jruby.jcodings:jcodings:jar:1.0.10:compile
[DEBUG] com.github.jnr:jnr-ffi:jar:1.0.10:compile
[DEBUG] com.github.jnr:jffi:jar:1.2.7:compile
[DEBUG] com.github.jnr:jffi:jar:native:1.2.7:compile
[DEBUG] org.yaml:snakeyaml:jar:1.13:compile
[DEBUG] com.jcraft:jzlib:jar:1.1.3:compile
[DEBUG] com.headius:invokebinder:jar:1.2:compile
[DEBUG] org.osgi:org.osgi.core:jar:5.0.0:provided
[DEBUG] org.apache.ant:ant:jar:1.9.2:provided
[DEBUG] org.apache.ant:ant-launcher:jar:1.9.2:provided
[DEBUG] bsf:bsf:jar:2.4.0:provided
[DEBUG] commons-logging:commons-logging:jar:1.0.4:provided
[DEBUG] com.martiansoftware:nailgun-server:jar:0.9.1:compile
[DEBUG] com.headius:coro-mock:jar:1.0:provided
[DEBUG] com.headius:unsafe-mock:jar:8.0:provided
[DEBUG] com.headius:jsr292-mock:jar:1.1:provided
[DEBUG] org.ow2.asm:asm-debug-all:jar:5.0_BETA:provided
[DEBUG] org.jruby:yecht:jar:1.0:compile
[DEBUG] org.jruby:joda-timezones:jar:2013d:provided
[DEBUG] joda-time:joda-time:jar:2.5:compile
[DEBUG] com.headius:options:jar:1.2:compile
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jruby-core ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-enforcer-plugin:1.0:enforce from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-enforcer-plugin:1.0, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-enforcer-plugin:1.0:enforce' with basic configurator -->
[DEBUG] (s) fail = true
[DEBUG] (s) failFast = false
[DEBUG] (f) ignoreCache = false
[DEBUG] (s) project = MavenProject: org.jruby:jruby-core:1.7.17-SNAPSHOT @ /home/spectre256/repos/jruby/core/pom.xml
[DEBUG] (s) version = (,2.1.0),(2.1.0,2.2.0),(2.2.0,)
[DEBUG] (f) message = Maven 2.1.0 and 2.2.0 produce incorrect GPG signatures and checksums respectively.
[DEBUG] (s) rules = [org.apache.maven.plugins.enforcer.RequireMavenVersion@1cdc4c27]
[DEBUG] (s) session = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] (s) skip = false
[DEBUG] -- end configuration --
[DEBUG] Executing rule: org.apache.maven.plugins.enforcer.RequireMavenVersion
[DEBUG] Rule org.apache.maven.plugins.enforcer.RequireMavenVersion is cacheable.
[DEBUG] Key org.apache.maven.plugins.enforcer.RequireMavenVersion 491827297 was found in the cache
[DEBUG] The cached results are still valid. Skipping the rule: org.apache.maven.plugins.enforcer.RequireMavenVersion
[INFO]
[INFO] --- properties-maven-plugin:1.0-alpha-2:read-project-properties (properties) @ jruby-core ---
[DEBUG] org.codehaus.mojo:properties-maven-plugin:jar:1.0-alpha-2:
[DEBUG] org.apache.maven:maven-model:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.2:test (scope managed from compile) (version managed from 3.8.1)
[DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.6:compile
[DEBUG] Created new class realm plugin>org.codehaus.mojo:properties-maven-plugin:1.0-alpha-2
[DEBUG] Importing foreign packages into class realm plugin>org.codehaus.mojo:properties-maven-plugin:1.0-alpha-2
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.codehaus.mojo:properties-maven-plugin:1.0-alpha-2
[DEBUG] Included: org.codehaus.mojo:properties-maven-plugin:jar:1.0-alpha-2
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:1.5.6
[DEBUG] Excluded: org.apache.maven:maven-model:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-project:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.0.6
[DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] Excluded: junit:junit:jar:3.8.2
[DEBUG] Excluded: classworlds:classworlds:jar:1.1-alpha-2
[DEBUG] Configuring mojo org.codehaus.mojo:properties-maven-plugin:1.0-alpha-2:read-project-properties from plugin realm ClassRealm[plugin>org.codehaus.mojo:properties-maven-plugin:1.0-alpha-2, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.codehaus.mojo:properties-maven-plugin:1.0-alpha-2:read-project-properties' with basic configurator -->
[DEBUG] (f) files = [/home/spectre256/repos/jruby/core/../default.build.properties, /home/spectre256/repos/jruby/core/../build.properties]
[DEBUG] (f) project = MavenProject: org.jruby:jruby-core:1.7.17-SNAPSHOT @ /home/spectre256/repos/jruby/core/pom.xml
[DEBUG] (f) quiet = true
[DEBUG] -- end configuration --
[DEBUG] Loading property file: /home/spectre256/repos/jruby/core/../default.build.properties
[WARNING] Ignoring missing properties file: /home/spectre256/repos/jruby/core/../build.properties
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (jruby-revision) @ jruby-core ---
[DEBUG] org.codehaus.mojo:buildnumber-maven-plugin:jar:1.2:
[DEBUG] org.apache.maven:maven-project:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-core:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:compile
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:compile
[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.6:compile
[DEBUG] commons-cli:commons-cli:jar:1.0:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.6:compile
[DEBUG] classworlds:classworlds:jar:1.1:compile
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:4.10:test (scope managed from compile) (version managed from 3.8.1)
[DEBUG] org.hamcrest:hamcrest-core:jar:1.1:test
[DEBUG] org.apache.maven.scm:maven-scm-api:jar:1.8:compile
[DEBUG] org.apache.maven.scm:maven-scm-manager-plexus:jar:1.8:compile
[DEBUG] org.apache.maven.scm:maven-scm-provider-bazaar:jar:1.8:compile
[DEBUG] regexp:regexp:jar:1.3:compile
[DEBUG] org.apache.maven.scm:maven-scm-provider-svnexe:jar:1.8:compile
[DEBUG] commons-lang:commons-lang:jar:2.6:compile
[DEBUG] org.apache.maven.scm:maven-scm-provider-gitexe:jar:1.8:compile
[DEBUG] org.apache.maven.scm:maven-scm-provider-git-commons:jar:1.8:compile
[DEBUG] org.apache.maven.scm:maven-scm-provider-svn-commons:jar:1.8:compile
[DEBUG] org.apache.maven.scm:maven-scm-provider-cvsexe:jar:1.8:compile
[DEBUG] org.apache.maven.scm:maven-scm-provider-cvs-commons:jar:1.8:compile
[DEBUG] org.apache.maven.scm:maven-scm-provider-starteam:jar:1.8:compile
[DEBUG] org.apache.maven.scm:maven-scm-provider-clearcase:jar:1.8:compile
[DEBUG] org.apache.maven.scm:maven-scm-provider-perforce:jar:1.8:compile
[DEBUG] org.apache.maven.scm:maven-scm-provider-hg:jar:1.8:compile
[DEBUG] com.google.code.maven-scm-provider-svnjava:maven-scm-provider-svnjava:jar:1.13:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.5:compile
[DEBUG] org.tmatesoft.svnkit:svnkit:jar:1.3.5:compile
[DEBUG] org.tmatesoft.svnkit:trilead-ssh2:jar:build213-svnkit-1.3-patch:compile
[DEBUG] org.tmatesoft.sqljet:sqljet:jar:1.0.4:compile
[DEBUG] org.antlr:antlr-runtime:jar:3.1.3:compile
[DEBUG] org.antlr:stringtemplate:jar:3.2:compile
[DEBUG] antlr:antlr:jar:2.7.7:compile
[DEBUG] net.java.dev.jna:jna:jar:3.2.2:compile
[DEBUG] Created new class realm plugin>org.codehaus.mojo:buildnumber-maven-plugin:1.2
[DEBUG] Importing foreign packages into class realm plugin>org.codehaus.mojo:buildnumber-maven-plugin:1.2
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.codehaus.mojo:buildnumber-maven-plugin:1.2
[DEBUG] Included: org.codehaus.mojo:buildnumber-maven-plugin:jar:1.2
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
[DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7
[DEBUG] Included: commons-cli:commons-cli:jar:1.0
[DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG] Included: org.apache.maven.scm:maven-scm-api:jar:1.8
[DEBUG] Included: org.apache.maven.scm:maven-scm-manager-plexus:jar:1.8
[DEBUG] Included: org.apache.maven.scm:maven-scm-provider-bazaar:jar:1.8
[DEBUG] Included: regexp:regexp:jar:1.3
[DEBUG] Included: org.apache.maven.scm:maven-scm-provider-svnexe:jar:1.8
[DEBUG] Included: commons-lang:commons-lang:jar:2.6
[DEBUG] Included: org.apache.maven.scm:maven-scm-provider-gitexe:jar:1.8
[DEBUG] Included: org.apache.maven.scm:maven-scm-provider-git-commons:jar:1.8
[DEBUG] Included: org.apache.maven.scm:maven-scm-provider-svn-commons:jar:1.8
[DEBUG] Included: org.apache.maven.scm:maven-scm-provider-cvsexe:jar:1.8
[DEBUG] Included: org.apache.maven.scm:maven-scm-provider-cvs-commons:jar:1.8
[DEBUG] Included: org.apache.maven.scm:maven-scm-provider-starteam:jar:1.8
[DEBUG] Included: org.apache.maven.scm:maven-scm-provider-clearcase:jar:1.8
[DEBUG] Included: org.apache.maven.scm:maven-scm-provider-perforce:jar:1.8
[DEBUG] Included: org.apache.maven.scm:maven-scm-provider-hg:jar:1.8
[DEBUG] Included: com.google.code.maven-scm-provider-svnjava:maven-scm-provider-svnjava:jar:1.13
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.0.5
[DEBUG] Included: org.tmatesoft.svnkit:svnkit:jar:1.3.5
[DEBUG] Included: org.tmatesoft.svnkit:trilead-ssh2:jar:build213-svnkit-1.3-patch
[DEBUG] Included: org.tmatesoft.sqljet:sqljet:jar:1.0.4
[DEBUG] Included: org.antlr:antlr-runtime:jar:3.1.3
[DEBUG] Included: org.antlr:stringtemplate:jar:3.2
[DEBUG] Included: antlr:antlr:jar:2.7.7
[DEBUG] Included: net.java.dev.jna:jna:jar:3.2.2
[DEBUG] Excluded: org.apache.maven:maven-project:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-model:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-core:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-error-diagnostics:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-monitor:jar:2.0.6
[DEBUG] Excluded: classworlds:classworlds:jar:1.1
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:2.0.6
[DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] Excluded: junit:junit:jar:4.10
[DEBUG] Excluded: org.hamcrest:hamcrest-core:jar:1.1
[DEBUG] Configuring mojo org.codehaus.mojo:buildnumber-maven-plugin:1.2:create from plugin realm ClassRealm[plugin>org.codehaus.mojo:buildnumber-maven-plugin:1.2, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.codehaus.mojo:buildnumber-maven-plugin:1.2:create' with basic configurator -->
[DEBUG] (s) buildNumberPropertiesFileLocation = /home/spectre256/repos/jruby/core/buildNumber.properties
[DEBUG] (f) buildNumberPropertyName = jruby.revision
[DEBUG] (s) doCheck = false
[DEBUG] (s) doUpdate = false
[DEBUG] (f) getRevisionOnlyOnce = false
[DEBUG] (f) project = MavenProject: org.jruby:jruby-core:1.7.17-SNAPSHOT @ /home/spectre256/repos/jruby/core/pom.xml
[DEBUG] (f) reactorProjects = [MavenProject: org.jruby:jruby-parent:1.7.17-SNAPSHOT @ /home/spectre256/repos/jruby/pom.xml, MavenProject: org.jruby:jruby-core:1.7.17-SNAPSHOT @ /home/spectre256/repos/jruby/core/pom.xml, MavenProject: org.jruby:jruby-ext:1.7.17-SNAPSHOT @ /home/spectre256/repos/jruby/ext/pom.xml, MavenProject: org.jruby:readline:1.0 @ /home/spectre256/repos/jruby/ext/readline/pom.xml, MavenProject: org.jruby:ripper:1.7.17-SNAPSHOT @ /home/spectre256/repos/jruby/ext/ripper/pom.xml, MavenProject: org.jruby:jruby-lib:1.7.17-SNAPSHOT @ /home/spectre256/repos/jruby/lib/pom.xml]
[DEBUG] (f) readUrlScm = scm:git:git://github.com/jruby/jruby.git
[DEBUG] (f) scmBranchPropertyName = scmBranch
[DEBUG] (s) scmDirectory = /home/spectre256/repos/jruby/core
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] (s) shortRevisionLength = 7
[DEBUG] (f) timestampPropertyName = timestamp
[DEBUG] (s) urlScm = scm:git:ssh://git@github.com/jruby/jruby.git
[DEBUG] (f) useLastCommittedRevision = false
[DEBUG] -- end configuration --
[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/spectre256/repos/jruby/core && git rev-parse --verify --short=7 HEAD
[INFO] Working directory: /home/spectre256/repos/jruby/core
[DEBUG] consume line 52542e7
[INFO] Storing buildNumber: 52542e7 at timestamp: 1416414111296
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd /home/spectre256/repos/jruby/core && git rev-parse --verify --short=7 HEAD
[INFO] Working directory: /home/spectre256/repos/jruby/core
[DEBUG] consume line 52542e7
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jruby-core ---
[DEBUG] org.apache.maven.plugins:maven-resources-plugin:jar:2.6:
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-core:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:compile
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:compile
[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.6:compile
[DEBUG] commons-cli:commons-cli:jar:1.0:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG] classworlds:classworlds:jar:1.1:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.1:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.5:compile
[DEBUG] org.apache.maven.shared:maven-filtering:jar:1.1:compile
[DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.4:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.13:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6
[DEBUG] Included: org.apache.maven.plugins:maven-resources-plugin:jar:2.6
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
[DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7
[DEBUG] Included: commons-cli:commons-cli:jar:1.0
[DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG] Included: junit:junit:jar:3.8.1
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.0.5
[DEBUG] Included: org.apache.maven.shared:maven-filtering:jar:1.1
[DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.4
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.13
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-project:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-core:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-error-diagnostics:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.0.6
[DEBUG] Excluded: classworlds:classworlds:jar:1.1
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-model:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-monitor:jar:2.0.6
[DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.6:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:resources' with basic configurator -->
[DEBUG] (f) buildFilters = []
[DEBUG] (f) encoding = utf-8
[DEBUG] (f) escapeWindowsPaths = true
[DEBUG] (s) includeEmptyDirs = false
[DEBUG] (s) outputDirectory = /home/spectre256/repos/jruby/core/target/classes
[DEBUG] (s) overwrite = false
[DEBUG] (f) project = MavenProject: org.jruby:jruby-core:1.7.17-SNAPSHOT @ /home/spectre256/repos/jruby/core/pom.xml
[DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/spectre256/repos/jruby/core/src/main/ruby, PatternSet [includes: {**/*rb}, excludes: {}]}}, Resource {targetPath: null, filtering: false, FileSet {directory: /home/spectre256/repos/jruby/core/src/main/resources, PatternSet [includes: {META-INF/**/*}, excludes: {}]}}, Resource {targetPath: /home/spectre256/repos/jruby/core/src/main/java, filtering: true, FileSet {directory: /home/spectre256/repos/jruby/core/src/main/resources, PatternSet [includes: {org/jruby/runtime/Constants.java}, excludes: {}]}}]
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] (f) supportMultiLineFiltering = false
[DEBUG] (f) useBuildFilters = true
[DEBUG] (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {env.DESKTOP_SESSION=xfce, env.HISTIGNORE= *, env.OLDPWD=/home/spectre256/repos/jruby, file.encoding.pkg=sun.io, java.home=/opt/oracle-jdk-bin-1.8.0.25/jre, tzdata.jar.version=2013d, prawn.stable.version=0.4.1, env.DISPLAY=:0.0, env.MOZCONFIG=/home/spectre256/repos/home/dotfiles/mozconfig, env.LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.pdf=00;32:*.ps=00;32:*.txt=00;32:*.patch=00;32:*.diff=00;32:*.log=00;32:*.tex=00;32:*.doc=00;32:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:, github.global.server=github, jruby.gem.home=lib/ruby/gems/shared, classworlds.conf=/usr/share/maven-bin-3.0/bin/m2.conf, env.GLADE_CATALOG_PATH=:, env.XDG_SESSION_COOKIE=a0961ebef0d2c2a8bc0118eb54225a7f-1415733840.491219-867268402, java.endorsed.dirs=/opt/oracle-jdk-bin-1.8.0.25/jre/lib/endorsed, version.ruby2_0.patchlevel=195, env.LOGNAME=spectre256, jruby.basedir=/home/spectre256/repos/jruby/core/.., version.ruby1_9.major=1.9, env.SESSION_MANAGER=local/laguna:@/tmp/.ICE-unix/2379,unix/laguna:/tmp/.ICE-unix/2379, json.version=1.8.0, sun.os.patch.level=unknown, java.vendor.url=http://java.oracle.com/, timestamp=1416414111296, java.version=1.8.0_25, version.ruby.major=1.8, spec.tags.dir=spec/tags, bundle.name=JRuby Core, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, base.javac.version=1.6, env.XDG_MENU_PREFIX=xfce-, env.XDG_DATA_DIRS=/usr/local/share:/usr/share:/usr/share, user.name=spectre256, env.LANG=en_US.utf8, sun.io.unicode.encoding=UnicodeLittle, sun.jnu.encoding=UTF-8, env.DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-gLAi28p8ey,guid=61f0de599e5f03665e2a4d3154626252, java.runtime.name=Java(TM) SE Runtime Environment, rspec-core.version=2.14.2, version.ruby2_0=2.0.0, lib.dir=lib, Constants.java=org/jruby/runtime/Constants.java, java.specification.name=Java Platform API Specification, env.JAVAC=/etc/java-config-2/current-system-vm/bin/javac, env.GLADE_PIXMAP_PATH=:, user.timezone=Europe/Berlin, env.LESSOPEN=|lesspipe %s, env.HUSHLOGIN=FALSE, path.separator=:, version.jruby=1.7.17-SNAPSHOT, file.encoding=UTF-8, version.ruby2_0.revision=40734, env.HOME=/home/spectre256, jflex.bin=jflex, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -X, env.MANPATH=/etc/java-config-2/current-system-vm/man:/usr/local/share/man:/usr/share/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.3/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.24/man:/etc/java-config-2/current-system-vm/man/:/usr/share/postgresql/man/:/usr/share/postgresql-9.3/man/:/usr/lib64/erlang/man, pkg.dir=target/pkg, version.ruby1_9.patchlevel=392, rake.args=, jruby.revision=52542e7, java.io.tmpdir=/tmp, krypt.version=0.0.2, user.language=en, bundle.symbolic_name=org.jruby.jruby-core, line.separator=
, env.SSH_AGENT_PID=2296, env.GLADE_MODULE_PATH=:, java.vm.info=mixed mode, sonatypeOssDistMgmtSnapshotsUrl=https://oss.sonatype.org/content/repositories/snapshots/, java.vm.specification.name=Java Virtual Machine Specification, env.ES_BASHCOMP_DIRS=/usr/share/bash-completion/completions, main.basedir=${project.parent.basedir}, scmBranch=UNKNOWN, env.COLORTERM=xfce4-terminal, spec.dir=spec, jruby.win32ole.gem=jruby-win32ole, base.java.version=1.6, rails.git.repo=git://github.com/rails/rails.git, test.classes.dir=test/target/test-classes, env.EDITOR=/usr/bin/vim, installer.gems=jruby-win32ole, test.results.dir=target/test-results, java.awt.printerjob=sun.print.PSPrinterJob, build.date=2014-11-19, ant.version=1.9.2, rdoc.version=4.1.2, env.WINDOWID=27262980, ruby18.mspec.file=spec/jruby.1.8.mspec, env.GCC_SPECS=, minitest.version=5.0.7, rake.version=10.1.0, rspec.version=2.14.1, unsafe.jar=${settings.localRepository}/com/headius/unsafe-mock/8.0/unsafe-mock-8.0.jar, os.name=Linux, java.specification.vendor=Oracle Corporation, env.CONFIG_PROTECT=/usr/share/gnupg/qualified.txt, env.TERM=xterm, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, prawn.dir=test/prawn, tzdata.version=2013d, install4j.executable=/Applications/install4j 4/bin/install4jc, its.osgi=osgi*/pom.xml, java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib, env.PATH=/home/spectre256/code/bin:/home/spectre256/.gem/ruby/2.1.0/bin:/home/spectre256/code/bin:/home/spectre256/.gem/ruby/2.0.0/bin:/home/spectre256/code/bin:/home/spectre256/.gem/ruby/2.0.0/bin:/home/spectre256/code/bin:/home/spectre256/.gem/ruby/2.0.0/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.3, env.JDK_HOME=/etc/java-config-2/current-system-vm, rspec-mocks.version=2.14.1, jruby-launcher.version=1.0.19, env.INFOPATH=/usr/share/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.3/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.24/info, parser.dir=core/src/main/java/org/jruby/parser, jffi.version=1.2.7, java.class.version=52.0, env.SHLVL=4, jruby.test.memory=1024M, version.ruby2_0.major=2.0, release.dir=release, rails.dir=test/rails, jruby.default.ruby.version=1.9, maven.test.skip=true, sun.boot.library.path=/opt/oracle-jdk-bin-1.8.0.25/jre/lib/amd64, build.dir=target, project.build.sourceEncoding=utf-8, asm.version=4.0, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, env.USER=spectre256, env.HISTFILESIZE=250000, env.VBOX_APP_HOME=/opt/VirtualBox, version.ruby1_9.revision=39386, rspec-expectations.version=2.14.0, joda.time.version=2.5, version.ruby1_9=1.9.3, cext.mspec.file=spec/jruby.cext.mspec, env.LESS=-R -M --shift 5, java.vm.specification.version=1.8, maven.build.timestamp.format=yyyy-MM-dd, env.NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat, awt.toolkit=sun.awt.X11.XToolkit, build.lib.dir=test/target, sun.cpu.isalist=, its.j2ee=j2ee*/pom.xml, jruby.launch.memory=1024M, mspec.tar.file=target/mspec.tgz, rubyspec.1.8.dir=spec/ruby/1.8, java.ext.dirs=/opt/oracle-jdk-bin-1.8.0.25/jre/lib/ext:/usr/java/packages/lib/ext, os.version=3.18.0-rc3+, jay.bin=jay, user.home=/home/spectre256, java.vm.vendor=Oracle Corporation, env.JAVA_HOME=/etc/java-config-2/current-system-vm, env.XAUTHORITY=/home/spectre256/.Xauthority, user.dir=/home/spectre256/repos/jruby, env.WINDOWPATH=7, env.OPENGL_PROFILE=xorg-x11, env.XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt, anno.sources=/home/spectre256/repos/jruby/core/target/generated-sources, env.MAIL=/var/mail/spectre256, env.PWD=/home/spectre256/repos/jruby, test.dir=test, diff-lcs.version=1.1.3, env.PAGER=/usr/bin/less, sun.cpu.endian=little, tzdata.scope=provided, version.ruby.patchlevel=370, version.ruby=1.8.7, dest.lib.dir=lib, version.ruby.minor=7, env.RUBYOPT=-rauto_gem, java.vm.version=25.25-b02, java.class.path=/usr/share/maven-bin-3.0/boot/plexus-classworlds-2.4.jar, os.arch=amd64, rubyspec.dir=spec/ruby, maven.build.version=Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100), minitest-excludes.version=1.0.2, sun.java.launcher=SUN_STANDARD, env.PRELINK_PATH_MASK=/usr/lib64/libfreebl3.so:/usr/lib64/libnssdbm3.so:/usr/lib64/libsoftokn3.so, jruby.plugins.version=1.0.7-SNAPSHOT, env.CONFIG_PROTECT_MASK=/etc/gentoo-release /etc/sandbox.d /etc/fonts/fonts.conf /etc/terminfo /etc/ca-certificates.conf /etc/texmf/web2c /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/revdep-rebuild, java.vm.specification.vendor=Oracle Corporation, ruby19.mspec.file=spec/jruby.1.9.mspec, file.separator=/, prawn.git.repo=git://github.com/sandal/prawn.git, java.runtime.version=1.8.0_25-b17, sun.boot.class.path=/opt/oracle-jdk-bin-1.8.0.25/jre/lib/resources.jar:/opt/oracle-jdk-bin-1.8.0.25/jre/lib/rt.jar:/opt/oracle-jdk-bin-1.8.0.25/jre/lib/sunrsasign.jar:/opt/oracle-jdk-bin-1.8.0.25/jre/lib/jsse.jar:/opt/oracle-jdk-bin-1.8.0.25/jre/lib/jce.jar:/opt/oracle-jdk-bin-1.8.0.25/jre/lib/charsets.jar:/opt/oracle-jdk-bin-1.8.0.25/jre/lib/jfr.jar:/opt/oracle-jdk-bin-1.8.0.25/jre/classes, env.SSH_AUTH_SOCK=/tmp/gpg-1iiKhj/S.gpg-agent.ssh, jruby.test.memory.permgen=512M, env.XDG_CONFIG_DIRS=/etc/xdg:/etc/xdg, maven.version=3.0.4, mspec.dir=spec/mspec, user.country=US, env.ANT_HOME=/usr/share/ant, env.MULTIOSDIRS=../lib64, env.SHELL=/bin/bash, maven.home=/usr/share/maven-bin-3.0, env.QT_GRAPHICSSYSTEM=raster, mspec.bin=spec/mspec/bin/mspec, env.PYTHONDONTWRITEBYTECODE=true, java.vendor=Oracle Corporation, env.GPG_AGENT_INFO=/tmp/gpg-JP33xO/S.gpg-agent:2296:1, jruby.compile.memory=512M, java.specification.version=1.8, invoker.skip=true, sun.arch.data.model=64}
[INFO] Using 'utf-8' encoding to copy filtered resources.
[DEBUG] resource with targetPath null
directory /home/spectre256/repos/jruby/core/src/main/ruby
excludes []
includes [**/*rb]
[DEBUG] ignoreDelta true
[INFO] Copying 44 resources
[DEBUG] file java_ext.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/java/java_ext.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/java/java_ext.rb
[DEBUG] file java_module.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/java/java_module.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/java/java_module.rb
[DEBUG] file java_utilities.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/java/java_utilities.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/java/java_utilities.rb
[DEBUG] file kernel.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/java/core_ext/kernel.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/java/core_ext/kernel.rb
[DEBUG] file object.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/java/core_ext/object.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/java/core_ext/object.rb
[DEBUG] file module.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/java/core_ext/module.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/java/core_ext/module.rb
[DEBUG] file java.lang.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/java/java_ext/java.lang.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/java/java_ext/java.lang.rb
[DEBUG] file java.net.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/java/java_ext/java.net.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/java/java_ext/java.net.rb
[DEBUG] file java.util.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/java/java_ext/java.util.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/java/java_ext/java.util.rb
[DEBUG] file java.io.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/java/java_ext/java.io.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/java/java_ext/java.io.rb
[DEBUG] file java.util.regex.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/java/java_ext/java.util.regex.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/java/java_ext/java.util.regex.rb
[DEBUG] file org.jruby.ast.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/java/java_ext/org.jruby.ast.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/java/java_ext/org.jruby.ast.rb
[DEBUG] file java_package_module_template.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/java/java_package_module_template.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/java/java_package_module_template.rb
[DEBUG] file core_ext.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/java/core_ext.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/java/core_ext.rb
[DEBUG] file jruby.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/jruby.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/jruby.rb
[DEBUG] file kernel19.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/kernel19.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/kernel19.rb
[DEBUG] file kernel18.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/kernel18.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/kernel18.rb
[DEBUG] file path_helper.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/path_helper.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/path_helper.rb
[DEBUG] file java.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/java.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/java.rb
[DEBUG] file process.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/kernel19/process.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/kernel19/process.rb
[DEBUG] file kernel.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/kernel19/kernel.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/kernel19/kernel.rb
[DEBUG] file gc.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/kernel19/gc.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/kernel19/gc.rb
[DEBUG] file io.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/kernel19/io.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/kernel19/io.rb
[DEBUG] file proc.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/kernel19/proc.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/kernel19/proc.rb
[DEBUG] file enumerator.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/kernel19/enumerator.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/kernel19/enumerator.rb
[DEBUG] file type.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/kernel19/jruby/type.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/kernel19/jruby/type.rb
[DEBUG] file process_util.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/kernel19/jruby/process_util.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/kernel19/jruby/process_util.rb
[DEBUG] file converter.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/kernel19/encoding/converter.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/kernel19/encoding/converter.rb
[DEBUG] file enumerable.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/kernel19/enumerable.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/kernel19/enumerable.rb
[DEBUG] file rubygems.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/kernel19/rubygems.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/kernel19/rubygems.rb
[DEBUG] file thread.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/kernel19/thread.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/kernel19/thread.rb
[DEBUG] file time.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/kernel19/time.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/kernel19/time.rb
[DEBUG] file signal.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/kernel/signal.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/kernel/signal.rb
[DEBUG] file type.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/kernel/jruby/type.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/kernel/jruby/type.rb
[DEBUG] file process_manager.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/kernel/jruby/process_manager.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/kernel/jruby/process_manager.rb
[DEBUG] file generator.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/kernel/jruby/generator.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/kernel/jruby/generator.rb
[DEBUG] file rbconfig.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/kernel/rbconfig.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/kernel/rbconfig.rb
[DEBUG] file kernel.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/kernel.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/kernel.rb
[DEBUG] file startup.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/bundler/startup.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/bundler/startup.rb
[DEBUG] file range.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/kernel20/range.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/kernel20/range.rb
[DEBUG] file load_error.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/kernel20/load_error.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/kernel20/load_error.rb
[DEBUG] file enumerable.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/kernel20/enumerable.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/kernel20/enumerable.rb
[DEBUG] file kernel20.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/kernel20.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/kernel20.rb
[DEBUG] file commands.rb has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/ruby/jruby/commands.rb to /home/spectre256/repos/jruby/core/target/classes/jruby/commands.rb
[DEBUG] resource with targetPath null
directory /home/spectre256/repos/jruby/core/src/main/resources
excludes []
includes [META-INF/**/*]
[DEBUG] ignoreDelta true
[INFO] Copying 1 resource
[DEBUG] file javax.script.ScriptEngineFactory has a filtered file extension
[DEBUG] copy /home/spectre256/repos/jruby/core/src/main/resources/META-INF/services/javax.script.ScriptEngineFactory to /home/spectre256/repos/jruby/core/target/classes/META-INF/services/javax.script.ScriptEngineFactory
[DEBUG] resource with targetPath /home/spectre256/repos/jruby/core/src/main/java
directory /home/spectre256/repos/jruby/core/src/main/resources
excludes []
includes [org/jruby/runtime/Constants.java]
[DEBUG] ignoreDelta true
[INFO] Copying 1 resource to /home/spectre256/repos/jruby/core/src/main/java
[DEBUG] file Constants.java has a filtered file extension
[DEBUG] filtering /home/spectre256/repos/jruby/core/src/main/resources/org/jruby/runtime/Constants.java to /home/spectre256/repos/jruby/core/src/main/java/org/jruby/runtime/Constants.java
[DEBUG] no use filter components
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (anno) @ jruby-core ---
[DEBUG] org.apache.maven.plugins:maven-compiler-plugin:jar:3.1:
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.9:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.1:compile
[DEBUG] org.apache.maven:maven-core:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-toolchain:jar:1.0:compile
[DEBUG] org.apache.maven.shared:maven-shared-utils:jar:0.1:compile
[DEBUG] com.google.code.findbugs:jsr305:jar:2.0.1:compile
[DEBUG] org.apache.maven.shared:maven-shared-incremental:jar:1.1:compile
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-api:jar:2.2:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-manager:jar:2.2:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-javac:jar:2.2:runtime
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.5.5:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.2:compile
[DEBUG] org.apache.xbean:xbean-reflect:jar:3.4:compile
[DEBUG] log4j:log4j:jar:1.2.12:compile
[DEBUG] commons-logging:commons-logging-api:jar:1.1:compile
[DEBUG] com.google.collections:google-collections:jar:1.0:compile
[DEBUG] junit:junit:jar:3.8.2:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1
[DEBUG] Included: org.apache.maven.plugins:maven-compiler-plugin:jar:3.1
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:1.5.1
[DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:0.1
[DEBUG] Included: com.google.code.findbugs:jsr305:jar:2.0.1
[DEBUG] Included: org.apache.maven.shared:maven-shared-incremental:jar:1.1
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-api:jar:2.2
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-manager:jar:2.2
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-javac:jar:2.2
[DEBUG] Included: org.apache.xbean:xbean-reflect:jar:3.4
[DEBUG] Included: log4j:log4j:jar:1.2.12
[DEBUG] Included: commons-logging:commons-logging-api:jar:1.1
[DEBUG] Included: com.google.collections:google-collections:jar:1.0
[DEBUG] Included: junit:junit:jar:3.8.2
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-core:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-model:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-error-diagnostics:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-project:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-monitor:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-toolchain:jar:1.0
[DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.5.5
[DEBUG] Excluded: org.codehaus.plexus:plexus-classworlds:jar:2.2.2
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.1:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.1:compile' with basic configurator -->
[DEBUG] (f) basedir = /home/spectre256/repos/jruby/core
[DEBUG] (f) buildDirectory = /home/spectre256/repos/jruby/core/target
[DEBUG] (f) classpathElements = [/home/spectre256/repos/jruby/core/target/classes, /home/spectre256/.m2/repository/org/ow2/asm/asm/4.0/asm-4.0.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar, /home/spectre256/.m2/repository/org/jruby/joni/joni/2.1.3/joni-2.1.3.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-netdb/1.1.2/jnr-netdb-1.1.2.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-enxio/0.4/jnr-enxio-0.4.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-unixsocket/0.3/jnr-unixsocket-0.3.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-posix/3.0.7/jnr-posix-3.0.7.jar, /home/spectre256/.m2/repository/org/jruby/extras/bytelist/1.0.11/bytelist-1.0.11.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-constants/0.8.5/jnr-constants-0.8.5.jar, /home/spectre256/.m2/repository/org/jruby/jcodings/jcodings/1.0.10/jcodings-1.0.10.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-ffi/1.0.10/jnr-ffi-1.0.10.jar, /home/spectre256/.m2/repository/com/github/jnr/jffi/1.2.7/jffi-1.2.7.jar, /home/spectre256/.m2/repository/com/github/jnr/jffi/1.2.7/jffi-1.2.7-native.jar, /home/spectre256/.m2/repository/org/yaml/snakeyaml/1.13/snakeyaml-1.13.jar, /home/spectre256/.m2/repository/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar, /home/spectre256/.m2/repository/com/headius/invokebinder/1.2/invokebinder-1.2.jar, /home/spectre256/.m2/repository/org/osgi/org.osgi.core/5.0.0/org.osgi.core-5.0.0.jar, /home/spectre256/.m2/repository/org/apache/ant/ant/1.9.2/ant-1.9.2.jar, /home/spectre256/.m2/repository/org/apache/ant/ant-launcher/1.9.2/ant-launcher-1.9.2.jar, /home/spectre256/.m2/repository/bsf/bsf/2.4.0/bsf-2.4.0.jar, /home/spectre256/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar, /home/spectre256/.m2/repository/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.jar, /home/spectre256/.m2/repository/com/headius/coro-mock/1.0/coro-mock-1.0.jar, /home/spectre256/.m2/repository/com/headius/unsafe-mock/8.0/unsafe-mock-8.0.jar, /home/spectre256/.m2/repository/com/headius/jsr292-mock/1.1/jsr292-mock-1.1.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-debug-all/5.0_BETA/asm-debug-all-5.0_BETA.jar, /home/spectre256/.m2/repository/org/jruby/yecht/1.0/yecht-1.0.jar, /home/spectre256/.m2/repository/org/jruby/joda-timezones/2013d/joda-timezones-2013d.jar, /home/spectre256/.m2/repository/joda-time/joda-time/2.5/joda-time-2.5.jar, /home/spectre256/.m2/repository/com/headius/options/1.2/options-1.2.jar]
[DEBUG] (f) compileSourceRoots = [/home/spectre256/repos/jruby/core/src/main/java]
[DEBUG] (f) compilerId = javac
[DEBUG] (f) debug = true
[DEBUG] (f) encoding = utf-8
[DEBUG] (f) failOnError = true
[DEBUG] (f) forceJavacCompilerUse = false
[DEBUG] (f) fork = true
[DEBUG] (f) generatedSourcesDirectory = /home/spectre256/repos/jruby/core/target/generated-sources/annotations
[DEBUG] (f) includes = [org/jruby/util/SafePropertyAccessor.java, org/jruby/anno/JRubyMethod.java, org/jruby/CompatVersion.java, org/jruby/runtime/Visibility.java, org/jruby/anno/FrameField.java, org/jruby/anno/AnnotationBinder.java, org/jruby/util/CodegenUtils.java]
[DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.1:compile {execution: anno}
[DEBUG] (f) optimize = false
[DEBUG] (f) outputDirectory = /home/spectre256/repos/jruby/core/target/classes
[DEBUG] (f) projectArtifact = org.jruby:jruby-core:jar:1.7.17-SNAPSHOT
[DEBUG] (f) showDeprecation = true
[DEBUG] (f) showWarnings = true
[DEBUG] (f) skipMultiThreadWarning = false
[DEBUG] (f) source = 1.6
[DEBUG] (f) staleMillis = 0
[DEBUG] (f) target = 1.6
[DEBUG] (f) useIncrementalCompilation = false
[DEBUG] (f) verbose = true
[DEBUG] (f) mavenSession = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[DEBUG] Source directories: [/home/spectre256/repos/jruby/core/src/main/java]
[DEBUG] Classpath: [/home/spectre256/repos/jruby/core/target/classes
/home/spectre256/.m2/repository/org/ow2/asm/asm/4.0/asm-4.0.jar
/home/spectre256/.m2/repository/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar
/home/spectre256/.m2/repository/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar
/home/spectre256/.m2/repository/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar
/home/spectre256/.m2/repository/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar
/home/spectre256/.m2/repository/org/jruby/joni/joni/2.1.3/joni-2.1.3.jar
/home/spectre256/.m2/repository/com/github/jnr/jnr-netdb/1.1.2/jnr-netdb-1.1.2.jar
/home/spectre256/.m2/repository/com/github/jnr/jnr-enxio/0.4/jnr-enxio-0.4.jar
/home/spectre256/.m2/repository/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar
/home/spectre256/.m2/repository/com/github/jnr/jnr-unixsocket/0.3/jnr-unixsocket-0.3.jar
/home/spectre256/.m2/repository/com/github/jnr/jnr-posix/3.0.7/jnr-posix-3.0.7.jar
/home/spectre256/.m2/repository/org/jruby/extras/bytelist/1.0.11/bytelist-1.0.11.jar
/home/spectre256/.m2/repository/com/github/jnr/jnr-constants/0.8.5/jnr-constants-0.8.5.jar
/home/spectre256/.m2/repository/org/jruby/jcodings/jcodings/1.0.10/jcodings-1.0.10.jar
/home/spectre256/.m2/repository/com/github/jnr/jnr-ffi/1.0.10/jnr-ffi-1.0.10.jar
/home/spectre256/.m2/repository/com/github/jnr/jffi/1.2.7/jffi-1.2.7.jar
/home/spectre256/.m2/repository/com/github/jnr/jffi/1.2.7/jffi-1.2.7-native.jar
/home/spectre256/.m2/repository/org/yaml/snakeyaml/1.13/snakeyaml-1.13.jar
/home/spectre256/.m2/repository/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar
/home/spectre256/.m2/repository/com/headius/invokebinder/1.2/invokebinder-1.2.jar
/home/spectre256/.m2/repository/org/osgi/org.osgi.core/5.0.0/org.osgi.core-5.0.0.jar
/home/spectre256/.m2/repository/org/apache/ant/ant/1.9.2/ant-1.9.2.jar
/home/spectre256/.m2/repository/org/apache/ant/ant-launcher/1.9.2/ant-launcher-1.9.2.jar
/home/spectre256/.m2/repository/bsf/bsf/2.4.0/bsf-2.4.0.jar
/home/spectre256/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
/home/spectre256/.m2/repository/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.jar
/home/spectre256/.m2/repository/com/headius/coro-mock/1.0/coro-mock-1.0.jar
/home/spectre256/.m2/repository/com/headius/unsafe-mock/8.0/unsafe-mock-8.0.jar
/home/spectre256/.m2/repository/com/headius/jsr292-mock/1.1/jsr292-mock-1.1.jar
/home/spectre256/.m2/repository/org/ow2/asm/asm-debug-all/5.0_BETA/asm-debug-all-5.0_BETA.jar
/home/spectre256/.m2/repository/org/jruby/yecht/1.0/yecht-1.0.jar
/home/spectre256/.m2/repository/org/jruby/joda-timezones/2013d/joda-timezones-2013d.jar
/home/spectre256/.m2/repository/joda-time/joda-time/2.5/joda-time-2.5.jar
/home/spectre256/.m2/repository/com/headius/options/1.2/options-1.2.jar]
[DEBUG] Output directory: /home/spectre256/repos/jruby/core/target/classes
[DEBUG] CompilerReuseStrategy: reuseCreated
[DEBUG] useIncrementalCompilation disabled
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jruby-core ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.1:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.1:compile' with basic configurator -->
[DEBUG] (f) annotationProcessors = [org.jruby.anno.AnnotationBinder]
[DEBUG] (f) basedir = /home/spectre256/repos/jruby/core
[DEBUG] (f) buildDirectory = /home/spectre256/repos/jruby/core/target
[DEBUG] (f) classpathElements = [/home/spectre256/repos/jruby/core/target/classes, /home/spectre256/.m2/repository/org/ow2/asm/asm/4.0/asm-4.0.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar, /home/spectre256/.m2/repository/org/jruby/joni/joni/2.1.3/joni-2.1.3.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-netdb/1.1.2/jnr-netdb-1.1.2.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-enxio/0.4/jnr-enxio-0.4.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-unixsocket/0.3/jnr-unixsocket-0.3.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-posix/3.0.7/jnr-posix-3.0.7.jar, /home/spectre256/.m2/repository/org/jruby/extras/bytelist/1.0.11/bytelist-1.0.11.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-constants/0.8.5/jnr-constants-0.8.5.jar, /home/spectre256/.m2/repository/org/jruby/jcodings/jcodings/1.0.10/jcodings-1.0.10.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-ffi/1.0.10/jnr-ffi-1.0.10.jar, /home/spectre256/.m2/repository/com/github/jnr/jffi/1.2.7/jffi-1.2.7.jar, /home/spectre256/.m2/repository/com/github/jnr/jffi/1.2.7/jffi-1.2.7-native.jar, /home/spectre256/.m2/repository/org/yaml/snakeyaml/1.13/snakeyaml-1.13.jar, /home/spectre256/.m2/repository/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar, /home/spectre256/.m2/repository/com/headius/invokebinder/1.2/invokebinder-1.2.jar, /home/spectre256/.m2/repository/org/osgi/org.osgi.core/5.0.0/org.osgi.core-5.0.0.jar, /home/spectre256/.m2/repository/org/apache/ant/ant/1.9.2/ant-1.9.2.jar, /home/spectre256/.m2/repository/org/apache/ant/ant-launcher/1.9.2/ant-launcher-1.9.2.jar, /home/spectre256/.m2/repository/bsf/bsf/2.4.0/bsf-2.4.0.jar, /home/spectre256/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar, /home/spectre256/.m2/repository/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.jar, /home/spectre256/.m2/repository/com/headius/coro-mock/1.0/coro-mock-1.0.jar, /home/spectre256/.m2/repository/com/headius/unsafe-mock/8.0/unsafe-mock-8.0.jar, /home/spectre256/.m2/repository/com/headius/jsr292-mock/1.1/jsr292-mock-1.1.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-debug-all/5.0_BETA/asm-debug-all-5.0_BETA.jar, /home/spectre256/.m2/repository/org/jruby/yecht/1.0/yecht-1.0.jar, /home/spectre256/.m2/repository/org/jruby/joda-timezones/2013d/joda-timezones-2013d.jar, /home/spectre256/.m2/repository/joda-time/joda-time/2.5/joda-time-2.5.jar, /home/spectre256/.m2/repository/com/headius/options/1.2/options-1.2.jar]
[DEBUG] (f) compileSourceRoots = [/home/spectre256/repos/jruby/core/src/main/java]
[DEBUG] (f) compilerArgs = [-XDignore.symbol.file=true, -J-Duser.language=en, -J-Dfile.encoding=UTF-8, -J-Xbootclasspath/p:/home/spectre256/.m2/repository/com/headius/unsafe-mock/8.0/unsafe-mock-8.0.jar, -J-Xmx512M]
[DEBUG] (f) compilerId = javac
[DEBUG] (f) debug = true
[DEBUG] (f) encoding = utf-8
[DEBUG] (f) failOnError = true
[DEBUG] (f) forceJavacCompilerUse = false
[DEBUG] (f) fork = true
[DEBUG] (f) generatedSourcesDirectory = /home/spectre256/repos/jruby/core/target/generated-sources/annotations
[DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.1:compile {execution: default-compile}
[DEBUG] (f) optimize = false
[DEBUG] (f) outputDirectory = /home/spectre256/repos/jruby/core/target/classes
[DEBUG] (f) projectArtifact = org.jruby:jruby-core:jar:1.7.17-SNAPSHOT
[DEBUG] (f) showDeprecation = true
[DEBUG] (f) showWarnings = true
[DEBUG] (f) skipMultiThreadWarning = false
[DEBUG] (f) source = 1.6
[DEBUG] (f) staleMillis = 0
[DEBUG] (f) target = 1.6
[DEBUG] (f) useIncrementalCompilation = false
[DEBUG] (f) verbose = true
[DEBUG] (f) mavenSession = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[DEBUG] Source directories: [/home/spectre256/repos/jruby/core/src/main/java]
[DEBUG] Classpath: [/home/spectre256/repos/jruby/core/target/classes
/home/spectre256/.m2/repository/org/ow2/asm/asm/4.0/asm-4.0.jar
/home/spectre256/.m2/repository/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar
/home/spectre256/.m2/repository/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar
/home/spectre256/.m2/repository/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar
/home/spectre256/.m2/repository/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar
/home/spectre256/.m2/repository/org/jruby/joni/joni/2.1.3/joni-2.1.3.jar
/home/spectre256/.m2/repository/com/github/jnr/jnr-netdb/1.1.2/jnr-netdb-1.1.2.jar
/home/spectre256/.m2/repository/com/github/jnr/jnr-enxio/0.4/jnr-enxio-0.4.jar
/home/spectre256/.m2/repository/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar
/home/spectre256/.m2/repository/com/github/jnr/jnr-unixsocket/0.3/jnr-unixsocket-0.3.jar
/home/spectre256/.m2/repository/com/github/jnr/jnr-posix/3.0.7/jnr-posix-3.0.7.jar
/home/spectre256/.m2/repository/org/jruby/extras/bytelist/1.0.11/bytelist-1.0.11.jar
/home/spectre256/.m2/repository/com/github/jnr/jnr-constants/0.8.5/jnr-constants-0.8.5.jar
/home/spectre256/.m2/repository/org/jruby/jcodings/jcodings/1.0.10/jcodings-1.0.10.jar
/home/spectre256/.m2/repository/com/github/jnr/jnr-ffi/1.0.10/jnr-ffi-1.0.10.jar
/home/spectre256/.m2/repository/com/github/jnr/jffi/1.2.7/jffi-1.2.7.jar
/home/spectre256/.m2/repository/com/github/jnr/jffi/1.2.7/jffi-1.2.7-native.jar
/home/spectre256/.m2/repository/org/yaml/snakeyaml/1.13/snakeyaml-1.13.jar
/home/spectre256/.m2/repository/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar
/home/spectre256/.m2/repository/com/headius/invokebinder/1.2/invokebinder-1.2.jar
/home/spectre256/.m2/repository/org/osgi/org.osgi.core/5.0.0/org.osgi.core-5.0.0.jar
/home/spectre256/.m2/repository/org/apache/ant/ant/1.9.2/ant-1.9.2.jar
/home/spectre256/.m2/repository/org/apache/ant/ant-launcher/1.9.2/ant-launcher-1.9.2.jar
/home/spectre256/.m2/repository/bsf/bsf/2.4.0/bsf-2.4.0.jar
/home/spectre256/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
/home/spectre256/.m2/repository/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.jar
/home/spectre256/.m2/repository/com/headius/coro-mock/1.0/coro-mock-1.0.jar
/home/spectre256/.m2/repository/com/headius/unsafe-mock/8.0/unsafe-mock-8.0.jar
/home/spectre256/.m2/repository/com/headius/jsr292-mock/1.1/jsr292-mock-1.1.jar
/home/spectre256/.m2/repository/org/ow2/asm/asm-debug-all/5.0_BETA/asm-debug-all-5.0_BETA.jar
/home/spectre256/.m2/repository/org/jruby/yecht/1.0/yecht-1.0.jar
/home/spectre256/.m2/repository/org/jruby/joda-timezones/2013d/joda-timezones-2013d.jar
/home/spectre256/.m2/repository/joda-time/joda-time/2.5/joda-time-2.5.jar
/home/spectre256/.m2/repository/com/headius/options/1.2/options-1.2.jar]
[DEBUG] Output directory: /home/spectre256/repos/jruby/core/target/classes
[DEBUG] CompilerReuseStrategy: reuseCreated
[DEBUG] useIncrementalCompilation disabled
[DEBUG] Classpath:
[DEBUG] /home/spectre256/repos/jruby/core/target/classes
[DEBUG] /home/spectre256/.m2/repository/org/ow2/asm/asm/4.0/asm-4.0.jar
[DEBUG] /home/spectre256/.m2/repository/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar
[DEBUG] /home/spectre256/.m2/repository/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar
[DEBUG] /home/spectre256/.m2/repository/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar
[DEBUG] /home/spectre256/.m2/repository/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar
[DEBUG] /home/spectre256/.m2/repository/org/jruby/joni/joni/2.1.3/joni-2.1.3.jar
[DEBUG] /home/spectre256/.m2/repository/com/github/jnr/jnr-netdb/1.1.2/jnr-netdb-1.1.2.jar
[DEBUG] /home/spectre256/.m2/repository/com/github/jnr/jnr-enxio/0.4/jnr-enxio-0.4.jar
[DEBUG] /home/spectre256/.m2/repository/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar
[DEBUG] /home/spectre256/.m2/repository/com/github/jnr/jnr-unixsocket/0.3/jnr-unixsocket-0.3.jar
[DEBUG] /home/spectre256/.m2/repository/com/github/jnr/jnr-posix/3.0.7/jnr-posix-3.0.7.jar
[DEBUG] /home/spectre256/.m2/repository/org/jruby/extras/bytelist/1.0.11/bytelist-1.0.11.jar
[DEBUG] /home/spectre256/.m2/repository/com/github/jnr/jnr-constants/0.8.5/jnr-constants-0.8.5.jar
[DEBUG] /home/spectre256/.m2/repository/org/jruby/jcodings/jcodings/1.0.10/jcodings-1.0.10.jar
[DEBUG] /home/spectre256/.m2/repository/com/github/jnr/jnr-ffi/1.0.10/jnr-ffi-1.0.10.jar
[DEBUG] /home/spectre256/.m2/repository/com/github/jnr/jffi/1.2.7/jffi-1.2.7.jar
[DEBUG] /home/spectre256/.m2/repository/com/github/jnr/jffi/1.2.7/jffi-1.2.7-native.jar
[DEBUG] /home/spectre256/.m2/repository/org/yaml/snakeyaml/1.13/snakeyaml-1.13.jar
[DEBUG] /home/spectre256/.m2/repository/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar
[DEBUG] /home/spectre256/.m2/repository/com/headius/invokebinder/1.2/invokebinder-1.2.jar
[DEBUG] /home/spectre256/.m2/repository/org/osgi/org.osgi.core/5.0.0/org.osgi.core-5.0.0.jar
[DEBUG] /home/spectre256/.m2/repository/org/apache/ant/ant/1.9.2/ant-1.9.2.jar
[DEBUG] /home/spectre256/.m2/repository/org/apache/ant/ant-launcher/1.9.2/ant-launcher-1.9.2.jar
[DEBUG] /home/spectre256/.m2/repository/bsf/bsf/2.4.0/bsf-2.4.0.jar
[DEBUG] /home/spectre256/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
[DEBUG] /home/spectre256/.m2/repository/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.jar
[DEBUG] /home/spectre256/.m2/repository/com/headius/coro-mock/1.0/coro-mock-1.0.jar
[DEBUG] /home/spectre256/.m2/repository/com/headius/unsafe-mock/8.0/unsafe-mock-8.0.jar
[DEBUG] /home/spectre256/.m2/repository/com/headius/jsr292-mock/1.1/jsr292-mock-1.1.jar
[DEBUG] /home/spectre256/.m2/repository/org/ow2/asm/asm-debug-all/5.0_BETA/asm-debug-all-5.0_BETA.jar
[DEBUG] /home/spectre256/.m2/repository/org/jruby/yecht/1.0/yecht-1.0.jar
[DEBUG] /home/spectre256/.m2/repository/org/jruby/joda-timezones/2013d/joda-timezones-2013d.jar
[DEBUG] /home/spectre256/.m2/repository/joda-time/joda-time/2.5/joda-time-2.5.jar
[DEBUG] /home/spectre256/.m2/repository/com/headius/options/1.2/options-1.2.jar
[DEBUG] Source roots:
[DEBUG] /home/spectre256/repos/jruby/core/src/main/java
[DEBUG] Command line options:
[DEBUG] -d /home/spectre256/repos/jruby/core/target/classes -classpath /home/spectre256/repos/jruby/core/target/classes:/home/spectre256/.m2/repository/org/ow2/asm/asm/4.0/asm-4.0.jar:/home/spectre256/.m2/repository/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar:/home/spectre256/.m2/repository/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar:/home/spectre256/.m2/repository/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar:/home/spectre256/.m2/repository/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar:/home/spectre256/.m2/repository/org/jruby/joni/joni/2.1.3/joni-2.1.3.jar:/home/spectre256/.m2/repository/com/github/jnr/jnr-netdb/1.1.2/jnr-netdb-1.1.2.jar:/home/spectre256/.m2/repository/com/github/jnr/jnr-enxio/0.4/jnr-enxio-0.4.jar:/home/spectre256/.m2/repository/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar:/home/spectre256/.m2/repository/com/github/jnr/jnr-unixsocket/0.3/jnr-unixsocket-0.3.jar:/home/spectre256/.m2/repository/com/github/jnr/jnr-posix/3.0.7/jnr-posix-3.0.7.jar:/home/spectre256/.m2/repository/org/jruby/extras/bytelist/1.0.11/bytelist-1.0.11.jar:/home/spectre256/.m2/repository/com/github/jnr/jnr-constants/0.8.5/jnr-constants-0.8.5.jar:/home/spectre256/.m2/repository/org/jruby/jcodings/jcodings/1.0.10/jcodings-1.0.10.jar:/home/spectre256/.m2/repository/com/github/jnr/jnr-ffi/1.0.10/jnr-ffi-1.0.10.jar:/home/spectre256/.m2/repository/com/github/jnr/jffi/1.2.7/jffi-1.2.7.jar:/home/spectre256/.m2/repository/com/github/jnr/jffi/1.2.7/jffi-1.2.7-native.jar:/home/spectre256/.m2/repository/org/yaml/snakeyaml/1.13/snakeyaml-1.13.jar:/home/spectre256/.m2/repository/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar:/home/spectre256/.m2/repository/com/headius/invokebinder/1.2/invokebinder-1.2.jar:/home/spectre256/.m2/repository/org/osgi/org.osgi.core/5.0.0/org.osgi.core-5.0.0.jar:/home/spectre256/.m2/repository/org/apache/ant/ant/1.9.2/ant-1.9.2.jar:/home/spectre256/.m2/repository/org/apache/ant/ant-launcher/1.9.2/ant-launcher-1.9.2.jar:/home/spectre256/.m2/repository/bsf/bsf/2.4.0/bsf-2.4.0.jar:/home/spectre256/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar:/home/spectre256/.m2/repository/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.jar:/home/spectre256/.m2/repository/com/headius/coro-mock/1.0/coro-mock-1.0.jar:/home/spectre256/.m2/repository/com/headius/unsafe-mock/8.0/unsafe-mock-8.0.jar:/home/spectre256/.m2/repository/com/headius/jsr292-mock/1.1/jsr292-mock-1.1.jar:/home/spectre256/.m2/repository/org/ow2/asm/asm-debug-all/5.0_BETA/asm-debug-all-5.0_BETA.jar:/home/spectre256/.m2/repository/org/jruby/yecht/1.0/yecht-1.0.jar:/home/spectre256/.m2/repository/org/jruby/joda-timezones/2013d/joda-timezones-2013d.jar:/home/spectre256/.m2/repository/joda-time/joda-time/2.5/joda-time-2.5.jar:/home/spectre256/.m2/repository/com/headius/options/1.2/options-1.2.jar: -sourcepath /home/spectre256/repos/jruby/core/src/main/java: /home/spectre256/repos/jruby/core/src/main/java/org/jruby/runtime/profile/package-info.java /home/spectre256/repos/jruby/core/src/main/java/org/jruby/runtime/profile/builtin/package-info.java /home/spectre256/repos/jruby/core/src/main/java/org/jruby/runtime/Constants.java -s /home/spectre256/repos/jruby/core/target/generated-sources/annotations -processor org.jruby.anno.AnnotationBinder -g -verbose -deprecation -target 1.6 -source 1.6 -encoding utf-8 -XDignore.symbol.file=true
[INFO] Compiling 3 source files to /home/spectre256/repos/jruby/core/target/classes
[INFO]
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-populators) @ jruby-core ---
[DEBUG] org.codehaus.mojo:build-helper-maven-plugin:jar:1.8:
[DEBUG] org.apache.maven:maven-model:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:4.10:test (scope managed from compile) (version managed from 3.8.1)
[DEBUG] org.hamcrest:hamcrest-core:jar:1.1:test
[DEBUG] org.apache.maven:maven-core:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:compile
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:compile
[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.6:compile
[DEBUG] commons-cli:commons-cli:jar:1.0:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.6:compile
[DEBUG] classworlds:classworlds:jar:1.1:compile
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.8:compile
[DEBUG] org.beanshell:bsh:jar:2.0b4:compile
[DEBUG] Created new class realm plugin>org.codehaus.mojo:build-helper-maven-plugin:1.8
[DEBUG] Importing foreign packages into class realm plugin>org.codehaus.mojo:build-helper-maven-plugin:1.8
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.codehaus.mojo:build-helper-maven-plugin:1.8
[DEBUG] Included: org.codehaus.mojo:build-helper-maven-plugin:jar:1.8
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
[DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7
[DEBUG] Included: commons-cli:commons-cli:jar:1.0
[DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:1.5.8
[DEBUG] Included: org.beanshell:bsh:jar:2.0b4
[DEBUG] Excluded: org.apache.maven:maven-model:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-project:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.6
[DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] Excluded: junit:junit:jar:4.10
[DEBUG] Excluded: org.hamcrest:hamcrest-core:jar:1.1
[DEBUG] Excluded: org.apache.maven:maven-core:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-error-diagnostics:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-monitor:jar:2.0.6
[DEBUG] Excluded: classworlds:classworlds:jar:1.1
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.0.6
[DEBUG] Configuring mojo org.codehaus.mojo:build-helper-maven-plugin:1.8:add-source from plugin realm ClassRealm[plugin>org.codehaus.mojo:build-helper-maven-plugin:1.8, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.codehaus.mojo:build-helper-maven-plugin:1.8:add-source' with basic configurator -->
[DEBUG] (f) sources = [/home/spectre256/repos/jruby/core/target/generated-sources]
[DEBUG] (f) project = MavenProject: org.jruby:jruby-core:1.7.17-SNAPSHOT @ /home/spectre256/repos/jruby/core/pom.xml
[DEBUG] -- end configuration --
[INFO] Source directory: /home/spectre256/repos/jruby/core/target/generated-sources added.
[INFO]
[INFO] --- exec-maven-plugin:1.2.1:exec (invoker-generator) @ jruby-core ---
[DEBUG] org.codehaus.mojo:exec-maven-plugin:jar:1.2.1:
[DEBUG] org.apache.maven:maven-toolchain:jar:1.0:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-core:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:compile
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:compile
[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.6:compile
[DEBUG] commons-cli:commons-cli:jar:1.0:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.6:compile
[DEBUG] classworlds:classworlds:jar:1.1:compile
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.5:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9:compile
[DEBUG] junit:junit:jar:3.8.2:test (scope managed from compile) (version managed from 3.8.1)
[DEBUG] org.apache.commons:commons-exec:jar:1.1:compile
[DEBUG] Created new class realm plugin>org.codehaus.mojo:exec-maven-plugin:1.2.1
[DEBUG] Importing foreign packages into class realm plugin>org.codehaus.mojo:exec-maven-plugin:1.2.1
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.codehaus.mojo:exec-maven-plugin:1.2.1
[DEBUG] Included: org.codehaus.mojo:exec-maven-plugin:jar:1.2.1
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
[DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7
[DEBUG] Included: commons-cli:commons-cli:jar:1.0
[DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.0.5
[DEBUG] Included: org.apache.commons:commons-exec:jar:1.1
[DEBUG] Excluded: org.apache.maven:maven-toolchain:jar:1.0
[DEBUG] Excluded: org.apache.maven:maven-project:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-model:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-core:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-error-diagnostics:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-monitor:jar:2.0.6
[DEBUG] Excluded: classworlds:classworlds:jar:1.1
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:2.0.6
[DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9
[DEBUG] Excluded: junit:junit:jar:3.8.2
[DEBUG] Configuring mojo org.codehaus.mojo:exec-maven-plugin:1.2.1:exec from plugin realm ClassRealm[plugin>org.codehaus.mojo:exec-maven-plugin:1.2.1, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.codehaus.mojo:exec-maven-plugin:1.2.1:exec' with basic configurator -->
[DEBUG] (f) arguments = [-Djruby.bytecode.version=1.6, -classpath, Classpath {}, org.jruby.anno.InvokerGenerator, /home/spectre256/repos/jruby/core/target/generated-sources/annotated_classes.txt, /home/spectre256/repos/jruby/core/target/classes]
[DEBUG] (f) basedir = /home/spectre256/repos/jruby/core
[DEBUG] (f) classpathScope = compile
[DEBUG] (f) executable = java
[DEBUG] (f) longClasspath = false
[DEBUG] (f) project = MavenProject: org.jruby:jruby-core:1.7.17-SNAPSHOT @ /home/spectre256/repos/jruby/core/pom.xml
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] (f) skip = false
[DEBUG] -- end configuration --
[DEBUG] Collected project artifacts [org.ow2.asm:asm:jar:4.0:compile, org.ow2.asm:asm-commons:jar:4.0:compile, org.ow2.asm:asm-tree:jar:4.0:compile, org.ow2.asm:asm-analysis:jar:4.0:compile, org.ow2.asm:asm-util:jar:4.0:compile, org.jruby.joni:joni:jar:2.1.3:compile, com.github.jnr:jnr-netdb:jar:1.1.2:compile, com.github.jnr:jnr-enxio:jar:0.4:compile, com.github.jnr:jnr-x86asm:jar:1.0.2:compile, com.github.jnr:jnr-unixsocket:jar:0.3:compile, com.github.jnr:jnr-posix:jar:3.0.7:compile, org.jruby.extras:bytelist:jar:1.0.11:compile, com.github.jnr:jnr-constants:jar:0.8.5:compile, org.jruby.jcodings:jcodings:jar:1.0.10:compile, com.github.jnr:jnr-ffi:jar:1.0.10:compile, com.github.jnr:jffi:jar:1.2.7:compile, com.github.jnr:jffi:jar:native:1.2.7:compile, org.yaml:snakeyaml:jar:1.13:compile, com.jcraft:jzlib:jar:1.1.3:compile, com.headius:invokebinder:jar:1.2:compile, org.osgi:org.osgi.core:jar:5.0.0:provided, org.apache.ant:ant:jar:1.9.2:provided, org.apache.ant:ant-launcher:jar:1.9.2:provided, bsf:bsf:jar:2.4.0:provided, commons-logging:commons-logging:jar:1.0.4:provided, com.martiansoftware:nailgun-server:jar:0.9.1:compile, com.headius:coro-mock:jar:1.0:provided, com.headius:unsafe-mock:jar:8.0:provided, com.headius:jsr292-mock:jar:1.1:provided, org.ow2.asm:asm-debug-all:jar:5.0_BETA:provided, org.jruby:yecht:jar:1.0:compile, org.jruby:joda-timezones:jar:2013d:provided, joda-time:joda-time:jar:2.5:compile, com.headius:options:jar:1.2:compile]
[DEBUG] Collected project classpath [/home/spectre256/repos/jruby/core/target/classes]
[DEBUG] dealing with org.ow2.asm:asm:jar:4.0:compile
[DEBUG] dealing with org.ow2.asm:asm-commons:jar:4.0:compile
[DEBUG] dealing with org.ow2.asm:asm-tree:jar:4.0:compile
[DEBUG] dealing with org.ow2.asm:asm-analysis:jar:4.0:compile
[DEBUG] dealing with org.ow2.asm:asm-util:jar:4.0:compile
[DEBUG] dealing with org.jruby.joni:joni:jar:2.1.3:compile
[DEBUG] dealing with com.github.jnr:jnr-netdb:jar:1.1.2:compile
[DEBUG] dealing with com.github.jnr:jnr-enxio:jar:0.4:compile
[DEBUG] dealing with com.github.jnr:jnr-x86asm:jar:1.0.2:compile
[DEBUG] dealing with com.github.jnr:jnr-unixsocket:jar:0.3:compile
[DEBUG] dealing with com.github.jnr:jnr-posix:jar:3.0.7:compile
[DEBUG] dealing with org.jruby.extras:bytelist:jar:1.0.11:compile
[DEBUG] dealing with com.github.jnr:jnr-constants:jar:0.8.5:compile
[DEBUG] dealing with org.jruby.jcodings:jcodings:jar:1.0.10:compile
[DEBUG] dealing with com.github.jnr:jnr-ffi:jar:1.0.10:compile
[DEBUG] dealing with com.github.jnr:jffi:jar:1.2.7:compile
[DEBUG] dealing with com.github.jnr:jffi:jar:native:1.2.7:compile
[DEBUG] dealing with org.yaml:snakeyaml:jar:1.13:compile
[DEBUG] dealing with com.jcraft:jzlib:jar:1.1.3:compile
[DEBUG] dealing with com.headius:invokebinder:jar:1.2:compile
[DEBUG] dealing with org.osgi:org.osgi.core:jar:5.0.0:provided
[DEBUG] dealing with org.apache.ant:ant:jar:1.9.2:provided
[DEBUG] dealing with org.apache.ant:ant-launcher:jar:1.9.2:provided
[DEBUG] dealing with bsf:bsf:jar:2.4.0:provided
[DEBUG] dealing with commons-logging:commons-logging:jar:1.0.4:provided
[DEBUG] dealing with com.martiansoftware:nailgun-server:jar:0.9.1:compile
[DEBUG] dealing with com.headius:coro-mock:jar:1.0:provided
[DEBUG] dealing with com.headius:unsafe-mock:jar:8.0:provided
[DEBUG] dealing with com.headius:jsr292-mock:jar:1.1:provided
[DEBUG] dealing with org.ow2.asm:asm-debug-all:jar:5.0_BETA:provided
[DEBUG] dealing with org.jruby:yecht:jar:1.0:compile
[DEBUG] dealing with org.jruby:joda-timezones:jar:2013d:provided
[DEBUG] dealing with joda-time:joda-time:jar:2.5:compile
[DEBUG] dealing with com.headius:options:jar:1.2:compile
[DEBUG] Executing command line: java -Djruby.bytecode.version=1.6 -classpath /home/spectre256/repos/jruby/core/target/classes:/home/spectre256/.m2/repository/org/ow2/asm/asm/4.0/asm-4.0.jar:/home/spectre256/.m2/repository/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar:/home/spectre256/.m2/repository/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar:/home/spectre256/.m2/repository/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar:/home/spectre256/.m2/repository/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar:/home/spectre256/.m2/repository/org/jruby/joni/joni/2.1.3/joni-2.1.3.jar:/home/spectre256/.m2/repository/com/github/jnr/jnr-netdb/1.1.2/jnr-netdb-1.1.2.jar:/home/spectre256/.m2/repository/com/github/jnr/jnr-enxio/0.4/jnr-enxio-0.4.jar:/home/spectre256/.m2/repository/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar:/home/spectre256/.m2/repository/com/github/jnr/jnr-unixsocket/0.3/jnr-unixsocket-0.3.jar:/home/spectre256/.m2/repository/com/github/jnr/jnr-posix/3.0.7/jnr-posix-3.0.7.jar:/home/spectre256/.m2/repository/org/jruby/extras/bytelist/1.0.11/bytelist-1.0.11.jar:/home/spectre256/.m2/repository/com/github/jnr/jnr-constants/0.8.5/jnr-constants-0.8.5.jar:/home/spectre256/.m2/repository/org/jruby/jcodings/jcodings/1.0.10/jcodings-1.0.10.jar:/home/spectre256/.m2/repository/com/github/jnr/jnr-ffi/1.0.10/jnr-ffi-1.0.10.jar:/home/spectre256/.m2/repository/com/github/jnr/jffi/1.2.7/jffi-1.2.7.jar:/home/spectre256/.m2/repository/com/github/jnr/jffi/1.2.7/jffi-1.2.7-native.jar:/home/spectre256/.m2/repository/org/yaml/snakeyaml/1.13/snakeyaml-1.13.jar:/home/spectre256/.m2/repository/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar:/home/spectre256/.m2/repository/com/headius/invokebinder/1.2/invokebinder-1.2.jar:/home/spectre256/.m2/repository/org/osgi/org.osgi.core/5.0.0/org.osgi.core-5.0.0.jar:/home/spectre256/.m2/repository/org/apache/ant/ant/1.9.2/ant-1.9.2.jar:/home/spectre256/.m2/repository/org/apache/ant/ant-launcher/1.9.2/ant-launcher-1.9.2.jar:/home/spectre256/.m2/repository/bsf/bsf/2.4.0/bsf-2.4.0.jar:/home/spectre256/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar:/home/spectre256/.m2/repository/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.jar:/home/spectre256/.m2/repository/com/headius/coro-mock/1.0/coro-mock-1.0.jar:/home/spectre256/.m2/repository/com/headius/unsafe-mock/8.0/unsafe-mock-8.0.jar:/home/spectre256/.m2/repository/com/headius/jsr292-mock/1.1/jsr292-mock-1.1.jar:/home/spectre256/.m2/repository/org/ow2/asm/asm-debug-all/5.0_BETA/asm-debug-all-5.0_BETA.jar:/home/spectre256/.m2/repository/org/jruby/yecht/1.0/yecht-1.0.jar:/home/spectre256/.m2/repository/org/jruby/joda-timezones/2013d/joda-timezones-2013d.jar:/home/spectre256/.m2/repository/joda-time/joda-time/2.5/joda-time-2.5.jar:/home/spectre256/.m2/repository/com/headius/options/1.2/options-1.2.jar org.jruby.anno.InvokerGenerator /home/spectre256/repos/jruby/core/target/generated-sources/annotated_classes.txt /home/spectre256/repos/jruby/core/target/classes
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (populators) @ jruby-core ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.1:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.1:compile' with basic configurator -->
[DEBUG] (f) basedir = /home/spectre256/repos/jruby/core
[DEBUG] (f) buildDirectory = /home/spectre256/repos/jruby/core/target
[DEBUG] (f) classpathElements = [/home/spectre256/repos/jruby/core/target/classes, /home/spectre256/.m2/repository/org/ow2/asm/asm/4.0/asm-4.0.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar, /home/spectre256/.m2/repository/org/jruby/joni/joni/2.1.3/joni-2.1.3.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-netdb/1.1.2/jnr-netdb-1.1.2.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-enxio/0.4/jnr-enxio-0.4.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-unixsocket/0.3/jnr-unixsocket-0.3.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-posix/3.0.7/jnr-posix-3.0.7.jar, /home/spectre256/.m2/repository/org/jruby/extras/bytelist/1.0.11/bytelist-1.0.11.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-constants/0.8.5/jnr-constants-0.8.5.jar, /home/spectre256/.m2/repository/org/jruby/jcodings/jcodings/1.0.10/jcodings-1.0.10.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-ffi/1.0.10/jnr-ffi-1.0.10.jar, /home/spectre256/.m2/repository/com/github/jnr/jffi/1.2.7/jffi-1.2.7.jar, /home/spectre256/.m2/repository/com/github/jnr/jffi/1.2.7/jffi-1.2.7-native.jar, /home/spectre256/.m2/repository/org/yaml/snakeyaml/1.13/snakeyaml-1.13.jar, /home/spectre256/.m2/repository/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar, /home/spectre256/.m2/repository/com/headius/invokebinder/1.2/invokebinder-1.2.jar, /home/spectre256/.m2/repository/org/osgi/org.osgi.core/5.0.0/org.osgi.core-5.0.0.jar, /home/spectre256/.m2/repository/org/apache/ant/ant/1.9.2/ant-1.9.2.jar, /home/spectre256/.m2/repository/org/apache/ant/ant-launcher/1.9.2/ant-launcher-1.9.2.jar, /home/spectre256/.m2/repository/bsf/bsf/2.4.0/bsf-2.4.0.jar, /home/spectre256/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar, /home/spectre256/.m2/repository/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.jar, /home/spectre256/.m2/repository/com/headius/coro-mock/1.0/coro-mock-1.0.jar, /home/spectre256/.m2/repository/com/headius/unsafe-mock/8.0/unsafe-mock-8.0.jar, /home/spectre256/.m2/repository/com/headius/jsr292-mock/1.1/jsr292-mock-1.1.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-debug-all/5.0_BETA/asm-debug-all-5.0_BETA.jar, /home/spectre256/.m2/repository/org/jruby/yecht/1.0/yecht-1.0.jar, /home/spectre256/.m2/repository/org/jruby/joda-timezones/2013d/joda-timezones-2013d.jar, /home/spectre256/.m2/repository/joda-time/joda-time/2.5/joda-time-2.5.jar, /home/spectre256/.m2/repository/com/headius/options/1.2/options-1.2.jar]
[DEBUG] (f) compileSourceRoots = [/home/spectre256/repos/jruby/core/src/main/java, /home/spectre256/repos/jruby/core/target/generated-sources]
[DEBUG] (f) compilerArgs = [-XDignore.symbol.file=true, -J-Duser.language=en, -J-Dfile.encoding=UTF-8, -J-Xbootclasspath/p:/home/spectre256/.m2/repository/com/headius/unsafe-mock/8.0/unsafe-mock-8.0.jar, -J-Xmx512M]
[DEBUG] (f) compilerId = javac
[DEBUG] (f) debug = true
[DEBUG] (f) encoding = utf-8
[DEBUG] (f) failOnError = true
[DEBUG] (f) forceJavacCompilerUse = false
[DEBUG] (f) fork = true
[DEBUG] (f) generatedSourcesDirectory = /home/spectre256/repos/jruby/core/target/generated-sources/annotations
[DEBUG] (f) includes = [org/jruby/gen/**/*.java]
[DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.1:compile {execution: populators}
[DEBUG] (f) optimize = false
[DEBUG] (f) outputDirectory = /home/spectre256/repos/jruby/core/target/classes
[DEBUG] (f) projectArtifact = org.jruby:jruby-core:jar:1.7.17-SNAPSHOT
[DEBUG] (f) showDeprecation = true
[DEBUG] (f) showWarnings = true
[DEBUG] (f) skipMultiThreadWarning = false
[DEBUG] (f) source = 1.6
[DEBUG] (f) staleMillis = 0
[DEBUG] (f) target = 1.6
[DEBUG] (f) useIncrementalCompilation = false
[DEBUG] (f) verbose = true
[DEBUG] (f) mavenSession = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[DEBUG] Source directories: [/home/spectre256/repos/jruby/core/src/main/java
/home/spectre256/repos/jruby/core/target/generated-sources]
[DEBUG] Classpath: [/home/spectre256/repos/jruby/core/target/classes
/home/spectre256/.m2/repository/org/ow2/asm/asm/4.0/asm-4.0.jar
/home/spectre256/.m2/repository/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar
/home/spectre256/.m2/repository/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar
/home/spectre256/.m2/repository/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar
/home/spectre256/.m2/repository/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar
/home/spectre256/.m2/repository/org/jruby/joni/joni/2.1.3/joni-2.1.3.jar
/home/spectre256/.m2/repository/com/github/jnr/jnr-netdb/1.1.2/jnr-netdb-1.1.2.jar
/home/spectre256/.m2/repository/com/github/jnr/jnr-enxio/0.4/jnr-enxio-0.4.jar
/home/spectre256/.m2/repository/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar
/home/spectre256/.m2/repository/com/github/jnr/jnr-unixsocket/0.3/jnr-unixsocket-0.3.jar
/home/spectre256/.m2/repository/com/github/jnr/jnr-posix/3.0.7/jnr-posix-3.0.7.jar
/home/spectre256/.m2/repository/org/jruby/extras/bytelist/1.0.11/bytelist-1.0.11.jar
/home/spectre256/.m2/repository/com/github/jnr/jnr-constants/0.8.5/jnr-constants-0.8.5.jar
/home/spectre256/.m2/repository/org/jruby/jcodings/jcodings/1.0.10/jcodings-1.0.10.jar
/home/spectre256/.m2/repository/com/github/jnr/jnr-ffi/1.0.10/jnr-ffi-1.0.10.jar
/home/spectre256/.m2/repository/com/github/jnr/jffi/1.2.7/jffi-1.2.7.jar
/home/spectre256/.m2/repository/com/github/jnr/jffi/1.2.7/jffi-1.2.7-native.jar
/home/spectre256/.m2/repository/org/yaml/snakeyaml/1.13/snakeyaml-1.13.jar
/home/spectre256/.m2/repository/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar
/home/spectre256/.m2/repository/com/headius/invokebinder/1.2/invokebinder-1.2.jar
/home/spectre256/.m2/repository/org/osgi/org.osgi.core/5.0.0/org.osgi.core-5.0.0.jar
/home/spectre256/.m2/repository/org/apache/ant/ant/1.9.2/ant-1.9.2.jar
/home/spectre256/.m2/repository/org/apache/ant/ant-launcher/1.9.2/ant-launcher-1.9.2.jar
/home/spectre256/.m2/repository/bsf/bsf/2.4.0/bsf-2.4.0.jar
/home/spectre256/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
/home/spectre256/.m2/repository/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.jar
/home/spectre256/.m2/repository/com/headius/coro-mock/1.0/coro-mock-1.0.jar
/home/spectre256/.m2/repository/com/headius/unsafe-mock/8.0/unsafe-mock-8.0.jar
/home/spectre256/.m2/repository/com/headius/jsr292-mock/1.1/jsr292-mock-1.1.jar
/home/spectre256/.m2/repository/org/ow2/asm/asm-debug-all/5.0_BETA/asm-debug-all-5.0_BETA.jar
/home/spectre256/.m2/repository/org/jruby/yecht/1.0/yecht-1.0.jar
/home/spectre256/.m2/repository/org/jruby/joda-timezones/2013d/joda-timezones-2013d.jar
/home/spectre256/.m2/repository/joda-time/joda-time/2.5/joda-time-2.5.jar
/home/spectre256/.m2/repository/com/headius/options/1.2/options-1.2.jar]
[DEBUG] Output directory: /home/spectre256/repos/jruby/core/target/classes
[DEBUG] CompilerReuseStrategy: reuseCreated
[DEBUG] useIncrementalCompilation disabled
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (eclipse-hack) @ jruby-core ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.1:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.1:compile' with basic configurator -->
[DEBUG] (f) basedir = /home/spectre256/repos/jruby/core
[DEBUG] (f) buildDirectory = /home/spectre256/repos/jruby/core/target
[DEBUG] (f) classpathElements = [/home/spectre256/repos/jruby/core/target/classes, /home/spectre256/.m2/repository/org/ow2/asm/asm/4.0/asm-4.0.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar, /home/spectre256/.m2/repository/org/jruby/joni/joni/2.1.3/joni-2.1.3.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-netdb/1.1.2/jnr-netdb-1.1.2.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-enxio/0.4/jnr-enxio-0.4.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-unixsocket/0.3/jnr-unixsocket-0.3.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-posix/3.0.7/jnr-posix-3.0.7.jar, /home/spectre256/.m2/repository/org/jruby/extras/bytelist/1.0.11/bytelist-1.0.11.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-constants/0.8.5/jnr-constants-0.8.5.jar, /home/spectre256/.m2/repository/org/jruby/jcodings/jcodings/1.0.10/jcodings-1.0.10.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-ffi/1.0.10/jnr-ffi-1.0.10.jar, /home/spectre256/.m2/repository/com/github/jnr/jffi/1.2.7/jffi-1.2.7.jar, /home/spectre256/.m2/repository/com/github/jnr/jffi/1.2.7/jffi-1.2.7-native.jar, /home/spectre256/.m2/repository/org/yaml/snakeyaml/1.13/snakeyaml-1.13.jar, /home/spectre256/.m2/repository/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar, /home/spectre256/.m2/repository/com/headius/invokebinder/1.2/invokebinder-1.2.jar, /home/spectre256/.m2/repository/org/osgi/org.osgi.core/5.0.0/org.osgi.core-5.0.0.jar, /home/spectre256/.m2/repository/org/apache/ant/ant/1.9.2/ant-1.9.2.jar, /home/spectre256/.m2/repository/org/apache/ant/ant-launcher/1.9.2/ant-launcher-1.9.2.jar, /home/spectre256/.m2/repository/bsf/bsf/2.4.0/bsf-2.4.0.jar, /home/spectre256/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar, /home/spectre256/.m2/repository/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.jar, /home/spectre256/.m2/repository/com/headius/coro-mock/1.0/coro-mock-1.0.jar, /home/spectre256/.m2/repository/com/headius/unsafe-mock/8.0/unsafe-mock-8.0.jar, /home/spectre256/.m2/repository/com/headius/jsr292-mock/1.1/jsr292-mock-1.1.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-debug-all/5.0_BETA/asm-debug-all-5.0_BETA.jar, /home/spectre256/.m2/repository/org/jruby/yecht/1.0/yecht-1.0.jar, /home/spectre256/.m2/repository/org/jruby/joda-timezones/2013d/joda-timezones-2013d.jar, /home/spectre256/.m2/repository/joda-time/joda-time/2.5/joda-time-2.5.jar, /home/spectre256/.m2/repository/com/headius/options/1.2/options-1.2.jar]
[DEBUG] (f) compileSourceRoots = [/home/spectre256/repos/jruby/core/src/main/java, /home/spectre256/repos/jruby/core/target/generated-sources]
[DEBUG] (f) compilerId = javac
[DEBUG] (f) debug = true
[DEBUG] (f) encoding = utf-8
[DEBUG] (f) failOnError = true
[DEBUG] (f) forceJavacCompilerUse = false
[DEBUG] (f) fork = true
[DEBUG] (f) generatedSourcesDirectory = /home/spectre256/repos/jruby/core/target/generated-sources/annotations
[DEBUG] (f) includes = [**/*.java]
[DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.1:compile {execution: eclipse-hack}
[DEBUG] (f) optimize = false
[DEBUG] (f) outputDirectory = /home/spectre256/repos/jruby/core/target/classes
[DEBUG] (f) projectArtifact = org.jruby:jruby-core:jar:1.7.17-SNAPSHOT
[DEBUG] (f) showDeprecation = true
[DEBUG] (f) showWarnings = true
[DEBUG] (f) skipMain = true
[DEBUG] (f) skipMultiThreadWarning = false
[DEBUG] (f) source = 1.6
[DEBUG] (f) staleMillis = 0
[DEBUG] (f) target = 1.6
[DEBUG] (f) useIncrementalCompilation = false
[DEBUG] (f) verbose = true
[DEBUG] (f) mavenSession = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] -- end configuration --
[INFO] Not compiling main sources
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jruby-core ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.6:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:testResources' with basic configurator -->
[DEBUG] (f) buildFilters = []
[DEBUG] (f) encoding = utf-8
[DEBUG] (f) escapeWindowsPaths = true
[DEBUG] (s) includeEmptyDirs = false
[DEBUG] (s) outputDirectory = /home/spectre256/repos/jruby/core/target/test-classes
[DEBUG] (s) overwrite = false
[DEBUG] (f) project = MavenProject: org.jruby:jruby-core:1.7.17-SNAPSHOT @ /home/spectre256/repos/jruby/core/pom.xml
[DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/spectre256/repos/jruby/core/src/test/resources, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] (f) skip = true
[DEBUG] (f) supportMultiLineFiltering = false
[DEBUG] (f) useBuildFilters = true
[DEBUG] (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jruby-core ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile' with basic configurator -->
[DEBUG] (f) basedir = /home/spectre256/repos/jruby/core
[DEBUG] (f) buildDirectory = /home/spectre256/repos/jruby/core/target
[DEBUG] (f) classpathElements = [/home/spectre256/repos/jruby/core/target/test-classes, /home/spectre256/repos/jruby/core/target/classes, /home/spectre256/.m2/repository/junit/junit/4.11/junit-4.11.jar, /home/spectre256/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm/4.0/asm-4.0.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar, /home/spectre256/.m2/repository/org/jruby/joni/joni/2.1.3/joni-2.1.3.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-netdb/1.1.2/jnr-netdb-1.1.2.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-enxio/0.4/jnr-enxio-0.4.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-unixsocket/0.3/jnr-unixsocket-0.3.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-posix/3.0.7/jnr-posix-3.0.7.jar, /home/spectre256/.m2/repository/org/jruby/extras/bytelist/1.0.11/bytelist-1.0.11.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-constants/0.8.5/jnr-constants-0.8.5.jar, /home/spectre256/.m2/repository/org/jruby/jcodings/jcodings/1.0.10/jcodings-1.0.10.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-ffi/1.0.10/jnr-ffi-1.0.10.jar, /home/spectre256/.m2/repository/com/github/jnr/jffi/1.2.7/jffi-1.2.7.jar, /home/spectre256/.m2/repository/com/github/jnr/jffi/1.2.7/jffi-1.2.7-native.jar, /home/spectre256/.m2/repository/org/yaml/snakeyaml/1.13/snakeyaml-1.13.jar, /home/spectre256/.m2/repository/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar, /home/spectre256/.m2/repository/com/headius/invokebinder/1.2/invokebinder-1.2.jar, /home/spectre256/.m2/repository/org/osgi/org.osgi.core/5.0.0/org.osgi.core-5.0.0.jar, /home/spectre256/.m2/repository/org/apache/ant/ant/1.9.2/ant-1.9.2.jar, /home/spectre256/.m2/repository/org/apache/ant/ant-launcher/1.9.2/ant-launcher-1.9.2.jar, /home/spectre256/.m2/repository/bsf/bsf/2.4.0/bsf-2.4.0.jar, /home/spectre256/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar, /home/spectre256/.m2/repository/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.jar, /home/spectre256/.m2/repository/com/headius/coro-mock/1.0/coro-mock-1.0.jar, /home/spectre256/.m2/repository/com/headius/unsafe-mock/8.0/unsafe-mock-8.0.jar, /home/spectre256/.m2/repository/com/headius/jsr292-mock/1.1/jsr292-mock-1.1.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-debug-all/5.0_BETA/asm-debug-all-5.0_BETA.jar, /home/spectre256/.m2/repository/org/jruby/yecht/1.0/yecht-1.0.jar, /home/spectre256/.m2/repository/org/jruby/joda-timezones/2013d/joda-timezones-2013d.jar, /home/spectre256/.m2/repository/joda-time/joda-time/2.5/joda-time-2.5.jar, /home/spectre256/.m2/repository/com/headius/options/1.2/options-1.2.jar]
[DEBUG] (f) compileSourceRoots = [/home/spectre256/repos/jruby/core/src/test/java]
[DEBUG] (f) compilerId = javac
[DEBUG] (f) debug = true
[DEBUG] (f) encoding = utf-8
[DEBUG] (f) failOnError = true
[DEBUG] (f) forceJavacCompilerUse = false
[DEBUG] (f) fork = true
[DEBUG] (f) generatedTestSourcesDirectory = /home/spectre256/repos/jruby/core/target/generated-test-sources/test-annotations
[DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile {execution: default-testCompile}
[DEBUG] (f) optimize = false
[DEBUG] (f) outputDirectory = /home/spectre256/repos/jruby/core/target/test-classes
[DEBUG] (f) showDeprecation = true
[DEBUG] (f) showWarnings = true
[DEBUG] (f) skip = true
[DEBUG] (f) skipMultiThreadWarning = false
[DEBUG] (f) source = 1.6
[DEBUG] (f) staleMillis = 0
[DEBUG] (f) target = 1.6
[DEBUG] (f) useIncrementalCompilation = false
[DEBUG] (f) verbose = true
[DEBUG] (f) mavenSession = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] -- end configuration --
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ jruby-core ---
[DEBUG] org.apache.maven.plugins:maven-surefire-plugin:jar:2.15:
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.9:compile
[DEBUG] org.apache.maven.surefire:maven-surefire-common:jar:2.15:compile
[DEBUG] org.apache.maven.surefire:surefire-booter:jar:2.15:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.9:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.1:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.1:test (scope managed from compile)
[DEBUG] org.apache.maven:maven-project:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-core:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.9:compile
[DEBUG] classworlds:classworlds:jar:1.1:compile
[DEBUG] org.apache.commons:commons-lang3:jar:3.1:compile
[DEBUG] org.apache.maven.surefire:surefire-api:jar:2.15:compile
[DEBUG] org.apache.maven:maven-toolchain:jar:2.0.9:compile
[DEBUG] org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.2:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.15
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.15
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.15
[DEBUG] Included: org.apache.maven.plugins:maven-surefire-plugin:jar:2.15
[DEBUG] Included: org.apache.maven.surefire:maven-surefire-common:jar:2.15
[DEBUG] Included: org.apache.maven.surefire:surefire-booter:jar:2.15
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:1.5.1
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.9
[DEBUG] Included: org.apache.commons:commons-lang3:jar:3.1
[DEBUG] Included: org.apache.maven.surefire:surefire-api:jar:2.15
[DEBUG] Included: org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.2
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.0.9
[DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] Excluded: junit:junit:jar:3.8.1
[DEBUG] Excluded: org.apache.maven:maven-project:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-model:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-core:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-error-diagnostics:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-monitor:jar:2.0.9
[DEBUG] Excluded: classworlds:classworlds:jar:1.1
[DEBUG] Excluded: org.apache.maven:maven-toolchain:jar:2.0.9
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-surefire-plugin:2.15:test from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-surefire-plugin:2.15, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-surefire-plugin:2.15:test' with basic configurator -->
[DEBUG] (s) additionalClasspathElements = [/home/spectre256/repos/jruby/core/src/test/ruby]
[DEBUG] (s) argLine = -Xmx1024M -XX:MaxPermSize=512M -Dfile.encoding=UTF-8 -Djava.awt.headless=true
[DEBUG] (s) basedir = /home/spectre256/repos/jruby/core
[DEBUG] (s) childDelegation = false
[DEBUG] (s) classesDirectory = /home/spectre256/repos/jruby/core/target/classes
[DEBUG] (s) classpathDependencyExcludes = []
[DEBUG] (s) dependenciesToScan = []
[DEBUG] (s) disableXmlReport = false
[DEBUG] (s) enableAssertions = true
[DEBUG] (f) forkCount = 1C
[DEBUG] (s) forkMode = once
[DEBUG] (s) includes = [org/jruby/test/MainTestSuite.java, org/jruby/embed/**/*Test*.java, org/jruby/util/**/*Test*.java]
[DEBUG] (s) junitArtifactName = junit:junit
[DEBUG] (s) localRepository = id: local
url: file:///home/spectre256/.m2/repository/
layout: none
[DEBUG] (f) parallelMavenExecution = false
[DEBUG] (s) perCoreThreadCount = true
[DEBUG] (s) pluginArtifactMap = {org.apache.maven.plugins:maven-surefire-plugin=org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.15:, org.apache.maven.surefire:maven-surefire-common=org.apache.maven.surefire:maven-surefire-common:jar:2.15:compile, org.apache.maven.surefire:surefire-booter=org.apache.maven.surefire:surefire-booter:jar:2.15:compile, org.codehaus.plexus:plexus-utils=org.codehaus.plexus:plexus-utils:jar:1.5.1:compile, org.apache.maven.reporting:maven-reporting-api=org.apache.maven.reporting:maven-reporting-api:jar:2.0.9:compile, org.apache.commons:commons-lang3=org.apache.commons:commons-lang3:jar:3.1:compile, org.apache.maven.surefire:surefire-api=org.apache.maven.surefire:surefire-api:jar:2.15:compile, org.apache.maven.plugin-tools:maven-plugin-annotations=org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.2:compile}
[DEBUG] (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.SurefirePlugin', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.15:test'
role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.HelpMojo', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.15:help'
---
[DEBUG] (s) printSummary = true
[DEBUG] (s) projectArtifactMap = {junit:junit=junit:junit:jar:4.11:test, org.hamcrest:hamcrest-core=org.hamcrest:hamcrest-core:jar:1.3:test, org.ow2.asm:asm=org.ow2.asm:asm:jar:4.0:compile, org.ow2.asm:asm-commons=org.ow2.asm:asm-commons:jar:4.0:compile, org.ow2.asm:asm-tree=org.ow2.asm:asm-tree:jar:4.0:compile, org.ow2.asm:asm-analysis=org.ow2.asm:asm-analysis:jar:4.0:compile, org.ow2.asm:asm-util=org.ow2.asm:asm-util:jar:4.0:compile, org.jruby.joni:joni=org.jruby.joni:joni:jar:2.1.3:compile, com.github.jnr:jnr-netdb=com.github.jnr:jnr-netdb:jar:1.1.2:compile, com.github.jnr:jnr-enxio=com.github.jnr:jnr-enxio:jar:0.4:compile, com.github.jnr:jnr-x86asm=com.github.jnr:jnr-x86asm:jar:1.0.2:compile, com.github.jnr:jnr-unixsocket=com.github.jnr:jnr-unixsocket:jar:0.3:compile, com.github.jnr:jnr-posix=com.github.jnr:jnr-posix:jar:3.0.7:compile, org.jruby.extras:bytelist=org.jruby.extras:bytelist:jar:1.0.11:compile, com.github.jnr:jnr-constants=com.github.jnr:jnr-constants:jar:0.8.5:compile, org.jruby.jcodings:jcodings=org.jruby.jcodings:jcodings:jar:1.0.10:compile, com.github.jnr:jnr-ffi=com.github.jnr:jnr-ffi:jar:1.0.10:compile, com.github.jnr:jffi=com.github.jnr:jffi:jar:native:1.2.7:compile, org.yaml:snakeyaml=org.yaml:snakeyaml:jar:1.13:compile, com.jcraft:jzlib=com.jcraft:jzlib:jar:1.1.3:compile, com.headius:invokebinder=com.headius:invokebinder:jar:1.2:compile, org.osgi:org.osgi.core=org.osgi:org.osgi.core:jar:5.0.0:provided, org.apache.ant:ant=org.apache.ant:ant:jar:1.9.2:provided, org.apache.ant:ant-launcher=org.apache.ant:ant-launcher:jar:1.9.2:provided, bsf:bsf=bsf:bsf:jar:2.4.0:provided, commons-logging:commons-logging=commons-logging:commons-logging:jar:1.0.4:provided, com.martiansoftware:nailgun-server=com.martiansoftware:nailgun-server:jar:0.9.1:compile, com.headius:coro-mock=com.headius:coro-mock:jar:1.0:provided, com.headius:unsafe-mock=com.headius:unsafe-mock:jar:8.0:provided, com.headius:jsr292-mock=com.headius:jsr292-mock:jar:1.1:provided, org.ow2.asm:asm-debug-all=org.ow2.asm:asm-debug-all:jar:5.0_BETA:provided, org.jruby:yecht=org.jruby:yecht:jar:1.0:compile, org.jruby:joda-timezones=org.jruby:joda-timezones:jar:2013d:provided, joda-time:joda-time=joda-time:joda-time:jar:2.5:compile, com.headius:options=com.headius:options:jar:1.2:compile}
[DEBUG] (s) redirectTestOutputToFile = false
[DEBUG] (s) remoteRepositories = [ id: sonatype snapshots
url: https://oss.sonatype.org/content/repositories/snapshots/
layout: default
snapshots: [enabled => true, update => daily]
releases: [enabled => false, update => daily]
, id: central
url: http://repo.maven.apache.org/maven2
layout: default
snapshots: [enabled => false, update => daily]
releases: [enabled => true, update => never]
]
[DEBUG] (s) reportFormat = brief
[DEBUG] (s) reportsDirectory = /home/spectre256/repos/jruby/core/target/surefire-reports
[DEBUG] (f) reuseForks = false
[DEBUG] (s) runOrder = filesystem
[DEBUG] (s) skip = true
[DEBUG] (s) skipTests = false
[DEBUG] (s) systemProperties = {jruby.home=/home/spectre256/repos/jruby/core/.., jruby.compat.version=1.9}
[DEBUG] (s) testClassesDirectory = /home/spectre256/repos/jruby/core/target/test-classes
[DEBUG] (s) testFailureIgnore = false
[DEBUG] (s) testNGArtifactName = org.testng:testng
[DEBUG] (s) testSourceDirectory = /home/spectre256/repos/jruby/core/src/test/java
[DEBUG] (s) trimStackTrace = true
[DEBUG] (s) useFile = true
[DEBUG] (s) useManifestOnlyJar = true
[DEBUG] (s) useSystemClassLoader = true
[DEBUG] (s) useUnlimitedThreads = false
[DEBUG] (s) workingDirectory = /home/spectre256/repos/jruby/core
[DEBUG] (s) project = MavenProject: org.jruby:jruby-core:1.7.17-SNAPSHOT @ /home/spectre256/repos/jruby/core/pom.xml
[DEBUG] (s) session = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] -- end configuration --
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-bundle-plugin:2.4.0:manifest (default) @ jruby-core ---
[DEBUG] org.apache.felix:maven-bundle-plugin:jar:2.4.0:
[DEBUG] biz.aQute.bnd:bndlib:jar:2.1.0:compile
[DEBUG] org.osgi:org.osgi.core:jar:4.2.0:compile
[DEBUG] org.apache.felix:org.apache.felix.bundlerepository:jar:1.6.6:compile
[DEBUG] org.easymock:easymock:jar:2.4:compile
[DEBUG] org.apache.maven:maven-core:jar:2.0.7:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.7:compile
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.7:compile
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.7:compile
[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.7:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.7:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.7:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.1:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.7:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.7:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.7:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.7:compile
[DEBUG] commons-cli:commons-cli:jar:1.0:compile
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.7:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.7:compile
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.7:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.7:compile
[DEBUG] classworlds:classworlds:jar:1.1:compile
[DEBUG] org.apache.maven:maven-archiver:jar:2.5:compile
[DEBUG] org.codehaus.plexus:plexus-archiver:jar:2.1:compile
[DEBUG] org.codehaus.plexus:plexus-io:jar:2.0.2:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.15:compile
[DEBUG] org.apache.maven.shared:maven-dependency-tree:jar:2.1:compile
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[DEBUG] org.eclipse.aether:aether-util:jar:0.9.0.M2:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.10:compile
[DEBUG] Created new class realm plugin>org.apache.felix:maven-bundle-plugin:2.4.0
[DEBUG] Importing foreign packages into class realm plugin>org.apache.felix:maven-bundle-plugin:2.4.0
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.felix:maven-bundle-plugin:2.4.0
[DEBUG] Included: org.apache.felix:maven-bundle-plugin:jar:2.4.0
[DEBUG] Included: biz.aQute.bnd:bndlib:jar:2.1.0
[DEBUG] Included: org.osgi:org.osgi.core:jar:4.2.0
[DEBUG] Included: org.apache.felix:org.apache.felix.bundlerepository:jar:1.6.6
[DEBUG] Included: org.easymock:easymock:jar:2.4
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.7
[DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7
[DEBUG] Included: junit:junit:jar:3.8.1
[DEBUG] Included: commons-cli:commons-cli:jar:1.0
[DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG] Included: org.apache.maven:maven-archiver:jar:2.5
[DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:2.1
[DEBUG] Included: org.codehaus.plexus:plexus-io:jar:2.0.2
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.15
[DEBUG] Included: org.apache.maven.shared:maven-dependency-tree:jar:2.1
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[DEBUG] Included: org.eclipse.aether:aether-util:jar:0.9.0.M2
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.10
[DEBUG] Excluded: org.apache.maven:maven-core:jar:2.0.7
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.0.7
[DEBUG] Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.7
[DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.0.7
[DEBUG] Excluded: org.apache.maven:maven-model:jar:2.0.7
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.0.7
[DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.7
[DEBUG] Excluded: org.apache.maven:maven-error-diagnostics:jar:2.0.7
[DEBUG] Excluded: org.apache.maven:maven-project:jar:2.0.7
[DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.7
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:2.0.7
[DEBUG] Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.0.7
[DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.7
[DEBUG] Excluded: org.apache.maven:maven-monitor:jar:2.0.7
[DEBUG] Excluded: classworlds:classworlds:jar:1.1
[DEBUG] Configuring mojo org.apache.felix:maven-bundle-plugin:2.4.0:manifest from plugin realm ClassRealm[plugin>org.apache.felix:maven-bundle-plugin:2.4.0, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.apache.felix:maven-bundle-plugin:2.4.0:manifest' with basic configurator -->
[DEBUG] (f) buildDirectory = /home/spectre256/repos/jruby/core/target
[DEBUG] (f) finalName = jruby-core-1.7.17-SNAPSHOT
[DEBUG] (f) instructions = {Bundle-Description=JRuby Core 1.7.17-SNAPSHOT OSGi bundle, Bundle-Name=JRuby Core 1.7.17-SNAPSHOT, Bundle-SymbolicName=org.jruby.jruby-core, Export-Package=org.jruby.*;version=1.7.17-SNAPSHOT, Import-Package=!org.jruby.*, *;resolution:=optional, Private-Package=org.jruby.*,jnr.*,com.kenai.*,com.martiansoftware.*,jay.*,jline.*,jni.*,org.fusesource.*,org.jcodings.*,org.joda.convert.*,org.joda.time.*,org.joni.*,org.yaml.*,org.yecht.*,tables.*,org.objectweb.*,com.headius.*,org.bouncycastle.*,com.jcraft.jzlib,.}
[DEBUG] (f) m_mavenSession = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] (f) manifestLocation = /home/spectre256/repos/jruby/core/target/classes/META-INF
[DEBUG] (f) outputDirectory = /home/spectre256/repos/jruby/core/target/classes
[DEBUG] (f) project = MavenProject: org.jruby:jruby-core:1.7.17-SNAPSHOT @ /home/spectre256/repos/jruby/core/pom.xml
[DEBUG] -- end configuration --
[DEBUG] BND Instructions:
#-----------------------------------------------------------------------
#Wed Nov 19 17:21:54 CET 2014
project.name=JRuby Core
rails.git.repo=git\://github.com/rails/rails.git
jruby.default.ruby.version=1.9
release.dir=release
pom.inceptionYear=2001
pom.version=1.7.17-SNAPSHOT
Constants.java=org/jruby/runtime/Constants.java
spec.tags.dir=spec/tags
env.TERM=xterm
bundle.symbolic_name=org.jruby.jruby-core
env.OLDPWD=/home/spectre256/repos/jruby
base.javac.version=1.6
user.dir=/home/spectre256/repos/jruby
java.vm.version=25.25-b02
dest.lib.dir=lib
pom.id=org.jruby\:jruby-core\:jar\:1.7.17-SNAPSHOT
project.build.parent=org.jruby\:jruby-parent\:pom\:1.7.17-SNAPSHOT
maven.test.skip=true
env.HISTFILESIZE=250000
project.build.description=JRuby is the effort to recreate the Ruby (http\://www.ruby-lang.org) interpreter in Java.
lib.dir=lib
Bundle-DocURL=http\://jruby.org
Bundle-Description=JRuby Core 1.7.17-SNAPSHOT OSGi bundle
build.lib.dir=test/target
sun.os.patch.level=unknown
project.mailingLists=org.apache.maven.model.MailingList@7fc645e4, org.apache.maven.model.MailingList@205b132e, org.apache.maven.model.MailingList@73044cdf, org.apache.maven.model.MailingList@3cbcd8f3
env.JAVAC=/etc/java-config-2/current-system-vm/bin/javac
java.vm.specification.name=Java Virtual Machine Specification
jruby.test.memory.permgen=512M
pkg.dir=target/pkg
os.name=Linux
Export-Package=org.jruby.*;version\=1.7.17-SNAPSHOT
maven-symbolicname=org.jruby.core
project.groupId=org.jruby
mspec.bin=spec/mspec/bin/mspec
env.XDG_DATA_DIRS=/usr/local/share\:/usr/share\:/usr/share
project.modelVersion=4.0.0
maven.version=3.0.4
java.vendor.url.bug=http\://bugreport.sun.com/bugreport/
pom.developers=org.apache.maven.model.Developer@719843e5, org.apache.maven.model.Developer@9a2ec9b, org.apache.maven.model.Developer@58112bc4, org.apache.maven.model.Developer@2301b75, org.apache.maven.model.Developer@3104f7bd
parser.dir=core/src/main/java/org/jruby/parser
diff-lcs.version=1.1.3
rake.args=
os.arch=amd64
jruby.win32ole.gem=jruby-win32ole
user.name=spectre256
project.build.groupId=org.jruby
env.GCC_SPECS=
Import-Package=\!org.jruby.*, *;resolution\:\=optional
project.build.pomFile=/home/spectre256/repos/jruby/core/pom.xml
pom.build=org.apache.maven.model.Build@2f5c1332
sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -X
env.USER=spectre256
ruby18.mspec.file=spec/jruby.1.8.mspec
jruby.plugins.version=1.0.7-SNAPSHOT
env.LOGNAME=spectre256
env.GPG_AGENT_INFO=/tmp/gpg-JP33xO/S.gpg-agent\:2296\:1
env.GLADE_PIXMAP_PATH=\:
user.country=US
project.build.build=org.apache.maven.model.Build@2f5c1332
env.RUBYOPT=-rauto_gem
pom.name=JRuby Core
project.artifactId=jruby-core
java.endorsed.dirs=/opt/oracle-jdk-bin-1.8.0.25/jre/lib/endorsed
java.vm.specification.version=1.8
project.organization.url=http\://jruby.org
rails.dir=test/rails
pom.profiles=Profile {id\: release, source\: pom}, Profile {id\: main, source\: pom}, Profile {id\: osgi, source\: pom}, Profile {id\: dist, source\: pom}, Profile {id\: jruby-jars, source\: pom}, Profile {id\: complete, source\: pom}, Profile {id\: all, source\: pom}, Profile {id\: snapshots, source\: pom}, Profile {id\: jruby.bash, source\: pom}, Profile {id\: native, source\: pom}, Profile {id\: test, source\: pom}, Profile {id\: default, source\: pom}, Profile {id\: tzdata, source\: pom}
prawn.git.repo=git\://github.com/sandal/prawn.git
rspec-expectations.version=2.14.0
env.SHLVL=4
cext.mspec.file=spec/jruby.cext.mspec
java.vendor=Oracle Corporation
jffi.version=1.2.7
file.separator=/
its.j2ee=j2ee*/pom.xml
env.XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt
sun.java.launcher=SUN_STANDARD
prawn.stable.version=0.4.1
invoker.skip=true
env.MAIL=/var/mail/spectre256
env.NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat
env.PAGER=/usr/bin/less
java.library.path=/usr/java/packages/lib/amd64\:/usr/lib64\:/lib64\:/lib\:/usr/lib
classworlds.conf=/usr/share/maven-bin-3.0/bin/m2.conf
project.build.sourceEncoding=utf-8
sun.arch.data.model=64
project.build=org.apache.maven.model.Build@2f5c1332
jflex.bin=jflex
env.PATH=/home/spectre256/code/bin\:/home/spectre256/.gem/ruby/2.1.0/bin\:/home/spectre256/code/bin\:/home/spectre256/.gem/ruby/2.0.0/bin\:/home/spectre256/code/bin\:/home/spectre256/.gem/ruby/2.0.0/bin\:/home/spectre256/code/bin\:/home/spectre256/.gem/ruby/2.0.0/bin\:/usr/local/bin\:/usr/bin\:/bin\:/opt/bin\:/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.3
pom.modelVersion=4.0.0
path.separator=\:
pom.licenses=org.apache.maven.model.License@7ec25216, org.apache.maven.model.License@7cab1508, org.apache.maven.model.License@6a84bc3f
sun.io.unicode.encoding=UnicodeLittle
pom.description=JRuby is the effort to recreate the Ruby (http\://www.ruby-lang.org) interpreter in Java.
base.java.version=1.6
rubyspec.1.8.dir=spec/ruby/1.8
user.language=en
project.contributors=
env.HUSHLOGIN=FALSE
java.class.version=52.0
main.basedir=${project.parent.basedir}
rubyspec.dir=spec/ruby
anno.sources=/home/spectre256/repos/jruby/core/target/generated-sources
timestamp=1416414111296
env.WINDOWPATH=7
project.build.projectDirectory=/home/spectre256/repos/jruby/core
project.build.modelVersion=4.0.0
project.version=1.7.17-SNAPSHOT
file.encoding.pkg=sun.io
env.XDG_CONFIG_DIRS=/etc/xdg\:/etc/xdg
sun.cpu.endian=little
Bundle-SymbolicName=org.jruby.jruby-core
pom.artifactId=jruby-core
project.parent=org.jruby\:jruby-parent\:pom\:1.7.17-SNAPSHOT
pom.projectDirectory=/home/spectre256/repos/jruby/core
env.SHELL=/bin/bash
project.build.version=1.7.17-SNAPSHOT
minitest.version=5.0.7
project.dir=/home/spectre256/repos/jruby/core
project.build.profiles=Profile {id\: release, source\: pom}, Profile {id\: main, source\: pom}, Profile {id\: osgi, source\: pom}, Profile {id\: dist, source\: pom}, Profile {id\: jruby-jars, source\: pom}, Profile {id\: complete, source\: pom}, Profile {id\: all, source\: pom}, Profile {id\: snapshots, source\: pom}, Profile {id\: jruby.bash, source\: pom}, Profile {id\: native, source\: pom}, Profile {id\: test, source\: pom}, Profile {id\: default, source\: pom}, Profile {id\: tzdata, source\: pom}
java.home=/opt/oracle-jdk-bin-1.8.0.25/jre
rdoc.version=4.1.2
project.ciManagement=org.apache.maven.model.CiManagement@258ee7de
env.QT_GRAPHICSSYSTEM=raster
env.DESKTOP_SESSION=xfce
Include-Resource=jruby/java/java_ext.rb\=src/main/ruby/jruby/java/java_ext.rb,jruby/java/java_module.rb\=src/main/ruby/jruby/java/java_module.rb,jruby/java/java_utilities.rb\=src/main/ruby/jruby/java/java_utilities.rb,jruby/java/core_ext/kernel.rb\=src/main/ruby/jruby/java/core_ext/kernel.rb,jruby/java/core_ext/object.rb\=src/main/ruby/jruby/java/core_ext/object.rb,jruby/java/core_ext/module.rb\=src/main/ruby/jruby/java/core_ext/module.rb,jruby/java/java_ext/java.lang.rb\=src/main/ruby/jruby/java/java_ext/java.lang.rb,jruby/java/java_ext/java.net.rb\=src/main/ruby/jruby/java/java_ext/java.net.rb,jruby/java/java_ext/java.util.rb\=src/main/ruby/jruby/java/java_ext/java.util.rb,jruby/java/java_ext/java.io.rb\=src/main/ruby/jruby/java/java_ext/java.io.rb,jruby/java/java_ext/java.util.regex.rb\=src/main/ruby/jruby/java/java_ext/java.util.regex.rb,jruby/java/java_ext/org.jruby.ast.rb\=src/main/ruby/jruby/java/java_ext/org.jruby.ast.rb,jruby/java/java_package_module_template.rb\=src/main/ruby/jruby/java/java_package_module_template.rb,jruby/java/core_ext.rb\=src/main/ruby/jruby/java/core_ext.rb,jruby/jruby.rb\=src/main/ruby/jruby/jruby.rb,jruby/kernel19.rb\=src/main/ruby/jruby/kernel19.rb,jruby/kernel18.rb\=src/main/ruby/jruby/kernel18.rb,jruby/path_helper.rb\=src/main/ruby/jruby/path_helper.rb,jruby/java.rb\=src/main/ruby/jruby/java.rb,jruby/kernel19/process.rb\=src/main/ruby/jruby/kernel19/process.rb,jruby/kernel19/kernel.rb\=src/main/ruby/jruby/kernel19/kernel.rb,jruby/kernel19/gc.rb\=src/main/ruby/jruby/kernel19/gc.rb,jruby/kernel19/io.rb\=src/main/ruby/jruby/kernel19/io.rb,jruby/kernel19/proc.rb\=src/main/ruby/jruby/kernel19/proc.rb,jruby/kernel19/enumerator.rb\=src/main/ruby/jruby/kernel19/enumerator.rb,jruby/kernel19/jruby/type.rb\=src/main/ruby/jruby/kernel19/jruby/type.rb,jruby/kernel19/jruby/process_util.rb\=src/main/ruby/jruby/kernel19/jruby/process_util.rb,jruby/kernel19/encoding/converter.rb\=src/main/ruby/jruby/kernel19/encoding/converter.rb,jruby/kernel19/enumerable.rb\=src/main/ruby/jruby/kernel19/enumerable.rb,jruby/kernel19/rubygems.rb\=src/main/ruby/jruby/kernel19/rubygems.rb,jruby/kernel19/thread.rb\=src/main/ruby/jruby/kernel19/thread.rb,jruby/kernel19/time.rb\=src/main/ruby/jruby/kernel19/time.rb,jruby/kernel/signal.rb\=src/main/ruby/jruby/kernel/signal.rb,jruby/kernel/jruby/type.rb\=src/main/ruby/jruby/kernel/jruby/type.rb,jruby/kernel/jruby/process_manager.rb\=src/main/ruby/jruby/kernel/jruby/process_manager.rb,jruby/kernel/jruby/generator.rb\=src/main/ruby/jruby/kernel/jruby/generator.rb,jruby/kernel/rbconfig.rb\=src/main/ruby/jruby/kernel/rbconfig.rb,jruby/kernel.rb\=src/main/ruby/jruby/kernel.rb,jruby/bundler/startup.rb\=src/main/ruby/jruby/bundler/startup.rb,jruby/kernel20/range.rb\=src/main/ruby/jruby/kernel20/range.rb,jruby/kernel20/load_error.rb\=src/main/ruby/jruby/kernel20/load_error.rb,jruby/kernel20/enumerable.rb\=src/main/ruby/jruby/kernel20/enumerable.rb,jruby/kernel20.rb\=src/main/ruby/jruby/kernel20.rb,jruby/commands.rb\=src/main/ruby/jruby/commands.rb,META-INF/services/javax.script.ScriptEngineFactory\=src/main/resources/META-INF/services/javax.script.ScriptEngineFactory,{/home/spectre256/repos/jruby/core/src/main/java/org/jruby/runtime/Constants.java\=src/main/resources/org/jruby/runtime/Constants.java}
prawn.dir=test/prawn
maven.home=/usr/share/maven-bin-3.0
project.organization.name=JRuby
rspec.version=2.14.1
project.organization=org.apache.maven.model.Organization@4930539b
version.ruby.patchlevel=370
pom.url=https\://github.com/jruby/jruby/jruby-core
test.results.dir=target/test-results
mspec.tar.file=target/mspec.tgz
classifier=
env.DBUS_SESSION_BUS_ADDRESS=unix\:abstract\=/tmp/dbus-gLAi28p8ey,guid\=61f0de599e5f03665e2a4d3154626252
project.build.directory=/home/spectre256/repos/jruby/core/target
jruby.compile.memory=512M
Bundle-License=http\://www.gnu.org/licenses/gpl-3.0-standalone.html, http\://www.gnu.org/licenses/lgpl-3.0-standalone.html, http\://www.eclipse.org/legal/epl-v10.html
project.packaging=jar
env.HISTIGNORE=\ *
jruby.launch.memory=1024M
env.XDG_SESSION_COOKIE=a0961ebef0d2c2a8bc0118eb54225a7f-1415733840.491219-867268402
env.SSH_AUTH_SOCK=/tmp/gpg-1iiKhj/S.gpg-agent.ssh
sun.management.compiler=HotSpot 64-Bit Tiered Compilers
env.DISPLAY=\:0.0
version.ruby=1.8.7
project.build.licenses=org.apache.maven.model.License@7ec25216, org.apache.maven.model.License@7cab1508, org.apache.maven.model.License@6a84bc3f
env.JDK_HOME=/etc/java-config-2/current-system-vm
its.osgi=osgi*/pom.xml
tzdata.version=2013d
project.build.developers=org.apache.maven.model.Developer@719843e5, org.apache.maven.model.Developer@9a2ec9b, org.apache.maven.model.Developer@58112bc4, org.apache.maven.model.Developer@2301b75, org.apache.maven.model.Developer@3104f7bd
pom.contributors=
maven.build.timestamp.format=yyyy-MM-dd
java.vm.specification.vendor=Oracle Corporation
java.vm.name=Java HotSpot(TM) 64-Bit Server VM
asm.version=4.0
ruby19.mspec.file=spec/jruby.1.9.mspec
spec.dir=spec
java.io.tmpdir=/tmp
java.vendor.url=http\://java.oracle.com/
env.MOZCONFIG=/home/spectre256/repos/home/dotfiles/mozconfig
project.issueManagement=org.apache.maven.model.IssueManagement@6d171ce0
pom.scm=org.apache.maven.model.Scm@22bd2039
pom.mailingLists=org.apache.maven.model.MailingList@7fc645e4, org.apache.maven.model.MailingList@205b132e, org.apache.maven.model.MailingList@73044cdf, org.apache.maven.model.MailingList@3cbcd8f3
sun.boot.library.path=/opt/oracle-jdk-bin-1.8.0.25/jre/lib/amd64
env.PRELINK_PATH_MASK=/usr/lib64/libfreebl3.so\:/usr/lib64/libnssdbm3.so\:/usr/lib64/libsoftokn3.so
-plugin=org.apache.felix.bundleplugin.BlueprintPlugin,aQute.lib.spring.SpringXMLType
rspec-core.version=2.14.2
env.MANPATH=/etc/java-config-2/current-system-vm/man\:/usr/local/share/man\:/usr/share/man\:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.3/man\:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.24/man\:/etc/java-config-2/current-system-vm/man/\:/usr/share/postgresql/man/\:/usr/share/postgresql-9.3/man/\:/usr/lib64/erlang/man
project.build.url=https\://github.com/jruby/jruby/jruby-core
env.XDG_MENU_PREFIX=xfce-
pom.parent=org.jruby\:jruby-parent\:pom\:1.7.17-SNAPSHOT
mspec.dir=spec/mspec
joda.time.version=2.5
java.runtime.name=Java(TM) SE Runtime Environment
version.ruby1_9.major=1.9
project.build.contributors=
jay.bin=jay
version.ruby1_9.revision=39386
sun.cpu.isalist=
env.CONFIG_PROTECT=/usr/share/gnupg/qualified.txt
version.ruby.major=1.8
jruby.gem.home=lib/ruby/gems/shared
version.ruby1_9.patchlevel=392
version.jruby=1.7.17-SNAPSHOT
project.developers=org.apache.maven.model.Developer@719843e5, org.apache.maven.model.Developer@9a2ec9b, org.apache.maven.model.Developer@58112bc4, org.apache.maven.model.Developer@2301b75, org.apache.maven.model.Developer@3104f7bd
env.SSH_AGENT_PID=2296
pom.ciManagement=org.apache.maven.model.CiManagement@258ee7de
user.home=/home/spectre256
env.JAVA_HOME=/etc/java-config-2/current-system-vm
project.baseDir=/home/spectre256/repos/jruby/core
project.build.name=JRuby Core
project.build.mailingLists=org.apache.maven.model.MailingList@7fc645e4, org.apache.maven.model.MailingList@205b132e, org.apache.maven.model.MailingList@73044cdf, org.apache.maven.model.MailingList@3cbcd8f3
pom.issueManagement=org.apache.maven.model.IssueManagement@6d171ce0
env.MULTIOSDIRS=../lib64
java.specification.name=Java Platform API Specification
pom.organization=org.apache.maven.model.Organization@4930539b
env.XAUTHORITY=/home/spectre256/.Xauthority
env.INFOPATH=/usr/share/info\:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.3/info\:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.24/info
java.specification.vendor=Oracle Corporation
version.ruby2_0.patchlevel=195
java.version=1.8.0_25
env.SESSION_MANAGER=local/laguna\:@/tmp/.ICE-unix/2379,unix/laguna\:/tmp/.ICE-unix/2379
project.build.outputdirectory=/home/spectre256/repos/jruby/core/target/classes
env.LESS=-R -M --shift 5
version.ruby2_0=2.0.0
installer.gems=jruby-win32ole
project.id=org.jruby\:jruby-core\:jar\:1.7.17-SNAPSHOT
project.build.scm=org.apache.maven.model.Scm@22bd2039
test.dir=test
project.profiles=Profile {id\: release, source\: pom}, Profile {id\: main, source\: pom}, Profile {id\: osgi, source\: pom}, Profile {id\: dist, source\: pom}, Profile {id\: jruby-jars, source\: pom}, Profile {id\: complete, source\: pom}, Profile {id\: all, source\: pom}, Profile {id\: snapshots, source\: pom}, Profile {id\: jruby.bash, source\: pom}, Profile {id\: native, source\: pom}, Profile {id\: test, source\: pom}, Profile {id\: default, source\: pom}, Profile {id\: tzdata, source\: pom}
project.build.ciManagement=org.apache.maven.model.CiManagement@258ee7de
env.LESSOPEN=|lesspipe %s
test.classes.dir=test/target/test-classes
project.description=JRuby is the effort to recreate the Ruby (http\://www.ruby-lang.org) interpreter in Java.
pom.organization.url=http\://jruby.org
project.build.organization=org.apache.maven.model.Organization@4930539b
pom.groupId=org.jruby
pom.pomFile=/home/spectre256/repos/jruby/core/pom.xml
env.PWD=/home/spectre256/repos/jruby
project.build.packaging=jar
line.separator=\n
java.specification.version=1.8
java.vm.info=mixed mode
env.ANT_HOME=/usr/share/ant
sun.boot.class.path=/opt/oracle-jdk-bin-1.8.0.25/jre/lib/resources.jar\:/opt/oracle-jdk-bin-1.8.0.25/jre/lib/rt.jar\:/opt/oracle-jdk-bin-1.8.0.25/jre/lib/sunrsasign.jar\:/opt/oracle-jdk-bin-1.8.0.25/jre/lib/jsse.jar\:/opt/oracle-jdk-bin-1.8.0.25/jre/lib/jce.jar\:/opt/oracle-jdk-bin-1.8.0.25/jre/lib/charsets.jar\:/opt/oracle-jdk-bin-1.8.0.25/jre/lib/jfr.jar\:/opt/oracle-jdk-bin-1.8.0.25/jre/classes
project.url=https\://github.com/jruby/jruby/jruby-core
version.ruby2_0.major=2.0
env.EDITOR=/usr/bin/vim
env.HOME=/home/spectre256
Bundle-Name=JRuby Core 1.7.17-SNAPSHOT
tzdata.scope=provided
project.licenses=org.apache.maven.model.License@7ec25216, org.apache.maven.model.License@7cab1508, org.apache.maven.model.License@6a84bc3f
project.build.id=org.jruby\:jruby-core\:jar\:1.7.17-SNAPSHOT
java.awt.printerjob=sun.print.PSPrinterJob
project.build.artifactId=jruby-core
project.pomFile=/home/spectre256/repos/jruby/core/pom.xml
env.GLADE_MODULE_PATH=\:
sun.jnu.encoding=UTF-8
env.CONFIG_PROTECT_MASK=/etc/gentoo-release /etc/sandbox.d /etc/fonts/fonts.conf /etc/terminfo /etc/ca-certificates.conf /etc/texmf/web2c /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/revdep-rebuild
json.version=1.8.0
minitest-excludes.version=1.0.2
jruby.revision=52542e7
Bundle-Version=1.7.17.SNAPSHOT
java.runtime.version=1.8.0_25-b17
project.build.issueManagement=org.apache.maven.model.IssueManagement@6d171ce0
env.COLORTERM=xfce4-terminal
maven.build.version=Apache Maven 3.0.4 (r1232337; 2012-01-17 09\:44\:56+0100)
env.ES_BASHCOMP_DIRS=/usr/share/bash-completion/completions
project.build.inceptionYear=2001
user.timezone=Europe/Berlin
unsafe.jar=${settings.localRepository}/com/headius/unsafe-mock/8.0/unsafe-mock-8.0.jar
tzdata.jar.version=2013d
-removeheaders=Include-Resource,Private-Package
build.date=2014-11-19
java.ext.dirs=/opt/oracle-jdk-bin-1.8.0.25/jre/lib/ext\:/usr/java/packages/lib/ext
jruby-launcher.version=1.0.19
project.scm=org.apache.maven.model.Scm@22bd2039
project.inceptionYear=2001
github.global.server=github
java.class.path=/usr/share/maven-bin-3.0/boot/plexus-classworlds-2.4.jar
rspec-mocks.version=2.14.1
version.ruby.minor=7
env.GLADE_CATALOG_PATH=\:
os.version=3.18.0-rc3+
bundle.name=JRuby Core
install4j.executable=/Applications/install4j 4/bin/install4jc
env.LS_COLORS=rs\=0\:di\=01;34\:ln\=01;36\:mh\=00\:pi\=40;33\:so\=01;35\:do\=01;35\:bd\=40;33;01\:cd\=40;33;01\:or\=01;05;37;41\:mi\=01;05;37;41\:su\=37;41\:sg\=30;43\:ca\=30;41\:tw\=30;42\:ow\=34;42\:st\=37;44\:ex\=01;32\:*.tar\=01;31\:*.tgz\=01;31\:*.arj\=01;31\:*.taz\=01;31\:*.lzh\=01;31\:*.lzma\=01;31\:*.tlz\=01;31\:*.txz\=01;31\:*.zip\=01;31\:*.z\=01;31\:*.Z\=01;31\:*.dz\=01;31\:*.gz\=01;31\:*.lz\=01;31\:*.xz\=01;31\:*.bz2\=01;31\:*.bz\=01;31\:*.tbz\=01;31\:*.tbz2\=01;31\:*.tz\=01;31\:*.deb\=01;31\:*.rpm\=01;31\:*.jar\=01;31\:*.war\=01;31\:*.ear\=01;31\:*.sar\=01;31\:*.rar\=01;31\:*.ace\=01;31\:*.zoo\=01;31\:*.cpio\=01;31\:*.7z\=01;31\:*.rz\=01;31\:*.jpg\=01;35\:*.jpeg\=01;35\:*.gif\=01;35\:*.bmp\=01;35\:*.pbm\=01;35\:*.pgm\=01;35\:*.ppm\=01;35\:*.tga\=01;35\:*.xbm\=01;35\:*.xpm\=01;35\:*.tif\=01;35\:*.tiff\=01;35\:*.png\=01;35\:*.svg\=01;35\:*.svgz\=01;35\:*.mng\=01;35\:*.pcx\=01;35\:*.mov\=01;35\:*.mpg\=01;35\:*.mpeg\=01;35\:*.m2v\=01;35\:*.mkv\=01;35\:*.webm\=01;35\:*.ogm\=01;35\:*.mp4\=01;35\:*.m4v\=01;35\:*.mp4v\=01;35\:*.vob\=01;35\:*.qt\=01;35\:*.nuv\=01;35\:*.wmv\=01;35\:*.asf\=01;35\:*.rm\=01;35\:*.rmvb\=01;35\:*.flc\=01;35\:*.avi\=01;35\:*.fli\=01;35\:*.flv\=01;35\:*.gl\=01;35\:*.dl\=01;35\:*.xcf\=01;35\:*.xwd\=01;35\:*.yuv\=01;35\:*.cgm\=01;35\:*.emf\=01;35\:*.axv\=01;35\:*.anx\=01;35\:*.ogv\=01;35\:*.ogx\=01;35\:*.pdf\=00;32\:*.ps\=00;32\:*.txt\=00;32\:*.patch\=00;32\:*.diff\=00;32\:*.log\=00;32\:*.tex\=00;32\:*.doc\=00;32\:*.aac\=00;36\:*.au\=00;36\:*.flac\=00;36\:*.mid\=00;36\:*.midi\=00;36\:*.mka\=00;36\:*.mp3\=00;36\:*.mpc\=00;36\:*.ogg\=00;36\:*.ra\=00;36\:*.wav\=00;36\:*.axa\=00;36\:*.oga\=00;36\:*.spx\=00;36\:*.xspf\=00;36\:
project.projectDirectory=/home/spectre256/repos/jruby/core
pom.packaging=jar
pom.organization.name=JRuby
env.WINDOWID=27262980
jruby.basedir=/home/spectre256/repos/jruby/core/..
env.LANG=en_US.utf8
env.VBOX_APP_HOME=/opt/VirtualBox
java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment
version.ruby2_0.revision=40734
env.OPENGL_PROFILE=xorg-x11
java.vm.vendor=Oracle Corporation
scmBranch=UNKNOWN
Bundle-Vendor=JRuby
version.ruby1_9=1.9.3
krypt.version=0.0.2
sonatypeOssDistMgmtSnapshotsUrl=https\://oss.sonatype.org/content/repositories/snapshots/
jruby.test.memory=1024M
build.dir=target
ant.version=1.9.2
file.encoding=UTF-8
-sourcepath=/home/spectre256/repos/jruby/core/src/main/java,/home/spectre256/repos/jruby/core/target/generated-sources
Private-Package=org.jruby.*,jnr.*,com.kenai.*,com.martiansoftware.*,jay.*,jline.*,jni.*,org.fusesource.*,org.jcodings.*,org.joda.convert.*,org.joda.time.*,org.joni.*,org.yaml.*,org.yecht.*,tables.*,org.objectweb.*,com.headius.*,org.bouncycastle.*,com.jcraft.jzlib,.
env.PYTHONDONTWRITEBYTECODE=true
awt.toolkit=sun.awt.X11.XToolkit
rake.version=10.1.0
#-----------------------------------------------------------------------
[DEBUG] BND Classpath:
#-----------------------------------------------------------------------
-classpath:\
/home/spectre256/repos/jruby/core/target/classes,\
/home/spectre256/.m2/repository/org/ow2/asm/asm/4.0/asm-4.0.jar,\
/home/spectre256/.m2/repository/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar,\
/home/spectre256/.m2/repository/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar,\
/home/spectre256/.m2/repository/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar,\
/home/spectre256/.m2/repository/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar,\
/home/spectre256/.m2/repository/org/jruby/joni/joni/2.1.3/joni-2.1.3.jar,\
/home/spectre256/.m2/repository/com/github/jnr/jnr-netdb/1.1.2/jnr-netdb-1.1.2.jar,\
/home/spectre256/.m2/repository/com/github/jnr/jnr-enxio/0.4/jnr-enxio-0.4.jar,\
/home/spectre256/.m2/repository/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar,\
/home/spectre256/.m2/repository/com/github/jnr/jnr-unixsocket/0.3/jnr-unixsocket-0.3.jar,\
/home/spectre256/.m2/repository/com/github/jnr/jnr-posix/3.0.7/jnr-posix-3.0.7.jar,\
/home/spectre256/.m2/repository/org/jruby/extras/bytelist/1.0.11/bytelist-1.0.11.jar,\
/home/spectre256/.m2/repository/com/github/jnr/jnr-constants/0.8.5/jnr-constants-0.8.5.jar,\
/home/spectre256/.m2/repository/org/jruby/jcodings/jcodings/1.0.10/jcodings-1.0.10.jar,\
/home/spectre256/.m2/repository/com/github/jnr/jnr-ffi/1.0.10/jnr-ffi-1.0.10.jar,\
/home/spectre256/.m2/repository/com/github/jnr/jffi/1.2.7/jffi-1.2.7.jar,\
/home/spectre256/.m2/repository/com/github/jnr/jffi/1.2.7/jffi-1.2.7-native.jar,\
/home/spectre256/.m2/repository/org/yaml/snakeyaml/1.13/snakeyaml-1.13.jar,\
/home/spectre256/.m2/repository/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar,\
/home/spectre256/.m2/repository/com/headius/invokebinder/1.2/invokebinder-1.2.jar,\
/home/spectre256/.m2/repository/org/osgi/org.osgi.core/5.0.0/org.osgi.core-5.0.0.jar,\
/home/spectre256/.m2/repository/org/apache/ant/ant/1.9.2/ant-1.9.2.jar,\
/home/spectre256/.m2/repository/org/apache/ant/ant-launcher/1.9.2/ant-launcher-1.9.2.jar,\
/home/spectre256/.m2/repository/bsf/bsf/2.4.0/bsf-2.4.0.jar,\
/home/spectre256/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar,\
/home/spectre256/.m2/repository/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.jar,\
/home/spectre256/.m2/repository/com/headius/coro-mock/1.0/coro-mock-1.0.jar,\
/home/spectre256/.m2/repository/com/headius/unsafe-mock/8.0/unsafe-mock-8.0.jar,\
/home/spectre256/.m2/repository/com/headius/jsr292-mock/1.1/jsr292-mock-1.1.jar,\
/home/spectre256/.m2/repository/org/ow2/asm/asm-debug-all/5.0_BETA/asm-debug-all-5.0_BETA.jar,\
/home/spectre256/.m2/repository/org/jruby/yecht/1.0/yecht-1.0.jar,\
/home/spectre256/.m2/repository/org/jruby/joda-timezones/2013d/joda-timezones-2013d.jar,\
/home/spectre256/.m2/repository/joda-time/joda-time/2.5/joda-time-2.5.jar,\
/home/spectre256/.m2/repository/com/headius/options/1.2/options-1.2.jar
#-----------------------------------------------------------------------
[DEBUG] BND Manifest:
#-----------------------------------------------------------------------
Manifest-Version: 1.0
Bnd-LastModified: 1416414115847
Build-Jdk: 1.8.0_25
Built-By: spectre256
Bundle-Description: JRuby Core 1.7.17-SNAPSHOT OSGi bundle
Bundle-DocURL: http://jruby.org
Bundle-License: http://www.gnu.org/licenses/gpl-3.0-standalone.html, htt
p://www.gnu.org/licenses/lgpl-3.0-standalone.html, http://www.eclipse.o
rg/legal/epl-v10.html
Bundle-ManifestVersion: 2
Bundle-Name: JRuby Core 1.7.17-SNAPSHOT
Bundle-SymbolicName: org.jruby.jruby-core
Bundle-Vendor: JRuby
Bundle-Version: 1.7.17.SNAPSHOT
Created-By: 1.8.0_25 (Oracle Corporation)
Export-Package: org.jruby;version="1.7.17.SNAPSHOT";uses:="jnr.constants
,jnr.posix,org.jcodings,org.joda.time,org.joni,org.jruby.anno,org.jruby
.ast,org.jruby.ast.executable,org.jruby.ast.visitor,org.jruby.common,or
g.jruby.compiler,org.jruby.embed,org.jruby.exceptions,org.jruby.ext.cov
erage,org.jruby.ext.ffi,org.jruby.internal.runtime,org.jruby.internal.r
untime.methods,org.jruby.ir,org.jruby.javasupport,org.jruby.javasupport
.proxy,org.jruby.lexer.yacc,org.jruby.management,org.jruby.parser,org.j
ruby.runtime,org.jruby.runtime.backtrace,org.jruby.runtime.builtin,org.
jruby.runtime.callback,org.jruby.runtime.callsite,org.jruby.runtime.enc
oding,org.jruby.runtime.invokedynamic,org.jruby.runtime.ivars,org.jruby
.runtime.load,org.jruby.runtime.marshal,org.jruby.runtime.opto,org.jrub
y.runtime.profile,org.jruby.runtime.profile.builtin,org.jruby.util,org.
jruby.util.encoding,org.jruby.util.func,org.jruby.util.io",org.jruby.an
no;version="1.7.17.SNAPSHOT";uses:="javax.annotation.processing,javax.l
ang.model,javax.lang.model.element,org.jruby,org.jruby.internal.runtime
.methods,org.jruby.runtime",org.jruby.ant;version="1.7.17.SNAPSHOT";use
s:="org.apache.tools.ant",org.jruby.ast;version="1.7.17.SNAPSHOT";uses:
="org.jcodings,org.jruby,org.jruby.ast.types,org.jruby.ast.visitor,org.
jruby.lexer.yacc,org.jruby.parser,org.jruby.runtime,org.jruby.runtime.b
uiltin,org.jruby.runtime.opto,org.jruby.util",org.jruby.ast.executable;
version="1.7.17.SNAPSHOT";uses:="org.jcodings,org.jruby,org.jruby.inter
nal.runtime.methods,org.jruby.parser,org.jruby.runtime,org.jruby.runtim
e.builtin,org.jruby.runtime.callsite,org.jruby.runtime.ivars,org.jruby.
runtime.opto,org.jruby.util",org.jruby.ast.java_signature;version="1.7.
17.SNAPSHOT",org.jruby.ast.types;version="1.7.17.SNAPSHOT";uses:="org.j
ruby,org.jruby.runtime,org.jruby.runtime.builtin",org.jruby.ast.util;ve
rsion="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.ast,org.jruby.runtim
e.builtin",org.jruby.ast.visitor;version="1.7.17.SNAPSHOT";uses:="org.j
ruby.ast",org.jruby.cext;version="1.7.17.SNAPSHOT";uses:="org.jruby,org
.jruby.internal.runtime.methods,org.jruby.runtime,org.jruby.runtime.bui
ltin",org.jruby.common;version="1.7.17.SNAPSHOT";uses:="org.joni,org.jr
uby,org.jruby.lexer.yacc",org.jruby.compiler;version="1.7.17.SNAPSHOT";
uses:="org.jcodings,org.jruby,org.jruby.ast,org.jruby.compiler.impl,org
.jruby.internal.runtime.methods,org.jruby.lexer.yacc,org.jruby.parser,o
rg.jruby.runtime,org.jruby.runtime.builtin,org.jruby.util,org.objectweb
.asm",org.jruby.compiler.impl;version="1.7.17.SNAPSHOT";uses:="org.jcod
ings,org.jruby.ast,org.jruby.compiler,org.jruby.internal.runtime.method
s,org.jruby.lexer.yacc,org.jruby.parser,org.jruby.runtime,org.jruby.uti
l,org.objectweb.asm",org.jruby.compiler.util;version="1.7.17.SNAPSHOT";
uses:="org.jruby.compiler.impl,org.jruby.util,org.objectweb.asm",org.jr
uby.demo.ext;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.anno,
org.jruby.internal.runtime.methods,org.jruby.runtime,org.jruby.runtime.
builtin",org.jruby.embed;version="1.7.17.SNAPSHOT";uses:="org.jruby,org
.jruby.ast,org.jruby.embed.internal,org.jruby.javasupport,org.jruby.run
time,org.jruby.runtime.profile.builtin,org.jruby.runtime.scope,org.jrub
y.util",org.jruby.embed.bsf;version="1.7.17.SNAPSHOT";uses:="org.apache
.bsf,org.apache.bsf.util",org.jruby.embed.internal;version="1.7.17.SNAP
SHOT";uses:="org.jruby,org.jruby.ast,org.jruby.ast.executable,org.jruby
.embed,org.jruby.embed.variable,org.jruby.javasupport,org.jruby.runtime
,org.jruby.runtime.builtin,org.jruby.runtime.scope,org.jruby.util",org.
jruby.embed.io;version="1.7.17.SNAPSHOT",org.jruby.embed.jsr223;version
="1.7.17.SNAPSHOT";uses:="javax.script",org.jruby.embed.osgi;version="1
.7.17.SNAPSHOT";uses:="org.jruby.embed,org.jruby.embed.osgi.internal,or
g.osgi.framework",org.jruby.embed.osgi.internal;version="1.7.17.SNAPSHO
T";uses:="org.jruby,org.jruby.runtime.load,org.osgi.framework",org.jrub
y.embed.osgi.utils;version="1.7.17.SNAPSHOT";uses:="org.osgi.framework"
,org.jruby.embed.util;version="1.7.17.SNAPSHOT";uses:="org.jruby.embed"
,org.jruby.embed.variable;version="1.7.17.SNAPSHOT";uses:="org.jruby,or
g.jruby.embed,org.jruby.embed.internal,org.jruby.runtime.builtin,org.jr
uby.runtime.scope",org.jruby.environment;version="1.7.17.SNAPSHOT";uses
:="org.jruby.util",org.jruby.evaluator;version="1.7.17.SNAPSHOT";uses:=
"org.jruby,org.jruby.ast,org.jruby.parser,org.jruby.runtime,org.jruby.r
untime.builtin",org.jruby.exceptions;version="1.7.17.SNAPSHOT";uses:="o
rg.jruby,org.jruby.runtime.backtrace,org.jruby.runtime.builtin",org.jru
by.ext;version="1.7.17.SNAPSHOT";uses:="jnr.constants.platform,jnr.posi
x,org.jruby,org.jruby.runtime.load",org.jruby.ext.bigdecimal;version="1
.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.anno,org.jruby.internal.runt
ime.methods,org.jruby.runtime,org.jruby.runtime.builtin,org.jruby.runti
me.load",org.jruby.ext.coverage;version="1.7.17.SNAPSHOT";uses:="org.jr
uby,org.jruby.anno,org.jruby.internal.runtime.methods,org.jruby.runtime
,org.jruby.runtime.builtin,org.jruby.runtime.load",org.jruby.ext.delega
te;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.anno,org.jruby.
internal.runtime.methods,org.jruby.runtime,org.jruby.runtime.builtin,or
g.jruby.runtime.load",org.jruby.ext.digest;version="1.7.17.SNAPSHOT";us
es:="org.jruby,org.jruby.anno,org.jruby.internal.runtime.methods,org.jr
uby.runtime,org.jruby.runtime.builtin,org.jruby.runtime.load",org.jruby
.ext.enumerator;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.ru
ntime.load",org.jruby.ext.etc;version="1.7.17.SNAPSHOT";uses:="org.jrub
y,org.jruby.anno,org.jruby.internal.runtime.methods,org.jruby.runtime,o
rg.jruby.runtime.builtin,org.jruby.runtime.load",org.jruby.ext.fcntl;ve
rsion="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.runtime.load",org.jr
uby.ext.ffi;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.anno,o
rg.jruby.exceptions,org.jruby.internal.runtime.methods,org.jruby.runtim
e,org.jruby.runtime.builtin,org.jruby.runtime.load",org.jruby.ext.ffi.i
o;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.anno,org.jruby.i
nternal.runtime.methods,org.jruby.runtime,org.jruby.runtime.builtin",or
g.jruby.ext.ffi.jffi;version="1.7.17.SNAPSHOT";uses:="com.kenai.jffi,or
g.jruby,org.jruby.anno,org.jruby.ext.ffi,org.jruby.internal.runtime.met
hods,org.jruby.runtime,org.jruby.runtime.builtin,org.jruby.runtime.call
site,org.jruby.runtime.invokedynamic",org.jruby.ext.fiber;version="1.7.
17.SNAPSHOT";uses:="org.jruby,org.jruby.anno,org.jruby.internal.runtime
.methods,org.jruby.runtime,org.jruby.runtime.builtin,org.jruby.runtime.
load",org.jruby.ext.iconv;version="1.7.17.SNAPSHOT";uses:="org.jruby,or
g.jruby.anno,org.jruby.internal.runtime.methods,org.jruby.runtime,org.j
ruby.runtime.builtin,org.jruby.runtime.load",org.jruby.ext.io.try_nonbl
ock;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.anno,org.jruby
.internal.runtime.methods,org.jruby.runtime,org.jruby.runtime.builtin,o
rg.jruby.runtime.load",org.jruby.ext.io.wait;version="1.7.17.SNAPSHOT";
uses:="org.jruby,org.jruby.anno,org.jruby.internal.runtime.methods,org.
jruby.runtime,org.jruby.runtime.builtin,org.jruby.runtime.load",org.jru
by.ext.jruby;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.anno,
org.jruby.internal.runtime.methods,org.jruby.runtime,org.jruby.runtime.
builtin,org.jruby.runtime.load",org.jruby.ext.mathn;version="1.7.17.SNA
PSHOT";uses:="org.jruby,org.jruby.runtime.load",org.jruby.ext.net.proto
col;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.anno,org.jruby
.internal.runtime.methods,org.jruby.runtime,org.jruby.runtime.builtin,o
rg.jruby.runtime.load",org.jruby.ext.nkf;version="1.7.17.SNAPSHOT";uses
:="org.jruby,org.jruby.anno,org.jruby.internal.runtime.methods,org.jrub
y.runtime,org.jruby.runtime.builtin,org.jruby.runtime.load",org.jruby.e
xt.pathname;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.anno,o
rg.jruby.internal.runtime.methods,org.jruby.runtime,org.jruby.runtime.b
uiltin,org.jruby.runtime.load",org.jruby.ext.psych;version="1.7.17.SNAP
SHOT";uses:="org.jcodings,org.jruby,org.jruby.anno,org.jruby.internal.r
untime.methods,org.jruby.runtime,org.jruby.runtime.builtin,org.jruby.ru
ntime.load",org.jruby.ext.rbconfig;version="1.7.17.SNAPSHOT";uses:="org
.jruby,org.jruby.anno,org.jruby.internal.runtime.methods,org.jruby.runt
ime,org.jruby.runtime.builtin,org.jruby.runtime.load",org.jruby.ext.sec
urerandom;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.anno,org
.jruby.internal.runtime.methods,org.jruby.runtime,org.jruby.runtime.bui
ltin",org.jruby.ext.socket;version="1.7.17.SNAPSHOT";uses:="jnr.constan
ts.platform,org.jruby,org.jruby.anno,org.jruby.internal.runtime.methods
,org.jruby.runtime,org.jruby.runtime.builtin,org.jruby.runtime.load,org
.jruby.util,org.jruby.util.io",org.jruby.ext.stringio;version="1.7.17.S
NAPSHOT";uses:="org.jcodings,org.jruby,org.jruby.anno,org.jruby.interna
l.runtime.methods,org.jruby.runtime,org.jruby.runtime.builtin,org.jruby
.runtime.encoding,org.jruby.runtime.load,org.jruby.util",org.jruby.ext.
strscan;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.anno,org.j
ruby.internal.runtime.methods,org.jruby.runtime,org.jruby.runtime.built
in,org.jruby.runtime.load",org.jruby.ext.tempfile;version="1.7.17.SNAPS
HOT";uses:="org.jruby,org.jruby.anno,org.jruby.internal.runtime.methods
,org.jruby.runtime,org.jruby.runtime.builtin,org.jruby.runtime.load",or
g.jruby.ext.thread;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby
.anno,org.jruby.internal.runtime.methods,org.jruby.runtime,org.jruby.ru
ntime.builtin,org.jruby.runtime.load",org.jruby.ext.timeout;version="1.
7.17.SNAPSHOT";uses:="org.jruby,org.jruby.anno,org.jruby.internal.runti
me.methods,org.jruby.runtime,org.jruby.runtime.builtin,org.jruby.runtim
e.load",org.jruby.ext.tracepoint;version="1.7.17.SNAPSHOT";uses:="org.j
ruby,org.jruby.anno,org.jruby.internal.runtime.methods,org.jruby.runtim
e,org.jruby.runtime.builtin",org.jruby.ext.weakref;version="1.7.17.SNAP
SHOT";uses:="org.jruby,org.jruby.anno,org.jruby.internal.runtime.method
s,org.jruby.runtime,org.jruby.runtime.builtin,org.jruby.runtime.load",o
rg.jruby.ext.zlib;version="1.7.17.SNAPSHOT";uses:="org.jcodings,org.jru
by,org.jruby.anno,org.jruby.internal.runtime.methods,org.jruby.runtime,
org.jruby.runtime.builtin,org.jruby.runtime.load,org.jruby.util,org.jru
by.util.encoding,org.jruby.util.io",org.jruby.gen;version="1.7.17.SNAPS
HOT";uses:="org.jruby,org.jruby.anno",org.jruby.internal.runtime;versio
n="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.runtime,org.jruby.runtim
e.builtin,org.jruby.runtime.opto",org.jruby.internal.runtime.methods;ve
rsion="1.7.17.SNAPSHOT";uses:="com.headius.invokebinder,org.jruby,org.j
ruby.anno,org.jruby.ast,org.jruby.ast.executable,org.jruby.exceptions,o
rg.jruby.ir,org.jruby.lexer.yacc,org.jruby.parser,org.jruby.runtime,org
.jruby.runtime.builtin,org.jruby.runtime.callback,org.jruby.runtime.iva
rs,org.jruby.util,org.objectweb.asm",org.jruby.ir;version="1.7.17.SNAPS
HOT";uses:="org.jruby,org.jruby.ast,org.jruby.ir.dataflow,org.jruby.ir.
instructions,org.jruby.ir.instructions.defined,org.jruby.ir.instruction
s.ruby19,org.jruby.ir.listeners,org.jruby.ir.operands,org.jruby.ir.pass
es,org.jruby.ir.representations,org.jruby.ir.transformations.inlining,o
rg.jruby.parser,org.jruby.runtime,org.jruby.runtime.builtin",org.jruby.
ir.dataflow;version="1.7.17.SNAPSHOT";uses:="org.jruby.ir,org.jruby.ir.
instructions,org.jruby.ir.operands,org.jruby.ir.representations,org.jru
by.ir.util",org.jruby.ir.dataflow.analyses;version="1.7.17.SNAPSHOT";us
es:="org.jruby.ir,org.jruby.ir.dataflow,org.jruby.ir.instructions,org.j
ruby.ir.operands,org.jruby.ir.representations,org.jruby.ir.util",org.jr
uby.ir.instructions;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jrub
y.internal.runtime.methods,org.jruby.ir,org.jruby.ir.operands,org.jruby
.ir.transformations.inlining,org.jruby.runtime,org.jruby.runtime.builti
n,org.jruby.runtime.ivars",org.jruby.ir.instructions.calladapter;versio
n="1.7.17.SNAPSHOT";uses:="org.jruby.ir.operands,org.jruby.runtime,org.
jruby.runtime.builtin",org.jruby.ir.instructions.defined;version="1.7.1
7.SNAPSHOT";uses:="org.jruby.ir,org.jruby.ir.instructions,org.jruby.ir.
operands,org.jruby.ir.transformations.inlining,org.jruby.runtime,org.jr
uby.runtime.builtin",org.jruby.ir.instructions.ruby19;version="1.7.17.S
NAPSHOT";uses:="org.jcodings,org.jruby.ir,org.jruby.ir.instructions,org
.jruby.ir.operands,org.jruby.ir.transformations.inlining,org.jruby.lexe
r.yacc,org.jruby.runtime,org.jruby.runtime.builtin",org.jruby.ir.instru
ctions.ruby20;version="1.7.17.SNAPSHOT";uses:="org.jruby.ir.instruction
s,org.jruby.ir.operands,org.jruby.runtime,org.jruby.runtime.builtin",or
g.jruby.ir.instructions.specialized;version="1.7.17.SNAPSHOT";uses:="or
g.jruby.ir.instructions,org.jruby.ir.operands,org.jruby.runtime,org.jru
by.runtime.builtin",org.jruby.ir.interpreter;version="1.7.17.SNAPSHOT";
uses:="org.jruby,org.jruby.ast,org.jruby.internal.runtime.methods,org.j
ruby.ir,org.jruby.runtime,org.jruby.runtime.builtin",org.jruby.ir.liste
ners;version="1.7.17.SNAPSHOT";uses:="org.jruby.ast,org.jruby.ir,org.jr
uby.ir.instructions,org.jruby.ir.operands",org.jruby.ir.operands;versio
n="1.7.17.SNAPSHOT";uses:="org.jcodings,org.jruby,org.jruby.internal.ru
ntime.methods,org.jruby.ir,org.jruby.ir.transformations.inlining,org.jr
uby.runtime,org.jruby.runtime.builtin,org.jruby.util",org.jruby.ir.pass
es;version="1.7.17.SNAPSHOT";uses:="org.jruby.ir,org.jruby.ir.instructi
ons,org.jruby.ir.representations",org.jruby.ir.representations;version=
"1.7.17.SNAPSHOT";uses:="org.jruby.ir,org.jruby.ir.instructions,org.jru
by.ir.operands,org.jruby.ir.transformations.inlining,org.jruby.ir.util"
,org.jruby.ir.runtime;version="1.7.17.SNAPSHOT";uses:="org.jruby.except
ions,org.jruby.ir,org.jruby.runtime,org.jruby.runtime.builtin",org.jrub
y.ir.targets;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.compi
ler.impl,org.jruby.ir,org.jruby.ir.instructions,org.jruby.ir.instructio
ns.defined,org.jruby.ir.instructions.ruby19,org.jruby.ir.operands,org.j
ruby.parser,org.jruby.runtime,org.jruby.runtime.builtin,org.jruby.runti
me.invokedynamic,org.jruby.util,org.objectweb.asm,org.objectweb.asm.com
mons",org.jruby.ir.transformations.inlining;version="1.7.17.SNAPSHOT";u
ses:="org.jruby,org.jruby.ir,org.jruby.ir.instructions,org.jruby.ir.ope
rands,org.jruby.ir.representations,org.jruby.runtime",org.jruby.ir.util
;version="1.7.17.SNAPSHOT",org.jruby.java.addons;version="1.7.17.SNAPSH
OT";uses:="org.jruby,org.jruby.anno,org.jruby.internal.runtime.methods,
org.jruby.javasupport,org.jruby.runtime,org.jruby.runtime.builtin",org.
jruby.java.codegen;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby
.compiler.impl,org.jruby.runtime.builtin,org.jruby.runtime.callsite,org
.jruby.util",org.jruby.java.dispatch;version="1.7.17.SNAPSHOT";uses:="o
rg.jruby,org.jruby.exceptions,org.jruby.javasupport,org.jruby.runtime.b
uiltin",org.jruby.java.invokers;version="1.7.17.SNAPSHOT";uses:="org.jr
uby,org.jruby.internal.runtime.methods,org.jruby.javasupport,org.jruby.
runtime,org.jruby.runtime.builtin",org.jruby.java.proxies;version="1.7.
17.SNAPSHOT";uses:="org.jruby,org.jruby.anno,org.jruby.internal.runtime
.methods,org.jruby.javasupport,org.jruby.runtime,org.jruby.runtime.buil
tin",org.jruby.java.util;version="1.7.17.SNAPSHOT";uses:="org.jruby,org
.jruby.internal.runtime.methods,org.jruby.java.proxies,org.jruby.javasu
pport,org.jruby.runtime,org.jruby.runtime.builtin",org.jruby.javasuppor
t;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.anno,org.jruby.a
st,org.jruby.exceptions,org.jruby.internal.runtime.methods,org.jruby.ja
va.proxies,org.jruby.javasupport.proxy,org.jruby.javasupport.util,org.j
ruby.runtime,org.jruby.runtime.builtin,org.jruby.runtime.load,org.jruby
.util",org.jruby.javasupport.bsf;version="1.7.17.SNAPSHOT";uses:="org.a
pache.bsf,org.apache.bsf.util",org.jruby.javasupport.proxy;version="1.7
.17.SNAPSHOT";uses:="org.jruby,org.jruby.anno,org.jruby.internal.runtim
e.methods,org.jruby.javasupport,org.jruby.runtime,org.jruby.runtime.bui
ltin",org.jruby.javasupport.util;version="1.7.17.SNAPSHOT";uses:="org.j
ruby.runtime",org.jruby.lexer;version="1.7.17.SNAPSHOT";uses:="org.jrub
y.util",org.jruby.lexer.yacc;version="1.7.17.SNAPSHOT";uses:="org.jcodi
ngs,org.jruby.ast,org.jruby.common,org.jruby.parser,org.jruby.runtime,o
rg.jruby.util",org.jruby.main;version="1.7.17.SNAPSHOT";uses:="org.jrub
y",org.jruby.management;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.
jruby.compiler,org.jruby.runtime.backtrace",org.jruby.parser;version="1
.7.17.SNAPSHOT";uses:="org.jcodings,org.jruby,org.jruby.ast,org.jruby.a
st.java_signature,org.jruby.common,org.jruby.ir,org.jruby.lexer,org.jru
by.lexer.yacc,org.jruby.runtime,org.jruby.runtime.builtin,org.jruby.run
time.encoding,org.jruby.util",org.jruby.platform;version="1.7.17.SNAPSH
OT",org.jruby.runtime;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jr
uby.anno,org.jruby.ast,org.jruby.ast.executable,org.jruby.compiler,org.
jruby.exceptions,org.jruby.ext.fiber,org.jruby.internal.runtime.methods
,org.jruby.ir,org.jruby.lexer.yacc,org.jruby.parser,org.jruby.runtime.a
ssigner,org.jruby.runtime.backtrace,org.jruby.runtime.builtin,org.jruby
.runtime.callback,org.jruby.runtime.invokedynamic,org.jruby.runtime.mar
shal,org.jruby.runtime.profile,org.jruby.util",org.jruby.runtime.assign
er;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.ast,org.jruby.r
untime,org.jruby.runtime.builtin",org.jruby.runtime.backtrace;version="
1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.lexer.yacc,org.jruby.runtim
e,org.jruby.runtime.builtin",org.jruby.runtime.builtin;version="1.7.17.
SNAPSHOT";uses:="org.jruby,org.jruby.runtime",org.jruby.runtime.callbac
k;version="1.7.17.SNAPSHOT";uses:="org.jruby.runtime,org.jruby.runtime.
builtin",org.jruby.runtime.callsite;version="1.7.17.SNAPSHOT";uses:="or
g.jruby,org.jruby.exceptions,org.jruby.internal.runtime.methods,org.jru
by.runtime,org.jruby.runtime.builtin",org.jruby.runtime.component;versi
on="1.7.17.SNAPSHOT";uses:="org.jruby.runtime.builtin",org.jruby.runtim
e.encoding;version="1.7.17.SNAPSHOT";uses:="org.jcodings,org.jcodings.u
til,org.jruby,org.jruby.runtime.builtin,org.jruby.util",org.jruby.runti
me.invokedynamic;version="1.7.17.SNAPSHOT";uses:="com.headius.invokebin
der,org.jcodings,org.jruby,org.jruby.ast.executable,org.jruby.exception
s,org.jruby.internal.runtime,org.jruby.internal.runtime.methods,org.jru
by.parser,org.jruby.runtime,org.jruby.runtime.builtin,org.jruby.runtime
.callsite,org.jruby.util,org.objectweb.asm",org.jruby.runtime.ivars;ver
sion="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.runtime.builtin",org.
jruby.runtime.load;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby
.ast.executable,org.jruby.exceptions,org.jruby.runtime.builtin,org.jrub
y.util,org.jruby.util.collections",org.jruby.runtime.marshal;version="1
.7.17.SNAPSHOT";uses:="org.jcodings,org.jruby,org.jruby.internal.runtim
e.methods,org.jruby.runtime.builtin,org.jruby.util",org.jruby.runtime.o
pto;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.compiler,org.j
ruby.compiler.impl,org.jruby.runtime.builtin",org.jruby.runtime.profile
;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.internal.runtime.
methods,org.jruby.runtime",org.jruby.runtime.profile.builtin;version="1
.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.internal.runtime.methods,org
.jruby.runtime,org.jruby.runtime.profile,org.jruby.util.collections",or
g.jruby.runtime.scope;version="1.7.17.SNAPSHOT";uses:="org.jruby.ir,org
.jruby.parser,org.jruby.runtime,org.jruby.runtime.builtin",org.jruby.th
reading;version="1.7.17.SNAPSHOT",org.jruby.util;version="1.7.17.SNAPSH
OT";uses:="com.martiansoftware.nailgun,javax.lang.model.element,jnr.ffi
,jnr.ffi.annotations,jnr.ffi.byref,jnr.ffi.types,jnr.posix,org.jcodings
,org.joda.time,org.joni,org.jruby,org.jruby.ast.executable,org.jruby.ex
ceptions,org.jruby.runtime,org.jruby.runtime.builtin,org.jruby.runtime.
invokedynamic,org.jruby.util.io,org.objectweb.asm",org.jruby.util.cli;v
ersion="1.7.17.SNAPSHOT";uses:="com.headius.options,org.jruby,org.jruby
.util",org.jruby.util.collections;version="1.7.17.SNAPSHOT";uses:="org.
jruby,org.jruby.runtime,org.jruby.runtime.builtin",org.jruby.util.encod
ing;version="1.7.17.SNAPSHOT";uses:="org.jcodings,org.jruby,org.jruby.e
xceptions,org.jruby.runtime,org.jruby.runtime.builtin,org.jruby.util",o
rg.jruby.util.func;version="1.7.17.SNAPSHOT",org.jruby.util.io;version=
"1.7.17.SNAPSHOT";uses:="jnr.constants.platform,jnr.posix,jnr.unixsocke
t,org.jcodings,org.jruby,org.jruby.exceptions,org.jruby.runtime,org.jru
by.runtime.builtin,org.jruby.util,org.jruby.util.encoding",org.jruby.ut
il.log;version="1.7.17.SNAPSHOT",org.jruby.util.string;version="1.7.17.
SNAPSHOT";uses:="org.jruby.util",org.jruby.util.unsafe;version="1.7.17.
SNAPSHOT";uses:="sun.misc"
Import-Package: com.headius.invokebinder;resolution:=optional,com.headiu
s.options;resolution:=optional,com.jcraft.jzlib;resolution:=optional,co
m.kenai.jffi;resolution:=optional,com.martiansoftware.nailgun;resolutio
n:=optional,javax.annotation.processing;resolution:=optional,javax.lang
.model;resolution:=optional,javax.lang.model.element;resolution:=option
al,javax.lang.model.type;resolution:=optional,javax.lang.model.util;res
olution:=optional,javax.management;resolution:=optional,javax.script;re
solution:=optional,javax.swing;resolution:=optional,jnr.constants;resol
ution:=optional,jnr.constants.platform;resolution:=optional,jnr.enxio.c
hannels;resolution:=optional,jnr.ffi;resolution:=optional,jnr.ffi.annot
ations;resolution:=optional,jnr.ffi.byref;resolution:=optional,jnr.ffi.
types;resolution:=optional,jnr.ffi.util.ref;resolution:=optional,jnr.ne
tdb;resolution:=optional,jnr.posix;resolution:=optional,jnr.posix.util;
resolution:=optional,jnr.unixsocket;resolution:=optional,org.apache.bsf
;resolution:=optional,org.apache.bsf.util;resolution:=optional,org.apac
he.tools.ant;resolution:=optional,org.jcodings;resolution:=optional,org
.jcodings.ascii;resolution:=optional,org.jcodings.constants;resolution:
=optional,org.jcodings.exception;resolution:=optional,org.jcodings.spec
ific;resolution:=optional,org.jcodings.unicode;resolution:=optional,org
.jcodings.util;resolution:=optional,org.joda.time;resolution:=optional;
version="[2.5,3)",org.joda.time.chrono;resolution:=optional;version="[2
.5,3)",org.joda.time.format;resolution:=optional;version="[2.5,3)",org.
joda.time.tz;resolution:=optional;version="[2.5,3)",org.joni;resolution
:=optional,org.joni.exception;resolution:=optional,org.objectweb.asm;re
solution:=optional;version="[5.0,6)",org.objectweb.asm.commons;resoluti
on:=optional;version="[5.0,6)",org.objectweb.asm.util;resolution:=optio
nal;version="[5.0,6)",org.osgi.framework;resolution:=optional;version="
[1.7,2)",org.osgi.framework.wiring;resolution:=optional;version="[1.1,2
)",org.yaml.snakeyaml;resolution:=optional;version="[1.13,2)",org.yaml.
snakeyaml.emitter;resolution:=optional;version="[1.13,2)",org.yaml.snak
eyaml.error;resolution:=optional;version="[1.13,2)",org.yaml.snakeyaml.
events;resolution:=optional;version="[1.13,2)",org.yaml.snakeyaml.parse
r;resolution:=optional;version="[1.13,2)",org.yaml.snakeyaml.reader;res
olution:=optional;version="[1.13,2)",org.yaml.snakeyaml.scanner;resolut
ion:=optional;version="[1.13,2)",sun.management;resolution:=optional,su
n.misc;resolution:=optional,sun.nio.cs;resolution:=optional
Originally-Created-By: Apache Maven Bundle Plugin
Tool: Bnd-2.1.0.20130426-122213
#-----------------------------------------------------------------------
[DEBUG] Final Manifest:
#-----------------------------------------------------------------------
Manifest-Version: 1.0
Bnd-LastModified: 1416414115847
Build-Jdk: 1.8.0_25
Built-By: spectre256
Bundle-Description: JRuby Core 1.7.17-SNAPSHOT OSGi bundle
Bundle-DocURL: http://jruby.org
Bundle-License: http://www.gnu.org/licenses/gpl-3.0-standalone.html, htt
p://www.gnu.org/licenses/lgpl-3.0-standalone.html, http://www.eclipse.o
rg/legal/epl-v10.html
Bundle-ManifestVersion: 2
Bundle-Name: JRuby Core 1.7.17-SNAPSHOT
Bundle-SymbolicName: org.jruby.jruby-core
Bundle-Vendor: JRuby
Bundle-Version: 1.7.17.SNAPSHOT
Created-By: Apache Maven Bundle Plugin
Export-Package: org.jruby;version="1.7.17.SNAPSHOT";uses:="jnr.constants
,jnr.posix,org.jcodings,org.joda.time,org.joni,org.jruby.anno,org.jruby
.ast,org.jruby.ast.executable,org.jruby.ast.visitor,org.jruby.common,or
g.jruby.compiler,org.jruby.embed,org.jruby.exceptions,org.jruby.ext.cov
erage,org.jruby.ext.ffi,org.jruby.internal.runtime,org.jruby.internal.r
untime.methods,org.jruby.ir,org.jruby.javasupport,org.jruby.javasupport
.proxy,org.jruby.lexer.yacc,org.jruby.management,org.jruby.parser,org.j
ruby.runtime,org.jruby.runtime.backtrace,org.jruby.runtime.builtin,org.
jruby.runtime.callback,org.jruby.runtime.callsite,org.jruby.runtime.enc
oding,org.jruby.runtime.invokedynamic,org.jruby.runtime.ivars,org.jruby
.runtime.load,org.jruby.runtime.marshal,org.jruby.runtime.opto,org.jrub
y.runtime.profile,org.jruby.runtime.profile.builtin,org.jruby.util,org.
jruby.util.encoding,org.jruby.util.func,org.jruby.util.io",org.jruby.an
no;version="1.7.17.SNAPSHOT";uses:="javax.annotation.processing,javax.l
ang.model,javax.lang.model.element,org.jruby,org.jruby.internal.runtime
.methods,org.jruby.runtime",org.jruby.ant;version="1.7.17.SNAPSHOT";use
s:="org.apache.tools.ant",org.jruby.ast;version="1.7.17.SNAPSHOT";uses:
="org.jcodings,org.jruby,org.jruby.ast.types,org.jruby.ast.visitor,org.
jruby.lexer.yacc,org.jruby.parser,org.jruby.runtime,org.jruby.runtime.b
uiltin,org.jruby.runtime.opto,org.jruby.util",org.jruby.ast.executable;
version="1.7.17.SNAPSHOT";uses:="org.jcodings,org.jruby,org.jruby.inter
nal.runtime.methods,org.jruby.parser,org.jruby.runtime,org.jruby.runtim
e.builtin,org.jruby.runtime.callsite,org.jruby.runtime.ivars,org.jruby.
runtime.opto,org.jruby.util",org.jruby.ast.java_signature;version="1.7.
17.SNAPSHOT",org.jruby.ast.types;version="1.7.17.SNAPSHOT";uses:="org.j
ruby,org.jruby.runtime,org.jruby.runtime.builtin",org.jruby.ast.util;ve
rsion="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.ast,org.jruby.runtim
e.builtin",org.jruby.ast.visitor;version="1.7.17.SNAPSHOT";uses:="org.j
ruby.ast",org.jruby.cext;version="1.7.17.SNAPSHOT";uses:="org.jruby,org
.jruby.internal.runtime.methods,org.jruby.runtime,org.jruby.runtime.bui
ltin",org.jruby.common;version="1.7.17.SNAPSHOT";uses:="org.joni,org.jr
uby,org.jruby.lexer.yacc",org.jruby.compiler;version="1.7.17.SNAPSHOT";
uses:="org.jcodings,org.jruby,org.jruby.ast,org.jruby.compiler.impl,org
.jruby.internal.runtime.methods,org.jruby.lexer.yacc,org.jruby.parser,o
rg.jruby.runtime,org.jruby.runtime.builtin,org.jruby.util,org.objectweb
.asm",org.jruby.compiler.impl;version="1.7.17.SNAPSHOT";uses:="org.jcod
ings,org.jruby.ast,org.jruby.compiler,org.jruby.internal.runtime.method
s,org.jruby.lexer.yacc,org.jruby.parser,org.jruby.runtime,org.jruby.uti
l,org.objectweb.asm",org.jruby.compiler.util;version="1.7.17.SNAPSHOT";
uses:="org.jruby.compiler.impl,org.jruby.util,org.objectweb.asm",org.jr
uby.demo.ext;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.anno,
org.jruby.internal.runtime.methods,org.jruby.runtime,org.jruby.runtime.
builtin",org.jruby.embed;version="1.7.17.SNAPSHOT";uses:="org.jruby,org
.jruby.ast,org.jruby.embed.internal,org.jruby.javasupport,org.jruby.run
time,org.jruby.runtime.profile.builtin,org.jruby.runtime.scope,org.jrub
y.util",org.jruby.embed.bsf;version="1.7.17.SNAPSHOT";uses:="org.apache
.bsf,org.apache.bsf.util",org.jruby.embed.internal;version="1.7.17.SNAP
SHOT";uses:="org.jruby,org.jruby.ast,org.jruby.ast.executable,org.jruby
.embed,org.jruby.embed.variable,org.jruby.javasupport,org.jruby.runtime
,org.jruby.runtime.builtin,org.jruby.runtime.scope,org.jruby.util",org.
jruby.embed.io;version="1.7.17.SNAPSHOT",org.jruby.embed.jsr223;version
="1.7.17.SNAPSHOT";uses:="javax.script",org.jruby.embed.osgi;version="1
.7.17.SNAPSHOT";uses:="org.jruby.embed,org.jruby.embed.osgi.internal,or
g.osgi.framework",org.jruby.embed.osgi.internal;version="1.7.17.SNAPSHO
T";uses:="org.jruby,org.jruby.runtime.load,org.osgi.framework",org.jrub
y.embed.osgi.utils;version="1.7.17.SNAPSHOT";uses:="org.osgi.framework"
,org.jruby.embed.util;version="1.7.17.SNAPSHOT";uses:="org.jruby.embed"
,org.jruby.embed.variable;version="1.7.17.SNAPSHOT";uses:="org.jruby,or
g.jruby.embed,org.jruby.embed.internal,org.jruby.runtime.builtin,org.jr
uby.runtime.scope",org.jruby.environment;version="1.7.17.SNAPSHOT";uses
:="org.jruby.util",org.jruby.evaluator;version="1.7.17.SNAPSHOT";uses:=
"org.jruby,org.jruby.ast,org.jruby.parser,org.jruby.runtime,org.jruby.r
untime.builtin",org.jruby.exceptions;version="1.7.17.SNAPSHOT";uses:="o
rg.jruby,org.jruby.runtime.backtrace,org.jruby.runtime.builtin",org.jru
by.ext;version="1.7.17.SNAPSHOT";uses:="jnr.constants.platform,jnr.posi
x,org.jruby,org.jruby.runtime.load",org.jruby.ext.bigdecimal;version="1
.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.anno,org.jruby.internal.runt
ime.methods,org.jruby.runtime,org.jruby.runtime.builtin,org.jruby.runti
me.load",org.jruby.ext.coverage;version="1.7.17.SNAPSHOT";uses:="org.jr
uby,org.jruby.anno,org.jruby.internal.runtime.methods,org.jruby.runtime
,org.jruby.runtime.builtin,org.jruby.runtime.load",org.jruby.ext.delega
te;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.anno,org.jruby.
internal.runtime.methods,org.jruby.runtime,org.jruby.runtime.builtin,or
g.jruby.runtime.load",org.jruby.ext.digest;version="1.7.17.SNAPSHOT";us
es:="org.jruby,org.jruby.anno,org.jruby.internal.runtime.methods,org.jr
uby.runtime,org.jruby.runtime.builtin,org.jruby.runtime.load",org.jruby
.ext.enumerator;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.ru
ntime.load",org.jruby.ext.etc;version="1.7.17.SNAPSHOT";uses:="org.jrub
y,org.jruby.anno,org.jruby.internal.runtime.methods,org.jruby.runtime,o
rg.jruby.runtime.builtin,org.jruby.runtime.load",org.jruby.ext.fcntl;ve
rsion="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.runtime.load",org.jr
uby.ext.ffi;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.anno,o
rg.jruby.exceptions,org.jruby.internal.runtime.methods,org.jruby.runtim
e,org.jruby.runtime.builtin,org.jruby.runtime.load",org.jruby.ext.ffi.i
o;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.anno,org.jruby.i
nternal.runtime.methods,org.jruby.runtime,org.jruby.runtime.builtin",or
g.jruby.ext.ffi.jffi;version="1.7.17.SNAPSHOT";uses:="com.kenai.jffi,or
g.jruby,org.jruby.anno,org.jruby.ext.ffi,org.jruby.internal.runtime.met
hods,org.jruby.runtime,org.jruby.runtime.builtin,org.jruby.runtime.call
site,org.jruby.runtime.invokedynamic",org.jruby.ext.fiber;version="1.7.
17.SNAPSHOT";uses:="org.jruby,org.jruby.anno,org.jruby.internal.runtime
.methods,org.jruby.runtime,org.jruby.runtime.builtin,org.jruby.runtime.
load",org.jruby.ext.iconv;version="1.7.17.SNAPSHOT";uses:="org.jruby,or
g.jruby.anno,org.jruby.internal.runtime.methods,org.jruby.runtime,org.j
ruby.runtime.builtin,org.jruby.runtime.load",org.jruby.ext.io.try_nonbl
ock;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.anno,org.jruby
.internal.runtime.methods,org.jruby.runtime,org.jruby.runtime.builtin,o
rg.jruby.runtime.load",org.jruby.ext.io.wait;version="1.7.17.SNAPSHOT";
uses:="org.jruby,org.jruby.anno,org.jruby.internal.runtime.methods,org.
jruby.runtime,org.jruby.runtime.builtin,org.jruby.runtime.load",org.jru
by.ext.jruby;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.anno,
org.jruby.internal.runtime.methods,org.jruby.runtime,org.jruby.runtime.
builtin,org.jruby.runtime.load",org.jruby.ext.mathn;version="1.7.17.SNA
PSHOT";uses:="org.jruby,org.jruby.runtime.load",org.jruby.ext.net.proto
col;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.anno,org.jruby
.internal.runtime.methods,org.jruby.runtime,org.jruby.runtime.builtin,o
rg.jruby.runtime.load",org.jruby.ext.nkf;version="1.7.17.SNAPSHOT";uses
:="org.jruby,org.jruby.anno,org.jruby.internal.runtime.methods,org.jrub
y.runtime,org.jruby.runtime.builtin,org.jruby.runtime.load",org.jruby.e
xt.pathname;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.anno,o
rg.jruby.internal.runtime.methods,org.jruby.runtime,org.jruby.runtime.b
uiltin,org.jruby.runtime.load",org.jruby.ext.psych;version="1.7.17.SNAP
SHOT";uses:="org.jcodings,org.jruby,org.jruby.anno,org.jruby.internal.r
untime.methods,org.jruby.runtime,org.jruby.runtime.builtin,org.jruby.ru
ntime.load",org.jruby.ext.rbconfig;version="1.7.17.SNAPSHOT";uses:="org
.jruby,org.jruby.anno,org.jruby.internal.runtime.methods,org.jruby.runt
ime,org.jruby.runtime.builtin,org.jruby.runtime.load",org.jruby.ext.sec
urerandom;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.anno,org
.jruby.internal.runtime.methods,org.jruby.runtime,org.jruby.runtime.bui
ltin",org.jruby.ext.socket;version="1.7.17.SNAPSHOT";uses:="jnr.constan
ts.platform,org.jruby,org.jruby.anno,org.jruby.internal.runtime.methods
,org.jruby.runtime,org.jruby.runtime.builtin,org.jruby.runtime.load,org
.jruby.util,org.jruby.util.io",org.jruby.ext.stringio;version="1.7.17.S
NAPSHOT";uses:="org.jcodings,org.jruby,org.jruby.anno,org.jruby.interna
l.runtime.methods,org.jruby.runtime,org.jruby.runtime.builtin,org.jruby
.runtime.encoding,org.jruby.runtime.load,org.jruby.util",org.jruby.ext.
strscan;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.anno,org.j
ruby.internal.runtime.methods,org.jruby.runtime,org.jruby.runtime.built
in,org.jruby.runtime.load",org.jruby.ext.tempfile;version="1.7.17.SNAPS
HOT";uses:="org.jruby,org.jruby.anno,org.jruby.internal.runtime.methods
,org.jruby.runtime,org.jruby.runtime.builtin,org.jruby.runtime.load",or
g.jruby.ext.thread;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby
.anno,org.jruby.internal.runtime.methods,org.jruby.runtime,org.jruby.ru
ntime.builtin,org.jruby.runtime.load",org.jruby.ext.timeout;version="1.
7.17.SNAPSHOT";uses:="org.jruby,org.jruby.anno,org.jruby.internal.runti
me.methods,org.jruby.runtime,org.jruby.runtime.builtin,org.jruby.runtim
e.load",org.jruby.ext.tracepoint;version="1.7.17.SNAPSHOT";uses:="org.j
ruby,org.jruby.anno,org.jruby.internal.runtime.methods,org.jruby.runtim
e,org.jruby.runtime.builtin",org.jruby.ext.weakref;version="1.7.17.SNAP
SHOT";uses:="org.jruby,org.jruby.anno,org.jruby.internal.runtime.method
s,org.jruby.runtime,org.jruby.runtime.builtin,org.jruby.runtime.load",o
rg.jruby.ext.zlib;version="1.7.17.SNAPSHOT";uses:="org.jcodings,org.jru
by,org.jruby.anno,org.jruby.internal.runtime.methods,org.jruby.runtime,
org.jruby.runtime.builtin,org.jruby.runtime.load,org.jruby.util,org.jru
by.util.encoding,org.jruby.util.io",org.jruby.gen;version="1.7.17.SNAPS
HOT";uses:="org.jruby,org.jruby.anno",org.jruby.internal.runtime;versio
n="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.runtime,org.jruby.runtim
e.builtin,org.jruby.runtime.opto",org.jruby.internal.runtime.methods;ve
rsion="1.7.17.SNAPSHOT";uses:="com.headius.invokebinder,org.jruby,org.j
ruby.anno,org.jruby.ast,org.jruby.ast.executable,org.jruby.exceptions,o
rg.jruby.ir,org.jruby.lexer.yacc,org.jruby.parser,org.jruby.runtime,org
.jruby.runtime.builtin,org.jruby.runtime.callback,org.jruby.runtime.iva
rs,org.jruby.util,org.objectweb.asm",org.jruby.ir;version="1.7.17.SNAPS
HOT";uses:="org.jruby,org.jruby.ast,org.jruby.ir.dataflow,org.jruby.ir.
instructions,org.jruby.ir.instructions.defined,org.jruby.ir.instruction
s.ruby19,org.jruby.ir.listeners,org.jruby.ir.operands,org.jruby.ir.pass
es,org.jruby.ir.representations,org.jruby.ir.transformations.inlining,o
rg.jruby.parser,org.jruby.runtime,org.jruby.runtime.builtin",org.jruby.
ir.dataflow;version="1.7.17.SNAPSHOT";uses:="org.jruby.ir,org.jruby.ir.
instructions,org.jruby.ir.operands,org.jruby.ir.representations,org.jru
by.ir.util",org.jruby.ir.dataflow.analyses;version="1.7.17.SNAPSHOT";us
es:="org.jruby.ir,org.jruby.ir.dataflow,org.jruby.ir.instructions,org.j
ruby.ir.operands,org.jruby.ir.representations,org.jruby.ir.util",org.jr
uby.ir.instructions;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jrub
y.internal.runtime.methods,org.jruby.ir,org.jruby.ir.operands,org.jruby
.ir.transformations.inlining,org.jruby.runtime,org.jruby.runtime.builti
n,org.jruby.runtime.ivars",org.jruby.ir.instructions.calladapter;versio
n="1.7.17.SNAPSHOT";uses:="org.jruby.ir.operands,org.jruby.runtime,org.
jruby.runtime.builtin",org.jruby.ir.instructions.defined;version="1.7.1
7.SNAPSHOT";uses:="org.jruby.ir,org.jruby.ir.instructions,org.jruby.ir.
operands,org.jruby.ir.transformations.inlining,org.jruby.runtime,org.jr
uby.runtime.builtin",org.jruby.ir.instructions.ruby19;version="1.7.17.S
NAPSHOT";uses:="org.jcodings,org.jruby.ir,org.jruby.ir.instructions,org
.jruby.ir.operands,org.jruby.ir.transformations.inlining,org.jruby.lexe
r.yacc,org.jruby.runtime,org.jruby.runtime.builtin",org.jruby.ir.instru
ctions.ruby20;version="1.7.17.SNAPSHOT";uses:="org.jruby.ir.instruction
s,org.jruby.ir.operands,org.jruby.runtime,org.jruby.runtime.builtin",or
g.jruby.ir.instructions.specialized;version="1.7.17.SNAPSHOT";uses:="or
g.jruby.ir.instructions,org.jruby.ir.operands,org.jruby.runtime,org.jru
by.runtime.builtin",org.jruby.ir.interpreter;version="1.7.17.SNAPSHOT";
uses:="org.jruby,org.jruby.ast,org.jruby.internal.runtime.methods,org.j
ruby.ir,org.jruby.runtime,org.jruby.runtime.builtin",org.jruby.ir.liste
ners;version="1.7.17.SNAPSHOT";uses:="org.jruby.ast,org.jruby.ir,org.jr
uby.ir.instructions,org.jruby.ir.operands",org.jruby.ir.operands;versio
n="1.7.17.SNAPSHOT";uses:="org.jcodings,org.jruby,org.jruby.internal.ru
ntime.methods,org.jruby.ir,org.jruby.ir.transformations.inlining,org.jr
uby.runtime,org.jruby.runtime.builtin,org.jruby.util",org.jruby.ir.pass
es;version="1.7.17.SNAPSHOT";uses:="org.jruby.ir,org.jruby.ir.instructi
ons,org.jruby.ir.representations",org.jruby.ir.representations;version=
"1.7.17.SNAPSHOT";uses:="org.jruby.ir,org.jruby.ir.instructions,org.jru
by.ir.operands,org.jruby.ir.transformations.inlining,org.jruby.ir.util"
,org.jruby.ir.runtime;version="1.7.17.SNAPSHOT";uses:="org.jruby.except
ions,org.jruby.ir,org.jruby.runtime,org.jruby.runtime.builtin",org.jrub
y.ir.targets;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.compi
ler.impl,org.jruby.ir,org.jruby.ir.instructions,org.jruby.ir.instructio
ns.defined,org.jruby.ir.instructions.ruby19,org.jruby.ir.operands,org.j
ruby.parser,org.jruby.runtime,org.jruby.runtime.builtin,org.jruby.runti
me.invokedynamic,org.jruby.util,org.objectweb.asm,org.objectweb.asm.com
mons",org.jruby.ir.transformations.inlining;version="1.7.17.SNAPSHOT";u
ses:="org.jruby,org.jruby.ir,org.jruby.ir.instructions,org.jruby.ir.ope
rands,org.jruby.ir.representations,org.jruby.runtime",org.jruby.ir.util
;version="1.7.17.SNAPSHOT",org.jruby.java.addons;version="1.7.17.SNAPSH
OT";uses:="org.jruby,org.jruby.anno,org.jruby.internal.runtime.methods,
org.jruby.javasupport,org.jruby.runtime,org.jruby.runtime.builtin",org.
jruby.java.codegen;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby
.compiler.impl,org.jruby.runtime.builtin,org.jruby.runtime.callsite,org
.jruby.util",org.jruby.java.dispatch;version="1.7.17.SNAPSHOT";uses:="o
rg.jruby,org.jruby.exceptions,org.jruby.javasupport,org.jruby.runtime.b
uiltin",org.jruby.java.invokers;version="1.7.17.SNAPSHOT";uses:="org.jr
uby,org.jruby.internal.runtime.methods,org.jruby.javasupport,org.jruby.
runtime,org.jruby.runtime.builtin",org.jruby.java.proxies;version="1.7.
17.SNAPSHOT";uses:="org.jruby,org.jruby.anno,org.jruby.internal.runtime
.methods,org.jruby.javasupport,org.jruby.runtime,org.jruby.runtime.buil
tin",org.jruby.java.util;version="1.7.17.SNAPSHOT";uses:="org.jruby,org
.jruby.internal.runtime.methods,org.jruby.java.proxies,org.jruby.javasu
pport,org.jruby.runtime,org.jruby.runtime.builtin",org.jruby.javasuppor
t;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.anno,org.jruby.a
st,org.jruby.exceptions,org.jruby.internal.runtime.methods,org.jruby.ja
va.proxies,org.jruby.javasupport.proxy,org.jruby.javasupport.util,org.j
ruby.runtime,org.jruby.runtime.builtin,org.jruby.runtime.load,org.jruby
.util",org.jruby.javasupport.bsf;version="1.7.17.SNAPSHOT";uses:="org.a
pache.bsf,org.apache.bsf.util",org.jruby.javasupport.proxy;version="1.7
.17.SNAPSHOT";uses:="org.jruby,org.jruby.anno,org.jruby.internal.runtim
e.methods,org.jruby.javasupport,org.jruby.runtime,org.jruby.runtime.bui
ltin",org.jruby.javasupport.util;version="1.7.17.SNAPSHOT";uses:="org.j
ruby.runtime",org.jruby.lexer;version="1.7.17.SNAPSHOT";uses:="org.jrub
y.util",org.jruby.lexer.yacc;version="1.7.17.SNAPSHOT";uses:="org.jcodi
ngs,org.jruby.ast,org.jruby.common,org.jruby.parser,org.jruby.runtime,o
rg.jruby.util",org.jruby.main;version="1.7.17.SNAPSHOT";uses:="org.jrub
y",org.jruby.management;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.
jruby.compiler,org.jruby.runtime.backtrace",org.jruby.parser;version="1
.7.17.SNAPSHOT";uses:="org.jcodings,org.jruby,org.jruby.ast,org.jruby.a
st.java_signature,org.jruby.common,org.jruby.ir,org.jruby.lexer,org.jru
by.lexer.yacc,org.jruby.runtime,org.jruby.runtime.builtin,org.jruby.run
time.encoding,org.jruby.util",org.jruby.platform;version="1.7.17.SNAPSH
OT",org.jruby.runtime;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jr
uby.anno,org.jruby.ast,org.jruby.ast.executable,org.jruby.compiler,org.
jruby.exceptions,org.jruby.ext.fiber,org.jruby.internal.runtime.methods
,org.jruby.ir,org.jruby.lexer.yacc,org.jruby.parser,org.jruby.runtime.a
ssigner,org.jruby.runtime.backtrace,org.jruby.runtime.builtin,org.jruby
.runtime.callback,org.jruby.runtime.invokedynamic,org.jruby.runtime.mar
shal,org.jruby.runtime.profile,org.jruby.util",org.jruby.runtime.assign
er;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.ast,org.jruby.r
untime,org.jruby.runtime.builtin",org.jruby.runtime.backtrace;version="
1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.lexer.yacc,org.jruby.runtim
e,org.jruby.runtime.builtin",org.jruby.runtime.builtin;version="1.7.17.
SNAPSHOT";uses:="org.jruby,org.jruby.runtime",org.jruby.runtime.callbac
k;version="1.7.17.SNAPSHOT";uses:="org.jruby.runtime,org.jruby.runtime.
builtin",org.jruby.runtime.callsite;version="1.7.17.SNAPSHOT";uses:="or
g.jruby,org.jruby.exceptions,org.jruby.internal.runtime.methods,org.jru
by.runtime,org.jruby.runtime.builtin",org.jruby.runtime.component;versi
on="1.7.17.SNAPSHOT";uses:="org.jruby.runtime.builtin",org.jruby.runtim
e.encoding;version="1.7.17.SNAPSHOT";uses:="org.jcodings,org.jcodings.u
til,org.jruby,org.jruby.runtime.builtin,org.jruby.util",org.jruby.runti
me.invokedynamic;version="1.7.17.SNAPSHOT";uses:="com.headius.invokebin
der,org.jcodings,org.jruby,org.jruby.ast.executable,org.jruby.exception
s,org.jruby.internal.runtime,org.jruby.internal.runtime.methods,org.jru
by.parser,org.jruby.runtime,org.jruby.runtime.builtin,org.jruby.runtime
.callsite,org.jruby.util,org.objectweb.asm",org.jruby.runtime.ivars;ver
sion="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.runtime.builtin",org.
jruby.runtime.load;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby
.ast.executable,org.jruby.exceptions,org.jruby.runtime.builtin,org.jrub
y.util,org.jruby.util.collections",org.jruby.runtime.marshal;version="1
.7.17.SNAPSHOT";uses:="org.jcodings,org.jruby,org.jruby.internal.runtim
e.methods,org.jruby.runtime.builtin,org.jruby.util",org.jruby.runtime.o
pto;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.compiler,org.j
ruby.compiler.impl,org.jruby.runtime.builtin",org.jruby.runtime.profile
;version="1.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.internal.runtime.
methods,org.jruby.runtime",org.jruby.runtime.profile.builtin;version="1
.7.17.SNAPSHOT";uses:="org.jruby,org.jruby.internal.runtime.methods,org
.jruby.runtime,org.jruby.runtime.profile,org.jruby.util.collections",or
g.jruby.runtime.scope;version="1.7.17.SNAPSHOT";uses:="org.jruby.ir,org
.jruby.parser,org.jruby.runtime,org.jruby.runtime.builtin",org.jruby.th
reading;version="1.7.17.SNAPSHOT",org.jruby.util;version="1.7.17.SNAPSH
OT";uses:="com.martiansoftware.nailgun,javax.lang.model.element,jnr.ffi
,jnr.ffi.annotations,jnr.ffi.byref,jnr.ffi.types,jnr.posix,org.jcodings
,org.joda.time,org.joni,org.jruby,org.jruby.ast.executable,org.jruby.ex
ceptions,org.jruby.runtime,org.jruby.runtime.builtin,org.jruby.runtime.
invokedynamic,org.jruby.util.io,org.objectweb.asm",org.jruby.util.cli;v
ersion="1.7.17.SNAPSHOT";uses:="com.headius.options,org.jruby,org.jruby
.util",org.jruby.util.collections;version="1.7.17.SNAPSHOT";uses:="org.
jruby,org.jruby.runtime,org.jruby.runtime.builtin",org.jruby.util.encod
ing;version="1.7.17.SNAPSHOT";uses:="org.jcodings,org.jruby,org.jruby.e
xceptions,org.jruby.runtime,org.jruby.runtime.builtin,org.jruby.util",o
rg.jruby.util.func;version="1.7.17.SNAPSHOT",org.jruby.util.io;version=
"1.7.17.SNAPSHOT";uses:="jnr.constants.platform,jnr.posix,jnr.unixsocke
t,org.jcodings,org.jruby,org.jruby.exceptions,org.jruby.runtime,org.jru
by.runtime.builtin,org.jruby.util,org.jruby.util.encoding",org.jruby.ut
il.log;version="1.7.17.SNAPSHOT",org.jruby.util.string;version="1.7.17.
SNAPSHOT";uses:="org.jruby.util",org.jruby.util.unsafe;version="1.7.17.
SNAPSHOT";uses:="sun.misc"
Import-Package: com.headius.invokebinder;resolution:=optional,com.headiu
s.options;resolution:=optional,com.jcraft.jzlib;resolution:=optional,co
m.kenai.jffi;resolution:=optional,com.martiansoftware.nailgun;resolutio
n:=optional,javax.annotation.processing;resolution:=optional,javax.lang
.model;resolution:=optional,javax.lang.model.element;resolution:=option
al,javax.lang.model.type;resolution:=optional,javax.lang.model.util;res
olution:=optional,javax.management;resolution:=optional,javax.script;re
solution:=optional,javax.swing;resolution:=optional,jnr.constants;resol
ution:=optional,jnr.constants.platform;resolution:=optional,jnr.enxio.c
hannels;resolution:=optional,jnr.ffi;resolution:=optional,jnr.ffi.annot
ations;resolution:=optional,jnr.ffi.byref;resolution:=optional,jnr.ffi.
types;resolution:=optional,jnr.ffi.util.ref;resolution:=optional,jnr.ne
tdb;resolution:=optional,jnr.posix;resolution:=optional,jnr.posix.util;
resolution:=optional,jnr.unixsocket;resolution:=optional,org.apache.bsf
;resolution:=optional,org.apache.bsf.util;resolution:=optional,org.apac
he.tools.ant;resolution:=optional,org.jcodings;resolution:=optional,org
.jcodings.ascii;resolution:=optional,org.jcodings.constants;resolution:
=optional,org.jcodings.exception;resolution:=optional,org.jcodings.spec
ific;resolution:=optional,org.jcodings.unicode;resolution:=optional,org
.jcodings.util;resolution:=optional,org.joda.time;resolution:=optional;
version="[2.5,3)",org.joda.time.chrono;resolution:=optional;version="[2
.5,3)",org.joda.time.format;resolution:=optional;version="[2.5,3)",org.
joda.time.tz;resolution:=optional;version="[2.5,3)",org.joni;resolution
:=optional,org.joni.exception;resolution:=optional,org.objectweb.asm;re
solution:=optional;version="[5.0,6)",org.objectweb.asm.commons;resoluti
on:=optional;version="[5.0,6)",org.objectweb.asm.util;resolution:=optio
nal;version="[5.0,6)",org.osgi.framework;resolution:=optional;version="
[1.7,2)",org.osgi.framework.wiring;resolution:=optional;version="[1.1,2
)",org.yaml.snakeyaml;resolution:=optional;version="[1.13,2)",org.yaml.
snakeyaml.emitter;resolution:=optional;version="[1.13,2)",org.yaml.snak
eyaml.error;resolution:=optional;version="[1.13,2)",org.yaml.snakeyaml.
events;resolution:=optional;version="[1.13,2)",org.yaml.snakeyaml.parse
r;resolution:=optional;version="[1.13,2)",org.yaml.snakeyaml.reader;res
olution:=optional;version="[1.13,2)",org.yaml.snakeyaml.scanner;resolut
ion:=optional;version="[1.13,2)",sun.management;resolution:=optional,su
n.misc;resolution:=optional,sun.nio.cs;resolution:=optional
Originally-Created-By: Apache Maven Bundle Plugin
Tool: Bnd-2.1.0.20130426-122213
#-----------------------------------------------------------------------
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jruby-core ---
[DEBUG] org.apache.maven.plugins:maven-jar-plugin:jar:2.4:
[DEBUG] org.codehaus.plexus:plexus-io:jar:2.0.5:runtime
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.1:compile
[DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.6:runtime
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-archiver:jar:2.5:compile
[DEBUG] org.apache.maven:maven-core:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:compile
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:compile
[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.6:compile
[DEBUG] commons-cli:commons-cli:jar:1.0:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.15:compile
[DEBUG] org.codehaus.plexus:plexus-archiver:jar:2.1:compile
[DEBUG] commons-lang:commons-lang:jar:2.1:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-jar-plugin:2.4
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-jar-plugin:2.4
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-jar-plugin:2.4
[DEBUG] Included: org.apache.maven.plugins:maven-jar-plugin:jar:2.4
[DEBUG] Included: org.codehaus.plexus:plexus-io:jar:2.0.5
[DEBUG] Included: junit:junit:jar:3.8.1
[DEBUG] Included: org.apache.maven:maven-archiver:jar:2.5
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
[DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7
[DEBUG] Included: commons-cli:commons-cli:jar:1.0
[DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.15
[DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:2.1
[DEBUG] Included: commons-lang:commons-lang:jar:2.1
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-project:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.6
[DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] Excluded: classworlds:classworlds:jar:1.1-alpha-2
[DEBUG] Excluded: org.apache.maven:maven-model:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-core:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-error-diagnostics:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-monitor:jar:2.0.6
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-jar-plugin:2.4:jar from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-jar-plugin:2.4, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-jar-plugin:2.4:jar' with basic configurator -->
[DEBUG] (s) manifestFile = /home/spectre256/repos/jruby/core/target/classes/META-INF/MANIFEST.MF
[DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@308e87a1
[DEBUG] (f) classesDirectory = /home/spectre256/repos/jruby/core/target/classes
[DEBUG] (f) defaultManifestFile = /home/spectre256/repos/jruby/core/target/classes/META-INF/MANIFEST.MF
[DEBUG] (f) finalName = jruby-core-1.7.17-SNAPSHOT
[DEBUG] (f) forceCreation = false
[DEBUG] (f) outputDirectory = /home/spectre256/repos/jruby/core/target
[DEBUG] (f) project = MavenProject: org.jruby:jruby-core:1.7.17-SNAPSHOT @ /home/spectre256/repos/jruby/core/pom.xml
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] (f) skipIfEmpty = false
[DEBUG] (f) useDefaultManifestFile = false
[DEBUG] -- end configuration --
[DEBUG] isUp2date: false (Resource with newer modification date found.)
[INFO] Building jar: /home/spectre256/repos/jruby/core/target/jruby-core-1.7.17-SNAPSHOT.jar
[DEBUG] adding directory META-INF/
[DEBUG] adding entry META-INF/MANIFEST.MF
[DEBUG] adding directory META-INF/services/
[DEBUG] adding directory jruby/
[DEBUG] adding directory jruby/java/
[DEBUG] adding directory jruby/java/core_ext/
[DEBUG] adding directory jruby/java/java_ext/
[DEBUG] adding directory jruby/kernel19/
[DEBUG] adding directory jruby/kernel19/jruby/
[DEBUG] adding directory jruby/kernel19/encoding/
[DEBUG] adding directory jruby/kernel/
[DEBUG] adding directory jruby/kernel/jruby/
[DEBUG] adding directory jruby/bundler/
[DEBUG] adding directory jruby/kernel20/
[DEBUG] adding directory org/
[DEBUG] adding directory org/jruby/
[DEBUG] adding directory org/jruby/ast/
[DEBUG] adding directory org/jruby/ast/util/
[DEBUG] adding directory org/jruby/ast/types/
[DEBUG] adding directory org/jruby/ast/visitor/
[DEBUG] adding directory org/jruby/ast/java_signature/
[DEBUG] adding directory org/jruby/ast/executable/
[DEBUG] adding directory org/jruby/util/
[DEBUG] adding directory org/jruby/util/string/
[DEBUG] adding directory org/jruby/util/io/
[DEBUG] adding directory org/jruby/util/func/
[DEBUG] adding directory org/jruby/util/unsafe/
[DEBUG] adding directory org/jruby/util/cli/
[DEBUG] adding directory org/jruby/util/encoding/
[DEBUG] adding directory org/jruby/util/log/
[DEBUG] adding directory org/jruby/util/collections/
[DEBUG] adding directory org/jruby/platform/
[DEBUG] adding directory org/jruby/java/
[DEBUG] adding directory org/jruby/java/util/
[DEBUG] adding directory org/jruby/java/invokers/
[DEBUG] adding directory org/jruby/java/dispatch/
[DEBUG] adding directory org/jruby/java/proxies/
[DEBUG] adding directory org/jruby/java/addons/
[DEBUG] adding directory org/jruby/java/codegen/
[DEBUG] adding directory org/jruby/anno/
[DEBUG] adding directory org/jruby/evaluator/
[DEBUG] adding directory org/jruby/javasupport/
[DEBUG] adding directory org/jruby/javasupport/util/
[DEBUG] adding directory org/jruby/javasupport/proxy/
[DEBUG] adding directory org/jruby/javasupport/bsf/
[DEBUG] adding directory org/jruby/environment/
[DEBUG] adding directory org/jruby/internal/
[DEBUG] adding directory org/jruby/internal/runtime/
[DEBUG] adding directory org/jruby/internal/runtime/methods/
[DEBUG] adding directory org/jruby/ant/
[DEBUG] adding directory org/jruby/parser/
[DEBUG] adding directory org/jruby/threading/
[DEBUG] adding directory org/jruby/main/
[DEBUG] adding directory org/jruby/runtime/
[DEBUG] adding directory org/jruby/runtime/opto/
[DEBUG] adding directory org/jruby/runtime/callback/
[DEBUG] adding directory org/jruby/runtime/backtrace/
[DEBUG] adding directory org/jruby/runtime/component/
[DEBUG] adding directory org/jruby/runtime/callsite/
[DEBUG] adding directory org/jruby/runtime/assigner/
[DEBUG] adding directory org/jruby/runtime/builtin/
[DEBUG] adding directory org/jruby/runtime/load/
[DEBUG] adding directory org/jruby/runtime/invokedynamic/
[DEBUG] adding directory org/jruby/runtime/encoding/
[DEBUG] adding directory org/jruby/runtime/ivars/
[DEBUG] adding directory org/jruby/runtime/scope/
[DEBUG] adding directory org/jruby/runtime/profile/
[DEBUG] adding directory org/jruby/runtime/profile/builtin/
[DEBUG] adding directory org/jruby/runtime/marshal/
[DEBUG] adding directory org/jruby/ir/
[DEBUG] adding directory org/jruby/ir/operands/
[DEBUG] adding directory org/jruby/ir/util/
[DEBUG] adding directory org/jruby/ir/listeners/
[DEBUG] adding directory org/jruby/ir/transformations/
[DEBUG] adding directory org/jruby/ir/transformations/inlining/
[DEBUG] adding directory org/jruby/ir/runtime/
[DEBUG] adding directory org/jruby/ir/instructions/
[DEBUG] adding directory org/jruby/ir/instructions/defined/
[DEBUG] adding directory org/jruby/ir/instructions/calladapter/
[DEBUG] adding directory org/jruby/ir/instructions/ruby19/
[DEBUG] adding directory org/jruby/ir/instructions/specialized/
[DEBUG] adding directory org/jruby/ir/instructions/ruby20/
[DEBUG] adding directory org/jruby/ir/interpreter/
[DEBUG] adding directory org/jruby/ir/targets/
[DEBUG] adding directory org/jruby/ir/passes/
[DEBUG] adding directory org/jruby/ir/representations/
[DEBUG] adding directory org/jruby/ir/dataflow/
[DEBUG] adding directory org/jruby/ir/dataflow/analyses/
[DEBUG] adding directory org/jruby/lexer/
[DEBUG] adding directory org/jruby/lexer/yacc/
[DEBUG] adding directory org/jruby/demo/
[DEBUG] adding directory org/jruby/demo/ext/
[DEBUG] adding directory org/jruby/cext/
[DEBUG] adding directory org/jruby/gen/
[DEBUG] adding directory org/jruby/management/
[DEBUG] adding directory org/jruby/exceptions/
[DEBUG] adding directory org/jruby/ext/
[DEBUG] adding directory org/jruby/ext/securerandom/
[DEBUG] adding directory org/jruby/ext/tracepoint/
[DEBUG] adding directory org/jruby/ext/bigdecimal/
[DEBUG] adding directory org/jruby/ext/io/
[DEBUG] adding directory org/jruby/ext/io/wait/
[DEBUG] adding directory org/jruby/ext/io/try_nonblock/
[DEBUG] adding directory org/jruby/ext/stringio/
[DEBUG] adding directory org/jruby/ext/pathname/
[DEBUG] adding directory org/jruby/ext/enumerator/
[DEBUG] adding directory org/jruby/ext/digest/
[DEBUG] adding directory org/jruby/ext/iconv/
[DEBUG] adding directory org/jruby/ext/zlib/
[DEBUG] adding directory org/jruby/ext/tempfile/
[DEBUG] adding directory org/jruby/ext/weakref/
[DEBUG] adding directory org/jruby/ext/jruby/
[DEBUG] adding directory org/jruby/ext/etc/
[DEBUG] adding directory org/jruby/ext/delegate/
[DEBUG] adding directory org/jruby/ext/net/
[DEBUG] adding directory org/jruby/ext/net/protocol/
[DEBUG] adding directory org/jruby/ext/socket/
[DEBUG] adding directory org/jruby/ext/rbconfig/
[DEBUG] adding directory org/jruby/ext/thread/
[DEBUG] adding directory org/jruby/ext/psych/
[DEBUG] adding directory org/jruby/ext/fiber/
[DEBUG] adding directory org/jruby/ext/ffi/
[DEBUG] adding directory org/jruby/ext/ffi/io/
[DEBUG] adding directory org/jruby/ext/ffi/jffi/
[DEBUG] adding directory org/jruby/ext/mathn/
[DEBUG] adding directory org/jruby/ext/coverage/
[DEBUG] adding directory org/jruby/ext/nkf/
[DEBUG] adding directory org/jruby/ext/strscan/
[DEBUG] adding directory org/jruby/ext/timeout/
[DEBUG] adding directory org/jruby/ext/fcntl/
[DEBUG] adding directory org/jruby/common/
[DEBUG] adding directory org/jruby/compiler/
[DEBUG] adding directory org/jruby/compiler/util/
[DEBUG] adding directory org/jruby/compiler/impl/
[DEBUG] adding directory org/jruby/embed/
[DEBUG] adding directory org/jruby/embed/util/
[DEBUG] adding directory org/jruby/embed/internal/
[DEBUG] adding directory org/jruby/embed/io/
[DEBUG] adding directory org/jruby/embed/osgi/
[DEBUG] adding directory org/jruby/embed/osgi/utils/
[DEBUG] adding directory org/jruby/embed/osgi/internal/
[DEBUG] adding directory org/jruby/embed/bsf/
[DEBUG] adding directory org/jruby/embed/variable/
[DEBUG] adding directory org/jruby/embed/jsr223/
[DEBUG] adding entry org.codehaus.plexus.compiler.javac.JavacCompiler7220463883169500373arguments
[DEBUG] adding entry META-INF/services/javax.script.ScriptEngineFactory
[DEBUG] adding entry jruby/java/java_ext.rb
[DEBUG] adding entry jruby/java/java_module.rb
[DEBUG] adding entry jruby/java/java_utilities.rb
[DEBUG] adding entry jruby/java/core_ext/kernel.rb
[DEBUG] adding entry jruby/java/core_ext/object.rb
[DEBUG] adding entry jruby/java/core_ext/module.rb
[DEBUG] adding entry jruby/java/java_ext/java.lang.rb
[DEBUG] adding entry jruby/java/java_ext/java.net.rb
[DEBUG] adding entry jruby/java/java_ext/java.util.rb
[DEBUG] adding entry jruby/java/java_ext/java.io.rb
[DEBUG] adding entry jruby/java/java_ext/java.util.regex.rb
[DEBUG] adding entry jruby/java/java_ext/org.jruby.ast.rb
[DEBUG] adding entry jruby/java/java_package_module_template.rb
[DEBUG] adding entry jruby/java/core_ext.rb
[DEBUG] adding entry jruby/jruby.rb
[DEBUG] adding entry jruby/kernel19.rb
[DEBUG] adding entry jruby/kernel18.rb
[DEBUG] adding entry jruby/path_helper.rb
[DEBUG] adding entry jruby/java.rb
[DEBUG] adding entry jruby/kernel19/process.rb
[DEBUG] adding entry jruby/kernel19/kernel.rb
[DEBUG] adding entry jruby/kernel19/gc.rb
[DEBUG] adding entry jruby/kernel19/io.rb
[DEBUG] adding entry jruby/kernel19/proc.rb
[DEBUG] adding entry jruby/kernel19/enumerator.rb
[DEBUG] adding entry jruby/kernel19/jruby/type.rb
[DEBUG] adding entry jruby/kernel19/jruby/process_util.rb
[DEBUG] adding entry jruby/kernel19/encoding/converter.rb
[DEBUG] adding entry jruby/kernel19/enumerable.rb
[DEBUG] adding entry jruby/kernel19/rubygems.rb
[DEBUG] adding entry jruby/kernel19/thread.rb
[DEBUG] adding entry jruby/kernel19/time.rb
[DEBUG] adding entry jruby/kernel/signal.rb
[DEBUG] adding entry jruby/kernel/jruby/type.rb
[DEBUG] adding entry jruby/kernel/jruby/process_manager.rb
[DEBUG] adding entry jruby/kernel/jruby/generator.rb
[DEBUG] adding entry jruby/kernel/rbconfig.rb
[DEBUG] adding entry jruby/kernel.rb
[DEBUG] adding entry jruby/bundler/startup.rb
[DEBUG] adding entry jruby/kernel20/range.rb
[DEBUG] adding entry jruby/kernel20/load_error.rb
[DEBUG] adding entry jruby/kernel20/enumerable.rb
[DEBUG] adding entry jruby/kernel20.rb
[DEBUG] adding entry jruby/commands.rb
[DEBUG] adding entry org.codehaus.plexus.compiler.javac.JavacCompiler8956901169007843410arguments
[DEBUG] adding entry javac.sh
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$oct.class
[DEBUG] adding entry org/jruby/RubyStruct$INVOKER$i$0$0$size.class
[DEBUG] adding entry org/jruby/RubyDir$INVOKER$s$1$0$exist.class
[DEBUG] adding entry org/jruby/RubyMatchData$INVOKER$i$0$0$names.class
[DEBUG] adding entry org/jruby/RubyComplex$INVOKER$i$1$0$op_mul.class
[DEBUG] adding entry org/jruby/RubyClass$1.class
[DEBUG] adding entry org/jruby/RubyClass$3.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$0$0$to_i.class
[DEBUG] adding entry org/jruby/RubyFileTest$INVOKER$s$1$0$directory_p.class
[DEBUG] adding entry org/jruby/RubyGC$INVOKER$s$0$0$stress.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$to_io.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$0$0$image.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$0$reject.class
[DEBUG] adding entry org/jruby/ast/BlockArg18Node.class
[DEBUG] adding entry org/jruby/ast/YieldTwoNode.class
[DEBUG] adding entry org/jruby/ast/CallNoArgNode.class
[DEBUG] adding entry org/jruby/ast/FCallManyArgsBlockPassNode.class
[DEBUG] adding entry org/jruby/ast/Match2CaptureNode.class
[DEBUG] adding entry org/jruby/ast/IterNode.class
[DEBUG] adding entry org/jruby/ast/RedoNode.class
[DEBUG] adding entry org/jruby/ast/SValueNode.class
[DEBUG] adding entry org/jruby/ast/util/SexpMaker$1.class
[DEBUG] adding entry org/jruby/ast/util/SexpMaker$DigestBuilder.class
[DEBUG] adding entry org/jruby/ast/util/SexpMaker.class
[DEBUG] adding entry org/jruby/ast/util/SexpMaker$Builder.class
[DEBUG] adding entry org/jruby/ast/util/ArgsUtil.class
[DEBUG] adding entry org/jruby/ast/util/SexpMaker$StringBuilder.class
[DEBUG] adding entry org/jruby/ast/FCallNoArgBlockNode.class
[DEBUG] adding entry org/jruby/ast/FCallNoArgNode.class
[DEBUG] adding entry org/jruby/ast/FloatNode.class
[DEBUG] adding entry org/jruby/ast/types/INameNode.class
[DEBUG] adding entry org/jruby/ast/types/IEqlNode.class
[DEBUG] adding entry org/jruby/ast/types/ILiteralNode.class
[DEBUG] adding entry org/jruby/ast/types/IArityNode.class
[DEBUG] adding entry org/jruby/ast/DefnNode.class
[DEBUG] adding entry org/jruby/ast/SelfNode.class
[DEBUG] adding entry org/jruby/ast/CallTwoArgBlockNode.class
[DEBUG] adding entry org/jruby/ast/TrueNode.class
[DEBUG] adding entry org/jruby/ast/InvisibleNode.class
[DEBUG] adding entry org/jruby/ast/BignumNode.class
[DEBUG] adding entry org/jruby/ast/FCallThreeArgBlockNode.class
[DEBUG] adding entry org/jruby/ast/AndNode.class
[DEBUG] adding entry org/jruby/ast/CallOneArgFixnumNode.class
[DEBUG] adding entry org/jruby/ast/CallManyArgsBlockPassNode.class
[DEBUG] adding entry org/jruby/ast/FixnumNode.class
[DEBUG] adding entry org/jruby/ast/CallTwoArgBlockPassNode.class
[DEBUG] adding entry org/jruby/ast/FCallThreeArgBlockPassNode.class
[DEBUG] adding entry org/jruby/ast/SClassNode.class
[DEBUG] adding entry org/jruby/ast/UntilNode.class
[DEBUG] adding entry org/jruby/ast/RescueBodyNode.class
[DEBUG] adding entry org/jruby/ast/ConstDeclNode.class
[DEBUG] adding entry org/jruby/ast/ReturnNode.class
[DEBUG] adding entry org/jruby/ast/FCallManyArgsBlockNode.class
[DEBUG] adding entry org/jruby/ast/DefinedNode.class
[DEBUG] adding entry org/jruby/ast/BlockNode.class
[DEBUG] adding entry org/jruby/ast/IScopingNode.class
[DEBUG] adding entry org/jruby/ast/Colon2Node.class
[DEBUG] adding entry org/jruby/ast/AttrAssignThreeArgNode.class
[DEBUG] adding entry org/jruby/ast/ModuleNode.class
[DEBUG] adding entry org/jruby/ast/CallNoArgBlockNode.class
[DEBUG] adding entry org/jruby/ast/CallThreeArgBlockNode.class
[DEBUG] adding entry org/jruby/ast/FlipNode.class
[DEBUG] adding entry org/jruby/ast/DStrNode.class
[DEBUG] adding entry org/jruby/ast/EvStrNode.class
[DEBUG] adding entry org/jruby/ast/StarNode.class
[DEBUG] adding entry org/jruby/ast/Colon2ImplicitNode.class
[DEBUG] adding entry org/jruby/ast/ClassNode.class
[DEBUG] adding entry org/jruby/ast/ConstNode.class
[DEBUG] adding entry org/jruby/ast/OptArgNode.class
[DEBUG] adding entry org/jruby/ast/RescueNode.class
[DEBUG] adding entry org/jruby/ast/ArgsPreOneArgNode.class
[DEBUG] adding entry org/jruby/ast/FalseNode.class
[DEBUG] adding entry org/jruby/ast/BackRefNode.class
[DEBUG] adding entry org/jruby/ast/DNode.class
[DEBUG] adding entry org/jruby/ast/BlockArgNode.class
[DEBUG] adding entry org/jruby/ast/CallNoArgBlockPassNode.class
[DEBUG] adding entry org/jruby/ast/InstVarNode.class
[DEBUG] adding entry org/jruby/ast/FCallNode.class
[DEBUG] adding entry org/jruby/ast/ClassVarNode.class
[DEBUG] adding entry org/jruby/ast/YieldThreeNode.class
[DEBUG] adding entry org/jruby/ast/YieldNode.class
[DEBUG] adding entry org/jruby/ast/DSymbolNode.class
[DEBUG] adding entry org/jruby/ast/Colon2MethodNode.class
[DEBUG] adding entry org/jruby/ast/MultipleAsgnNode$1.class
[DEBUG] adding entry org/jruby/ast/CallSpecialArgNode.class
[DEBUG] adding entry org/jruby/ast/FCallSpecialArgBlockNode.class
[DEBUG] adding entry org/jruby/ast/YieldOneNode.class
[DEBUG] adding entry org/jruby/ast/UnnamedRestArgNode.class
[DEBUG] adding entry org/jruby/ast/Colon3Node.class
[DEBUG] adding entry org/jruby/ast/Yield19Node.class
[DEBUG] adding entry org/jruby/ast/CaseNode.class
[DEBUG] adding entry org/jruby/ast/OpAsgnNode.class
[DEBUG] adding entry org/jruby/ast/ToAryNode.class
[DEBUG] adding entry org/jruby/ast/GlobalVarNode.class
[DEBUG] adding entry org/jruby/ast/NthRefNode.class
[DEBUG] adding entry org/jruby/ast/AttrAssignOneArgNode.class
[DEBUG] adding entry org/jruby/ast/KeywordRestArgNode.class
[DEBUG] adding entry org/jruby/ast/NewlineNode.class
[DEBUG] adding entry org/jruby/ast/DRegexpNode.class
[DEBUG] adding entry org/jruby/ast/CallSpecialArgBlockPassNode.class
[DEBUG] adding entry org/jruby/ast/RegexpNode.class
[DEBUG] adding entry org/jruby/ast/OrNode.class
[DEBUG] adding entry org/jruby/ast/NilNode.class
[DEBUG] adding entry org/jruby/ast/MultipleAsgn19Node.class
[DEBUG] adding entry org/jruby/ast/CallOneArgNode.class
[DEBUG] adding entry org/jruby/ast/ArgsNode.class
[DEBUG] adding entry org/jruby/ast/ArrayNode.class
[DEBUG] adding entry org/jruby/ast/EncodingNode.class
[DEBUG] adding entry org/jruby/ast/LocalVarNode.class
[DEBUG] adding entry org/jruby/ast/FCallTwoArgBlockNode.class
[DEBUG] adding entry org/jruby/ast/SValue19Node.class
[DEBUG] adding entry org/jruby/ast/CallThreeArgNode.class
[DEBUG] adding entry org/jruby/ast/visitor/NodeVisitor.class
[DEBUG] adding entry org/jruby/ast/visitor/AbstractNodeVisitor.class
[DEBUG] adding entry org/jruby/ast/visitor/InstanceVariableFinder.class
[DEBUG] adding entry org/jruby/ast/FCallTwoArgNode.class
[DEBUG] adding entry org/jruby/ast/ArgsPushNode.class
[DEBUG] adding entry org/jruby/ast/CallManyArgsNode.class
[DEBUG] adding entry org/jruby/ast/ZYieldNode.class
[DEBUG] adding entry org/jruby/ast/ArgumentNode.class
[DEBUG] adding entry org/jruby/ast/IArgumentNode.class
[DEBUG] adding entry org/jruby/ast/SymbolNode.class
[DEBUG] adding entry org/jruby/ast/RetryNode.class
[DEBUG] adding entry org/jruby/ast/LocalAsgnNode.class
[DEBUG] adding entry org/jruby/ast/PreExeNode.class
[DEBUG] adding entry org/jruby/ast/Hash19Node.class
[DEBUG] adding entry org/jruby/ast/MatchNode.class
[DEBUG] adding entry org/jruby/ast/LambdaNode.class
[DEBUG] adding entry org/jruby/ast/DXStrNode.class
[DEBUG] adding entry org/jruby/ast/WhenNode.class
[DEBUG] adding entry org/jruby/ast/java_signature/StringLiteral.class
[DEBUG] adding entry org/jruby/ast/java_signature/StringAnnotationExpression.class
[DEBUG] adding entry org/jruby/ast/java_signature/TypeNode.class
[DEBUG] adding entry org/jruby/ast/java_signature/SignatureNode.class
[DEBUG] adding entry org/jruby/ast/java_signature/DefaultAnnotationParameter.class
[DEBUG] adding entry org/jruby/ast/java_signature/MethodSignatureNode.class
[DEBUG] adding entry org/jruby/ast/java_signature/Annotation.class
[DEBUG] adding entry org/jruby/ast/java_signature/Modifier.class
[DEBUG] adding entry org/jruby/ast/java_signature/Literal.class
[DEBUG] adding entry org/jruby/ast/java_signature/ReferenceTypeNode.class
[DEBUG] adding entry org/jruby/ast/java_signature/ArrayAnnotationExpression.class
[DEBUG] adding entry org/jruby/ast/java_signature/ConstructorSignatureNode.class
[DEBUG] adding entry org/jruby/ast/java_signature/ParameterNode.class
[DEBUG] adding entry org/jruby/ast/java_signature/AnnotationExpression.class
[DEBUG] adding entry org/jruby/ast/java_signature/ArrayTypeNode.class
[DEBUG] adding entry org/jruby/ast/java_signature/PrimitiveTypeNode.class
[DEBUG] adding entry org/jruby/ast/java_signature/AnnotationParameter.class
[DEBUG] adding entry org/jruby/ast/java_signature/CharacterLiteral.class
[DEBUG] adding entry org/jruby/ast/ZeroArgNode.class
[DEBUG] adding entry org/jruby/ast/Match3Node.class
[DEBUG] adding entry org/jruby/ast/SuperNode.class
[DEBUG] adding entry org/jruby/ast/OpAsgnOrNode.class
[DEBUG] adding entry org/jruby/ast/BeginNode.class
[DEBUG] adding entry org/jruby/ast/NonLocalControlFlowNode.class
[DEBUG] adding entry org/jruby/ast/CallTwoArgNode.class
[DEBUG] adding entry org/jruby/ast/CallNode.class
[DEBUG] adding entry org/jruby/ast/OpElementOneArgOrAsgnNode.class
[DEBUG] adding entry org/jruby/ast/AssignableNode.class
[DEBUG] adding entry org/jruby/ast/TypedArgumentNode.class
[DEBUG] adding entry org/jruby/ast/InstAsgnNode.class
[DEBUG] adding entry org/jruby/ast/DefsNode.class
[DEBUG] adding entry org/jruby/ast/DVarNode.class
[DEBUG] adding entry org/jruby/ast/PostExeNode.class
[DEBUG] adding entry org/jruby/ast/SpecialArgs.class
[DEBUG] adding entry org/jruby/ast/FCallOneArgBlockNode.class
[DEBUG] adding entry org/jruby/ast/FCallThreeArgNode.class
[DEBUG] adding entry org/jruby/ast/ClassVarDeclNode.class
[DEBUG] adding entry org/jruby/ast/CallSpecialArgBlockNode.class
[DEBUG] adding entry org/jruby/ast/Yield19Node$1.class
[DEBUG] adding entry org/jruby/ast/BreakNode.class
[DEBUG] adding entry org/jruby/ast/RestArgNode.class
[DEBUG] adding entry org/jruby/ast/DotNode.class
[DEBUG] adding entry org/jruby/ast/WhileNode.class
[DEBUG] adding entry org/jruby/ast/MultipleAsgnNode.class
[DEBUG] adding entry org/jruby/ast/CallManyArgsBlockNode.class
[DEBUG] adding entry org/jruby/ast/ArgAuxillaryNode.class
[DEBUG] adding entry org/jruby/ast/NilImplicitNode.class
[DEBUG] adding entry org/jruby/ast/SplatNode.class
[DEBUG] adding entry org/jruby/ast/DAsgnNode.class
[DEBUG] adding entry org/jruby/ast/BlockPassNode.class
[DEBUG] adding entry org/jruby/ast/EnsureNode.class
[DEBUG] adding entry org/jruby/ast/BinaryOperatorNode.class
[DEBUG] adding entry org/jruby/ast/CallOneArgBlockPassNode.class
[DEBUG] adding entry org/jruby/ast/LiteralNode.class
[DEBUG] adding entry org/jruby/ast/CallThreeArgBlockPassNode.class
[DEBUG] adding entry org/jruby/ast/FCallManyArgsNode.class
[DEBUG] adding entry org/jruby/ast/ZSuperNode.class
[DEBUG] adding entry org/jruby/ast/RootNode.class
[DEBUG] adding entry org/jruby/ast/NodeType.class
[DEBUG] adding entry org/jruby/ast/GlobalAsgnNode.class
[DEBUG] adding entry org/jruby/ast/StrNode.class
[DEBUG] adding entry org/jruby/ast/WhenOneArgNode.class
[DEBUG] adding entry org/jruby/ast/AliasNode.class
[DEBUG] adding entry org/jruby/ast/PreExe19Node.class
[DEBUG] adding entry org/jruby/ast/FCallSpecialArgNode.class
[DEBUG] adding entry org/jruby/ast/OpElementAsgnNode.class
[DEBUG] adding entry org/jruby/ast/Match2Node.class
[DEBUG] adding entry org/jruby/ast/OpAsgnAndNode.class
[DEBUG] adding entry org/jruby/ast/executable/Script.class
[DEBUG] adding entry org/jruby/ast/executable/RuntimeCache.class
[DEBUG] adding entry org/jruby/ast/executable/AbstractScript.class
[DEBUG] adding entry org/jruby/ast/VCallNode.class
[DEBUG] adding entry org/jruby/ast/OpElementOneArgAsgnNode.class
[DEBUG] adding entry org/jruby/ast/OpElementOneArgAndAsgnNode.class
[DEBUG] adding entry org/jruby/ast/KeywordArgNode.class
[DEBUG] adding entry org/jruby/ast/NotNode.class
[DEBUG] adding entry org/jruby/ast/XStrNode.class
[DEBUG] adding entry org/jruby/ast/FileNode.class
[DEBUG] adding entry org/jruby/ast/MethodDefNode.class
[DEBUG] adding entry org/jruby/ast/AttrAssignNode.class
[DEBUG] adding entry org/jruby/ast/HashNode.class
[DEBUG] adding entry org/jruby/ast/BlockAcceptingNode.class
[DEBUG] adding entry org/jruby/ast/ArgsPreTwoArgNode.class
[DEBUG] adding entry org/jruby/ast/ClassVarAsgnNode.class
[DEBUG] adding entry org/jruby/ast/FCallSpecialArgBlockPassNode.class
[DEBUG] adding entry org/jruby/ast/CallOneArgBlockNode.class
[DEBUG] adding entry org/jruby/ast/Node.class
[DEBUG] adding entry org/jruby/ast/ListNode.class
[DEBUG] adding entry org/jruby/ast/UndefNode.class
[DEBUG] adding entry org/jruby/ast/FCallOneArgBlockPassNode.class
[DEBUG] adding entry org/jruby/ast/NextNode.class
[DEBUG] adding entry org/jruby/ast/Splat19Node.class
[DEBUG] adding entry org/jruby/ast/AttrAssignTwoArgNode.class
[DEBUG] adding entry org/jruby/ast/FCallTwoArgBlockPassNode.class
[DEBUG] adding entry org/jruby/ast/VAliasNode.class
[DEBUG] adding entry org/jruby/ast/Colon2ConstNode.class
[DEBUG] adding entry org/jruby/ast/NodeType$1.class
[DEBUG] adding entry org/jruby/ast/FCallNoArgBlockPassNode.class
[DEBUG] adding entry org/jruby/ast/ArgsCatNode.class
[DEBUG] adding entry org/jruby/ast/IfNode.class
[DEBUG] adding entry org/jruby/ast/ZArrayNode.class
[DEBUG] adding entry org/jruby/ast/ForNode.class
[DEBUG] adding entry org/jruby/ast/FCallOneArgNode.class
[DEBUG] adding entry org/jruby/ast/ArgsNoArgNode.class
[DEBUG] adding entry org/jruby/RubyEnumerable$15.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$0$shift.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$0$0$month.class
[DEBUG] adding entry org/jruby/RubyEnumerator$ThreadedNexter.class
[DEBUG] adding entry org/jruby/RubyProcess$RubyStatus$INVOKER$i$1$0$not_implemented1.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$2$0$tr19.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$0$1$seek.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$initialize.class
[DEBUG] adding entry org/jruby/RubyMatchData$INVOKER$i$0$0$select.class
[DEBUG] adding entry org/jruby/RubyComplex$INVOKER$i$0$0$numerator.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$op_cmp.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$lstrip19.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$op_eqq.class
[DEBUG] adding entry org/jruby/RubyEnumerable$38.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$concat.class
[DEBUG] adding entry org/jruby/RubyEncoding$INVOKER$s$2$0$compatible_p.class
[DEBUG] adding entry org/jruby/RubyEnumerator$INVOKER$i$1$0$each_with_object.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$0$0$attr_reader.class
[DEBUG] adding entry org/jruby/RubyInteger$INVOKER$i$1$0$lcm.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$1$0$write_nonblock.class
[DEBUG] adding entry org/jruby/RubyArgsFile$1.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$2$0$hypot.class
[DEBUG] adding entry org/jruby/RubyNil$1.class
[DEBUG] adding entry org/jruby/RubyIO$POpenTuple.class
[DEBUG] adding entry org/jruby/RubyMarshal$INVOKER$s$0$2$dump.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$0$0$hour.class
[DEBUG] adding entry org/jruby/util/MurmurHash.class
[DEBUG] adding entry org/jruby/util/RubyDateFormat$FieldType.class
[DEBUG] adding entry org/jruby/util/WeakReferenceReaper.class
[DEBUG] adding entry org/jruby/util/SafeDoubleParser.class
[DEBUG] adding entry org/jruby/util/Join$AsyncReaction$1.class
[DEBUG] adding entry org/jruby/util/ShellLauncher$1.class
[DEBUG] adding entry org/jruby/util/RubyTimeOutputFormatter.class
[DEBUG] adding entry org/jruby/util/ClassCache$OneShotClassLoader.class
[DEBUG] adding entry org/jruby/util/GenericMap$1.class
[DEBUG] adding entry org/jruby/util/CodegenUtils$InvalidAnnotationDescriptorException.class
[DEBUG] adding entry org/jruby/util/OSEnvironment.class
[DEBUG] adding entry org/jruby/util/Pack$18.class
[DEBUG] adding entry org/jruby/util/ShellLauncher$POpenProcess.class
[DEBUG] adding entry org/jruby/util/Dir$GlobFunc.class
[DEBUG] adding entry org/jruby/util/CompoundJarURLStreamHandler$CompoundJarURLConnection.class
[DEBUG] adding entry org/jruby/util/ShellLauncher$ChannelPumper.class
[DEBUG] adding entry org/jruby/util/RubyDateFormatter$FieldType.class
[DEBUG] adding entry org/jruby/util/Pack$QuadConverter.class
[DEBUG] adding entry org/jruby/util/ShellLauncher.class
[DEBUG] adding entry org/jruby/util/Pack$14.class
[DEBUG] adding entry org/jruby/util/SipHashInline$LongReader$FallbackLongReader.class
[DEBUG] adding entry org/jruby/util/TypeCoercer.class
[DEBUG] adding entry org/jruby/util/Dir.class
[DEBUG] adding entry org/jruby/util/WeakIdentityHashMap.class
[DEBUG] adding entry org/jruby/util/string/JavaCrypt.class
[DEBUG] adding entry org/jruby/util/RubyDateFormat$Token.class
[DEBUG] adding entry org/jruby/util/JRubyFile.class
[DEBUG] adding entry org/jruby/util/Dir$DirGlobber.class
[DEBUG] adding entry org/jruby/util/SafePropertyAccessor.class
[DEBUG] adding entry org/jruby/util/ConvertBytes$ERange.class
[DEBUG] adding entry org/jruby/util/Join$SyncReaction.class
[DEBUG] adding entry org/jruby/util/SafeDecimalParser.class
[DEBUG] adding entry org/jruby/util/Pack$6.class
[DEBUG] adding entry org/jruby/util/CodegenUtils.class
[DEBUG] adding entry org/jruby/util/ConvertBytes$ERange$Kind.class
[DEBUG] adding entry org/jruby/util/io/PermissionDeniedException.class
[DEBUG] adding entry org/jruby/util/io/ChannelStream$InputStreamAdapter.class
[DEBUG] adding entry org/jruby/util/io/ChannelDescriptor.class
[DEBUG] adding entry org/jruby/util/io/STDIO$1.class
[DEBUG] adding entry org/jruby/util/io/SelectBlob$ENXIOSelector.class
[DEBUG] adding entry org/jruby/util/io/Stream.class
[DEBUG] adding entry org/jruby/util/io/NullChannel.class
[DEBUG] adding entry org/jruby/util/io/SelectBlob.class
[DEBUG] adding entry org/jruby/util/io/InvalidValueException.class
[DEBUG] adding entry org/jruby/util/io/EncodingUtils.class
[DEBUG] adding entry org/jruby/util/io/BlockingIO$Condition.class
[DEBUG] adding entry org/jruby/util/io/PipeException.class
[DEBUG] adding entry org/jruby/util/io/BlockingIO$IOChannel.class
[DEBUG] adding entry org/jruby/util/io/STDIO.class
[DEBUG] adding entry org/jruby/util/io/SelectBlob$1.class
[DEBUG] adding entry org/jruby/util/io/FileExistsException.class
[DEBUG] adding entry org/jruby/util/io/OpenFile.class
[DEBUG] adding entry org/jruby/util/io/IOEncodable.class
[DEBUG] adding entry org/jruby/util/io/ChannelStream$OutputStreamAdapter.class
[DEBUG] adding entry org/jruby/util/io/ChannelStream.class
[DEBUG] adding entry org/jruby/util/io/CRLFStreamWrapper.class
[DEBUG] adding entry org/jruby/util/io/BlockingIO$IOSelector.class
[DEBUG] adding entry org/jruby/util/io/ModeFlags.class
[DEBUG] adding entry org/jruby/util/io/BlockingIO.class
[DEBUG] adding entry org/jruby/util/io/SelectorPool.class
[DEBUG] adding entry org/jruby/util/io/OpenFile$Finalizer.class
[DEBUG] adding entry org/jruby/util/io/IOOptions.class
[DEBUG] adding entry org/jruby/util/io/DirectoryAsFileException.class
[DEBUG] adding entry org/jruby/util/io/Sockaddr.class
[DEBUG] adding entry org/jruby/util/io/IOEncodable$ConvConfig.class
[DEBUG] adding entry org/jruby/util/io/BadDescriptorException.class
[DEBUG] adding entry org/jruby/util/io/SelectorFactory.class
[DEBUG] adding entry org/jruby/util/func/Function2.class
[DEBUG] adding entry org/jruby/util/func/Function0.class
[DEBUG] adding entry org/jruby/util/func/Function1.class
[DEBUG] adding entry org/jruby/util/func/FunctionN.class
[DEBUG] adding entry org/jruby/util/func/Function3.class
[DEBUG] adding entry org/jruby/util/WindowsFFI.class
[DEBUG] adding entry org/jruby/util/SipHashInline$1.class
[DEBUG] adding entry org/jruby/util/Pack$3.class
[DEBUG] adding entry org/jruby/util/SunSignalFacade.class
[DEBUG] adding entry org/jruby/util/ClassProvider.class
[DEBUG] adding entry org/jruby/util/Pack$26.class
[DEBUG] adding entry org/jruby/util/WindowsFFI$SingletonHolder.class
[DEBUG] adding entry org/jruby/util/Pack$27.class
[DEBUG] adding entry org/jruby/util/RubyDateFormatter$1.class
[DEBUG] adding entry org/jruby/util/Pack$24.class
[DEBUG] adding entry org/jruby/util/ResourceException$PermissionDenied.class
[DEBUG] adding entry org/jruby/util/ReferenceReaper$SingletonHolder.class
[DEBUG] adding entry org/jruby/util/ShellLauncher$5.class
[DEBUG] adding entry org/jruby/util/Dir$GlobArgs.class
[DEBUG] adding entry org/jruby/util/RubyDateFormat.class
[DEBUG] adding entry org/jruby/util/IOChannel$IOReadableByteChannel.class
[DEBUG] adding entry org/jruby/util/DefinedMessage.class
[DEBUG] adding entry org/jruby/util/Join$AsyncCall$1.class
[DEBUG] adding entry org/jruby/util/ResourceException$IOError.class
[DEBUG] adding entry org/jruby/util/Pack$22.class
[DEBUG] adding entry org/jruby/util/URLResource.class
[DEBUG] adding entry org/jruby/util/SunSignalFacade$JRubySignalHandler.class
[DEBUG] adding entry org/jruby/util/JarFileStat.class
[DEBUG] adding entry org/jruby/util/Numeric.class
[DEBUG] adding entry org/jruby/util/Join$SyncCall.class
[DEBUG] adding entry org/jruby/util/Join$AsyncReaction.class
[DEBUG] adding entry org/jruby/util/ResourceException.class
[DEBUG] adding entry org/jruby/util/JDBCDriverUnloader.class
[DEBUG] adding entry org/jruby/util/SignalFacade.class
[DEBUG] adding entry org/jruby/util/ClassCache$ClassGenerator.class
[DEBUG] adding entry org/jruby/util/SipHashInline$LongReader.class
[DEBUG] adding entry org/jruby/util/Join.class
[DEBUG] adding entry org/jruby/util/NoFunctionalitySignalFacade.class
[DEBUG] adding entry org/jruby/util/NormalizedFile.class
[DEBUG] adding entry org/jruby/util/Pack$1.class
[DEBUG] adding entry org/jruby/util/JRubyClassLoader$1.class
[DEBUG] adding entry org/jruby/util/StringSupport.class
[DEBUG] adding entry org/jruby/util/ShellLauncher$StreamPumper.class
[DEBUG] adding entry org/jruby/util/Pack$12.class
[DEBUG] adding entry org/jruby/util/ClassDefiningClassLoader.class
[DEBUG] adding entry org/jruby/util/WindowsFFI$Kernel32.class
[DEBUG] adding entry org/jruby/util/Sprintf.class
[DEBUG] adding entry org/jruby/util/Join$1.class
[DEBUG] adding entry org/jruby/util/TimeOutputFormatter.class
[DEBUG] adding entry org/jruby/util/Pack$11.class
[DEBUG] adding entry org/jruby/util/ShellLauncher$2.class
[DEBUG] adding entry org/jruby/util/SipHashInline$LongReader$UnsafeLongReader.class
[DEBUG] adding entry org/jruby/util/EmptyFileResource.class
[DEBUG] adding entry org/jruby/util/Pack$28.class
[DEBUG] adding entry org/jruby/util/Numeric$ComplexPatterns.class
[DEBUG] adding entry org/jruby/util/ConvertDouble.class
[DEBUG] adding entry org/jruby/util/GenericMap$Entry.class
[DEBUG] adding entry org/jruby/util/Pack$Converter.class
[DEBUG] adding entry org/jruby/util/GenericMap$KeyOrValueIterator.class
[DEBUG] adding entry org/jruby/util/Pack$7.class
[DEBUG] adding entry org/jruby/util/JRubyNonExistentFile.class
[DEBUG] adding entry org/jruby/util/Pack$4.class
[DEBUG] adding entry org/jruby/util/CompoundJarURLStreamHandler.class
[DEBUG] adding entry org/jruby/util/ShellLauncher$LaunchConfig.class
[DEBUG] adding entry org/jruby/util/GenericMap$2.class
[DEBUG] adding entry org/jruby/util/Qsort.class
[DEBUG] adding entry org/jruby/util/ShellLauncher$Pumper$Slave.class
[DEBUG] adding entry org/jruby/util/JarDirectoryResource.class
[DEBUG] adding entry org/jruby/util/URLUtil.class
[DEBUG] adding entry org/jruby/util/Join$AsyncCall.class
[DEBUG] adding entry org/jruby/util/Pack$16.class
[DEBUG] adding entry org/jruby/util/ShellLauncher$Pumper.class
[DEBUG] adding entry org/jruby/util/JRubyClassLoader.class
[DEBUG] adding entry org/jruby/util/SunSignalFacade$1.class
[DEBUG] adding entry org/jruby/util/JRubyObjectInputStream.class
[DEBUG] adding entry org/jruby/util/Random.class
[DEBUG] adding entry org/jruby/util/ConvertDouble$DoubleConverter.class
[DEBUG] adding entry org/jruby/util/IOOutputStream.class
[DEBUG] adding entry org/jruby/util/Join$Reaction.class
[DEBUG] adding entry org/jruby/util/unsafe/UnsafeHolder.class
[DEBUG] adding entry org/jruby/util/Pack$15.class
[DEBUG] adding entry org/jruby/util/cli/OutputStrings.class
[DEBUG] adding entry org/jruby/util/cli/ArgumentProcessor.class
[DEBUG] adding entry org/jruby/util/cli/Options.class
[DEBUG] adding entry org/jruby/util/cli/ArgumentProcessor$Argument.class
[DEBUG] adding entry org/jruby/util/cli/OutputStrings$1.class
[DEBUG] adding entry org/jruby/util/cli/Category.class
[DEBUG] adding entry org/jruby/util/IOInputStream.class
[DEBUG] adding entry org/jruby/util/ClassCache$KeyedClassReference.class
[DEBUG] adding entry org/jruby/util/encoding/ISO_8859_16$Decoder.class
[DEBUG] adding entry org/jruby/util/encoding/Transcoder.class
[DEBUG] adding entry org/jruby/util/encoding/CharsetTranscoder.class
[DEBUG] adding entry org/jruby/util/encoding/CharsetTranscoder$CodingActions.class
[DEBUG] adding entry org/jruby/util/encoding/ISO_8859_16$Encoder.class
[DEBUG] adding entry org/jruby/util/encoding/CharsetTranscoder$TranscoderEngine$TranscoderState.class
[DEBUG] adding entry org/jruby/util/encoding/RubyCoderResult.class
[DEBUG] adding entry org/jruby/util/encoding/ISO_8859_16.class
[DEBUG] adding entry org/jruby/util/encoding/CharsetTranscoder$TranscoderEngine.class
[DEBUG] adding entry org/jruby/util/Dir$1.class
[DEBUG] adding entry org/jruby/util/JarCache$JarIndex.class
[DEBUG] adding entry org/jruby/util/JarResource.class
[DEBUG] adding entry org/jruby/util/Pack$23.class
[DEBUG] adding entry org/jruby/util/Join$FastReaction.class
[DEBUG] adding entry org/jruby/util/RecursiveComparator.class
[DEBUG] adding entry org/jruby/util/PerlHash.class
[DEBUG] adding entry org/jruby/util/Pack$20.class
[DEBUG] adding entry org/jruby/util/ReferenceReaper$1.class
[DEBUG] adding entry org/jruby/util/ClasspathResource.class
[DEBUG] adding entry org/jruby/util/Join$Spec.class
[DEBUG] adding entry org/jruby/util/Pack$ConverterExecutor.class
[DEBUG] adding entry org/jruby/util/ShellLauncher$ScriptThreadProcess.class
[DEBUG] adding entry org/jruby/util/Join$Call.class
[DEBUG] adding entry org/jruby/util/ShellLauncher$4.class
[DEBUG] adding entry org/jruby/util/JarCache.class
[DEBUG] adding entry org/jruby/util/RegularFileResource.class
[DEBUG] adding entry org/jruby/util/ConvertBytes.class
[DEBUG] adding entry org/jruby/util/IOChannel$IOReadableWritableByteChannel.class
[DEBUG] adding entry org/jruby/util/SafeFloatParser.class
[DEBUG] adding entry org/jruby/util/SoftReferenceReaper.class
[DEBUG] adding entry org/jruby/util/WeakIdentityHashMap$EntryIterator.class
[DEBUG] adding entry org/jruby/util/ShellLauncher$3.class
[DEBUG] adding entry org/jruby/util/ResourceException$ErrnoException.class
[DEBUG] adding entry org/jruby/util/ResourceException$NotFound.class
[DEBUG] adding entry org/jruby/util/log/ParameterizedWriter.class
[DEBUG] adding entry org/jruby/util/log/Logger.class
[DEBUG] adding entry org/jruby/util/log/StandardErrorLogger.class
[DEBUG] adding entry org/jruby/util/log/LoggerFactory.class
[DEBUG] adding entry org/jruby/util/GenericMap$ValueIterator.class
[DEBUG] adding entry org/jruby/util/FileResource.class
[DEBUG] adding entry org/jruby/util/Pack$5.class
[DEBUG] adding entry org/jruby/util/IOChannel.class
[DEBUG] adding entry org/jruby/util/Pack$13.class
[DEBUG] adding entry org/jruby/util/Pack$21.class
[DEBUG] adding entry org/jruby/util/RecursiveComparator$Pair.class
[DEBUG] adding entry org/jruby/util/WeakIdentityHashMap$Entry.class
[DEBUG] adding entry org/jruby/util/ShellLauncher$6.class
[DEBUG] adding entry org/jruby/util/Sprintf$Args.class
[DEBUG] adding entry org/jruby/util/Numeric$RationalPatterns.class
[DEBUG] adding entry org/jruby/util/ShellLauncher$PidGetter.class
[DEBUG] adding entry org/jruby/util/Pack.class
[DEBUG] adding entry org/jruby/util/IOChannel$IOWritableByteChannel.class
[DEBUG] adding entry org/jruby/util/Pack$9.class
[DEBUG] adding entry org/jruby/util/Pack$2.class
[DEBUG] adding entry org/jruby/util/ResourceException$FileExists.class
[DEBUG] adding entry org/jruby/util/IdUtil.class
[DEBUG] adding entry org/jruby/util/ResourceException$FileIsDirectory.class
[DEBUG] adding entry org/jruby/util/Dir$2.class
[DEBUG] adding entry org/jruby/util/collections/IntHashMap$EntrySet.class
[DEBUG] adding entry org/jruby/util/collections/StringArraySet.class
[DEBUG] adding entry org/jruby/util/collections/IntHashMap$ValueIterator.class
[DEBUG] adding entry org/jruby/util/collections/Java7ClassValue.class
[DEBUG] adding entry org/jruby/util/collections/IntHashMap$KeyIterator.class
[DEBUG] adding entry org/jruby/util/collections/IntHashMap$KeySet.class
[DEBUG] adding entry org/jruby/util/collections/IntHashMap$EntryIterator.class
[DEBUG] adding entry org/jruby/util/collections/IntHashMap.class
[DEBUG] adding entry org/jruby/util/collections/ClassValue.class
[DEBUG] adding entry org/jruby/util/collections/IntHashMap$Values.class
[DEBUG] adding entry org/jruby/util/collections/MapBasedClassValue.class
[DEBUG] adding entry org/jruby/util/collections/IntHashMap$1.class
[DEBUG] adding entry org/jruby/util/collections/ClassValueCalculator.class
[DEBUG] adding entry org/jruby/util/collections/Java7ClassValue$1.class
[DEBUG] adding entry org/jruby/util/collections/IntHashMap$HashIterator.class
[DEBUG] adding entry org/jruby/util/collections/WeakHashSet.class
[DEBUG] adding entry org/jruby/util/collections/WeakValuedIdentityMap.class
[DEBUG] adding entry org/jruby/util/collections/WeakValuedIdentityMap$KeyedReference.class
[DEBUG] adding entry org/jruby/util/collections/IntHashMap$Entry.class
[DEBUG] adding entry org/jruby/util/Pack$25.class
[DEBUG] adding entry org/jruby/util/ClassCache.class
[DEBUG] adding entry org/jruby/util/PhantomReferenceReaper.class
[DEBUG] adding entry org/jruby/util/InputStreamMarkCursor.class
[DEBUG] adding entry org/jruby/util/GenericMap.class
[DEBUG] adding entry org/jruby/util/Pack$10.class
[DEBUG] adding entry org/jruby/util/Pack$19.class
[DEBUG] adding entry org/jruby/util/Pack$17.class
[DEBUG] adding entry org/jruby/util/SipHashInline.class
[DEBUG] adding entry org/jruby/util/RubyDateFormatter$Format.class
[DEBUG] adding entry org/jruby/util/JarFileResource.class
[DEBUG] adding entry org/jruby/util/GenericMap$3.class
[DEBUG] adding entry org/jruby/util/Pack$8.class
[DEBUG] adding entry org/jruby/util/RubyDateFormatter.class
[DEBUG] adding entry org/jruby/util/ReferenceReaper.class
[DEBUG] adding entry org/jruby/util/RegexpOptions.class
[DEBUG] adding entry org/jruby/util/TypeConverter.class
[DEBUG] adding entry org/jruby/util/RubyDateFormatter$Token.class
[DEBUG] adding entry org/jruby/util/GenericMap$KeyIterator.class
[DEBUG] adding entry org/jruby/util/Dir$GlobPattern.class
[DEBUG] adding entry org/jruby/util/KCode.class
[DEBUG] adding entry org/jruby/util/JavaNameMangler.class
[DEBUG] adding entry org/jruby/util/NailMain.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$0$each.class
[DEBUG] adding entry org/jruby/RubyEnumerator$INVOKER$s$with_index19.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$reverse_each.class
[DEBUG] adding entry org/jruby/RubyProcess$INVOKER$s$0$1$exit_bang.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$1$0$included.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$i$1$0$divmod.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$s$0$2$sysopen.class
[DEBUG] adding entry org/jruby/RubyHash$28.class
[DEBUG] adding entry org/jruby/RubyNil$INVOKER$s$1$0$op_xor.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$1$0$initialize_copy.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$0$0$closed_p.class
[DEBUG] adding entry org/jruby/RubyStruct$StructMethods$INVOKER$s$newStruct.class
[DEBUG] adding entry org/jruby/RubyInteger$INVOKER$s$1$0$induced_from.class
[DEBUG] adding entry org/jruby/RubyNameError$RubyNameErrorMessage$INVOKER$i$1$0$dump.class
[DEBUG] adding entry org/jruby/Ruby$5.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$codepoints.class
[DEBUG] adding entry org/jruby/RubyException$INVOKER$i$0$0$backtrace_locations.class
[DEBUG] adding entry org/jruby/RubyProcess$INVOKER$s$0$0$waitpid2.class
[DEBUG] adding entry org/jruby/RubyFixnum$INVOKER$i$0$0$odd_p.class
[DEBUG] adding entry org/jruby/RubyThreadGroup.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$oct19.class
[DEBUG] adding entry org/jruby/RubySystemExit$1.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$delete_if.class
[DEBUG] adding entry org/jruby/RubyFileTest$INVOKER$s$1$0$blockdev_p.class
[DEBUG] adding entry org/jruby/RubyRegexp$ErrorMode.class
[DEBUG] adding entry org/jruby/RubyRegexp$INVOKER$s$last_match_s.class
[DEBUG] adding entry org/jruby/platform/Platform.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$aset19.class
[DEBUG] adding entry org/jruby/RubyBoolean$False$INVOKER$s$1$0$false_or.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$cbrt.class
[DEBUG] adding entry org/jruby/java/util/SystemPropertiesMap.class
[DEBUG] adding entry org/jruby/java/util/BlankSlateWrapper.class
[DEBUG] adding entry org/jruby/java/util/ArrayUtils.class
[DEBUG] adding entry org/jruby/java/invokers/MethodInvoker.class
[DEBUG] adding entry org/jruby/java/invokers/ConstructorInvoker.class
[DEBUG] adding entry org/jruby/java/invokers/FieldMethodOne.class
[DEBUG] adding entry org/jruby/java/invokers/InstanceFieldSetter.class
[DEBUG] adding entry org/jruby/java/invokers/InstanceFieldGetter.class
[DEBUG] adding entry org/jruby/java/invokers/SingletonMethodInvoker.class
[DEBUG] adding entry org/jruby/java/invokers/StaticFieldSetter.class
[DEBUG] adding entry org/jruby/java/invokers/InstanceMethodInvoker.class
[DEBUG] adding entry org/jruby/java/invokers/StaticMethodInvoker.class
[DEBUG] adding entry org/jruby/java/invokers/StaticFieldGetter.class
[DEBUG] adding entry org/jruby/java/invokers/RubyToJavaInvoker.class
[DEBUG] adding entry org/jruby/java/invokers/FieldMethodZero.class
[DEBUG] adding entry org/jruby/java/dispatch/CallableSelector$2.class
[DEBUG] adding entry org/jruby/java/dispatch/CallableSelector$CallableAcceptor.class
[DEBUG] adding entry org/jruby/java/dispatch/CallableSelector$6.class
[DEBUG] adding entry org/jruby/java/dispatch/CallableSelector$8.class
[DEBUG] adding entry org/jruby/java/dispatch/CallableSelector$4.class
[DEBUG] adding entry org/jruby/java/dispatch/CallableSelector$Matcher.class
[DEBUG] adding entry org/jruby/java/dispatch/CallableSelector.class
[DEBUG] adding entry org/jruby/java/dispatch/CallableSelector$5.class
[DEBUG] adding entry org/jruby/java/dispatch/CallableSelector$1.class
[DEBUG] adding entry org/jruby/java/dispatch/CallableSelector$3.class
[DEBUG] adding entry org/jruby/java/dispatch/CallableSelector$7.class
[DEBUG] adding entry org/jruby/java/proxies/ArrayJavaProxy$INVOKER$i$op_aref.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$1$0$index19.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$1$0$has_value_p.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$1$0$assoc.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$0$0$empty_p.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$default_value_get.class
[DEBUG] adding entry org/jruby/java/proxies/ArrayJavaProxy$INVOKER$i$0$0$to_a.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$0$0$each_value.class
[DEBUG] adding entry org/jruby/java/proxies/JavaInterfaceTemplate$INVOKER$s$1$0$implement.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$1.class
[DEBUG] adding entry org/jruby/java/proxies/JavaInterfaceTemplate$11.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$0$0$sort.class
[DEBUG] adding entry org/jruby/java/proxies/JavaInterfaceTemplate$INVOKER$s$0$0$op_aref.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$0$0$hash19.class
[DEBUG] adding entry org/jruby/java/proxies/JavaInterfaceTemplate$9.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$1$0$op_aref.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$0$0$select.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$1$0$op_eql19.class
[DEBUG] adding entry org/jruby/java/proxies/JavaInterfaceTemplate$10.class
[DEBUG] adding entry org/jruby/java/proxies/JavaInterfaceTemplate$4.class
[DEBUG] adding entry org/jruby/java/proxies/JavaInterfaceTemplate$3.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$RubyHashMap.class
[DEBUG] adding entry org/jruby/java/proxies/ArrayJavaProxy$INVOKER$i$0$0$empty.class
[DEBUG] adding entry org/jruby/java/proxies/JavaProxy$INVOKER$i$1$0$marshal_load.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy.class
[DEBUG] adding entry org/jruby/java/proxies/JavaInterfaceTemplate$7.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$1$0$has_key_p.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$2$0$op_aset.class
[DEBUG] adding entry org/jruby/java/proxies/ArrayJavaProxy$ArrayNewMethod.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$1$0$default_value_set.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$0$0$hash.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$1$0$rassoc.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$0$0$to_a.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$0$0$invert.class
[DEBUG] adding entry org/jruby/java/proxies/JavaProxy$INVOKER$i$1$0$equal_p.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$flatten.class
[DEBUG] adding entry org/jruby/java/proxies/JavaProxy$INVOKER$s$0$0$persistent.class
[DEBUG] adding entry org/jruby/java/proxies/ConcreteJavaProxy.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$0$0$delete_if.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$1$0$merge.class
[DEBUG] adding entry org/jruby/java/proxies/ConcreteJavaProxy$1.class
[DEBUG] adding entry org/jruby/java/proxies/JavaProxy$INVOKER$s$1$0$persistent.class
[DEBUG] adding entry org/jruby/java/proxies/ArrayJavaProxy.class
[DEBUG] adding entry org/jruby/java/proxies/JavaProxy$INVOKER$i$java_method.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$0$0$getCompareByIdentity_p.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$0$0$rb_clear.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$0$0$to_s.class
[DEBUG] adding entry org/jruby/java/proxies/JavaProxy$1.class
[DEBUG] adding entry org/jruby/java/proxies/ArrayJavaProxyCreator.class
[DEBUG] adding entry org/jruby/java/proxies/JavaInterfaceTemplate$INVOKER$s$1$0$append_features.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$1$0$replace.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$1$0$key.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$0$0$reject_bang.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$0$0$select_bang.class
[DEBUG] adding entry org/jruby/java/proxies/JavaProxy$INVOKER$s$0$0$singleton_class.class
[DEBUG] adding entry org/jruby/java/proxies/JavaProxy$INVOKER$s$1$0$new_array.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$1$0$merge_bang19.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$0$0$each_pair.class
[DEBUG] adding entry org/jruby/java/proxies/JavaProxy$INVOKER$s$0$0$op_aref.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$0$0$inspect.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$0$0$keep_if.class
[DEBUG] adding entry org/jruby/java/proxies/InterfaceJavaProxy$1.class
[DEBUG] adding entry org/jruby/java/proxies/JavaInterfaceTemplate$2.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$1$0$replace19.class
[DEBUG] adding entry org/jruby/java/proxies/ArrayJavaProxy$INVOKER$i$1$0$at.class
[DEBUG] adding entry org/jruby/java/proxies/JavaProxy$INVOKER$s$1$0$inherited.class
[DEBUG] adding entry org/jruby/java/proxies/JavaInterfaceTemplate$INVOKER$s$0$0$impl.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$0$0$each19.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$0$0$rb_values.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$0$0$to_hash.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$0$0$getCompareByIdentity.class
[DEBUG] adding entry org/jruby/java/proxies/RubyObjectHolderProxy.class
[DEBUG] adding entry org/jruby/java/proxies/JavaInterfaceTemplate$INVOKER$s$0$0$rbNew.class
[DEBUG] adding entry org/jruby/java/proxies/JavaInterfaceTemplate$1.class
[DEBUG] adding entry org/jruby/java/proxies/ArrayJavaProxy$INVOKER$i$0$0$inspect.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$0$0$values_at.class
[DEBUG] adding entry org/jruby/java/proxies/JavaProxy$INVOKER$i$java_send.class
[DEBUG] adding entry org/jruby/java/proxies/JavaInterfaceTemplate.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$0$0$rb_size.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$1$0$index.class
[DEBUG] adding entry org/jruby/java/proxies/JavaProxy$2.class
[DEBUG] adding entry org/jruby/java/proxies/JavaProxy$INVOKER$s$0$0$field_writer.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$0$0$default_proc.class
[DEBUG] adding entry org/jruby/java/proxies/ArrayJavaProxy$INVOKER$i$2$0$op_aset.class
[DEBUG] adding entry org/jruby/java/proxies/JavaInterfaceTemplate$INVOKER$s$1$0$extended.class
[DEBUG] adding entry org/jruby/java/proxies/JavaInterfaceTemplate$8.class
[DEBUG] adding entry org/jruby/java/proxies/ArrayJavaProxy$INVOKER$i$0$0$each.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$0$0$rehash.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$fetch.class
[DEBUG] adding entry org/jruby/java/proxies/InterfaceJavaProxy.class
[DEBUG] adding entry org/jruby/java/proxies/InterfaceJavaProxy$JavaInterfaceExtender.class
[DEBUG] adding entry org/jruby/java/proxies/ConcreteJavaProxy$3.class
[DEBUG] adding entry org/jruby/java/proxies/ArrayJavaProxyCreator$INVOKER$i$0$0$op_aref.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$0$1$fetch.class
[DEBUG] adding entry org/jruby/java/proxies/JavaProxy.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$0$0$select19.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$0$0$each_key.class
[DEBUG] adding entry org/jruby/java/proxies/JavaProxy$INVOKER$s$0$0$field_accessor.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$0$0$reject.class
[DEBUG] adding entry org/jruby/java/proxies/ConcreteJavaProxy$2.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$0$0$each.class
[DEBUG] adding entry org/jruby/java/proxies/ArrayJavaProxy$INVOKER$i$0$0$length.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$1$0$delete.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$1$0$initialize_copy.class
[DEBUG] adding entry org/jruby/java/proxies/InterfaceJavaProxy$JavaInterfaceExtender$INVOKER$s$1$0$initialize.class
[DEBUG] adding entry org/jruby/java/proxies/JavaInterfaceTemplate$5.class
[DEBUG] adding entry org/jruby/java/proxies/JavaInterfaceTemplate$6.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$1$0$merge_bang.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$0$0$keys.class
[DEBUG] adding entry org/jruby/java/proxies/JavaProxy$INVOKER$s$0$0$field_reader.class
[DEBUG] adding entry org/jruby/java/proxies/ArrayJavaProxy$INVOKER$i$1$0$op_plus.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$0$0$shift.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$1$0$set_default_proc.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$0$0$to_s19.class
[DEBUG] adding entry org/jruby/java/proxies/InterfaceJavaProxy$JavaInterfaceExtender$INVOKER$s$1$0$extend_proxy.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$1$0$initialize_copy19.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$0$0$indices.class
[DEBUG] adding entry org/jruby/java/proxies/JavaProxy$INVOKER$i$0$0$marshal_dump.class
[DEBUG] adding entry org/jruby/java/proxies/MapJavaProxy$INVOKER$i$1$0$op_equal.class
[DEBUG] adding entry org/jruby/java/proxies/ArrayJavaProxyCreator$INVOKER$i$0$0$_new.class
[DEBUG] adding entry org/jruby/java/addons/KernelJavaAddons$INVOKER$s$0$0$java_annotation.class
[DEBUG] adding entry org/jruby/java/addons/KernelJavaAddons.class
[DEBUG] adding entry org/jruby/java/addons/KernelJavaAddons$INVOKER$s$0$0$java_package.class
[DEBUG] adding entry org/jruby/java/addons/IOJavaAddons$INVOKER$s$0$0$to_outputstream.class
[DEBUG] adding entry org/jruby/java/addons/IOJavaAddons$AnyIO.class
[DEBUG] adding entry org/jruby/java/addons/KernelJavaAddons$INVOKER$s$0$0$java_signature.class
[DEBUG] adding entry org/jruby/java/addons/KernelJavaAddons$INVOKER$s$to_java.class
[DEBUG] adding entry org/jruby/java/addons/StringJavaAddons$INVOKER$s$0$0$to_java_string.class
[DEBUG] adding entry org/jruby/java/addons/IOJavaAddons$AnyIO$INVOKER$s$0$0$any_to_outputstream.class
[DEBUG] adding entry org/jruby/java/addons/ArrayJavaAddons$INVOKER$s$1$0$copy_data_simple.class
[DEBUG] adding entry org/jruby/java/addons/ArrayJavaAddons$INVOKER$s$2$0$copy_data.class
[DEBUG] adding entry org/jruby/java/addons/IOJavaAddons$INVOKER$s$0$0$to_inputstream.class
[DEBUG] adding entry org/jruby/java/addons/KernelJavaAddons$INVOKER$s$0$0$java_implements.class
[DEBUG] adding entry org/jruby/java/addons/KernelJavaAddons$INVOKER$s$0$0$java_field.class
[DEBUG] adding entry org/jruby/java/addons/KernelJavaAddons$INVOKER$s$0$0$java_require.class
[DEBUG] adding entry org/jruby/java/addons/StringJavaAddons$INVOKER$s$0$0$to_java_bytes.class
[DEBUG] adding entry org/jruby/java/addons/IOJavaAddons.class
[DEBUG] adding entry org/jruby/java/addons/IOJavaAddons$AnyIO$INVOKER$s$0$0$any_to_inputstream.class
[DEBUG] adding entry org/jruby/java/addons/StringJavaAddons.class
[DEBUG] adding entry org/jruby/java/addons/KernelJavaAddons$INVOKER$s$0$3$rbRaise.class
[DEBUG] adding entry org/jruby/java/addons/IOJavaAddons$AnyIO$INVOKER$s$0$0$any_to_channel.class
[DEBUG] adding entry org/jruby/java/addons/ArrayJavaAddons$INVOKER$s$dimensions.class
[DEBUG] adding entry org/jruby/java/addons/IOJavaAddons$INVOKER$s$0$0$to_channel.class
[DEBUG] adding entry org/jruby/java/addons/StringJavaAddons$INVOKER$s$from_java_bytes.class
[DEBUG] adding entry org/jruby/java/addons/ArrayJavaAddons.class
[DEBUG] adding entry org/jruby/java/addons/KernelJavaAddons$INVOKER$s$0$0$java_name.class
[DEBUG] adding entry org/jruby/java/codegen/RealClassGenerator.class
[DEBUG] adding entry org/jruby/java/codegen/Reified.class
[DEBUG] adding entry org/jruby/RubyObject$4.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$center19.class
[DEBUG] adding entry org/jruby/RubyKernel$8.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$2$0$ldexp19.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$1$initialize.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$1$0$op_equal.class
[DEBUG] adding entry org/jruby/RubyFileTest$INVOKER$s$1$0$worldReadable.class
[DEBUG] adding entry org/jruby/RubyProcess$INVOKER$s$0$0$fork19.class
[DEBUG] adding entry org/jruby/NativeException$INVOKER$i$0$0$cause.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$getbyte.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$equal_p.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$op_lt19.class
[DEBUG] adding entry org/jruby/RubyTime.class
[DEBUG] adding entry org/jruby/RubyHash$FoundPair.class
[DEBUG] adding entry org/jruby/RubyStruct$1.class
[DEBUG] adding entry org/jruby/RubyProcess$Sys$INVOKER$s$1$0$seteuid.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$s$at.class
[DEBUG] adding entry org/jruby/RubyMatchData$INVOKER$i$0$0$pre_match.class
[DEBUG] adding entry org/jruby/RubyFixnum$INVOKER$i$1$0$op_minus.class
[DEBUG] adding entry org/jruby/RubyRange$INVOKER$i$first.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$1$0$repeated_permutation.class
[DEBUG] adding entry org/jruby/RubyFileTest$INVOKER$s$1$0$size_p.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$gsub_bang19.class
[DEBUG] adding entry org/jruby/RubyProc$INVOKER$i$0$0$rbClone.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$hash.class
[DEBUG] adding entry org/jruby/RubyProcess$INVOKER$s$0$0$times.class
[DEBUG] adding entry org/jruby/RubyMath$NemesLogGamma.class
[DEBUG] adding entry org/jruby/RubyProcess$INVOKER$s$0$0$fork.class
[DEBUG] adding entry org/jruby/RubyStruct$StructMethods$INVOKER$s$0$0$members.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$0$0$to_s.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$0$1$each_line19.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$flatten19.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$0$0$ancestors.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$__dir__.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$s$1$0$split.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$1$0$op_aref.class
[DEBUG] adding entry org/jruby/RubyInteger$INVOKER$i$0$0$round.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$0$1$public_instance_methods19.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$fcntl.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$each_char19.class
[DEBUG] adding entry org/jruby/RubyBignum$INVOKER$i$1$0$op_cmp.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$lstrip.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$1$0$pack.class
[DEBUG] adding entry org/jruby/RubyEnumerator$INVOKER$i$each.class
[DEBUG] adding entry org/jruby/RubyPrecision$INVOKER$s$1$0$append_features.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$s$0$0$create.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$0$each19.class
[DEBUG] adding entry org/jruby/RubyThread$Location$INVOKER$i$0$0$base_label.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$1$methods19.class
[DEBUG] adding entry org/jruby/RubyObjectVar0.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$chop_bang.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$1$0$key.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$1$0$private_method_defined.class
[DEBUG] adding entry org/jruby/RubyContinuation$INVOKER$i$0$0$call.class
[DEBUG] adding entry org/jruby/RubyClassPathVariable$INVOKER$i$0$0$inspect.class
[DEBUG] adding entry org/jruby/RubyProc$INVOKER$i$0$0$call19.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$i$0$0$zero_p.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$1$protected_methods19.class
[DEBUG] adding entry org/jruby/RubyRegexp$INVOKER$i$1$0$op_match19.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$untrusted_p.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$callcc.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$printf.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$intern19.class
[DEBUG] adding entry org/jruby/RubyBignum$INVOKER$i$0$0$to_f.class
[DEBUG] adding entry org/jruby/RubyFileTest$FileTestFileMethods$INVOKER$s$1$0$size_p.class
[DEBUG] adding entry org/jruby/RubyMethod$INVOKER$i$0$0$receiver.class
[DEBUG] adding entry org/jruby/RubyBoolean$False.class
[DEBUG] adding entry org/jruby/RubyGlobal$1.class
[DEBUG] adding entry org/jruby/RubyUnboundMethod$INVOKER$i$0$0$name.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$1$0$initialize_copy19.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$0$0$mday.class
[DEBUG] adding entry org/jruby/RubyEnumerable$7.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$0$0$numerator.class
[DEBUG] adding entry org/jruby/RubyBignum$INVOKER$i$1$0$op_aref.class
[DEBUG] adding entry org/jruby/RubyDir$INVOKER$i$0$0$path.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$1$0$coerce.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$singleton_method_removed.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$fetch.class
[DEBUG] adding entry org/jruby/RubyStruct$INVOKER$i$0$0$select18.class
[DEBUG] adding entry org/jruby/RubyRandom$RangeLike.class
[DEBUG] adding entry org/jruby/anno/JRubyModule.class
[DEBUG] adding entry org/jruby/anno/InvokerGenerator.class
[DEBUG] adding entry org/jruby/anno/TypePopulator.class
[DEBUG] adding entry org/jruby/anno/FrameField$1.class
[DEBUG] adding entry org/jruby/anno/JRubyClass.class
[DEBUG] adding entry org/jruby/anno/FrameField.class
[DEBUG] adding entry org/jruby/anno/TypePopulator$DefaultTypePopulator.class
[DEBUG] adding entry org/jruby/anno/AnnotationBinder.class
[DEBUG] adding entry org/jruby/anno/JRubyConstant.class
[DEBUG] adding entry org/jruby/anno/CoercionType.class
[DEBUG] adding entry org/jruby/anno/JRubyMethod.class
[DEBUG] adding entry org/jruby/anno/JavaMethodDescriptor.class
[DEBUG] adding entry org/jruby/anno/AnnotationHelper.class
[DEBUG] adding entry org/jruby/anno/Coercion.class
[DEBUG] adding entry org/jruby/RubyFileTest$FileTestFileMethods$INVOKER$s$1$0$directory_p.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$instance_variable_defined_p.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$1$0$divmod.class
[DEBUG] adding entry org/jruby/RubyProcess$Sys$INVOKER$s$1$0$setuid.class
[DEBUG] adding entry org/jruby/RubyHash.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$2$readlines19.class
[DEBUG] adding entry org/jruby/RubyComparable$INVOKER$s$1$0$op_gt.class
[DEBUG] adding entry org/jruby/RubyObjectSpace$WeakMap$INVOKER$i$1$0$op_aref.class
[DEBUG] adding entry org/jruby/RubyKernel$EvalBinding.class
[DEBUG] adding entry org/jruby/RubyFileTest$FileTestFileMethods$INVOKER$s$1$0$setgid_p.class
[DEBUG] adding entry org/jruby/RubyRational$INVOKER$i$op_truncate.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$s$1$0$mtime.class
[DEBUG] adding entry org/jruby/RubyHash$26.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$step.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$1$0$const_missing.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$getc.class
[DEBUG] adding entry org/jruby/RubyIO$3.class
[DEBUG] adding entry org/jruby/RubyInteger$INVOKER$i$round19.class
[DEBUG] adding entry org/jruby/RubyRange$1.class
[DEBUG] adding entry org/jruby/RubySystemExit$INVOKER$i$0$0$status.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$chomp_bang.class
[DEBUG] adding entry org/jruby/BasicObjectStub$DummyInternalVariables.class
[DEBUG] adding entry org/jruby/RubyBignum$INVOKER$i$1$0$quo19.class
[DEBUG] adding entry org/jruby/IncludedModuleWrapper.class
[DEBUG] adding entry org/jruby/RubyRange$StepBlockCallBack.class
[DEBUG] adding entry org/jruby/RubyFixnum$INVOKER$i$0$0$zero_p.class
[DEBUG] adding entry org/jruby/RubyClass$INVOKER$i$1$0$initialize_copy.class
[DEBUG] adding entry org/jruby/RubyYielder$INVOKER$i$0$0$op_lshift.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$shuffle.class
[DEBUG] adding entry org/jruby/RubyClassPathVariable$INVOKER$i$0$0$each.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$i$1$0$op_lt.class
[DEBUG] adding entry org/jruby/RubyFixnum$INVOKER$i$1$0$op_or.class
[DEBUG] adding entry org/jruby/RubyRational$INVOKER$i$1$0$op_equal.class
[DEBUG] adding entry org/jruby/RubyHash$5.class
[DEBUG] adding entry org/jruby/evaluator/ASTInterpreter.class
[DEBUG] adding entry org/jruby/evaluator/AssignmentVisitor.class
[DEBUG] adding entry org/jruby/RubyRational$INVOKER$i$1$0$op_mod.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$1$0$extended.class
[DEBUG] adding entry org/jruby/RubyComparable.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$19.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$Priority.class
[DEBUG] adding entry org/jruby/javasupport/JavaCallable$INVOKER$i$0$0$generic_exception_types.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$1.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$FieldInstaller.class
[DEBUG] adding entry org/jruby/javasupport/util/ObjectProxyCache$SoftEntryRef.class
[DEBUG] adding entry org/jruby/javasupport/util/ObjectProxyCache$Segment.class
[DEBUG] adding entry org/jruby/javasupport/util/ObjectProxyCache.class
[DEBUG] adding entry org/jruby/javasupport/util/ObjectProxyCache$Entry.class
[DEBUG] adding entry org/jruby/javasupport/util/ObjectProxyCache$1.class
[DEBUG] adding entry org/jruby/javasupport/util/RuntimeHelpers.class
[DEBUG] adding entry org/jruby/javasupport/util/ObjectProxyCache$ReferenceType.class
[DEBUG] adding entry org/jruby/javasupport/util/ObjectProxyCache$EntryRef.class
[DEBUG] adding entry org/jruby/javasupport/util/ObjectProxyCache$WeakEntryRef.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtilities$INVOKER$s$1$0$get_top_level_proxy_or_package.class
[DEBUG] adding entry org/jruby/javasupport/JavaProxyMethods$INVOKER$s$1$0$java_object_set.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$47.class
[DEBUG] adding entry org/jruby/javasupport/JavaEmbedUtils$1.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$JavaConverter.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$14.class
[DEBUG] adding entry org/jruby/javasupport/JavaSupport$3.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$34.class
[DEBUG] adding entry org/jruby/javasupport/Java$INVOKER$s$1$0$java_to_ruby.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$35.class
[DEBUG] adding entry org/jruby/javasupport/JavaAccessibleObject$INVOKER$i$0$0$name.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$constructor.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$3.class
[DEBUG] adding entry org/jruby/javasupport/JavaCallable.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$java_class_methods.class
[DEBUG] adding entry org/jruby/javasupport/JavaObject$INVOKER$i$0$0$java_class.class
[DEBUG] adding entry org/jruby/javasupport/Java$7.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$1$0$op_cmp.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$31.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$48.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$10.class
[DEBUG] adding entry org/jruby/javasupport/JavaAccessibleObject$INVOKER$i$1$0$setAccessible.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$12.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$23.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtilities$INVOKER$s$1$0$get_proxy_class.class
[DEBUG] adding entry org/jruby/javasupport/JavaProxyMethods.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$SingletonMethodInvokerInstaller.class
[DEBUG] adding entry org/jruby/javasupport/JavaAccessibleObject$INVOKER$i$0$0$declaring_class.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$1$0$new_array.class
[DEBUG] adding entry org/jruby/javasupport/JavaObject$INVOKER$i$0$0$length.class
[DEBUG] adding entry org/jruby/javasupport/Java$JavaProxyClassMethods$INVOKER$s$java_send.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$ConstructorInvokerInstaller$1.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$ClassInitializer.class
[DEBUG] adding entry org/jruby/javasupport/JavaProxyMethods$INVOKER$s$0$0$rbSynchronized.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$StaticFieldGetterInstaller.class
[DEBUG] adding entry org/jruby/javasupport/JavaObject$INVOKER$i$0$0$marshal_dump.class
[DEBUG] adding entry org/jruby/javasupport/JavaConstructor.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$declaring_class.class
[DEBUG] adding entry org/jruby/javasupport/JavaObject$INVOKER$i$0$0$hash.class
[DEBUG] adding entry org/jruby/javasupport/JavaSupport$1.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$21.class
[DEBUG] adding entry org/jruby/javasupport/JavaEmbedUtils$2.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtilities$INVOKER$s$2$0$get_proxy_or_package_under_package.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass.class
[DEBUG] adding entry org/jruby/javasupport/JavaField$INVOKER$i$2$0$set_value.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$generic_interfaces.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$1$0$resource.class
[DEBUG] adding entry org/jruby/javasupport/JavaField$INVOKER$i$0$0$field_type.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$classes.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$interface_p.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$26.class
[DEBUG] adding entry org/jruby/javasupport/JavaField$INVOKER$i$0$0$static_p.class
[DEBUG] adding entry org/jruby/javasupport/JavaArray.class
[DEBUG] adding entry org/jruby/javasupport/JavaSupport$2.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$49.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$38.class
[DEBUG] adding entry org/jruby/javasupport/Java$INVOKER$s$2$0$new_proxy_instance2.class
[DEBUG] adding entry org/jruby/javasupport/Java.class
[DEBUG] adding entry org/jruby/javasupport/JavaObject$INVOKER$i$0$0$to_s.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$28.class
[DEBUG] adding entry org/jruby/javasupport/JavaObject$INVOKER$i$0$0$ruby_synchronized.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$22.class
[DEBUG] adding entry org/jruby/javasupport/JavaArrayUtilities$INVOKER$s$bytes_to_ruby_string.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$2.class
[DEBUG] adding entry org/jruby/javasupport/JavaAccessibleObject.class
[DEBUG] adding entry org/jruby/javasupport/JavaAccessibleObject$INVOKER$i$1$0$same.class
[DEBUG] adding entry org/jruby/javasupport/Java$5.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$class_loader.class
[DEBUG] adding entry org/jruby/javasupport/JavaArrayUtilities$INVOKER$s$1$0$ruby_string_to_bytes.class
[DEBUG] adding entry org/jruby/javasupport/JavaObject$1.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$array_p.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$constructors.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$ConstantField.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$private_p.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$enum_constants.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$41.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$1.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$java_instance_methods.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$1$0$extend_proxy.class
[DEBUG] adding entry org/jruby/javasupport/Java$NewStyleExtensionInherited$INVOKER$s$1$0$inherited.class
[DEBUG] adding entry org/jruby/javasupport/JavaAccessibleObject$INVOKER$i$1$0$annotation.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$enclosing_class.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$InterfaceInitializer.class
[DEBUG] adding entry org/jruby/javasupport/JavaAccessibleObject$INVOKER$i$1$0$annotation_present_p.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$declared_annotations_p.class
[DEBUG] adding entry org/jruby/javasupport/JavaMethod$INVOKER$i$0$0$final_p.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$signers.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$42.class
[DEBUG] adding entry org/jruby/javasupport/JavaEmbedUtils$EvalUnit.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$enclosing_constructor.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$37.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$8.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$array_class.class
[DEBUG] adding entry org/jruby/javasupport/JavaAccessibleObject$INVOKER$i$0$0$isAccessible.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$30.class
[DEBUG] adding entry org/jruby/javasupport/JavaConstructor$INVOKER$i$0$0$type_parameters.class
[DEBUG] adding entry org/jruby/javasupport/Java$JavaProxyClassMethods.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$54.class
[DEBUG] adding entry org/jruby/javasupport/JavaCallable$INVOKER$i$0$0$generic_parameter_types.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$46.class
[DEBUG] adding entry org/jruby/javasupport/JavaField$INVOKER$i$0$0$enum_constant_p.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$36.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$5.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$anonymous_class_p.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$protected_p.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$1$0$declared_field.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$1$0$annotation.class
[DEBUG] adding entry org/jruby/javasupport/Java$1.class
[DEBUG] adding entry org/jruby/javasupport/JavaField$INVOKER$i$0$0$final_p.class
[DEBUG] adding entry org/jruby/javasupport/JavaCallable$INVOKER$i$0$0$parameter_types.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$32.class
[DEBUG] adding entry org/jruby/javasupport/JavaMethod$INVOKER$i$0$0$return_type.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$51.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$type_parameters.class
[DEBUG] adding entry org/jruby/javasupport/JavaMethod$INVOKER$i$0$0$type_parameters.class
[DEBUG] adding entry org/jruby/javasupport/Java$3.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$52.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$1$0$annotation_present_p.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$43.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtilities$INVOKER$s$1$0$get_package_module_dot_format.class
[DEBUG] adding entry org/jruby/javasupport/JavaMethod$INVOKER$i$0$0$public_p.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$simple_name.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$declared_instance_methods.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$local_class_p.class
[DEBUG] adding entry org/jruby/javasupport/Java$2.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$33.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$declared_method_smart.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$40.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$java_method.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$inspect.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$canonical_name.class
[DEBUG] adding entry org/jruby/javasupport/JavaObject$INVOKER$s$1$0$wrap.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$StaticMethodInvokerInstaller.class
[DEBUG] adding entry org/jruby/javasupport/JavaAccessibleObject$INVOKER$i$0$0$modifiers.class
[DEBUG] adding entry org/jruby/javasupport/JavaConstructor$INVOKER$i$0$0$return_type.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$public_p.class
[DEBUG] adding entry org/jruby/javasupport/JavaObject$INVOKER$i$1$0$same.class
[DEBUG] adding entry org/jruby/javasupport/JavaAccessibleObject$INVOKER$i$0$0$annotations.class
[DEBUG] adding entry org/jruby/javasupport/JavaAccessibleObject$INVOKER$i$1$0$op_equal.class
[DEBUG] adding entry org/jruby/javasupport/JavaObject$INVOKER$i$1$0$op_equal.class
[DEBUG] adding entry org/jruby/javasupport/JavaMethod.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$declared_fields.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtilities$INVOKER$s$1$0$get_package_module.class
[DEBUG] adding entry org/jruby/javasupport/ParameterTypes.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$annotations_p.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$fields.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$3.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$member_class_p.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$27.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$16.class
[DEBUG] adding entry org/jruby/javasupport/JavaProxyMethods$INVOKER$s$0$0$to_s.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$9.class
[DEBUG] adding entry org/jruby/javasupport/Java$OldStyleExtensionInherited$INVOKER$s$1$0$inherited.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$2.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$declared_method.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$superclass.class
[DEBUG] adding entry org/jruby/javasupport/Java$INVOKER$s$1$0$ruby_to_java.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$11.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$24.class
[DEBUG] adding entry org/jruby/javasupport/JavaAccessibleObject$INVOKER$i$0$0$to_string.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$modifiers.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$primitive_p.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$ConstructorInvokerInstaller.class
[DEBUG] adding entry org/jruby/javasupport/JavaCallable$INVOKER$i$0$0$varargs_p.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$StaticFieldSetterInstaller.class
[DEBUG] adding entry org/jruby/javasupport/JavaObject$INVOKER$i$0$0$java_type.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$1$0$resource_as_string.class
[DEBUG] adding entry org/jruby/javasupport/JavaCallable$INVOKER$i$0$0$public_p.class
[DEBUG] adding entry org/jruby/javasupport/JavaEmbedUtils$InterpretedEvalUnit.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtilities.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$declared_classes.class
[DEBUG] adding entry org/jruby/javasupport/JavaAccessibleObject$INVOKER$i$0$0$declared_annotations.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$InstanceFieldGetterInstaller.class
[DEBUG] adding entry org/jruby/javasupport/Java$4.class
[DEBUG] adding entry org/jruby/javasupport/JavaAccessibleObject$INVOKER$i$0$0$synthetic_p.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtilities$INVOKER$s$3$0$create_proxy_class.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$annotation_p.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$declared_constructors.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$53.class
[DEBUG] adding entry org/jruby/javasupport/JavaSupport.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$enum_p.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyInvocationHandler.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyClass$ProxyMethodImpl.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyConstructor$INVOKER$i$0$0$new_instance2.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyClass$1.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyConstructor$INVOKER$i$0$1$new_instance.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyReflectionObject$INVOKER$i$1$0$same.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyReflectionObject$INVOKER$i$0$0$length.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyClassFactory$MethodData.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyConstructor$INVOKER$i$0$0$argument_types.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyClass$INVOKER$i$0$0$methods.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyClass$ProxyMethodImpl$INVOKER$i$0$0$inspect.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyConstructor$1.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyClass$ProxyMethodImpl$INVOKER$i$0$0$do_invoke.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyClass$INVOKER$s$1$0$get.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyReflectionObject$INVOKER$i$1$0$op_equal.class
[DEBUG] adding entry org/jruby/javasupport/proxy/InternalJavaProxy.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyClass$ProxyMethodImpl$INVOKER$i$0$0$argument_types.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyClass$INVOKER$i$0$0$superclass.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyMethod.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyReflectionObject$INVOKER$i$0$0$java_type.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyClass$ProxyMethodImpl$INVOKER$i$0$0$arity.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyConstructor$3.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyClass$ProxyMethodImpl$INVOKER$i$0$0$getDeclaringClass.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyConstructor$INVOKER$i$0$0$getDeclaringClass.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyConstructor$INVOKER$i$0$0$arity.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyClassFactory$1.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyConstructor.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyReflectionObject$INVOKER$i$0$0$to_s.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyReflectionObject$INVOKER$i$0$0$hash.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyClassFactory$MethodKey.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyClassFactory.class
[DEBUG] adding entry org/jruby/javasupport/proxy/InternalJavaProxyHelper.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyReflectionObject$INVOKER$i$1$0$aref.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyReflectionObject.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyReflectionObject$INVOKER$i$0$0$java_class.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyClass$INVOKER$i$0$0$interfaces.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyReflectionObject$INVOKER$i$2$0$aset.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyClass$INVOKER$s$1$0$get_with_class.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyClass$INVOKER$i$0$0$constructors.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyClass.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyReflectionObject$INVOKER$i$0$0$is_java_proxy.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyConstructor$2.class
[DEBUG] adding entry org/jruby/javasupport/proxy/JavaProxyClass$ProxyMethodImpl$INVOKER$i$0$0$super_p.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$15.class
[DEBUG] adding entry org/jruby/javasupport/JavaCallable$INVOKER$i$0$0$arity.class
[DEBUG] adding entry org/jruby/javasupport/JavaEmbedUtils.class
[DEBUG] adding entry org/jruby/javasupport/JavaMethod$INVOKER$i$0$0$invoke_static.class
[DEBUG] adding entry org/jruby/javasupport/JavaProxyMethods$INVOKER$s$0$0$inspect.class
[DEBUG] adding entry org/jruby/javasupport/JavaField$INVOKER$i$0$0$name.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$InstanceFieldSetterInstaller.class
[DEBUG] adding entry org/jruby/javasupport/JavaField$INVOKER$i$0$0$static_value.class
[DEBUG] adding entry org/jruby/javasupport/JavaArrayUtilities$INVOKER$s$1$0$java_to_ruby.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$1$0$resource_as_stream.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$7.class
[DEBUG] adding entry org/jruby/javasupport/JavaCallable$INVOKER$i$0$0$to_generic_string.class
[DEBUG] adding entry org/jruby/javasupport/JavaObject$INVOKER$i$0$0$is_java_proxy.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtilities$INVOKER$s$1$0$get_java_class.class
[DEBUG] adding entry org/jruby/javasupport/JavaProxyMethods$INVOKER$s$0$0$to_java_object.class
[DEBUG] adding entry org/jruby/javasupport/JavaProxyMethods$INVOKER$s$0$0$java_class.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$39.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$NamedInstaller.class
[DEBUG] adding entry org/jruby/javasupport/bsf/BSFExample.class
[DEBUG] adding entry org/jruby/javasupport/bsf/JRubyEngine$FunctionsGlobalVariable.class
[DEBUG] adding entry org/jruby/javasupport/bsf/BSFExample$1.class
[DEBUG] adding entry org/jruby/javasupport/bsf/JRubyEngine$BeanGlobalVariable.class
[DEBUG] adding entry org/jruby/javasupport/bsf/JRubyEngine.class
[DEBUG] adding entry org/jruby/javasupport/bsf/BSFExample$2.class
[DEBUG] adding entry org/jruby/javasupport/JavaMethod$INVOKER$i$0$0$invoke.class
[DEBUG] adding entry org/jruby/javasupport/JavaCallable$INVOKER$i$0$0$argument_types.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$50.class
[DEBUG] adding entry org/jruby/javasupport/JavaObject.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$25.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$17.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$declared_class_methods.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$45.class
[DEBUG] adding entry org/jruby/javasupport/JavaAccessibleObject$INVOKER$i$0$0$declared_annotations_p.class
[DEBUG] adding entry org/jruby/javasupport/JavaField$INVOKER$i$0$0$to_generic_string.class
[DEBUG] adding entry org/jruby/javasupport/Java$8.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$name.class
[DEBUG] adding entry org/jruby/javasupport/Java$JavaProxyClassMethods$INVOKER$s$java_method.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$4.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$enclosing_method.class
[DEBUG] adding entry org/jruby/javasupport/JavaCallable$INVOKER$i$0$0$parameter_annotations.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$ruby_class.class
[DEBUG] adding entry org/jruby/javasupport/JavaAccessibleObject$INVOKER$i$0$0$annotations_p.class
[DEBUG] adding entry org/jruby/javasupport/JavaCallable$INVOKER$i$0$0$exception_types.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtilities$INVOKER$s$1$0$get_interface_module.class
[DEBUG] adding entry org/jruby/javasupport/Java$6.class
[DEBUG] adding entry org/jruby/javasupport/Java$INVOKER$s$1$0$java_to_primitive.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$synthetic_p.class
[DEBUG] adding entry org/jruby/javasupport/JavaArrayUtilities.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$6.class
[DEBUG] adding entry org/jruby/javasupport/JavaProxyMethods$INVOKER$s$0$0$java_object.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$18.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$get_package.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$generic_superclass.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$RubyConverter.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$29.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$AssignedName.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$1$0$assignable_from_p.class
[DEBUG] adding entry org/jruby/javasupport/JavaObject$INVOKER$i$1$0$marshal_load.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$1$0$field.class
[DEBUG] adding entry org/jruby/javasupport/JavaCallable$INVOKER$i$0$0$inspect.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$declared_constructor.class
[DEBUG] adding entry org/jruby/javasupport/Java$OldStyleExtensionInherited.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$44.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$final_p.class
[DEBUG] adding entry org/jruby/javasupport/Java$JavaProxyClassMethods$INVOKER$s$java_alias.class
[DEBUG] adding entry org/jruby/javasupport/JavaProxyMethods$INVOKER$s$1$0$op_equal.class
[DEBUG] adding entry org/jruby/javasupport/JavaConstructor$INVOKER$i$0$0$new_instance.class
[DEBUG] adding entry org/jruby/javasupport/JavaField$INVOKER$i$1$0$value.class
[DEBUG] adding entry org/jruby/javasupport/JavaField$INVOKER$i$0$0$public_p.class
[DEBUG] adding entry org/jruby/javasupport/JavaMethod$INVOKER$i$0$0$static_p.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$InstanceMethodInvokerInstaller.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$interfaces.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$MethodInstaller.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$declared_annotations.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$annotations.class
[DEBUG] adding entry org/jruby/javasupport/Java$NewStyleExtensionInherited.class
[DEBUG] adding entry org/jruby/javasupport/JavaField$INVOKER$i$1$0$op_equal.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$protection_domain.class
[DEBUG] adding entry org/jruby/javasupport/JavaProxyMethods$INVOKER$s$1$0$op_eql.class
[DEBUG] adding entry org/jruby/javasupport/JavaField$INVOKER$i$0$0$value_type.class
[DEBUG] adding entry org/jruby/javasupport/JavaAccessibleObject$INVOKER$i$0$0$hash.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtilities$INVOKER$s$2$0$set_java_object.class
[DEBUG] adding entry org/jruby/javasupport/JavaField.class
[DEBUG] adding entry org/jruby/javasupport/JavaField$INVOKER$i$1$0$set_static_value.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$InitializerState.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$NumericConverter.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$13.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$s$1$0$for_name.class
[DEBUG] adding entry org/jruby/javasupport/JavaProxyMethods$INVOKER$s$0$0$hash.class
[DEBUG] adding entry org/jruby/javasupport/JavaUtil$20.class
[DEBUG] adding entry org/jruby/javasupport/JavaMethod$INVOKER$i$0$0$name.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$Initializer.class
[DEBUG] adding entry org/jruby/javasupport/JavaClass$INVOKER$i$0$0$component_type.class
[DEBUG] adding entry org/jruby/RubyFileTest$FileTestFileMethods$INVOKER$s$2$0$identical_p.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$0$0$op_binmode.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$3$raise.class
[DEBUG] adding entry org/jruby/RubySymbol$INVOKER$i$0$0$to_int.class
[DEBUG] adding entry org/jruby/RubySymbol$INVOKER$i$0$0$to_s.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$readchar19.class
[DEBUG] adding entry org/jruby/NativeException.class
[DEBUG] adding entry org/jruby/RubyRegexp$INVOKER$i$0$0$casefold_p.class
[DEBUG] adding entry org/jruby/RubyRational$INVOKER$i$0$0$denominator.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$downcase19.class
[DEBUG] adding entry org/jruby/RubyRange$INVOKER$i$0$1$initialize.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$i$0$0$op_uminus.class
[DEBUG] adding entry org/jruby/RubyComplex$INVOKER$i$1$0$op_expt.class
[DEBUG] adding entry org/jruby/RubyProcess$GroupID$INVOKER$s$0$0$re_exchange.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$0$invert.class
[DEBUG] adding entry org/jruby/RubyEnumerable$17.class
[DEBUG] adding entry org/jruby/RubyHash$22.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$eof_p.class
[DEBUG] adding entry org/jruby/RubyRegexp.class
[DEBUG] adding entry org/jruby/RubyRational$2.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$read.class
[DEBUG] adding entry org/jruby/RubyMath.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$1$0$op_equal.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$downcase_bang.class
[DEBUG] adding entry org/jruby/RubyHash$27.class
[DEBUG] adding entry org/jruby/RubySignal$INVOKER$s$1$0$__jtrap_platform_kernel.class
[DEBUG] adding entry org/jruby/RubyEnumerable$26.class
[DEBUG] adding entry org/jruby/RubyGlobal$PidAccessor.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$1$0$initialize_copy.class
[DEBUG] adding entry org/jruby/RubyEnumerable$27.class
[DEBUG] adding entry org/jruby/RubyProc$INVOKER$i$1$0$op_equal.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$directory_p.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$1$0$op_times.class
[DEBUG] adding entry org/jruby/RubyEncoding.class
[DEBUG] adding entry org/jruby/RubyEncoding$INVOKER$s$1$0$find.class
[DEBUG] adding entry org/jruby/environment/OSEnvironment.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$2$0$op_aset.class
[DEBUG] adding entry org/jruby/RubyHash$FoundKey.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$0$1$getlocal19.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$cycle.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$succ_bang19.class
[DEBUG] adding entry org/jruby/RubyGlobal$StringGlobalVariable.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$op_cmp19.class
[DEBUG] adding entry org/jruby/RubyRange$4.class
[DEBUG] adding entry org/jruby/Profile$3.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$1$0$op_or.class
[DEBUG] adding entry org/jruby/RubyIO.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$2$caller20.class
[DEBUG] adding entry org/jruby/RubyHash$17.class
[DEBUG] adding entry org/jruby/RubyFileTest$INVOKER$s$1$0$socket_p.class
[DEBUG] adding entry org/jruby/RubyHash$18.class
[DEBUG] adding entry org/jruby/RubyComplex$INVOKER$i$0$0$real_p.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$s$0$0$join.class
[DEBUG] adding entry org/jruby/RubyArray$3.class
[DEBUG] adding entry org/jruby/RubyClass$INVOKER$i$initialize.class
[DEBUG] adding entry org/jruby/RubyRational$INVOKER$i$0$1$rationalize.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$initialize19.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$0$0$denominator.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$i$0$0$to_f.class
[DEBUG] adding entry org/jruby/BasicObjectStub$DummyInstanceVariables.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$eql_p.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$i$0$0$run.class
[DEBUG] adding entry org/jruby/CompatVersion.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$chars18.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$rdevMinor.class
[DEBUG] adding entry org/jruby/RubyRational$INVOKER$i$1$0$marshal_load.class
[DEBUG] adding entry org/jruby/RubyProcess$INVOKER$s$3$0$setpriority.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$i$1$0$key_p.class
[DEBUG] adding entry org/jruby/RubyBasicObject$3.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$1$0$write.class
[DEBUG] adding entry org/jruby/RubyDir$INVOKER$s$1$0$open19.class
[DEBUG] adding entry org/jruby/RubyClass.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$0$0$polar.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$obj_to_enum.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$rb_clear.class
[DEBUG] adding entry org/jruby/RubyFixnum$INVOKER$i$0$0$pred.class
[DEBUG] adding entry org/jruby/RubyInteger$INVOKER$i$0$0$denominator.class
[DEBUG] adding entry org/jruby/RubyHash$35.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$0$0$round.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$0$0$conjugate.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$lstrip_bang.class
[DEBUG] adding entry org/jruby/RubyNil$INVOKER$i$0$0$hash.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$i$0$0$truncate.class
[DEBUG] adding entry org/jruby/RubyConverter$INVOKER$i$0$0$finish.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$values_at.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$1$zip.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$op_match19.class
[DEBUG] adding entry org/jruby/RubyNil.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$each_index.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$s$0$2$sysopen19.class
[DEBUG] adding entry org/jruby/RubySymbol$INVOKER$i$0$0$encoding.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$new_array18.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$insert.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$sin.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$1$0$op_minus19.class
[DEBUG] adding entry org/jruby/RubyException$INVOKER$i$0$2$initialize.class
[DEBUG] adding entry org/jruby/RubyObject$13.class
[DEBUG] adding entry org/jruby/RubyThread$SleepTask.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$each.class
[DEBUG] adding entry org/jruby/Profile$1.class
[DEBUG] adding entry org/jruby/RubyComplex$INVOKER$i$1$0$coerce.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$new_integer19.class
[DEBUG] adding entry org/jruby/RubyBinding$1.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$s$0$0$newInstance.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$nitems.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$0$0$nonzero_p.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$i$0$0$kill.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$capitalize_bang.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$i$1$0$chmod.class
[DEBUG] adding entry org/jruby/RubyEnumerable$39.class
[DEBUG] adding entry org/jruby/RubyRange$INVOKER$i$1$0$eqq_p19.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$1$display.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$initialize_copy.class
[DEBUG] adding entry org/jruby/RubyArray$5.class
[DEBUG] adding entry org/jruby/RubySignal$INVOKER$s$1$0$__jtrap_osdefault_kernel.class
[DEBUG] adding entry org/jruby/RubyEnumerable.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$last.class
[DEBUG] adding entry org/jruby/internal/runtime/RubyRunnable.class
[DEBUG] adding entry org/jruby/internal/runtime/GlobalVariables.class
[DEBUG] adding entry org/jruby/internal/runtime/ThreadService$Event.class
[DEBUG] adding entry org/jruby/internal/runtime/GlobalVariable.class
[DEBUG] adding entry org/jruby/internal/runtime/NativeThread.class
[DEBUG] adding entry org/jruby/internal/runtime/ReadonlyAccessor.class
[DEBUG] adding entry org/jruby/internal/runtime/GlobalVariable$Scope.class
[DEBUG] adding entry org/jruby/internal/runtime/FutureThread$1.class
[DEBUG] adding entry org/jruby/internal/runtime/UndefinedAccessor.class
[DEBUG] adding entry org/jruby/internal/runtime/ThreadLike.class
[DEBUG] adding entry org/jruby/internal/runtime/FutureThread.class
[DEBUG] adding entry org/jruby/internal/runtime/ValueAccessor.class
[DEBUG] adding entry org/jruby/internal/runtime/ThreadService$Event$Type.class
[DEBUG] adding entry org/jruby/internal/runtime/ThreadService.class
[DEBUG] adding entry org/jruby/internal/runtime/ThreadService$1.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/ReflectionMethodFactory.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/CompiledMethod$LazyCompiledMethod.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/ReflectedJavaMethod.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/ProfilingDynamicMethod.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodOneOrNBlock.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/DynamicMethodFactory.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/CompiledIRMethod.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodThree.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodZeroOrOneOrTwoOrThreeBlock.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodZeroOrOneOrTwoOrThreeOrN.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/CallConfiguration$7.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/CallConfiguration$3.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodZeroOrOne.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodTwoBlock.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/CallConfiguration$6.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodTwoOrThreeOrN.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/MethodMethod.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodZero.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/InvocationMethodFactory$DescriptorInfo.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/CacheableMethod.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/CallConfiguration$4.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/DefaultMethod.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodZeroOrOneOrTwo.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/AliasMethod.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/CallConfiguration$8.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodZeroOrOneOrTwoBlock.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/CallConfiguration$2.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodTwoOrThreeBlock.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/DumpingInvocationMethodFactory.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodTwoOrThree.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodOneOrTwo.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodTwoOrNBlock.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/InterpretedIRMethod.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/AttrWriterMethod.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/TraceableInterpretedMethod.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodZeroOrN.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/DynamicMethod$1.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JittedMethod.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/ReflectedJavaMultiMethod.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/CallConfiguration.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/CallConfiguration$9.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/MethodMissingMethod.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodZeroOrOneOrTwoOrNBlock.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodOneOrTwoOrThreeBlock.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/Framing.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/FullFunctionCallbackMethod.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/WrapperMethod.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/AttrReaderMethod.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodN.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/CallConfiguration$1.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/MethodArgs.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/Scoping.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/DelegatingDynamicMethod.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodZeroOrOneOrTwoOrThree.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodZeroOrOneOrTwoOrThreeOrNBlock.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodOneBlock.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/InvokeDynamicMethodFactory.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodOneOrTwoOrThreeOrNBlock.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/UndefinedMethod.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodOneOrTwoBlock.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodNBlock.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/InvocationMethodFactory$1.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodTwoOrN.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodOneOrTwoOrN.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodOne.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodZeroOrOneOrN.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/DefaultMethod$1.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/CompiledMethod.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodZeroOrOneBlock.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodTwoOrThreeOrNBlock.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodZeroOrOneOrTwoOrN.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodOneOrTwoOrThree.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodOneOrN.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodThreeOrN.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/TraceableJittedMethod.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodThreeBlock.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/ProcMethod.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/IRMethodArgs.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodOneOrTwoOrThreeOrN.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/HandleMethod.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/ReflectionMethodFactory$2.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodZeroOrOneOrNBlock.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/CallConfiguration$5.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodZeroOrNBlock.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodTwo.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/DefaultMethod$DynamicMethodBox.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodThreeOrNBlock.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodOneOrTwoOrNBlock.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/JavaMethod$JavaMethodZeroBlock.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/InvocationMethodFactory.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/InterpretedMethod.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/DynamicMethod$NativeCall.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/ReflectionMethodFactory$1.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/SynchronizedDynamicMethod.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/MethodArgs2.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/SimpleCallbackMethod.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/DynamicMethod.class
[DEBUG] adding entry org/jruby/internal/runtime/methods/ReflectedCompiledMethod.class
[DEBUG] adding entry org/jruby/internal/runtime/ThreadedRunnable.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$1$0$each_with_object.class
[DEBUG] adding entry org/jruby/RubyInstanceConfig$LoadServiceCreator.class
[DEBUG] adding entry org/jruby/RubyRegexp$INVOKER$i$1$0$initialize_copy.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$first.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$s$0$2$copy_stream.class
[DEBUG] adding entry org/jruby/RubyEnumerable$1.class
[DEBUG] adding entry org/jruby/RubyFileTest$FileTestFileMethods$INVOKER$s$1$0$readable_p.class
[DEBUG] adding entry org/jruby/RubyModule$ModuleKernelMethods.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$0$hash19.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$1$exit.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$hash.class
[DEBUG] adding entry org/jruby/RubyRational$INVOKER$i$1$0$op_expt.class
[DEBUG] adding entry org/jruby/RubyConverter$INVOKER$i$0$4$primitive_convert.class
[DEBUG] adding entry org/jruby/RubyRegexp$INVOKER$i$0$0$names.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$op_gt.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$rewind.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$s$1$0$try_convert.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$transpose.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$chars19.class
[DEBUG] adding entry org/jruby/RubyHash$30.class
[DEBUG] adding entry org/jruby/RubySystemExit.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$0$1$instance_methods19.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$inspect.class
[DEBUG] adding entry org/jruby/RubyProcess$INVOKER$s$0$0$uid.class
[DEBUG] adding entry org/jruby/RubyClassPathVariable.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$0$0$yday.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$s$1$0$lstat.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$0$0$gmt_offset.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$0$0$isdst.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$1$0$const_get.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$exec.class
[DEBUG] adding entry org/jruby/RubyGlobal$LastMatchGlobalVariable.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$dump19.class
[DEBUG] adding entry org/jruby/RubyArray$RubyArrayConversionListIterator.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$1$0$putc.class
[DEBUG] adding entry org/jruby/ant/RakeImport.class
[DEBUG] adding entry org/jruby/ant/RakeTaskBase.class
[DEBUG] adding entry org/jruby/ant/Rake.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$log2_19.class
[DEBUG] adding entry org/jruby/RubyFixnum$INVOKER$s$1$0$induced_from.class
[DEBUG] adding entry org/jruby/RubyStruct$INVOKER$i$0$0$select.class
[DEBUG] adding entry org/jruby/RubyRational$INVOKER$i$1$0$op_cmp.class
[DEBUG] adding entry org/jruby/RubyNoMethodError$1.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$slice_bang19.class
[DEBUG] adding entry org/jruby/RubyGlobal$DebugGlobalVariable.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$0$0$flat_map19.class
[DEBUG] adding entry org/jruby/RubySystemExit$INVOKER$i$0$0$success_p.class
[DEBUG] adding entry org/jruby/RubyString$TrTables.class
[DEBUG] adding entry org/jruby/RubyBignum$INVOKER$i$1$0$op_mod19.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$reject_bang.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$s$0$1$basename.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$1$0$set_default_proc20.class
[DEBUG] adding entry org/jruby/RubyProcess$INVOKER$s$0$1$exit.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$op_ge19.class
[DEBUG] adding entry org/jruby/RubyStruct$INVOKER$i$initialize.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$i$0$0$wakeup.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$1$shuffle.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$hex.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$send19.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$to_ary.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$set_trace_func.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$puts.class
[DEBUG] adding entry org/jruby/RubyMatchData$INVOKER$i$op_aref19.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$join19.class
[DEBUG] adding entry org/jruby/RubyEnumerable$ChunkedBlockCallback$1.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$0$0$to_int.class
[DEBUG] adding entry org/jruby/RubyFileTest$FileTestFileMethods$INVOKER$s$1$0$setuid_p.class
[DEBUG] adding entry org/jruby/RubyMethod$INVOKER$i$0$0$name19.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$worldReadable.class
[DEBUG] adding entry org/jruby/RubyStruct$INVOKER$i$0$0$members19.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$insert19.class
[DEBUG] adding entry org/jruby/RubyProcess$RubyStatus$INVOKER$i$0$0$exited.class
[DEBUG] adding entry org/jruby/RubyEnumerable$3.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$0$0$max.class
[DEBUG] adding entry org/jruby/RubyRange$INVOKER$i$0$0$hash.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$require19.class
[DEBUG] adding entry org/jruby/RubyBoolean$True$INVOKER$s$1$0$true_or.class
[DEBUG] adding entry org/jruby/RubyRandom$1.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$compact.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$include_p19.class
[DEBUG] adding entry org/jruby/RubyNumeric$1.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$0$0$all_p.class
[DEBUG] adding entry org/jruby/RubyIO$ByteListCache.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$tanh19.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$asinh.class
[DEBUG] adding entry org/jruby/RubyKernel$6.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$0$0$getlocal.class
[DEBUG] adding entry org/jruby/RubyEnumerable$6.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$rindex.class
[DEBUG] adding entry org/jruby/RubyBinding$INVOKER$i$1$0$initialize_copy.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$1$0$method_defined_p.class
[DEBUG] adding entry org/jruby/TopSelfFactory$2.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$block_given_p.class
[DEBUG] adding entry org/jruby/Ruby$CallTraceFuncHook.class
[DEBUG] adding entry org/jruby/RubyBasicObject$MethodsCollector.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$1$0$instance_method.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$0$1$private_instance_methods19.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$s$0$0$times.class
[DEBUG] adding entry org/jruby/RubyRegexp$SearchMatchTask.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$0$0$minmax_by.class
[DEBUG] adding entry org/jruby/RubyConverter$EncodingErrorMethods$INVOKER$s$0$0$incomplete_input_p.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$i$0$1$rationalize.class
[DEBUG] adding entry org/jruby/RubyModule.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$1$0$delete.class
[DEBUG] adding entry org/jruby/RubyEnumerator$INVOKER$i$initialize20.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$select_bang.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$op_match.class
[DEBUG] adding entry org/jruby/RubyBasicObject$INVOKER$i$instance_eval19.class
[DEBUG] adding entry org/jruby/RubyConverter$1.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$i$0$0$size.class
[DEBUG] adding entry org/jruby/RubyMatchData$INVOKER$i$0$0$inspect.class
[DEBUG] adding entry org/jruby/RubyObject$Data.class
[DEBUG] adding entry org/jruby/RubyBignum$INVOKER$i$0$0$abs.class
[DEBUG] adding entry org/jruby/RubyBignum$INVOKER$i$1$0$op_mul.class
[DEBUG] adding entry org/jruby/RubyClassPathVariable$INVOKER$i$0$0$size.class
[DEBUG] adding entry org/jruby/RubyEncoding$INVOKER$s$0$0$getDefaultExternal.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$i$0$0$ctime.class
[DEBUG] adding entry org/jruby/RubyComparable$INVOKER$s$1$0$op_le.class
[DEBUG] adding entry org/jruby/RubyKernel$4.class
[DEBUG] adding entry org/jruby/RubyEnumerable$AppendBlockCallback.class
[DEBUG] adding entry org/jruby/RubyHash$23.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$dev.class
[DEBUG] adding entry org/jruby/RubyStruct$StructMethods.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$i$0$0$kill_bang.class
[DEBUG] adding entry org/jruby/RubyUnboundMethod$INVOKER$i$0$0$owner.class
[DEBUG] adding entry org/jruby/RubyGlobal$MatchMatchGlobalVariable.class
[DEBUG] adding entry org/jruby/RubyDir$INVOKER$s$1$0$rmdir19.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$i$0$0$value.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$0$0$to_a.class
[DEBUG] adding entry org/jruby/TopSelfFactory$1.class
[DEBUG] adding entry org/jruby/RubyRational$INVOKER$i$0$0$numerator.class
[DEBUG] adding entry org/jruby/RubyRange$INVOKER$i$0$0$max.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$singleton_method_added.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$1$0$concat19.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$s$1$0$try_convert.class
[DEBUG] adding entry org/jruby/RubyProcess$RubyStatus$INVOKER$i$0$0$pid.class
[DEBUG] adding entry org/jruby/RubyRational$INVOKER$i$1$0$op_mul.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$empty_p.class
[DEBUG] adding entry org/jruby/RubyProc$INVOKER$i$0$0$source_location.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$tty_p.class
[DEBUG] adding entry org/jruby/RubyArray$1.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$3$eval.class
[DEBUG] adding entry org/jruby/RubyNil$INVOKER$s$0$0$to_i.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$1$methods.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$376.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$278.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$26.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$389.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$236.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$65.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$346.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$179.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$394.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$46.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$14.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$349.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$317.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$249.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$156.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$343.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$89.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$38.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$309.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$313.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$71.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$245.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$250.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$327.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$53.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$358.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$72.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$117.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$62.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$219.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$62.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$172.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$23.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$31.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$387.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$73.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$333.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$98.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$238.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$294.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$303.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$234.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$351.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$73.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$16.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$316.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$72.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$62.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$139.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$200.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$328.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$133.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$286.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$148.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$43.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$209.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$339.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$29.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$337.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$324.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$367.class
[DEBUG] adding entry org/jruby/parser/ParserSupport19.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$20.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$300.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$36.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$310.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$272.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$154.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$393.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$9.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$310.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$160.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$385.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$338.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$202.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$209.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$433.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$263.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$175.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$103.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$254.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$241.class
[DEBUG] adding entry org/jruby/parser/Parser$1.class
[DEBUG] adding entry org/jruby/parser/ParserSupport$1.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$98.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$32.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$277.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$276.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$277.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$422.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$278.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$285.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$37.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$369.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$173.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$416.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$182.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$214.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$229.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$216.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$265.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$89.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$15.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$424.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$309.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$348.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$223.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$282.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$321.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$388.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$165.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$296.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$151.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$24.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$306.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$366.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$126.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$97.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$338.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$289.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$149.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$410.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$73.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$112.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$134.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$123.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$353.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$107.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$342.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$188.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$382.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$96.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$145.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$63.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$159.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$236.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$169.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$52.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$203.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$417.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$351.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$362.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$50.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$126.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$251.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$210.class
[DEBUG] adding entry org/jruby/parser/IRStaticScopeFactory.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$78.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$169.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$101.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$269.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$342.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$200.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$25.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$259.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$34.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$47.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$7.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$106.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$202.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$82.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$383.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$134.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$41.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$18.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$183.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$242.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$10.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$37.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$54.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$306.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$353.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$403.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$131.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$244.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$86.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$21.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$374.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$10.class
[DEBUG] adding entry org/jruby/parser/JavaSignatureParser.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$179.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$259.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$102.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$44.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$350.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$227.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$370.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$320.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$429.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$115.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$128.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$119.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$8.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$245.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$412.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$286.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$286.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$162.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$247.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$232.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$331.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$117.class
[DEBUG] adding entry org/jruby/parser/ParserSupport.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$301.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$33.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$282.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$334.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$222.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$262.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$375.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$122.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$393.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$88.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$93.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$207.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$123.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$194.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$253.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$167.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$294.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$258.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$302.class
[DEBUG] adding entry org/jruby/parser/ParserConfiguration.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$370.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$29.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$347.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$267.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$213.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$400.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$212.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$152.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$302.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$274.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$174.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$33.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$221.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$146.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$198.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$95.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$2.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$59.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$227.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$93.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$71.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$145.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$232.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$239.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$377.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$308.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$186.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$30.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$91.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$214.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$312.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$334.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$394.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$19.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$345.class
[DEBUG] adding entry org/jruby/parser/Tokens.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$263.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$143.class
[DEBUG] adding entry org/jruby/parser/StaticScope.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$135.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$229.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$198.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$99.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$235.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$86.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$392.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$316.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$13.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$340.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$86.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$243.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$119.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$315.class
[DEBUG] adding entry org/jruby/parser/Ruby20YyTables.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$256.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$61.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$190.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$104.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$108.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$46.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$252.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$70.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$327.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$398.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$199.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$341.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$215.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$323.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$153.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$279.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$115.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$17.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$53.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$183.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$238.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$233.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$72.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$41.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$225.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$44.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$164.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$262.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$148.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$254.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$36.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$114.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$104.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$157.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$178.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$246.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$140.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$199.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$408.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$291.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$261.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$346.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$70.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$71.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$57.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$320.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$174.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$377.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$5.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$240.class
[DEBUG] adding entry org/jruby/parser/BlockStaticScope.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$47.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$228.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$194.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$76.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$344.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$267.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$53.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$101.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$27.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$147.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$270.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$183.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$58.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$308.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$152.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$378.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$68.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$395.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$305.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$21.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$26.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$348.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$129.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$113.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$58.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$336.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$105.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$318.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$83.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$277.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$139.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$321.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$12.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$75.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$195.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$206.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$345.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$189.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$145.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$20.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$60.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$176.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$79.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$291.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$322.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$180.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$248.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$153.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$34.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$76.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$80.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$289.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$103.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$89.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$281.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$309.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$288.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$124.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$196.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$310.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$77.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$29.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$154.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$146.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$343.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$295.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$378.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$176.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$335.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$167.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$273.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$190.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$54.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$114.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$252.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$184.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$373.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$23.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$19.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$64.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$229.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$187.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$191.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$314.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$123.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$355.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$404.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$413.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$85.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$329.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$159.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$204.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$11.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$326.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$275.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$375.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$186.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$362.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$51.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$128.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$311.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$361.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$82.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$74.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$217.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$92.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$218.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$360.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$143.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$138.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$257.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$195.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$290.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$308.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$205.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$182.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$133.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$95.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$266.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$382.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$307.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$211.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$363.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$219.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$152.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$126.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$96.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$22.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$184.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$226.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$251.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$273.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$57.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$304.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$79.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$59.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$260.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$124.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$177.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$258.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$105.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$115.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$155.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$167.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$436.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$261.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$108.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$132.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$81.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$280.class
[DEBUG] adding entry org/jruby/parser/LocalStaticScope.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$379.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$253.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$50.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$177.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$33.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$198.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$274.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$190.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$17.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$236.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$350.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$317.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$87.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$14.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$373.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$256.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$172.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$395.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$298.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$32.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$43.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$3.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$218.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$75.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$278.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$304.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$249.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$11.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$437.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$144.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$170.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$64.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$402.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$364.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$122.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$220.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$240.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$352.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$125.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$223.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$197.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$283.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$46.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$420.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$166.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$80.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$280.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$85.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$24.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$121.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$292.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$300.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$271.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$175.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$240.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$256.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$230.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$48.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$181.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$137.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$47.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$38.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$150.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$81.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$330.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$242.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$326.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$155.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$195.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$389.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$168.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$52.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$312.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$135.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$326.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$194.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$298.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$340.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$358.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$55.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$19.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$352.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$342.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$185.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$254.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$164.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$22.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$233.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$201.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$318.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$154.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$174.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$257.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$293.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$161.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$137.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$313.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$273.class
[DEBUG] adding entry org/jruby/parser/ReOptions.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$296.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$299.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$356.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$341.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$231.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$252.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$305.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$185.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$431.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$25.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$142.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$170.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$426.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$276.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$222.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$111.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$355.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$22.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$177.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$186.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$74.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$61.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$203.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$204.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$351.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$170.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$188.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$4.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$406.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$297.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$162.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$329.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$156.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$37.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$138.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$333.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$266.class
[DEBUG] adding entry org/jruby/parser/RubyParserPool.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$166.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$233.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$288.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$275.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$372.class
[DEBUG] adding entry org/jruby/parser/IRStaticScope.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$332.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$136.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$25.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$35.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$372.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$241.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$141.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$35.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$55.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$341.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$322.class
[DEBUG] adding entry org/jruby/parser/RubyParserResult.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$65.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$221.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$65.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$192.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$205.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$74.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$356.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$222.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$384.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$283.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$84.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$303.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$7.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$314.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$243.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$171.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$189.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$100.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$294.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$39.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$204.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$165.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$180.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$243.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$247.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$249.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$246.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$354.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$192.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$414.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$189.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$182.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$250.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$268.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$381.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$386.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$42.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$387.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$109.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$312.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$268.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$333.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$27.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$320.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$69.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$171.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$64.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$225.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$100.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$315.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$129.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$7.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$150.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$139.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$363.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$304.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$328.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$142.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$83.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$282.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$231.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$234.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$368.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$242.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$69.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$91.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$147.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$386.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$228.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$164.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$127.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$428.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$141.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$44.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$57.class
[DEBUG] adding entry org/jruby/parser/EvalStaticScope.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$131.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$41.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$109.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$214.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$384.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$291.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$129.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$336.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$237.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$330.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$355.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$108.class
[DEBUG] adding entry org/jruby/parser/StaticScope$Type.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$352.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$118.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$284.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$260.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$127.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$23.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$30.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$383.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$105.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$435.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$132.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$212.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$264.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$423.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$110.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$271.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$131.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$130.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$224.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$337.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$349.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$220.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$379.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$210.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$385.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$151.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$305.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$34.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$130.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$208.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$35.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$325.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$2.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$322.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$399.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$339.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$180.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$399.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$188.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$323.class
[DEBUG] adding entry org/jruby/parser/ArgsTailHolder.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$92.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$187.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$120.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$158.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$353.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$1.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$293.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$24.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$97.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$287.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$218.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$421.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$270.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$269.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$1.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$196.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$219.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$168.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$185.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$134.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$138.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$271.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$144.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$331.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$94.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$60.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$173.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$335.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$274.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$78.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$207.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$264.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$337.class
[DEBUG] adding entry org/jruby/parser/YyTables.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$14.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$54.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$316.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$175.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$15.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$419.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$306.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$255.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$409.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$12.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$281.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$13.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$52.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$228.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$359.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$104.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$90.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$239.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$191.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$430.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$344.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$16.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$272.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$91.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$267.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$66.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$349.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$90.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$248.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$264.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$285.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$380.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$321.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$30.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$28.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$193.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$203.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$45.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$127.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$56.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$124.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$113.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$418.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$407.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$269.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$143.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$116.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$297.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$396.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$396.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$390.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$390.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$17.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$427.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$32.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$87.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$60.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$163.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$6.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$275.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$193.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$101.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$112.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$132.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$307.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$149.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$66.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$20.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$168.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$197.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$367.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$279.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$391.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$345.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$227.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$205.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$111.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$245.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$324.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$172.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$311.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$42.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$55.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$199.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$39.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$325.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$9.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$215.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$217.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$136.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$43.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$354.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$6.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$360.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$200.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$197.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$292.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$136.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$368.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$255.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$8.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$210.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$160.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$319.class
[DEBUG] adding entry org/jruby/parser/Ruby19YyTables.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$231.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$42.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$216.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$151.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$250.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$261.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$290.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$211.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$366.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$361.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$347.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$339.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$213.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$181.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$87.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$327.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$67.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$246.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$376.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$318.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$92.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$163.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$226.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$67.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$8.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$153.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$344.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$354.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$334.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$156.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$98.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$187.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$268.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$237.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$238.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$330.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$141.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$67.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$235.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$335.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$16.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$193.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$289.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$301.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$216.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$3.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$45.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$140.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$121.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$66.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$224.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$100.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$208.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$155.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$84.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$51.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$388.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$76.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$75.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$217.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$63.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$163.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$192.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$401.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$374.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$265.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$272.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$247.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$3.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$207.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$2.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$263.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$411.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$295.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$325.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$288.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$77.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$283.class
[DEBUG] adding entry org/jruby/parser/Parser.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$11.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$158.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$299.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$276.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$221.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$284.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$77.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$244.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$48.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$357.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$260.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$160.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$40.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$61.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$293.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$287.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$332.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$319.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$415.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$130.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$307.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$113.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$49.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$38.class
[DEBUG] adding entry org/jruby/parser/ParserState.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$161.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$137.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$95.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$425.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$49.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$125.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$371.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$122.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$332.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$340.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$36.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$359.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$297.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$248.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$202.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$281.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$226.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$147.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$109.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$82.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$432.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$102.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$290.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$9.class
[DEBUG] adding entry org/jruby/parser/RubyParser.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$302.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$311.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$262.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$284.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$299.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$84.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$110.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$244.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$93.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$319.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$369.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$40.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$285.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$317.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$161.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$232.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$114.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$106.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$128.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$158.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$112.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$103.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$364.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$51.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$257.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$300.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$338.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$329.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$125.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$178.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$18.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$31.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$68.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$438.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$209.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$96.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$85.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$48.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$287.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$88.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$12.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$150.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$118.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$6.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$118.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$157.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$279.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$157.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$173.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$230.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$223.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$397.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$94.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$331.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$212.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$149.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$315.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$234.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$116.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$201.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$350.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$251.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$313.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$99.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$21.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$28.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$120.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$159.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$50.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$405.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$81.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$111.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$13.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$117.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$255.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$178.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$348.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$39.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$206.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$69.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$296.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$213.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$4.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$68.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$70.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$328.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$133.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$148.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$169.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$179.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$347.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$265.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$381.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$56.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$78.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$371.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$107.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$343.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$102.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$165.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$171.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$140.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$391.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$397.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$365.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$298.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$31.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$346.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$292.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$1.class
[DEBUG] adding entry org/jruby/parser/ParserSyntaxException.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$45.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$201.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$5.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$392.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$259.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$135.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$4.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$106.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$280.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$336.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$97.class
[DEBUG] adding entry org/jruby/parser/YYDebug.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$253.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$208.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$235.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$58.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$434.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$94.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$27.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$266.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$225.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$107.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$166.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$270.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$83.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$80.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$120.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$324.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$90.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$18.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$301.class
[DEBUG] adding entry org/jruby/parser/StaticScopeFactory.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$26.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$380.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$239.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$5.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$146.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$49.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$121.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$144.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$40.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$176.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$357.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$28.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$295.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$88.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$206.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$323.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$184.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$220.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$79.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$142.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$237.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$215.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$63.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$398.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$303.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$230.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$224.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$15.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$314.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$365.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$241.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$56.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$116.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$181.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$191.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$211.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$258.class
[DEBUG] adding entry org/jruby/parser/Ruby20Parser$10.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$162.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$119.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$196.class
[DEBUG] adding entry org/jruby/parser/DefaultRubyParser$99.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$110.class
[DEBUG] adding entry org/jruby/parser/Ruby19Parser$59.class
[DEBUG] adding entry org/jruby/RubyMethod$INVOKER$i$0$0$arity.class
[DEBUG] adding entry org/jruby/RubyNil$INVOKER$s$1$0$op_or.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$mode.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$1$0$op_append.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$3$select.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$respond_to_missing_p.class
[DEBUG] adding entry org/jruby/RubyKernel$9.class
[DEBUG] adding entry org/jruby/RubyEnumerable$47.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$op_plus19.class
[DEBUG] adding entry org/jruby/RubyRandom$INVOKER$i$1$0$marshal_load.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$1$singleton_methods19.class
[DEBUG] adding entry org/jruby/RubyClass$INVOKER$i$1$0$inherited.class
[DEBUG] adding entry org/jruby/RubyEncoding$INVOKER$i$0$0$asciiCompatible_p.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$push_m.class
[DEBUG] adding entry org/jruby/RubyNoMethodError$INVOKER$i$0$3$initialize.class
[DEBUG] adding entry org/jruby/RubyProcess$INVOKER$s$1$0$getpgid.class
[DEBUG] adding entry org/jruby/RubyRegexp$INVOKER$i$1$0$eqq19.class
[DEBUG] adding entry org/jruby/RubyHash$EntryMatchType.class
[DEBUG] adding entry org/jruby/RubyRegexp$2.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$0$0$close.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$rjust.class
[DEBUG] adding entry org/jruby/threading/DaemonThreadFactory.class
[DEBUG] adding entry org/jruby/RubyHash$13.class
[DEBUG] adding entry org/jruby/RubyObject$5.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$swapcase.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$0$1$attr.class
[DEBUG] adding entry org/jruby/RubyArray$7.class
[DEBUG] adding entry org/jruby/RubyHash$24.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$0$0$lineno.class
[DEBUG] adding entry org/jruby/RubyEnumerable$40.class
[DEBUG] adding entry org/jruby/RubyRegexp$INVOKER$s$0$0$union.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$0$0$succ.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$local_variables19.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$0$0$included_modules.class
[DEBUG] adding entry org/jruby/RubyBasicObject.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$i$0$0$initialize.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$count.class
[DEBUG] adding entry org/jruby/main/DripMain.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$2$0$class_variable_set19.class
[DEBUG] adding entry org/jruby/RubyHash$ConvertingEntry.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$chardev_p.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$0$keep_if.class
[DEBUG] adding entry org/jruby/RubyRational$INVOKER$i$1$0$op_fdiv.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$s$1$0$try_convert.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$1$shuffle_bang.class
[DEBUG] adding entry org/jruby/RubyYielder$INVOKER$i$0$0$yield.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$1$0$autoclose_set.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$downcase.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$i$1$0$truncate.class
[DEBUG] adding entry org/jruby/RubyNil$INVOKER$s$0$0$to_f.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$rdev.class
[DEBUG] adding entry org/jruby/RubyEnumerator$INVOKER$i$0$0$peek.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$0$1$instance_methods.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$sqrt.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$i$0$0$hash.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$s$0$0$newInstance.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$reverse_bang.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$0$0$freeze.class
[DEBUG] adding entry org/jruby/RubyEnumerable$19.class
[DEBUG] adding entry org/jruby/RubyInteger$INVOKER$i$0$0$chr.class
[DEBUG] adding entry org/jruby/RubyLocalJumpError$INVOKER$i$0$0$exit_value.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$2$0$tr_bang19.class
[DEBUG] adding entry org/jruby/RubyRegexp$INVOKER$i$0$0$kcode.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$collect_bang.class
[DEBUG] adding entry org/jruby/RubyModule$JavaClassKindOf.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$valid_encoding_p.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$0$0$attr_accessor.class
[DEBUG] adding entry org/jruby/RubyLocalJumpError$1.class
[DEBUG] adding entry org/jruby/RubyBignum$INVOKER$i$0$0$hash.class
[DEBUG] adding entry org/jruby/RubyBoolean$False$INVOKER$s$1$0$false_and.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$0$select19.class
[DEBUG] adding entry org/jruby/RubyNoMethodError.class
[DEBUG] adding entry org/jruby/RubyMethod$1.class
[DEBUG] adding entry org/jruby/RubyStruct$INVOKER$i$0$0$inspect.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$1$0$div.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$s$0$0$list.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$s$2$0$truncate.class
[DEBUG] adding entry org/jruby/RubyNumeric$ByteListCaller.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$1$0$ungetc.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$1$0$eql_p.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$delete_bang19.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$intern.class
[DEBUG] adding entry org/jruby/RubyConverter$INVOKER$i$0$0$replacement.class
[DEBUG] adding entry org/jruby/RubyGlobal$LoadPath.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$1$ioctl.class
[DEBUG] adding entry org/jruby/RubyFileTest$FileTestFileMethods$INVOKER$s$1$0$size.class
[DEBUG] adding entry org/jruby/RubyMath$1.class
[DEBUG] adding entry org/jruby/RubyEnumerable$42.class
[DEBUG] adding entry org/jruby/RubySignal$INVOKER$s$2$0$__jtrap_kernel.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$1$public_methods.class
[DEBUG] adding entry org/jruby/RubyArray$ArgumentVisitor.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$i$0$0$mtime.class
[DEBUG] adding entry org/jruby/RubyKernel$10.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$0$0$each_char.class
[DEBUG] adding entry org/jruby/RubyHash$3.class
[DEBUG] adding entry org/jruby/RubyComplex$INVOKER$s$convert.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$s$0$1$umask.class
[DEBUG] adding entry org/jruby/RubyModule$MethodClumper.class
[DEBUG] adding entry org/jruby/RubyNameError$RubyNameErrorMessage$INVOKER$i$0$0$to_str.class
[DEBUG] adding entry org/jruby/runtime/Binding.class
[DEBUG] adding entry org/jruby/runtime/PositionAware.class
[DEBUG] adding entry org/jruby/runtime/Visibility.class
[DEBUG] adding entry org/jruby/runtime/ObjectMarshal$1.class
[DEBUG] adding entry org/jruby/runtime/Helpers$MethodMissingMethod.class
[DEBUG] adding entry org/jruby/runtime/GlobalVariable.class
[DEBUG] adding entry org/jruby/runtime/NullBlockBody.class
[DEBUG] adding entry org/jruby/runtime/MethodBlock.class
[DEBUG] adding entry org/jruby/runtime/opto/SwitchPointInvalidator.class
[DEBUG] adding entry org/jruby/runtime/opto/GenerationInvalidator.class
[DEBUG] adding entry org/jruby/runtime/opto/GenerationAndSwitchPointInvalidator.class
[DEBUG] adding entry org/jruby/runtime/opto/ConstantCache.class
[DEBUG] adding entry org/jruby/runtime/opto/OptoFactory.class
[DEBUG] adding entry org/jruby/runtime/opto/ObjectIdentityInvalidator.class
[DEBUG] adding entry org/jruby/runtime/opto/Invalidator.class
[DEBUG] adding entry org/jruby/runtime/opto/FailoverSwitchPointInvalidator.class
[DEBUG] adding entry org/jruby/runtime/ObjectMarshal.class
[DEBUG] adding entry org/jruby/runtime/callback/Callback.class
[DEBUG] adding entry org/jruby/runtime/ObjectAllocator$1.class
[DEBUG] adding entry org/jruby/runtime/JavaInternalBlockBody.class
[DEBUG] adding entry org/jruby/runtime/Arity.class
[DEBUG] adding entry org/jruby/runtime/ObjectAllocator.class
[DEBUG] adding entry org/jruby/runtime/SharedScopeBlock.class
[DEBUG] adding entry org/jruby/runtime/ClassIndex.class
[DEBUG] adding entry org/jruby/runtime/InterpretedBlock.class
[DEBUG] adding entry org/jruby/runtime/Helpers$1.class
[DEBUG] adding entry org/jruby/runtime/CompiledBlock.class
[DEBUG] adding entry org/jruby/runtime/ThreadContext.class
[DEBUG] adding entry org/jruby/runtime/CompiledBlockCallback19.class
[DEBUG] adding entry org/jruby/runtime/ObjectSpace.class
[DEBUG] adding entry org/jruby/runtime/ExecutionContext.class
[DEBUG] adding entry org/jruby/runtime/BlockCallback.class
[DEBUG] adding entry org/jruby/runtime/MethodFactory.class
[DEBUG] adding entry org/jruby/runtime/CallBlock.class
[DEBUG] adding entry org/jruby/runtime/IAccessor.class
[DEBUG] adding entry org/jruby/runtime/CompiledBlockLight19.class
[DEBUG] adding entry org/jruby/runtime/ObjectSpace$1.class
[DEBUG] adding entry org/jruby/runtime/backtrace/TraceType$Gather$4.class
[DEBUG] adding entry org/jruby/runtime/backtrace/TraceType$1.class
[DEBUG] adding entry org/jruby/runtime/backtrace/RubyStackTraceElement.class
[DEBUG] adding entry org/jruby/runtime/backtrace/TraceType$Gather$1.class
[DEBUG] adding entry org/jruby/runtime/backtrace/TraceType$Gather$5.class
[DEBUG] adding entry org/jruby/runtime/backtrace/TraceType$Gather$2.class
[DEBUG] adding entry org/jruby/runtime/backtrace/FrameType.class
[DEBUG] adding entry org/jruby/runtime/backtrace/BacktraceElement.class
[DEBUG] adding entry org/jruby/runtime/backtrace/TraceType$Format.class
[DEBUG] adding entry org/jruby/runtime/backtrace/TraceType.class
[DEBUG] adding entry org/jruby/runtime/backtrace/TraceType$Format$1.class
[DEBUG] adding entry org/jruby/runtime/backtrace/TraceType$Format$2.class
[DEBUG] adding entry org/jruby/runtime/backtrace/TraceType$Gather.class
[DEBUG] adding entry org/jruby/runtime/backtrace/TraceType$Gather$3.class
[DEBUG] adding entry org/jruby/runtime/backtrace/BacktraceData.class
[DEBUG] adding entry org/jruby/runtime/ObjectSpace$WeakReferenceListNode.class
[DEBUG] adding entry org/jruby/runtime/component/VariableEntry.class
[DEBUG] adding entry org/jruby/runtime/callsite/ModCallSite.class
[DEBUG] adding entry org/jruby/runtime/callsite/SuperCallSite.class
[DEBUG] adding entry org/jruby/runtime/callsite/CmpCallSite.class
[DEBUG] adding entry org/jruby/runtime/callsite/RespondToCallSite$RespondToTuple.class
[DEBUG] adding entry org/jruby/runtime/callsite/BitOrCallSite.class
[DEBUG] adding entry org/jruby/runtime/callsite/MulCallSite.class
[DEBUG] adding entry org/jruby/runtime/callsite/FunctionalCachingCallSite.class
[DEBUG] adding entry org/jruby/runtime/callsite/LtCallSite.class
[DEBUG] adding entry org/jruby/runtime/callsite/EqCallSite.class
[DEBUG] adding entry org/jruby/runtime/callsite/PlusCallSite.class
[DEBUG] adding entry org/jruby/runtime/callsite/RespondToCallSite.class
[DEBUG] adding entry org/jruby/runtime/callsite/ShiftLeftCallSite.class
[DEBUG] adding entry org/jruby/runtime/callsite/XorCallSite.class
[DEBUG] adding entry org/jruby/runtime/callsite/GtCallSite.class
[DEBUG] adding entry org/jruby/runtime/callsite/GeCallSite.class
[DEBUG] adding entry org/jruby/runtime/callsite/DivCallSite.class
[DEBUG] adding entry org/jruby/runtime/callsite/ArefCallSite.class
[DEBUG] adding entry org/jruby/runtime/callsite/ConstantSite.class
[DEBUG] adding entry org/jruby/runtime/callsite/CacheEntry.class
[DEBUG] adding entry org/jruby/runtime/callsite/ShiftRightCallSite.class
[DEBUG] adding entry org/jruby/runtime/callsite/MinusCallSite.class
[DEBUG] adding entry org/jruby/runtime/callsite/BitAndCallSite.class
[DEBUG] adding entry org/jruby/runtime/callsite/NormalCachingCallSite.class
[DEBUG] adding entry org/jruby/runtime/callsite/LeCallSite.class
[DEBUG] adding entry org/jruby/runtime/callsite/VariableCachingCallSite.class
[DEBUG] adding entry org/jruby/runtime/callsite/SuperCallSite$SuperTuple.class
[DEBUG] adding entry org/jruby/runtime/callsite/AsetCallSite.class
[DEBUG] adding entry org/jruby/runtime/callsite/CachingCallSite.class
[DEBUG] adding entry org/jruby/runtime/ObjectSpace$IdReference.class
[DEBUG] adding entry org/jruby/runtime/ObjectSpace$GroupSweeper.class
[DEBUG] adding entry org/jruby/runtime/InterpretedIRBlockBody19.class
[DEBUG] adding entry org/jruby/runtime/Frame.class
[DEBUG] adding entry org/jruby/runtime/BlockBody$1.class
[DEBUG] adding entry org/jruby/runtime/GlobalVariable$Copy.class
[DEBUG] adding entry org/jruby/runtime/DynamicScope.class
[DEBUG] adding entry org/jruby/runtime/Helpers.class
[DEBUG] adding entry org/jruby/runtime/MethodIndex.class
[DEBUG] adding entry org/jruby/runtime/assigner/Pre2Rest0Post0Assigner.class
[DEBUG] adding entry org/jruby/runtime/assigner/Pre0Rest0Post0BlockAssigner.class
[DEBUG] adding entry org/jruby/runtime/assigner/Pre1Rest1Post0Assigner.class
[DEBUG] adding entry org/jruby/runtime/assigner/Pre3Rest1Post0Assigner.class
[DEBUG] adding entry org/jruby/runtime/assigner/Pre1Rest0Post0Assigner.class
[DEBUG] adding entry org/jruby/runtime/assigner/Pre2Rest1Post0BlockAssigner.class
[DEBUG] adding entry org/jruby/runtime/assigner/Pre3Rest0Post0Assigner.class
[DEBUG] adding entry org/jruby/runtime/assigner/Pre2Rest0Post0BlockAssigner.class
[DEBUG] adding entry org/jruby/runtime/assigner/Pre3Rest1Post0BlockAssigner.class
[DEBUG] adding entry org/jruby/runtime/assigner/PreManyRest1Post0BlockAssigner.class
[DEBUG] adding entry org/jruby/runtime/assigner/Pre3Rest0Post0BlockAssigner.class
[DEBUG] adding entry org/jruby/runtime/assigner/Assigner.class
[DEBUG] adding entry org/jruby/runtime/assigner/Pre1ExpandedRest0Post0BlockAssigner.class
[DEBUG] adding entry org/jruby/runtime/assigner/Pre2Rest1Post0Assigner.class
[DEBUG] adding entry org/jruby/runtime/assigner/Pre0Rest1Post0BlockAssigner.class
[DEBUG] adding entry org/jruby/runtime/assigner/Pre0Rest0Post0Assigner.class
[DEBUG] adding entry org/jruby/runtime/assigner/Pre0Rest1Post0Assigner.class
[DEBUG] adding entry org/jruby/runtime/assigner/Pre1Rest1Post0BlockAssigner.class
[DEBUG] adding entry org/jruby/runtime/assigner/PreManyRest0Post0Assigner.class
[DEBUG] adding entry org/jruby/runtime/assigner/PreManyRest1Post0Assigner.class
[DEBUG] adding entry org/jruby/runtime/assigner/Pre1ExpandedRest0Post0Assigner.class
[DEBUG] adding entry org/jruby/runtime/assigner/Pre1Rest0Post0BlockAssigner.class
[DEBUG] adding entry org/jruby/runtime/assigner/PreManyRest0Post0BlockAssigner.class
[DEBUG] adding entry org/jruby/runtime/CompiledBlockLight.class
[DEBUG] adding entry org/jruby/runtime/Block.class
[DEBUG] adding entry org/jruby/runtime/builtin/RubyJavaObject.class
[DEBUG] adding entry org/jruby/runtime/builtin/Variable.class
[DEBUG] adding entry org/jruby/runtime/builtin/InstanceVariables.class
[DEBUG] adding entry org/jruby/runtime/builtin/IRubyObject.class
[DEBUG] adding entry org/jruby/runtime/builtin/InternalVariables.class
[DEBUG] adding entry org/jruby/runtime/load/LoadService$SuffixType.class
[DEBUG] adding entry org/jruby/runtime/load/Library.class
[DEBUG] adding entry org/jruby/runtime/load/BasicLibraryService.class
[DEBUG] adding entry org/jruby/runtime/load/LoadService$ClassLoaderSearcher.class
[DEBUG] adding entry org/jruby/runtime/load/LoadService$RequireLocks.class
[DEBUG] adding entry org/jruby/runtime/load/LoadService$SourceBailoutSearcher.class
[DEBUG] adding entry org/jruby/runtime/load/JavaCompiledScript.class
[DEBUG] adding entry org/jruby/runtime/load/LoadService$RequireState.class
[DEBUG] adding entry org/jruby/runtime/load/LoadService19.class
[DEBUG] adding entry org/jruby/runtime/load/LibrarySearcher.class
[DEBUG] adding entry org/jruby/runtime/load/JarredScript.class
[DEBUG] adding entry org/jruby/runtime/load/CExtension.class
[DEBUG] adding entry org/jruby/runtime/load/ExternalScript.class
[DEBUG] adding entry org/jruby/runtime/load/LoadService$1.class
[DEBUG] adding entry org/jruby/runtime/load/LoadService$LoadSearcher.class
[DEBUG] adding entry org/jruby/runtime/load/LoadServiceResourceInputStream.class
[DEBUG] adding entry org/jruby/runtime/load/LibrarySearcher$FoundLibrary.class
[DEBUG] adding entry org/jruby/runtime/load/LoadServiceResource.class
[DEBUG] adding entry org/jruby/runtime/load/LoadService$ScriptClassSearcher.class
[DEBUG] adding entry org/jruby/runtime/load/LoadService$LoadTimer.class
[DEBUG] adding entry org/jruby/runtime/load/LibrarySearcher$Ruby18.class
[DEBUG] adding entry org/jruby/runtime/load/LoadService$BailoutSearcher.class
[DEBUG] adding entry org/jruby/runtime/load/CompiledScriptLoader.class
[DEBUG] adding entry org/jruby/runtime/load/LoadService$ScriptClassSearcher$ScriptClassLibrary.class
[DEBUG] adding entry org/jruby/runtime/load/LoadService$ExtensionSearcher.class
[DEBUG] adding entry org/jruby/runtime/load/LoadService.class
[DEBUG] adding entry org/jruby/runtime/load/DebugLog.class
[DEBUG] adding entry org/jruby/runtime/load/LoadService$NormalSearcher.class
[DEBUG] adding entry org/jruby/runtime/load/LoadService$SearchState.class
[DEBUG] adding entry org/jruby/runtime/load/ClassExtensionLibrary.class
[DEBUG] adding entry org/jruby/runtime/load/IAutoloadMethod.class
[DEBUG] adding entry org/jruby/runtime/load/LoadService$TracingLoadTimer.class
[DEBUG] adding entry org/jruby/runtime/load/LibrarySearcher$ResourceLibrary.class
[DEBUG] adding entry org/jruby/runtime/MethodFactory$MethodDefiningCallback.class
[DEBUG] adding entry org/jruby/runtime/invokedynamic/InvocationLinker$IndirectBindingException.class
[DEBUG] adding entry org/jruby/runtime/invokedynamic/VariableSite.class
[DEBUG] adding entry org/jruby/runtime/invokedynamic/MathLinker.class
[DEBUG] adding entry org/jruby/runtime/invokedynamic/InvocationLinker$HandleGenerator.class
[DEBUG] adding entry org/jruby/runtime/invokedynamic/InvocationLinker$AttrReaderGenerator.class
[DEBUG] adding entry org/jruby/runtime/invokedynamic/GlobalSite.class
[DEBUG] adding entry org/jruby/runtime/invokedynamic/InvocationLinker$JavaCallGenerator.class
[DEBUG] adding entry org/jruby/runtime/invokedynamic/RubyConstantCallSite.class
[DEBUG] adding entry org/jruby/runtime/invokedynamic/InvocationLinker$CoreCallGenerator.class
[DEBUG] adding entry org/jruby/runtime/invokedynamic/InvokeDynamicSupport.class
[DEBUG] adding entry org/jruby/runtime/invokedynamic/InvocationLinker$1.class
[DEBUG] adding entry org/jruby/runtime/invokedynamic/InvocationLinker$RubyCallGenerator.class
[DEBUG] adding entry org/jruby/runtime/invokedynamic/JRubyCallSite.class
[DEBUG] adding entry org/jruby/runtime/invokedynamic/InvocationLinker.class
[DEBUG] adding entry org/jruby/runtime/invokedynamic/InvocationLinker$FFIGenerator.class
[DEBUG] adding entry org/jruby/runtime/invokedynamic/MethodNames.class
[DEBUG] adding entry org/jruby/runtime/invokedynamic/InvocationLinker$AttrWriterGenerator.class
[DEBUG] adding entry org/jruby/runtime/invokedynamic/InvocationLinker$HandleMethodGenerator.class
[DEBUG] adding entry org/jruby/runtime/Interpreted19Block.class
[DEBUG] adding entry org/jruby/runtime/CompiledBlock19.class
[DEBUG] adding entry org/jruby/runtime/CallSite.class
[DEBUG] adding entry org/jruby/runtime/encoding/EncodingCapable.class
[DEBUG] adding entry org/jruby/runtime/encoding/EncodingService.class
[DEBUG] adding entry org/jruby/runtime/encoding/EncodingService$1.class
[DEBUG] adding entry org/jruby/runtime/encoding/EncodingService$SpecialEncoding.class
[DEBUG] adding entry org/jruby/runtime/encoding/MarshalEncoding.class
[DEBUG] adding entry org/jruby/runtime/CallType.class
[DEBUG] adding entry org/jruby/runtime/CompiledBlockCallback.class
[DEBUG] adding entry org/jruby/runtime/Block$Type.class
[DEBUG] adding entry org/jruby/runtime/Constants.class
[DEBUG] adding entry org/jruby/runtime/CallBlock19.class
[DEBUG] adding entry org/jruby/runtime/CallbackFactory.class
[DEBUG] adding entry org/jruby/runtime/ivars/VariableTableManager.class
[DEBUG] adding entry org/jruby/runtime/ivars/MethodData.class
[DEBUG] adding entry org/jruby/runtime/ivars/SynchronizedVariableAccessor.class
[DEBUG] adding entry org/jruby/runtime/ivars/VariableAccessorVar4.class
[DEBUG] adding entry org/jruby/runtime/ivars/VariableAccessorVar2.class
[DEBUG] adding entry org/jruby/runtime/ivars/VariableAccessor.class
[DEBUG] adding entry org/jruby/runtime/ivars/FieldVariableAccessor.class
[DEBUG] adding entry org/jruby/runtime/ivars/StampedVariableAccessor.class
[DEBUG] adding entry org/jruby/runtime/ivars/VariableAccessorVar8.class
[DEBUG] adding entry org/jruby/runtime/ivars/VariableAccessorVar6.class
[DEBUG] adding entry org/jruby/runtime/ivars/VariableAccessorVar5.class
[DEBUG] adding entry org/jruby/runtime/ivars/VariableAccessorVar3.class
[DEBUG] adding entry org/jruby/runtime/ivars/VariableAccessorField.class
[DEBUG] adding entry org/jruby/runtime/ivars/VariableAccessorVar7.class
[DEBUG] adding entry org/jruby/runtime/ivars/VariableAccessorVar9.class
[DEBUG] adding entry org/jruby/runtime/ivars/VariableAccessorVar1.class
[DEBUG] adding entry org/jruby/runtime/ivars/VariableAccessorVar0.class
[DEBUG] adding entry org/jruby/runtime/InterpretedIRBlockBody.class
[DEBUG] adding entry org/jruby/runtime/BlockBody.class
[DEBUG] adding entry org/jruby/runtime/CompiledSharedScopeBlock.class
[DEBUG] adding entry org/jruby/runtime/scope/ManyVarsDynamicScope.class
[DEBUG] adding entry org/jruby/runtime/scope/OneVarDynamicScope.class
[DEBUG] adding entry org/jruby/runtime/scope/FourVarDynamicScope.class
[DEBUG] adding entry org/jruby/runtime/scope/ThreeVarDynamicScope.class
[DEBUG] adding entry org/jruby/runtime/scope/DummyDynamicScope.class
[DEBUG] adding entry org/jruby/runtime/scope/SharedBindingDynamicScope.class
[DEBUG] adding entry org/jruby/runtime/scope/TwoVarDynamicScope.class
[DEBUG] adding entry org/jruby/runtime/scope/NoVarsDynamicScope.class
[DEBUG] adding entry org/jruby/runtime/profile/ProfilingService.class
[DEBUG] adding entry org/jruby/runtime/profile/builtin/ProfilePrinter.class
[DEBUG] adding entry org/jruby/runtime/profile/builtin/HtmlProfilePrinter$2.class
[DEBUG] adding entry org/jruby/runtime/profile/builtin/JsonProfilePrinter.class
[DEBUG] adding entry org/jruby/runtime/profile/builtin/InvocationSet.class
[DEBUG] adding entry org/jruby/runtime/profile/builtin/HtmlProfilePrinter.class
[DEBUG] adding entry org/jruby/runtime/profile/builtin/MethodData.class
[DEBUG] adding entry org/jruby/runtime/profile/builtin/BuiltinProfilingService.class
[DEBUG] adding entry org/jruby/runtime/profile/builtin/ProfileData.class
[DEBUG] adding entry org/jruby/runtime/profile/builtin/ProfileOutput$1.class
[DEBUG] adding entry org/jruby/runtime/profile/builtin/GraphProfilePrinter$3.class
[DEBUG] adding entry org/jruby/runtime/profile/builtin/GraphProfilePrinter$2.class
[DEBUG] adding entry org/jruby/runtime/profile/builtin/MethodData$1.class
[DEBUG] adding entry org/jruby/runtime/profile/builtin/ProfiledMethods.class
[DEBUG] adding entry org/jruby/runtime/profile/builtin/BuiltinProfilingService$DefaultMethodEnhancer.class
[DEBUG] adding entry org/jruby/runtime/profile/builtin/GraphProfilePrinter.class
[DEBUG] adding entry org/jruby/runtime/profile/builtin/HtmlProfilePrinter$1.class
[DEBUG] adding entry org/jruby/runtime/profile/builtin/ProfileOutput.class
[DEBUG] adding entry org/jruby/runtime/profile/builtin/Invocation.class
[DEBUG] adding entry org/jruby/runtime/profile/builtin/BuiltinProfilingService$DefaultProfileReporter.class
[DEBUG] adding entry org/jruby/runtime/profile/builtin/ProfiledMethod.class
[DEBUG] adding entry org/jruby/runtime/profile/builtin/HtmlProfilePrinter$3.class
[DEBUG] adding entry org/jruby/runtime/profile/builtin/FlatProfilePrinter$1.class
[DEBUG] adding entry org/jruby/runtime/profile/builtin/GraphProfilePrinter$1.class
[DEBUG] adding entry org/jruby/runtime/profile/builtin/MethodData$IntList.class
[DEBUG] adding entry org/jruby/runtime/profile/builtin/FlatProfilePrinter.class
[DEBUG] adding entry org/jruby/runtime/profile/ProfileCollection.class
[DEBUG] adding entry org/jruby/runtime/profile/ProfilingServiceLookup.class
[DEBUG] adding entry org/jruby/runtime/profile/MethodEnhancer.class
[DEBUG] adding entry org/jruby/runtime/profile/ProfileReporter.class
[DEBUG] adding entry org/jruby/runtime/profile/ProfilingServiceLookup$1.class
[DEBUG] adding entry org/jruby/runtime/RubyEvent.class
[DEBUG] adding entry org/jruby/runtime/EventHook.class
[DEBUG] adding entry org/jruby/runtime/ObjectSpace$ObjectGroup.class
[DEBUG] adding entry org/jruby/runtime/marshal/UnmarshalStream.class
[DEBUG] adding entry org/jruby/runtime/marshal/UnmarshalStream$MarshalState.class
[DEBUG] adding entry org/jruby/runtime/marshal/MarshalStream.class
[DEBUG] adding entry org/jruby/runtime/marshal/DataType.class
[DEBUG] adding entry org/jruby/runtime/marshal/MarshalCache.class
[DEBUG] adding entry org/jruby/runtime/marshal/UnmarshalCache.class
[DEBUG] adding entry org/jruby/runtime/marshal/CoreObjectType.class
[DEBUG] adding entry org/jruby/runtime/ReadonlyGlobalVariable.class
[DEBUG] adding entry org/jruby/runtime/ContextAwareBlockBody.class
[DEBUG] adding entry org/jruby/runtime/InterpretedIRBlockBody$1.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$1$0$has_key_p.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$1$0$op_gt.class
[DEBUG] adding entry org/jruby/RubyConverter$EncodingErrorMethods$INVOKER$s$0$0$readagain_bytes.class
[DEBUG] adding entry org/jruby/RubyFixnum.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$cos.class
[DEBUG] adding entry org/jruby/RubyConverter$INVOKER$i$0$0$convpath.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$rbCatch19.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$to_s.class
[DEBUG] adding entry org/jruby/RubyIO$Ruby19POpen.class
[DEBUG] adding entry org/jruby/RubyUnboundMethod$INVOKER$i$0$0$to_proc.class
[DEBUG] adding entry org/jruby/RubyEncoding$INVOKER$i$0$0$dummy_p.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$1$0$remove_class_variable.class
[DEBUG] adding entry org/jruby/RubyInteger$INVOKER$i$1$0$upto.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$rpartition.class
[DEBUG] adding entry org/jruby/RubyDir$INVOKER$s$0$1$glob.class
[DEBUG] adding entry org/jruby/RubyFixnum$INVOKER$i$1$0$divmod.class
[DEBUG] adding entry org/jruby/RubySymbol$INVOKER$i$0$0$id2name.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$1$each_line.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$proc_1_9.class
[DEBUG] adding entry org/jruby/RubyRegexp$INVOKER$i$1$0$eqq.class
[DEBUG] adding entry org/jruby/RubyRange$3.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$s$1$0$abort_on_exception_set_x.class
[DEBUG] adding entry org/jruby/RubySignal$INVOKER$s$0$0$list.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$exp.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$0$1$const_defined_p19.class
[DEBUG] adding entry org/jruby/RubyMarshal.class
[DEBUG] adding entry org/jruby/RubyNameError$INVOKER$i$0$2$initialize.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$1$0$delete_at.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$i$0$0$magnitude.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$0$1$readlines.class
[DEBUG] adding entry org/jruby/RubyMatchData$INVOKER$i$0$0$regexp.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$fsync.class
[DEBUG] adding entry org/jruby/RubyProcess$Sys$INVOKER$s$0$0$getuid.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$s$0$0$utime.class
[DEBUG] adding entry org/jruby/RubyFileTest$INVOKER$s$1$0$chardev_p.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$concat19.class
[DEBUG] adding entry org/jruby/RubySymbol$INVOKER$i$0$0$length.class
[DEBUG] adding entry org/jruby/RubyEncoding$INVOKER$s$1$0$_load.class
[DEBUG] adding entry org/jruby/RubyEnumerable$43.class
[DEBUG] adding entry org/jruby/RubyBignum$INVOKER$i$1$0$op_plus.class
[DEBUG] adding entry org/jruby/RubySystemCallError$1.class
[DEBUG] adding entry org/jruby/RubyFileTest$FileTestFileMethods$INVOKER$s$1$0$pipe_p.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$find.class
[DEBUG] adding entry org/jruby/RubyEnumerable$51.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$rotate_bang.class
[DEBUG] adding entry org/jruby/RubyStruct$3.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$0$each_pair.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$1$0$div19.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$loop.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$i$1$0$eql_p.class
[DEBUG] adding entry org/jruby/RubyClass$MarshalTuple.class
[DEBUG] adding entry org/jruby/RubyThreadGroup$INVOKER$i$0$0$enclose.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$1$0$initialize_copy.class
[DEBUG] adding entry org/jruby/RubyEnumerable$50.class
[DEBUG] adding entry org/jruby/RubyRational$INVOKER$i$op_ceil.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$1$0$op_diff.class
[DEBUG] adding entry org/jruby/RubySymbol$INVOKER$i$0$0$succ.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$2$0$insert19.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$1$0$remainder.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$s$0$0$exit.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$initialize_dup.class
[DEBUG] adding entry org/jruby/RubyProc.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$cosh19.class
[DEBUG] adding entry org/jruby/RubyFileTest$FileTestFileMethods$INVOKER$s$1$0$worldReadable.class
[DEBUG] adding entry org/jruby/RubyBinding$INVOKER$i$0$2$eval.class
[DEBUG] adding entry org/jruby/ir/IRBuilder$8.class
[DEBUG] adding entry org/jruby/ir/operands/LocalVariable.class
[DEBUG] adding entry org/jruby/ir/operands/Label.class
[DEBUG] adding entry org/jruby/ir/operands/BooleanLiteral.class
[DEBUG] adding entry org/jruby/ir/operands/MethAddr.class
[DEBUG] adding entry org/jruby/ir/operands/Variable.class
[DEBUG] adding entry org/jruby/ir/operands/GlobalVariable.class
[DEBUG] adding entry org/jruby/ir/operands/UndefinedValue.class
[DEBUG] adding entry org/jruby/ir/operands/CompoundArray.class
[DEBUG] adding entry org/jruby/ir/operands/StringLiteral.class
[DEBUG] adding entry org/jruby/ir/operands/Float.class
[DEBUG] adding entry org/jruby/ir/operands/ObjectClass.class
[DEBUG] adding entry org/jruby/ir/operands/Attribute.class
[DEBUG] adding entry org/jruby/ir/operands/ScopeModule.class
[DEBUG] adding entry org/jruby/ir/operands/BacktickString.class
[DEBUG] adding entry org/jruby/ir/operands/NthRef.class
[DEBUG] adding entry org/jruby/ir/operands/Fixnum.class
[DEBUG] adding entry org/jruby/ir/operands/IRException.class
[DEBUG] adding entry org/jruby/ir/operands/Backref.class
[DEBUG] adding entry org/jruby/ir/operands/TemporaryClosureVariable.class
[DEBUG] adding entry org/jruby/ir/operands/CompoundString.class
[DEBUG] adding entry org/jruby/ir/operands/TemporaryVariable.class
[DEBUG] adding entry org/jruby/ir/operands/Self.class
[DEBUG] adding entry org/jruby/ir/operands/MethodHandle.class
[DEBUG] adding entry org/jruby/ir/operands/DynamicSymbol.class
[DEBUG] adding entry org/jruby/ir/operands/Operand.class
[DEBUG] adding entry org/jruby/ir/operands/Bignum.class
[DEBUG] adding entry org/jruby/ir/operands/KeyValuePair.class
[DEBUG] adding entry org/jruby/ir/operands/Reference.class
[DEBUG] adding entry org/jruby/ir/operands/Range.class
[DEBUG] adding entry org/jruby/ir/operands/ClosureLocalVariable.class
[DEBUG] adding entry org/jruby/ir/operands/ImmutableLiteral.class
[DEBUG] adding entry org/jruby/ir/operands/AsString.class
[DEBUG] adding entry org/jruby/ir/operands/StandardError.class
[DEBUG] adding entry org/jruby/ir/operands/Array.class
[DEBUG] adding entry org/jruby/ir/operands/Splat.class
[DEBUG] adding entry org/jruby/ir/operands/Symbol.class
[DEBUG] adding entry org/jruby/ir/operands/SValue.class
[DEBUG] adding entry org/jruby/ir/operands/WrappedIRClosure.class
[DEBUG] adding entry org/jruby/ir/operands/CurrentScope.class
[DEBUG] adding entry org/jruby/ir/operands/Nil.class
[DEBUG] adding entry org/jruby/ir/operands/Hash.class
[DEBUG] adding entry org/jruby/ir/operands/UnexecutableNil.class
[DEBUG] adding entry org/jruby/ir/operands/Regexp.class
[DEBUG] adding entry org/jruby/ir/util/EdgeTypeIterator.class
[DEBUG] adding entry org/jruby/ir/util/DataIterator.class
[DEBUG] adding entry org/jruby/ir/util/Edge.class
[DEBUG] adding entry org/jruby/ir/util/Vertex.class
[DEBUG] adding entry org/jruby/ir/util/ExplicitVertexID.class
[DEBUG] adding entry org/jruby/ir/util/DirectedGraph.class
[DEBUG] adding entry org/jruby/ir/util/DataIterable.class
[DEBUG] adding entry org/jruby/ir/util/EdgeTypeIterable.class
[DEBUG] adding entry org/jruby/ir/IRBuilder$2.class
[DEBUG] adding entry org/jruby/ir/IRBuilder$RescueBlockInfo.class
[DEBUG] adding entry org/jruby/ir/IRModuleBody.class
[DEBUG] adding entry org/jruby/ir/IRBuilder.class
[DEBUG] adding entry org/jruby/ir/CodeVersion$MethodCodeVersion.class
[DEBUG] adding entry org/jruby/ir/OpFlags.class
[DEBUG] adding entry org/jruby/ir/listeners/InstructionsListener.class
[DEBUG] adding entry org/jruby/ir/listeners/IRScopeListener.class
[DEBUG] adding entry org/jruby/ir/listeners/InstructionsListenerDecorator$InstructionsListIterator.class
[DEBUG] adding entry org/jruby/ir/listeners/InstructionsListenerDecorator.class
[DEBUG] adding entry org/jruby/ir/listeners/InstructionsListener$OperationType.class
[DEBUG] adding entry org/jruby/ir/IRBuilder19.class
[DEBUG] adding entry org/jruby/ir/transformations/inlining/CFGInliner.class
[DEBUG] adding entry org/jruby/ir/transformations/inlining/InlinerInfo.class
[DEBUG] adding entry org/jruby/ir/IRBuilder$EnsureBlockInfo.class
[DEBUG] adding entry org/jruby/ir/OpClass.class
[DEBUG] adding entry org/jruby/ir/IRBuilder19$1.class
[DEBUG] adding entry org/jruby/ir/IRBuilder$4.class
[DEBUG] adding entry org/jruby/ir/runtime/IRReturnJump.class
[DEBUG] adding entry org/jruby/ir/runtime/IRBreakJump.class
[DEBUG] adding entry org/jruby/ir/runtime/IRRuntimeHelpers.class
[DEBUG] adding entry org/jruby/ir/IRMetaClassBody.class
[DEBUG] adding entry org/jruby/ir/CodeVersion.class
[DEBUG] adding entry org/jruby/ir/IREvalScript.class
[DEBUG] adding entry org/jruby/ir/IRClassBody.class
[DEBUG] adding entry org/jruby/ir/IRBuilder$5.class
[DEBUG] adding entry org/jruby/ir/CodeVersion$ClassCodeVersion.class
[DEBUG] adding entry org/jruby/ir/instructions/YieldInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/SearchConstInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/ReceiveRestArgInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/BreakInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/RecordEndBlockInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/RuntimeHelperCall.class
[DEBUG] adding entry org/jruby/ir/instructions/ProcessModuleBodyInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/CallBase$1.class
[DEBUG] adding entry org/jruby/ir/instructions/JumpInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/BNilInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/PutInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/LineNumberInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/PutGlobalVarInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/DefineInstanceMethodInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/ClassSuperInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/RaiseArgumentErrorInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/ReceiveArgBase.class
[DEBUG] adding entry org/jruby/ir/instructions/ToAryInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/BNEInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/UndefMethodInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/PushBindingInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/NonlocalReturnInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/MultipleAsgnBase.class
[DEBUG] adding entry org/jruby/ir/instructions/CopyInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/JumpIndirectInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/ConstMissingInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/ReceivePreReqdArgInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/DefineModuleInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/StoreLocalVarInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/BEQInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/PopFrameInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/NopInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/Match2Instr.class
[DEBUG] adding entry org/jruby/ir/instructions/GetClassVarContainerModuleInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/GetClassVariableInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/AliasInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/ReturnBase.class
[DEBUG] adding entry org/jruby/ir/instructions/CallInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/PopBindingInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/BlockGivenInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/ResultInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/InheritanceSearchConstInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/GetInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/ReqdArgMultipleAsgnInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/RestArgMultipleAsgnInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/ThreadPollInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/LabelInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/LoadLocalVarInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/CheckArityInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/defined/GetErrorInfoInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/defined/SuperMethodBoundInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/defined/BackrefIsMatchDataInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/defined/GlobalIsDefinedInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/defined/HasInstanceVarInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/defined/MethodIsPublicInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/defined/ClassVarIsDefinedInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/defined/RestoreErrorInfoInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/defined/DefinedObjectNameInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/defined/DefinedInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/defined/GetBackrefInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/defined/MethodDefinedInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/defined/IsMethodBoundInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/defined/GetDefinedConstantOrMethodInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/UnresolvedSuperInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/ReceiveClosureInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/GetGlobalVariableInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/Match3Instr.class
[DEBUG] adding entry org/jruby/ir/instructions/Instr.class
[DEBUG] adding entry org/jruby/ir/instructions/BranchInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/PutFieldInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/ReceiveExceptionInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/PutClassVariableInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/PushFrameInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/ReturnInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/calladapter/TwoArgBlockOperandCallAdapter.class
[DEBUG] adding entry org/jruby/ir/instructions/calladapter/TwoArgNoBlockOperandCallAdapter.class
[DEBUG] adding entry org/jruby/ir/instructions/calladapter/FourArgNoBlockConstantCallAdapter.class
[DEBUG] adding entry org/jruby/ir/instructions/calladapter/TwoArgNoBlockConstantCallAdapter.class
[DEBUG] adding entry org/jruby/ir/instructions/calladapter/FourArgNoBlockOperandCallAdapter.class
[DEBUG] adding entry org/jruby/ir/instructions/calladapter/ThreeArgNoBlockOperandCallAdapter.class
[DEBUG] adding entry org/jruby/ir/instructions/calladapter/ThreeArgNoBlockConstantCallAdapter.class
[DEBUG] adding entry org/jruby/ir/instructions/calladapter/OneArgBlockOperandCallAdapter.class
[DEBUG] adding entry org/jruby/ir/instructions/calladapter/AttrAssignCallAdapter.class
[DEBUG] adding entry org/jruby/ir/instructions/calladapter/ClosureCallAdapter.class
[DEBUG] adding entry org/jruby/ir/instructions/calladapter/OneArgNoBlockConstantCallAdapter.class
[DEBUG] adding entry org/jruby/ir/instructions/calladapter/NoArgNoBlockOperandCallAdapter.class
[DEBUG] adding entry org/jruby/ir/instructions/calladapter/OneArgNoBlockOperandCallAdapter.class
[DEBUG] adding entry org/jruby/ir/instructions/calladapter/ThreeArgBlockOperandCallAdapter.class
[DEBUG] adding entry org/jruby/ir/instructions/calladapter/CallAdapter.class
[DEBUG] adding entry org/jruby/ir/instructions/ReceiveSelfInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/BFalseInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/BUndefInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/SetReturnAddressInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/CallBase.class
[DEBUG] adding entry org/jruby/ir/instructions/ExceptionRegionStartMarkerInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/ThrowExceptionInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/PutConstInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/NoResultCallInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/NotInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/BTrueInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/EQQInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/ModuleVersionGuardInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/OptArgMultipleAsgnInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/ruby19/BuildLambdaInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/ruby19/GetEncodingInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/ruby19/ReceivePostReqdArgInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/RescueEQQInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/GVarAliasInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/CheckArgsArrayArityInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/specialized/OneOperandArgNoBlockCallInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/specialized/OneFixnumArgNoBlockCallInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/specialized/ZeroOperandArgNoBlockCallInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/specialized/OneArgOperandAttrAssignInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/specialized/OneOperandArgNoBlockNoResultCallInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/ruby20/ReceiveKeywordRestArgInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/ruby20/ReceiveKeywordArgInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/MatchInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/EnsureRubyArrayInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/DefineClassMethodInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/DefineMetaClassInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/Specializeable.class
[DEBUG] adding entry org/jruby/ir/instructions/DefineClassInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/ReceiveOptArgInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/ZSuperInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/AttrAssignInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/LexicalSearchConstInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/GetFieldInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/InstanceSuperInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/MethodLookupInstr.class
[DEBUG] adding entry org/jruby/ir/instructions/ExceptionRegionEndMarkerInstr.class
[DEBUG] adding entry org/jruby/ir/IRScope.class
[DEBUG] adding entry org/jruby/ir/Counter.class
[DEBUG] adding entry org/jruby/ir/interpreter/Interpreter.class
[DEBUG] adding entry org/jruby/ir/interpreter/InlineMethodHint.class
[DEBUG] adding entry org/jruby/ir/interpreter/Interpreter$1.class
[DEBUG] adding entry org/jruby/ir/interpreter/Interpreter$2.class
[DEBUG] adding entry org/jruby/ir/interpreter/Interpreter$CallSiteProfile.class
[DEBUG] adding entry org/jruby/ir/interpreter/Interpreter$3.class
[DEBUG] adding entry org/jruby/ir/interpreter/Interpreter$IRCallSite.class
[DEBUG] adding entry org/jruby/ir/Interp.class
[DEBUG] adding entry org/jruby/ir/IRBuilder20.class
[DEBUG] adding entry org/jruby/ir/IRScriptBody.class
[DEBUG] adding entry org/jruby/ir/IRBuilder$9.class
[DEBUG] adding entry org/jruby/ir/IRVisitor.class
[DEBUG] adding entry org/jruby/ir/Operation.class
[DEBUG] adding entry org/jruby/ir/IRBuilder$3.class
[DEBUG] adding entry org/jruby/ir/IRManager$1.class
[DEBUG] adding entry org/jruby/ir/IRBuilder$CodeBlock.class
[DEBUG] adding entry org/jruby/ir/targets/JVM.class
[DEBUG] adding entry org/jruby/ir/targets/MethodData.class
[DEBUG] adding entry org/jruby/ir/targets/IRBytecodeAdapter.class
[DEBUG] adding entry org/jruby/ir/targets/Bootstrap.class
[DEBUG] adding entry org/jruby/ir/targets/IRBytecodeAdapter$1.class
[DEBUG] adding entry org/jruby/ir/targets/JVMVisitor$1.class
[DEBUG] adding entry org/jruby/ir/targets/JVMVisitor.class
[DEBUG] adding entry org/jruby/ir/targets/JDK7.class
[DEBUG] adding entry org/jruby/ir/targets/ClassData.class
[DEBUG] adding entry org/jruby/ir/targets/JDK6.class
[DEBUG] adding entry org/jruby/ir/targets/Bootstrap$InvokeSite.class
[DEBUG] adding entry org/jruby/ir/IRScope$LocalVariableAllocator.class
[DEBUG] adding entry org/jruby/ir/IRMethod.class
[DEBUG] adding entry org/jruby/ir/IRBuilder$6.class
[DEBUG] adding entry org/jruby/ir/passes/CFGBuilder.class
[DEBUG] adding entry org/jruby/ir/passes/LocalOptimizationPass.class
[DEBUG] adding entry org/jruby/ir/passes/AddLocalVarLoadStoreInstructions.class
[DEBUG] adding entry org/jruby/ir/passes/CompilerPassScheduler.class
[DEBUG] adding entry org/jruby/ir/passes/BasicCompilerPassListener.class
[DEBUG] adding entry org/jruby/ir/passes/AddCallProtocolInstructions.class
[DEBUG] adding entry org/jruby/ir/passes/OptimizeTempVarsPass.class
[DEBUG] adding entry org/jruby/ir/passes/LinearizeCFG.class
[DEBUG] adding entry org/jruby/ir/passes/CompilerPass.class
[DEBUG] adding entry org/jruby/ir/passes/DeadCodeElimination.class
[DEBUG] adding entry org/jruby/ir/passes/DominatorTreeBuilder.class
[DEBUG] adding entry org/jruby/ir/passes/LiveVariableAnalysis.class
[DEBUG] adding entry org/jruby/ir/passes/CallSplitter.class
[DEBUG] adding entry org/jruby/ir/passes/CompilerPassListener.class
[DEBUG] adding entry org/jruby/ir/IRBuilder$7.class
[DEBUG] adding entry org/jruby/ir/Tuple.class
[DEBUG] adding entry org/jruby/ir/representations/CFG.class
[DEBUG] adding entry org/jruby/ir/representations/CFG$EdgeType.class
[DEBUG] adding entry org/jruby/ir/representations/BasicBlock.class
[DEBUG] adding entry org/jruby/ir/representations/ExceptionRegion.class
[DEBUG] adding entry org/jruby/ir/representations/CFGLinearizer.class
[DEBUG] adding entry org/jruby/ir/dataflow/DataFlowConstants$LatticeBottom.class
[DEBUG] adding entry org/jruby/ir/dataflow/DataFlowVar.class
[DEBUG] adding entry org/jruby/ir/dataflow/DataFlowProblem$DF_Direction.class
[DEBUG] adding entry org/jruby/ir/dataflow/DataFlowConstants$Anything.class
[DEBUG] adding entry org/jruby/ir/dataflow/FlowGraphNode.class
[DEBUG] adding entry org/jruby/ir/dataflow/DataFlowConstants$LatticeTop.class
[DEBUG] adding entry org/jruby/ir/dataflow/analyses/LiveVariablesProblem.class
[DEBUG] adding entry org/jruby/ir/dataflow/analyses/LoadLocalVarPlacementNode.class
[DEBUG] adding entry org/jruby/ir/dataflow/analyses/StoreLocalVarPlacementNode.class
[DEBUG] adding entry org/jruby/ir/dataflow/analyses/StoreLocalVarPlacementProblem.class
[DEBUG] adding entry org/jruby/ir/dataflow/analyses/LoadLocalVarPlacementProblem.class
[DEBUG] adding entry org/jruby/ir/dataflow/analyses/LiveVariableNode.class
[DEBUG] adding entry org/jruby/ir/dataflow/DataFlowProblem.class
[DEBUG] adding entry org/jruby/ir/dataflow/DataFlowConstants.class
[DEBUG] adding entry org/jruby/ir/dataflow/DataFlowConstants$1.class
[DEBUG] adding entry org/jruby/ir/IRLoop.class
[DEBUG] adding entry org/jruby/ir/IRBuilder$1.class
[DEBUG] adding entry org/jruby/ir/IRManager.class
[DEBUG] adding entry org/jruby/ir/IRClosure.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$closed_p.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$0$1$read_nonblock.class
[DEBUG] adding entry org/jruby/RubyObject$10.class
[DEBUG] adding entry org/jruby/RubyMatchData$Pair.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$0$0$public_class_method.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$i$0$1$join.class
[DEBUG] adding entry org/jruby/RubyHash$34.class
[DEBUG] adding entry org/jruby/RubyMatchData$INVOKER$i$0$0$to_a.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$new_rational.class
[DEBUG] adding entry org/jruby/RubyInteger$INVOKER$i$0$0$pred.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$0$0$zip.class
[DEBUG] adding entry org/jruby/RubyRange$INVOKER$i$1$0$eql_p.class
[DEBUG] adding entry org/jruby/RubyBignum$INVOKER$i$1$0$op_and19.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$i$0$0$stop_p.class
[DEBUG] adding entry org/jruby/RubyString$TR.class
[DEBUG] adding entry org/jruby/RubyEnumerable$25.class
[DEBUG] adding entry org/jruby/RubyBasicObject$INVOKER$i$0$0$id.class
[DEBUG] adding entry org/jruby/RubyMatchData$INVOKER$i$1$0$offset.class
[DEBUG] adding entry org/jruby/RubyProcess$GroupID$INVOKER$s$0$0$sid_available_p.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$mtime.class
[DEBUG] adding entry org/jruby/RubyRational.class
[DEBUG] adding entry org/jruby/RubyModule$2.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$0$0$readbyte.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$slice_bang.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$each_char.class
[DEBUG] adding entry org/jruby/RubyEnumerable$54.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$i$0$0$abort_on_exception.class
[DEBUG] adding entry org/jruby/RubyProcess$INVOKER$s$0$0$getpgrp.class
[DEBUG] adding entry org/jruby/RubyObject.class
[DEBUG] adding entry org/jruby/RubyInstanceConfig$ProfilingMode.class
[DEBUG] adding entry org/jruby/RubyInteger$INVOKER$i$0$0$ord.class
[DEBUG] adding entry org/jruby/RubyBasicObject$INVOKER$i$1$0$equal_p19.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$cosh.class
[DEBUG] adding entry org/jruby/RubyMethod$INVOKER$i$1$0$op_equal.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$length.class
[DEBUG] adding entry org/jruby/RubyComplex$INVOKER$i$0$0$demoninator.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$0$0$to_f.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$2$0$hypot19.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$readchar.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$upcase_bang.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$i$1$0$op_equal.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$0$getCompareByIdentity_p.class
[DEBUG] adding entry org/jruby/RubyThread$Location$INVOKER$i$0$0$label.class
[DEBUG] adding entry org/jruby/RubyConverter$INVOKER$i$initialize.class
[DEBUG] adding entry org/jruby/RubyNameError$INVOKER$i$0$0$name.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$encoding.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$0$1$dump.class
[DEBUG] adding entry org/jruby/RubyBignum$INVOKER$i$to_s.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$i$0$2$initialize19.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$0$reject_bang.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$rstrip.class
[DEBUG] adding entry org/jruby/RubyComplex$INVOKER$i$0$0$image.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$1$0$op_ge.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$exp19.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$1$0$op_eqq.class
[DEBUG] adding entry org/jruby/RubyBasicObject$INVOKER$i$1$0$op_not_equal.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$1$0$pack19.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$0$1$readline.class
[DEBUG] adding entry org/jruby/RubyProcess$INVOKER$s$1$0$_spawn_internal.class
[DEBUG] adding entry org/jruby/RubyEnumerable$24.class
[DEBUG] adding entry org/jruby/RubyException$INVOKER$i$0$0$to_s19.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$chomp19.class
[DEBUG] adding entry org/jruby/RubyContinuation.class
[DEBUG] adding entry org/jruby/RubyRational$1.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$each_char19.class
[DEBUG] adding entry org/jruby/RubyEnumerable$46.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$ord.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$choice.class
[DEBUG] adding entry org/jruby/RubyEnumerable$35.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$upcase19.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$1$0$initialize_copy.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$take_while.class
[DEBUG] adding entry org/jruby/RubyStruct$5.class
[DEBUG] adding entry org/jruby/RubyObject$7.class
[DEBUG] adding entry org/jruby/RubyProcess$INVOKER$s$0$0$pid.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$s$0$0$newInstance.class
[DEBUG] adding entry org/jruby/RubyFixnum$INVOKER$i$1$0$op_xor.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$i$0$0$denominator.class
[DEBUG] adding entry org/jruby/RubyEnumerable$EachWithIndex.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$0$indices.class
[DEBUG] adding entry org/jruby/RubyEnumerable$11.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$i$0$0$path.class
[DEBUG] adding entry org/jruby/RubyRegexp$INVOKER$i$0$0$options.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$lines.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$squeeze_bang19.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$s$1$0$tryConvert.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$upto18.class
[DEBUG] adding entry org/jruby/RubyRandom$INVOKER$s$0$0$newSeed.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$global_variables.class
[DEBUG] adding entry org/jruby/RubyClass$INVOKER$i$newInstance.class
[DEBUG] adding entry org/jruby/RubyProcess$INVOKER$s$0$0$kill.class
[DEBUG] adding entry org/jruby/RubyComplex$INVOKER$i$0$0$negate.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$acos19.class
[DEBUG] adding entry org/jruby/TopSelfFactory$4.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$capitalize.class
[DEBUG] adding entry org/jruby/RubyObjectVar7.class
[DEBUG] adding entry org/jruby/RubyBignum$INVOKER$i$1$0$eql_p19.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$op_aref19.class
[DEBUG] adding entry org/jruby/RubyHash$VisitorIOException.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$2$open.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$strip_bang19.class
[DEBUG] adding entry org/jruby/RubyModule$CacheEntryFactory.class
[DEBUG] adding entry org/jruby/RubyProcess$INVOKER$s$1$0$gid_set.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$s$1$0$dirname.class
[DEBUG] adding entry org/jruby/RubyObjectSpace$INVOKER$s$0$1$define_finalizer.class
[DEBUG] adding entry org/jruby/RubyDir$INVOKER$i$0$0$to_path.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$1$0$grep.class
[DEBUG] adding entry org/jruby/RubyProcess$3.class
[DEBUG] adding entry org/jruby/RubyEncoding$INVOKER$s$1$0$setDefaultInternal.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$chars.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$ctime.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$each_line19.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$lambda.class
[DEBUG] adding entry org/jruby/RubyObjectSpace$WeakMap.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$blksize.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$0$0$sort.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$0$0$tell.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$instance_eval.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$i$0$3$raise.class
[DEBUG] adding entry org/jruby/RubySymbol$INVOKER$i$1$0$op_cmp.class
[DEBUG] adding entry org/jruby/RubySignal$INVOKER$s$1$0$__jtrap_restore_kernel.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$1$readline.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$2$0$ldexp.class
[DEBUG] adding entry org/jruby/RubyEnumerable$30.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$byteslice.class
[DEBUG] adding entry org/jruby/RubyFileTest$INVOKER$s$2$0$identical_p.class
[DEBUG] adding entry org/jruby/RubyFileTest$FileTestFileMethods.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$count18.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$1$0$sync_set.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$s$0$7$new19.class
[DEBUG] adding entry org/jruby/RubyComplex.class
[DEBUG] adding entry org/jruby/RubyProcess$INVOKER$s$0$0$waitpid.class
[DEBUG] adding entry org/jruby/RubyComparable$INVOKER$s$1$0$op_ge.class
[DEBUG] adding entry org/jruby/RubyMatchData$INVOKER$i$0$0$hash.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$rindex.class
[DEBUG] adding entry org/jruby/RubyTime$1.class
[DEBUG] adding entry org/jruby/RubyRuntimeAdapter.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$0$rb_values.class
[DEBUG] adding entry org/jruby/RubyKernel$3.class
[DEBUG] adding entry org/jruby/RubyBoolean$INVOKER$i$0$0$hash.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$1$private_methods19.class
[DEBUG] adding entry org/jruby/RubyEnumerator$INVOKER$i$1$0$each_slice19.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$dump.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$1$0$op_plus19.class
[DEBUG] adding entry org/jruby/RubyProcess$UserID$INVOKER$s$0$0$re_exchangeable_p.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$1$0$append_features.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$reverse_each.class
[DEBUG] adding entry org/jruby/RubyModule$1.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$cos19.class
[DEBUG] adding entry org/jruby/RubyContinuation$Continuation.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$s$0$1$absolute_path.class
[DEBUG] adding entry org/jruby/Ruby$3.class
[DEBUG] adding entry org/jruby/RubyBignum$INVOKER$i$0$0$op_uminus.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$0$0$minmax.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$sub.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$s$2$0$truncate19.class
[DEBUG] adding entry org/jruby/RubyProc$INVOKER$i$0$0$to_s.class
[DEBUG] adding entry org/jruby/RubyProcess$RubyStatus$INVOKER$i$1$0$op_equal.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$new_float19.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$1$0$merge_bang.class
[DEBUG] adding entry org/jruby/RubyComplex$INVOKER$s$0$1$polar19.class
[DEBUG] adding entry org/jruby/RubyObjectSpace$INVOKER$s$1$0$undefine_finalizer.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$2$0$instance_variable_set.class
[DEBUG] adding entry org/jruby/RubyObjectSpace$1.class
[DEBUG] adding entry org/jruby/RubyGlobal$BackRefGlobalVariable.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$0$0$to_r.class
[DEBUG] adding entry org/jruby/RubyDir$INVOKER$s$0$0$getwd.class
[DEBUG] adding entry org/jruby/RubyHash$Mismatch.class
[DEBUG] adding entry org/jruby/RubyRegexp$INVOKER$i$0$0$inspect.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$2$0$autoload.class
[DEBUG] adding entry org/jruby/Ruby$7.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$0$0$map19.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$i$0$0$stat.class
[DEBUG] adding entry org/jruby/RubyModule$WrapperCacheEntryFactory.class
[DEBUG] adding entry org/jruby/RubyDir$INVOKER$i$0$0$tell.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$1$0$quo_19.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$require.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$1$0$modulo19.class
[DEBUG] adding entry org/jruby/RubyEnumerator$INVOKER$i$0$0$dup.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$0$1$const_get_2_0.class
[DEBUG] adding entry org/jruby/RubyNil$INVOKER$s$0$0$type.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$0$0$rewind.class
[DEBUG] adding entry org/jruby/RubyProc$INVOKER$s$0$0$newInstance.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$1$0$op_ge.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$stat.class
[DEBUG] adding entry org/jruby/RubySymbol$INVOKER$i$0$0$inspect19.class
[DEBUG] adding entry org/jruby/RubyPrecision$1.class
[DEBUG] adding entry org/jruby/RubyDir$1.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$op_lt.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$0$0$attr19.class
[DEBUG] adding entry org/jruby/RubyProcess$UserID$INVOKER$s$1$0$change_privilege.class
[DEBUG] adding entry org/jruby/RubyDir$INVOKER$i$0$0$entries.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$0$0$max_by.class
[DEBUG] adding entry org/jruby/RubyInstanceConfig$Verbosity.class
[DEBUG] adding entry org/jruby/RubyGlobal$InputGlobalVariable.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$s$pipe19.class
[DEBUG] adding entry org/jruby/RubyException$INVOKER$i$0$0$to_s.class
[DEBUG] adding entry org/jruby/RubyInteger$INVOKER$i$0$0$integer_p.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$0$0$to_io.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$s$0$3$select.class
[DEBUG] adding entry org/jruby/RubyUnboundMethod$INVOKER$i$0$0$call.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$binding.class
[DEBUG] adding entry org/jruby/RubyEnumerator$INVOKER$i$0$0$size.class
[DEBUG] adding entry org/jruby/lexer/StrftimeLexer.class
[DEBUG] adding entry org/jruby/lexer/yacc/ISourcePosition.class
[DEBUG] adding entry org/jruby/lexer/yacc/KeywordMatch.class
[DEBUG] adding entry org/jruby/lexer/yacc/ISourcePosition$1.class
[DEBUG] adding entry org/jruby/lexer/yacc/ByteArrayLexerSource$ByteArrayCursor.class
[DEBUG] adding entry org/jruby/lexer/yacc/StringTerm.class
[DEBUG] adding entry org/jruby/lexer/yacc/StackState.class
[DEBUG] adding entry org/jruby/lexer/yacc/ISourcePositionHolder.class
[DEBUG] adding entry org/jruby/lexer/yacc/SimpleSourcePosition.class
[DEBUG] adding entry org/jruby/lexer/yacc/Token.class
[DEBUG] adding entry org/jruby/lexer/yacc/SyntaxException$PID.class
[DEBUG] adding entry org/jruby/lexer/yacc/RubyYaccLexer.class
[DEBUG] adding entry org/jruby/lexer/yacc/RubyYaccLexer$Keyword.class
[DEBUG] adding entry org/jruby/lexer/yacc/ByteArrayLexerSource.class
[DEBUG] adding entry org/jruby/lexer/yacc/SimplePositionFactory.class
[DEBUG] adding entry org/jruby/lexer/yacc/SyntaxException.class
[DEBUG] adding entry org/jruby/lexer/yacc/LexerSource.class
[DEBUG] adding entry org/jruby/lexer/yacc/InputStreamLexerSource.class
[DEBUG] adding entry org/jruby/lexer/yacc/ByteArrayLexerSource$PushbackCursor.class
[DEBUG] adding entry org/jruby/lexer/yacc/StrTerm.class
[DEBUG] adding entry org/jruby/lexer/yacc/RubyYaccLexer$LexState.class
[DEBUG] adding entry org/jruby/lexer/yacc/RubyYaccLexer$1.class
[DEBUG] adding entry org/jruby/lexer/yacc/ByteArrayLexerSource$Cursor.class
[DEBUG] adding entry org/jruby/lexer/yacc/HeredocTerm.class
[DEBUG] adding entry org/jruby/lexer/JavaSignatureLexer.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$i$0$2$backtrace_locations.class
[DEBUG] adding entry org/jruby/RubyThread$Location$INVOKER$i$0$0$inspect.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$1$0$pos_set.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$frexp.class
[DEBUG] adding entry org/jruby/RubyEnumerator$INVOKER$i$1$0$enum_cons.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$match19.class
[DEBUG] adding entry org/jruby/RubyEnumerable$9.class
[DEBUG] adding entry org/jruby/RubyRegexp$INVOKER$i$0$0$named_captures.class
[DEBUG] adding entry org/jruby/RubyProcess$NonNativeErrno.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$0$0$find_all.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$s$0$0$nesting.class
[DEBUG] adding entry org/jruby/RubyFileTest$FileTestFileMethods$INVOKER$s$1$0$executable_p.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$i$0$2$initialize.class
[DEBUG] adding entry org/jruby/RubyHash$BaseSet.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$bytes.class
[DEBUG] adding entry org/jruby/RubyUnboundMethod.class
[DEBUG] adding entry org/jruby/RubyGlobal$PreMatchGlobalVariable.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$s$1$0$stat.class
[DEBUG] adding entry org/jruby/RubyFile.class
[DEBUG] adding entry org/jruby/RubyHash$10.class
[DEBUG] adding entry org/jruby/RubyObject$8.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$0$0$none_p.class
[DEBUG] adding entry org/jruby/RubyException$INVOKER$i$1$0$op_equal.class
[DEBUG] adding entry org/jruby/RubyDir$INVOKER$i$0$0$rewind.class
[DEBUG] adding entry org/jruby/RubyNumeric$ByteListCaller19.class
[DEBUG] adding entry org/jruby/RubyHash$29.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$op_match19.class
[DEBUG] adding entry org/jruby/RubyRandom$INVOKER$i$0$0$stateObj.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$shuffle_bang.class
[DEBUG] adding entry org/jruby/RubyProcess$INVOKER$s$2$0$setpgid.class
[DEBUG] adding entry org/jruby/RubyProc$1.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$instance_variables.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$0$0$one_p19.class
[DEBUG] adding entry org/jruby/RubyBignum$INVOKER$i$1$0$op_mod.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$op_mul.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$each_byte19.class
[DEBUG] adding entry org/jruby/RubyException$INVOKER$i$1$0$set_backtrace.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$singleton_class.class
[DEBUG] adding entry org/jruby/RubyConverter$INVOKER$i$1$0$replacement_set.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$clear.class
[DEBUG] adding entry org/jruby/RubyProcess$INVOKER$s$1$0$egid_set.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$chomp.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$set_encoding.class
[DEBUG] adding entry org/jruby/RubyFixnum$1.class
[DEBUG] adding entry org/jruby/RubyEncoding$INVOKER$s$0$0$locale_charmap.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$push_m19.class
[DEBUG] adding entry org/jruby/RubyProcess$INVOKER$s$2$0$initgroups.class
[DEBUG] adding entry org/jruby/RubyConverter.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$respond_to_p19.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$1$0$initialize_copy.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$1$0$append.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$s$0$1$expand_path19.class
[DEBUG] adding entry org/jruby/RubyConverter$EncodingErrorMethods$INVOKER$s$0$0$destination_encoding.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$log.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$s$0$2$popen19.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$pid.class
[DEBUG] adding entry org/jruby/RubyHash$16.class
[DEBUG] adding entry org/jruby/RubyConverter$EncodingErrorMethods$INVOKER$s$0$0$error_char.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$0$to_hash.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$bytes.class
[DEBUG] adding entry org/jruby/RubyBignum$INVOKER$i$1$0$op_div.class
[DEBUG] adding entry org/jruby/RubyFileTest$INVOKER$s$1$0$owned_p.class
[DEBUG] adding entry org/jruby/RubyBignum$INVOKER$i$0$0$op_neg.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$1$0$assoc.class
[DEBUG] adding entry org/jruby/RubyPrecision$INVOKER$s$0$0$prec_i.class
[DEBUG] adding entry org/jruby/RubyEnumerable$23.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$each_codepoint.class
[DEBUG] adding entry org/jruby/RubyBignum$INVOKER$i$1$0$quo.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$tan.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$s$1$0$atime.class
[DEBUG] adding entry org/jruby/RubyFixnum$INVOKER$i$1$0$op_mul.class
[DEBUG] adding entry org/jruby/RubyLocalJumpError$Reason.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$2$sample.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$i$1$0$op_ge.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$uid.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$ljust.class
[DEBUG] adding entry org/jruby/RubyPrecision$INVOKER$s$0$0$prec_f.class
[DEBUG] adding entry org/jruby/RubyBignum$INVOKER$i$0$0$size.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$keep_if.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$1$0$replace.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$0$1$each_byte.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$i$1$0$op_plus.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$1$0$class_variable_get19.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$0$0$undef_method.class
[DEBUG] adding entry org/jruby/RubyProcess$INVOKER$s$0$0$groups.class
[DEBUG] adding entry org/jruby/RubyException$INVOKER$i$0$1$exception.class
[DEBUG] adding entry org/jruby/RubyMatchData$INVOKER$i$0$0$values_at.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$0$0$none_p19.class
[DEBUG] adding entry org/jruby/RubyRange$INVOKER$i$0$0$min.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$insert.class
[DEBUG] adding entry org/jruby/RubyProcess$RubyStatus.class
[DEBUG] adding entry org/jruby/RubyHash$32.class
[DEBUG] adding entry org/jruby/RubyThread$Location.class
[DEBUG] adding entry org/jruby/RubyMatchData$INVOKER$i$op_aref.class
[DEBUG] adding entry org/jruby/RubyFixnum$INVOKER$i$1$0$op_and.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$s$0$1$fnmatch.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$product19.class
[DEBUG] adding entry org/jruby/RubyHash$36.class
[DEBUG] adding entry org/jruby/RubyDir$INVOKER$s$1$0$entries.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$tap.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$socket_p.class
[DEBUG] adding entry org/jruby/RubyException$INVOKER$i$0$0$message.class
[DEBUG] adding entry org/jruby/RubyEnumerable$22.class
[DEBUG] adding entry org/jruby/RubyObjectVar6.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$join.class
[DEBUG] adding entry org/jruby/RubyDir$INVOKER$i$1$0$seek.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$0$0$class_variables19.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$i$0$0$backtrace.class
[DEBUG] adding entry org/jruby/RubyClassPathVariable$INVOKER$i$1$0$append.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$0$dup.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$0$inspect19.class
[DEBUG] adding entry org/jruby/RubyArray$6.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$0$0$getc.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$erf19.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$op_match.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$each18.class
[DEBUG] adding entry org/jruby/RubyConverter$INVOKER$i$1$0$convert.class
[DEBUG] adding entry org/jruby/RubyStruct$INVOKER$i$0$0$to_a.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$0$1$each19.class
[DEBUG] adding entry org/jruby/RubyInteger$INVOKER$i$0$0$to_r.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$1$readlines.class
[DEBUG] adding entry org/jruby/RubyRandom$INVOKER$i$1$0$op_equal_19.class
[DEBUG] adding entry org/jruby/RubyProcess$INVOKER$s$1$0$uid_set.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$0$0$rbProtected.class
[DEBUG] adding entry org/jruby/RubyHash$15.class
[DEBUG] adding entry org/jruby/RubyObjectVar5.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$1$0$index19.class
[DEBUG] adding entry org/jruby/RubyRegexp$INVOKER$i$0$0$encoding.class
[DEBUG] adding entry org/jruby/RubyProcess$UserID$INVOKER$s$0$0$sid_available_p.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$1$0$op_lt.class
[DEBUG] adding entry org/jruby/RubyStruct$INVOKER$i$0$0$each_pair.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$fork19.class
[DEBUG] adding entry org/jruby/RubyFixnum$INVOKER$i$1$0$op_lshift.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$private_constant.class
[DEBUG] adding entry org/jruby/RubyInteger$INVOKER$i$0$0$even_p.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$devMajor.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$binmode.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$0$0$chars.class
[DEBUG] adding entry org/jruby/RubyRegexp$INVOKER$i$initialize_m19.class
[DEBUG] adding entry org/jruby/RubyEnumerator$INVOKER$i$initialize19.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$i$1$0$op_mul.class
[DEBUG] adding entry org/jruby/RubyEncoding$INVOKER$i$0$0$names.class
[DEBUG] adding entry org/jruby/RubyDir$INVOKER$s$0$1$home.class
[DEBUG] adding entry org/jruby/RubyComplex$INVOKER$i$0$0$to_s.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$s$0$3$foreach19.class
[DEBUG] adding entry org/jruby/RubyBignum.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$tanh.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$0$0$internal_encoding.class
[DEBUG] adding entry org/jruby/RubyHash$25.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$length19.class
[DEBUG] adding entry org/jruby/RubyBoolean.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$0$0$to_s.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$0$0$getgm.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$1$0$take.class
[DEBUG] adding entry org/jruby/RubyFileTest$FileTestFileMethods$INVOKER$s$1$0$socket_p.class
[DEBUG] adding entry org/jruby/RubyObjectVar8.class
[DEBUG] adding entry org/jruby/RubyArray$8.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$0$0$abs.class
[DEBUG] adding entry org/jruby/RubyEnumerator$INVOKER$i$0$0$next.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$0$0$any_p18.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$2$0$tr_bang.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$p.class
[DEBUG] adding entry org/jruby/RubyNoMethodError$INVOKER$i$0$0$args.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$1$0$each_slice.class
[DEBUG] adding entry org/jruby/RubyObject$9.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$i$0$2$backtrace20.class
[DEBUG] adding entry org/jruby/RubyEnumerable$53.class
[DEBUG] adding entry org/jruby/RubyGlobal$LastlineGlobalVariable.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$1$0$default_value_set.class
[DEBUG] adding entry org/jruby/RubyRange$INVOKER$i$0$0$last.class
[DEBUG] adding entry org/jruby/RubyEnumerable$4.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$9$syscall.class
[DEBUG] adding entry org/jruby/RubyFixnum$INVOKER$i$0$0$size.class
[DEBUG] adding entry org/jruby/RubyNameError$INVOKER$i$0$0$to_s.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$print.class
[DEBUG] adding entry org/jruby/RubyRegexp$INVOKER$i$0$0$inspect19.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$close_write.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$reverse19.class
[DEBUG] adding entry org/jruby/RubyEnumerator$INVOKER$i$1$0$with_object.class
[DEBUG] adding entry org/jruby/RubyObject$6.class
[DEBUG] adding entry org/jruby/RubyObjectSpace$WeakMap$1.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$sinh19.class
[DEBUG] adding entry org/jruby/RubyProcess$INVOKER$s$0$0$setrlimit.class
[DEBUG] adding entry org/jruby/RubyNil$INVOKER$s$0$0$to_s.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$chop_bang19.class
[DEBUG] adding entry org/jruby/RubyEnumerable$8.class
[DEBUG] adding entry org/jruby/RubyComplex$INVOKER$i$0$0$hash.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$2$0$tr_s.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$to_a.class
[DEBUG] adding entry org/jruby/RubyRegexp$INVOKER$i$initialize_m.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$0$rb_size.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$0$select.class
[DEBUG] adding entry org/jruby/RubyComplex$INVOKER$i$0$0$conjugate.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$getc.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$1$0$rassoc.class
[DEBUG] adding entry org/jruby/RubyDir$INVOKER$s$0$1$chdir.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$first.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$str_eql_p.class
[DEBUG] adding entry org/jruby/RubyConverter$EncodingErrorMethods$INVOKER$s$0$0$destination_encoding_name.class
[DEBUG] adding entry org/jruby/RubyClass$INVOKER$i$initialize19.class
[DEBUG] adding entry org/jruby/RubyRandom$INVOKER$i$0$1$randObj.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$sync.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$public_method.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$atan.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$0$0$magnitude.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$3$encode_bang.class
[DEBUG] adding entry org/jruby/RubyEnumerable$2.class
[DEBUG] adding entry org/jruby/RubyRange$INVOKER$i$1$0$op_equal.class
[DEBUG] adding entry org/jruby/RubyRational$INVOKER$i$1$0$op_idiv.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$1$0$op_cmp.class
[DEBUG] adding entry org/jruby/RubyRange$INVOKER$i$0$0$to_a.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$rbClone.class
[DEBUG] adding entry org/jruby/RubyRational$INVOKER$i$1$0$op_mod19.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$new_array.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$1$private_methods.class
[DEBUG] adding entry org/jruby/demo/ext/MethodMissing$1.class
[DEBUG] adding entry org/jruby/demo/ext/MethodMissing.class
[DEBUG] adding entry org/jruby/demo/ext/MethodMissing$INVOKER$i$0$0$method_missing.class
[DEBUG] adding entry org/jruby/RubyClassPathVariable$INVOKER$i$0$0$to_s.class
[DEBUG] adding entry org/jruby/RubyProcess$RubyStatus$INVOKER$i$0$0$success_p.class
[DEBUG] adding entry org/jruby/RubyProcess$UserID$INVOKER$s$0$0$eid.class
[DEBUG] adding entry org/jruby/RubyRational$INVOKER$i$1$0$op_add.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$size_p.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$2$0$insert.class
[DEBUG] adding entry org/jruby/RubyFileTest$FileTestFileMethods$INVOKER$s$1$0$grpowned_p.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$1$0$op_eql19.class
[DEBUG] adding entry org/jruby/RubyMatchData$INVOKER$i$0$0$to_s.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$i$0$0$keys.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$op_cmp.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$1$sysread.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$0$0$skip.class
[DEBUG] adding entry org/jruby/RubyEnumerable$29.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$remove_instance_variable.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$instance_of_p.class
[DEBUG] adding entry org/jruby/RubyObject$3.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$0$0$take_while19.class
[DEBUG] adding entry org/jruby/RubyComplex$INVOKER$i$1$0$op_sub.class
[DEBUG] adding entry org/jruby/RubyException$INVOKER$i$0$0$inspect.class
[DEBUG] adding entry org/jruby/RubyNil$INVOKER$s$0$0$to_h.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$0$0$rbPrivate.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$s$1$0$critical_set.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$close.class
[DEBUG] adding entry org/jruby/RubyComplex$INVOKER$i$1$0$op_add.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$1$initialize.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$send.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$1$0$merge_bang19.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$1$0$each_cons19.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$i$0$0$inspect.class
[DEBUG] adding entry org/jruby/RubyBasicObject$INVOKER$s$0$0$method_missing19.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$s$0$0$critical.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$0$0$each_entry.class
[DEBUG] adding entry org/jruby/RubyRange$INVOKER$i$0$0$exclude_end_p.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$log10_19.class
[DEBUG] adding entry org/jruby/RubyEnumerator$1.class
[DEBUG] adding entry org/jruby/RubyObject$11.class
[DEBUG] adding entry org/jruby/RubyComparable$INVOKER$s$2$0$between_p.class
[DEBUG] adding entry org/jruby/RubySymbol$INVOKER$i$0$0$to_i.class
[DEBUG] adding entry org/jruby/RubyGC$INVOKER$s$0$0$start.class
[DEBUG] adding entry org/jruby/RubyThread$Location$INVOKER$i$0$0$to_s.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$1$0$combination.class
[DEBUG] adding entry org/jruby/RubyMethod.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$s$0$0$main.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$0$0$rbPublic.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$reverse_bang19.class
[DEBUG] adding entry org/jruby/RubyRational$INVOKER$i$0$0$to_f.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$s$0$3$readlines19.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$0$1$log_19.class
[DEBUG] adding entry org/jruby/RubyEnumerator$Nexter.class
[DEBUG] adding entry org/jruby/RubyConverter$INVOKER$s$1$0$asciicompat_encoding.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$0$0$file.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$hex19.class
[DEBUG] adding entry org/jruby/RubyInteger$INVOKER$i$0$1$rationalize.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$1$rand19.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$0$0$hash.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$instance_variable_get.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$downcase_bang19.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$readline.class
[DEBUG] adding entry org/jruby/RubyRange$INVOKER$i$last.class
[DEBUG] adding entry org/jruby/RubyProcess$GroupID$INVOKER$s$0$0$switch_rb.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$blocks.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$unshift.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$s$0$1$expand_path.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$0$0$fileno.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$setgid_p.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$0$1$public_instance_methods.class
[DEBUG] adding entry org/jruby/RubyRandom.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$0$keys.class
[DEBUG] adding entry org/jruby/RubyRange$RangeCallBack.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$s$0$9$new_utc.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$flatten.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$count.class
[DEBUG] adding entry org/jruby/RubyHash$21.class
[DEBUG] adding entry org/jruby/RubyMatchData$INVOKER$i$0$0$captures.class
[DEBUG] adding entry org/jruby/RubyMatchData.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$0$delete_if.class
[DEBUG] adding entry org/jruby/RubyRegexp$INVOKER$s$0$0$union19.class
[DEBUG] adding entry org/jruby/RubyEnumerable$16.class
[DEBUG] adding entry org/jruby/cext/Cleaner$1.class
[DEBUG] adding entry org/jruby/cext/Native.class
[DEBUG] adding entry org/jruby/cext/Handle.class
[DEBUG] adding entry org/jruby/cext/NativeObjectAllocator.class
[DEBUG] adding entry org/jruby/cext/JRuby$NativeFunctionTask.class
[DEBUG] adding entry org/jruby/cext/NativeMethod2.class
[DEBUG] adding entry org/jruby/cext/NativeMethod3.class
[DEBUG] adding entry org/jruby/cext/Cleaner.class
[DEBUG] adding entry org/jruby/cext/GC$2.class
[DEBUG] adding entry org/jruby/cext/NativeMethod1.class
[DEBUG] adding entry org/jruby/cext/NativeProcMethod.class
[DEBUG] adding entry org/jruby/cext/JRuby.class
[DEBUG] adding entry org/jruby/cext/GIL.class
[DEBUG] adding entry org/jruby/cext/GC$1.class
[DEBUG] adding entry org/jruby/cext/NativeMethod.class
[DEBUG] adding entry org/jruby/cext/GC.class
[DEBUG] adding entry org/jruby/cext/ModuleLoader.class
[DEBUG] adding entry org/jruby/cext/RubyData.class
[DEBUG] adding entry org/jruby/cext/NativeMethod0.class
[DEBUG] adding entry org/jruby/RubyRange$INVOKER$i$1$0$include_p.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$0$0$collect.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$replace.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$0$0$to_s.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$writableReal_p.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$succ19.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$inspect.class
[DEBUG] adding entry org/jruby/RubyProcess$INVOKER$s$1$0$groups_set.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$constants19.class
[DEBUG] adding entry org/jruby/RubyDir$INVOKER$s$1$0$chroot.class
[DEBUG] adding entry org/jruby/RubySignal.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$unpack.class
[DEBUG] adding entry org/jruby/RubyRegexp$INVOKER$i$1$0$match_m.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$3$open19.class
[DEBUG] adding entry org/jruby/TopSelfFactory.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$1$readpartial.class
[DEBUG] adding entry org/jruby/RubySymbol$INVOKER$i$op_aref.class
[DEBUG] adding entry org/jruby/RubyConverter$INVOKER$i$0$0$last_error.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$1$0$op_lt.class
[DEBUG] adding entry org/jruby/RubyEnumerator$INVOKER$i$0$0$each_entry.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$module_eval.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$singleton_method_undefined.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$printf.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$encode.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$2$0$atan219.class
[DEBUG] adding entry org/jruby/RubyRational$INVOKER$i$0$0$inspect.class
[DEBUG] adding entry org/jruby/Main$Status.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$0$0$getbyte.class
[DEBUG] adding entry org/jruby/RubyRegexp$INVOKER$i$0$0$fixed_encoding_p.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$set_encoding.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$acosh.class
[DEBUG] adding entry org/jruby/RubyObjectSpace$INVOKER$s$0$0$garbage_collect.class
[DEBUG] adding entry org/jruby/RubyEnumerable$37.class
[DEBUG] adding entry org/jruby/RubyEnumerable$28.class
[DEBUG] adding entry org/jruby/RubyEnumerable$45.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$getc19.class
[DEBUG] adding entry org/jruby/RubyEncoding$INVOKER$s$0$0$getDefaultInternal.class
[DEBUG] adding entry org/jruby/RubyBignum$INVOKER$i$1$0$op_xor.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$sinh.class
[DEBUG] adding entry org/jruby/RubyStruct$INVOKER$i$1$0$aref.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$sub_bang.class
[DEBUG] adding entry org/jruby/RubyProcess$Sys$INVOKER$s$1$0$setgid.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$1$0$op_plus.class
[DEBUG] adding entry org/jruby/RubyThread$BlockingTask.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$0$0$op_uplus.class
[DEBUG] adding entry org/jruby/RubyRegexp$1.class
[DEBUG] adding entry org/jruby/RubyInteger$INVOKER$i$0$0$numerator.class
[DEBUG] adding entry org/jruby/RubyBignum$INVOKER$i$1$0$op_or.class
[DEBUG] adding entry org/jruby/RubyProcess$1.class
[DEBUG] adding entry org/jruby/RubyModule$RespondToMissingMethod.class
[DEBUG] adding entry org/jruby/RubyFixnum$INVOKER$i$0$0$even_p.class
[DEBUG] adding entry org/jruby/RubyBignum$INVOKER$i$1$0$op_xor19.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$s$1$0$extname.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$initialize_copy19.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$chomp.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$system19.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$i$1$0$divmod19.class
[DEBUG] adding entry org/jruby/RubyFileTest$INVOKER$s$1$0$grpowned_p.class
[DEBUG] adding entry org/jruby/RubyYielder$INVOKER$i$0$0$initialize.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$product.class
[DEBUG] adding entry org/jruby/RubyComplex$INVOKER$i$1$0$marshal_load.class
[DEBUG] adding entry org/jruby/RubyRange$2.class
[DEBUG] adding entry org/jruby/Profile.class
[DEBUG] adding entry org/jruby/RubyEncoding$INVOKER$s$0$0$aliases.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$s$0$0$popen3.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$nlink.class
[DEBUG] adding entry org/jruby/RubyComplex$INVOKER$i$1$0$op_div.class
[DEBUG] adding entry org/jruby/RubyRandom$INVOKER$s$0$0$state.class
[DEBUG] adding entry org/jruby/RubyBoolean$True$INVOKER$s$0$0$true_to_s.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$i$1$0$op_aref.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$0$0$gmtime.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$ino.class
[DEBUG] adding entry org/jruby/RubyModule$KindOf.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$readable_p.class
[DEBUG] adding entry org/jruby/RubyNameError$INVOKER$s$0$0$newRubyNameError.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$chunk.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$worldWritable.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$collect.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$scan.class
[DEBUG] adding entry org/jruby/RubyInteger$INVOKER$i$chr19.class
[DEBUG] adding entry org/jruby/RubyConverter$EncodingErrorMethods.class
[DEBUG] adding entry org/jruby/RubyRational$INVOKER$i$op_round.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$0$0$localtime.class
[DEBUG] adding entry org/jruby/RubyProc$INVOKER$i$0$0$to_proc.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$0$0$constants.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$to_a.class
[DEBUG] adding entry org/jruby/RubyProcess$GroupID$INVOKER$s$1$0$change_privilege.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$1$0$initialize19.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyNil$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyGlobal$CaseInsensitiveStringOnlyRubyHash$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$socket$RubyBasicSocket$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyThread$Location$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$digest$RubyDigest$DigestClass$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$thread$SizedQueue$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$digest$RubyDigest$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$ffi$Type$Builtin$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyThreadGroup$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$javasupport$JavaProxyMethods$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$io$wait$IOWaitLibrary$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyFileTest$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$jruby$JRubyLibrary$MethodExtensions$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$java$addons$KernelJavaAddons$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyClassPathVariable$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyProcess$UserID$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$java$proxies$ArrayJavaProxy$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyProcess$GroupID$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyMarshal$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$iconv$RubyIconv$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyMethod$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$javasupport$Java$JavaProxyClassMethods$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyYielder$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubySignal$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$rbconfig$RbConfigLibrary$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$ffi$Pointer$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$digest$RubyDigest$DigestBase$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyStruct$StructMethods$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyBignum$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$ffi$Type$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$javasupport$JavaArrayUtilities$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$digest$RubyDigest$DigestInstance$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$ffi$Type$Array$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubySystemExit$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$psych$PsychParser$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$ffi$StructByValue$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$jruby$JRubyObjectInputStream$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyLocalJumpError$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$ffi$StructLayout$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$NativeException$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyRandom$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$javasupport$proxy$JavaProxyReflectionObject$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$java$addons$ArrayJavaAddons$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$ffi$StructByReference$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$zlib$ZStream$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$java$proxies$InterfaceJavaProxy$JavaInterfaceExtender$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$ffi$StructLayout$MappedField$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$ffi$jffi$VariadicInvoker$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyProcess$Sys$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyBinding$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyBoolean$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$thread$Queue$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$ffi$MappedType$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$zlib$JZlibRubyGzipReader$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyObject$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$ffi$IOModule$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyDir$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$ffi$StructLayout$ArrayField$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyBasicObject$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyEnumerable$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyEnumerator$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$net$protocol$NetProtocolBufferedIO$NativeImpl$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$ffi$StructLayout$Field$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyContinuation$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyFileTest$FileTestFileMethods$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubySystemCallError$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyBoolean$True$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyFileStat$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyInteger$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyBoolean$False$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$socket$RubyUNIXSocket$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyException$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyRational$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$pathname$RubyPathname$PathnameKernelMethods$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$socket$RubyTCPSocket$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyUnboundMethod$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyEncoding$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$ffi$io$FileDescriptorIO$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$javasupport$proxy$JavaProxyClass$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$ffi$Enum$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$jruby$JRubyFiberLocal$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$etc$RubyEtc$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$io$try_nonblock$IOTryNonblockLibrary$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$jruby$JRubyTypeLibrary$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubySymbol$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$psych$PsychYamlTree$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyObjectSpace$WeakMap$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyMath$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyMatchData$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$java$proxies$ArrayJavaProxyCreator$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$tempfile$Tempfile$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$javasupport$JavaClass$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$javasupport$proxy$JavaProxyConstructor$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$ffi$Struct$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$ffi$jffi$Function$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$fiber$ThreadFiber$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyComplex$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$javasupport$JavaCallable$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyPrecision$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$tracepoint$TracePoint$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$timeout$Timeout$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$iconv$RubyIconv$RubyFailure$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$socket$Option$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$strscan$RubyStringScanner$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$ffi$StructLayout$ArrayProxy$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyModule$ModuleKernelMethods$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$jruby$JRubyUtilLibrary$StringUtils$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyObjectSpace$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyFloat$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$ffi$StructLayout$InnerStructField$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyNoMethodError$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$jruby$JRubyUtilLibrary$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$socket$RubyTCPServer$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$javasupport$JavaObject$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$java$proxies$MapJavaProxy$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$socket$RubyUDPSocket$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyProc$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyNameError$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyTime$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyArgsFile$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$weakref$WeakRef$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyProcess$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$ffi$MemoryPointer$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$nkf$RubyNKF$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$thread$ConditionVariable$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$ffi$AutoPointer$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$thread$Mutex$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$thread$ThreadMethods$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$java$addons$IOJavaAddons$AnyIO$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$zlib$JZlibRubyGzipWriter$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$javasupport$Java$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$javasupport$JavaConstructor$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$ffi$Platform$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$ffi$CallbackInfo$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$ffi$jffi$JFFIInvoker$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyConverter$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$pathname$RubyPathname$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$socket$RubyUNIXServer$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyArray$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$timeout$Timeout$TimeoutToplevel$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyNameError$RubyNameErrorMessage$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$jruby$JRubyConfigLibrary$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$java$addons$StringJavaAddons$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$ffi$Enums$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$ffi$AbstractMemory$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$socket$RubyIPSocket$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$javasupport$JavaMethod$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$socket$Addrinfo$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$stringio$StringIO$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$psych$PsychEmitter$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$zlib$RubyZlib$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$socket$RubySocket$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyStruct$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$ffi$StructLayout$FunctionField$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyIO$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyHash$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$demo$ext$MethodMissing$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$coverage$CoverageModule$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyFile$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyThread$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$java$proxies$JavaInterfaceTemplate$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$ffi$DataConverter$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$delegate$NativeDelegateLibrary$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$javasupport$Java$OldStyleExtensionInherited$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$zlib$JZlibDeflate$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyClass$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$ffi$StructLayout$CharArrayProxy$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyKernel$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyFixnum$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$javasupport$JavaUtilities$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyProcess$RubyStatus$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$bigdecimal$RubyBigDecimal$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$zlib$JZlibInflate$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$javasupport$Java$NewStyleExtensionInherited$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyString$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$net$protocol$NetProtocolBufferedIO$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$java$proxies$JavaProxy$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$securerandom$SecureRandomLibrary$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$ffi$jffi$DynamicLibrary$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyRange$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$ffi$AbstractInvoker$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$javasupport$JavaAccessibleObject$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$jruby$JRubyLibrary$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$bigdecimal$RubyBigDecimal$BigDecimalKernelMethods$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyModule$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$ffi$jffi$Factory$LastError$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$psych$PsychToRuby$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$socket$RubyServerSocket$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$ffi$Buffer$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$ffi$jffi$DynamicLibrary$Symbol$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyConverter$EncodingErrorMethods$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyGC$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$javasupport$proxy$JavaProxyClass$ProxyMethodImpl$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$zlib$RubyGzipFile$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyNumeric$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyComparable$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$RubyRegexp$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$jruby$JRubyExecutionContextLocal$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$ext$stringio$RubyStringIO$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$java$addons$IOJavaAddons$POPULATOR.class
[DEBUG] adding entry org/jruby/gen/org$jruby$javasupport$JavaField$POPULATOR.class
[DEBUG] adding entry org/jruby/RubyRandom$INVOKER$i$1$0$initialize_copy.class
[DEBUG] adding entry org/jruby/RubyBasicObject$INVOKER$s$1$0$singleton_method_added19.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$instance_variables19.class
[DEBUG] adding entry org/jruby/RubyLocalJumpError.class
[DEBUG] adding entry org/jruby/RubyGlobal$BacktraceGlobalVariable.class
[DEBUG] adding entry org/jruby/RubyProc$INVOKER$i$0$0$arity.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$0$0$partition.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$rdevMajor.class
[DEBUG] adding entry org/jruby/RubyEnumerable$48.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$strip19.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$s$1$0$ftype.class
[DEBUG] adding entry org/jruby/RubyFile$1.class
[DEBUG] adding entry org/jruby/RubyFileTest$INVOKER$s$1$0$writable_p.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$mix.class
[DEBUG] adding entry org/jruby/management/RuntimeMBean.class
[DEBUG] adding entry org/jruby/management/BeanManagerImpl.class
[DEBUG] adding entry org/jruby/management/ParserStatsMBean.class
[DEBUG] adding entry org/jruby/management/ClassCacheMBean.class
[DEBUG] adding entry org/jruby/management/MethodCacheMBean.class
[DEBUG] adding entry org/jruby/management/Runtime$1.class
[DEBUG] adding entry org/jruby/management/ConfigMBean.class
[DEBUG] adding entry org/jruby/management/BeanManagerFactory$1.class
[DEBUG] adding entry org/jruby/management/ParserStats.class
[DEBUG] adding entry org/jruby/management/Runtime.class
[DEBUG] adding entry org/jruby/management/BeanManager.class
[DEBUG] adding entry org/jruby/management/Config.class
[DEBUG] adding entry org/jruby/management/ClassCache.class
[DEBUG] adding entry org/jruby/management/BeanManagerFactory.class
[DEBUG] adding entry org/jruby/management/BeanManagerFactory$DummyBeanManager.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$s$0$3$read19.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$i$0$0$priority.class
[DEBUG] adding entry org/jruby/RubyConverter$EncodingErrorMethods$INVOKER$s$0$0$source_encoding.class
[DEBUG] adding entry org/jruby/RubyProcess$INVOKER$s$2$0$getpriority.class
[DEBUG] adding entry org/jruby/RubyProcess$RubyStatus$INVOKER$i$0$0$to_i.class
[DEBUG] adding entry org/jruby/RubyBasicObject$1.class
[DEBUG] adding entry org/jruby/RubyProc$INVOKER$i$0$0$lambda_p.class
[DEBUG] adding entry org/jruby/RubyHash$11.class
[DEBUG] adding entry org/jruby/RubyFixnum$INVOKER$i$0$0$magnitude.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$chop19.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$uniq_bang19.class
[DEBUG] adding entry org/jruby/RubySymbol$INVOKER$i$1$0$op_eqq.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$shift.class
[DEBUG] adding entry org/jruby/RubyNumeric$InvalidIntegerException.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$s$0$1$realpath.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$asin.class
[DEBUG] adding entry org/jruby/RubyStruct$INVOKER$i$1$0$initialize_copy.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$uniq_bang.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$sort.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$1$readlines.class
[DEBUG] adding entry org/jruby/RubyRational$INVOKER$i$1$0$op_div.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$log2.class
[DEBUG] adding entry org/jruby/RubyProcess$RubyStatus$INVOKER$i$1$0$op_rshift.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$lines19.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$indexes.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$sort_bang.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$0$values_at.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$2$0$tr_s_bang19.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$scan19.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$1$0$syswrite.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$internal_encoding.class
[DEBUG] adding entry org/jruby/RubyMatchData$INVOKER$i$1$0$begin.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$1$untrace_var.class
[DEBUG] adding entry org/jruby/RubyFileTest$INVOKER$s$1$0$executable_real_p.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$flatten.class
[DEBUG] adding entry org/jruby/RubyThreadGroup$INVOKER$i$0$0$enclosed_p.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$1$abort.class
[DEBUG] adding entry org/jruby/RubyModule$ModuleKernelMethods$INVOKER$s$2$0$autoload.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$1$0$repeatedCombination.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$2$0$setbyte.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$1$0$take.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$erfc19.class
[DEBUG] adding entry org/jruby/RubyDir$INVOKER$i$0$0$read.class
[DEBUG] adding entry org/jruby/RubyProcess$RubyStatus$INVOKER$i$0$0$not_implemented0.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$0$0$asctime.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$readableReal_p.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$1$caller19.class
[DEBUG] adding entry org/jruby/RubyRegexp$INVOKER$i$0$0$to_s.class
[DEBUG] adding entry org/jruby/exceptions/JumpException$NextJump.class
[DEBUG] adding entry org/jruby/exceptions/JumpException.class
[DEBUG] adding entry org/jruby/exceptions/JumpException$SpecialJump.class
[DEBUG] adding entry org/jruby/exceptions/Unrescuable.class
[DEBUG] adding entry org/jruby/exceptions/JumpException$BreakJump.class
[DEBUG] adding entry org/jruby/exceptions/ThreadKill.class
[DEBUG] adding entry org/jruby/exceptions/JumpException$ReturnJump.class
[DEBUG] adding entry org/jruby/exceptions/JumpException$1.class
[DEBUG] adding entry org/jruby/exceptions/MainExitException.class
[DEBUG] adding entry org/jruby/exceptions/JumpException$FlowControlException.class
[DEBUG] adding entry org/jruby/exceptions/RaiseException.class
[DEBUG] adding entry org/jruby/exceptions/JumpException$RetryJump.class
[DEBUG] adding entry org/jruby/exceptions/JumpException$RedoJump.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$inspect.class
[DEBUG] adding entry org/jruby/RubySystemCallError$2.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$1$0$replace.class
[DEBUG] adding entry org/jruby/RubyMethod$INVOKER$i$0$0$unbind.class
[DEBUG] adding entry org/jruby/RubyUnboundMethod$INVOKER$i$1$0$bind.class
[DEBUG] adding entry org/jruby/RubyProcess$UserID$INVOKER$s$0$0$switch_rb.class
[DEBUG] adding entry org/jruby/Profile$2.class
[DEBUG] adding entry org/jruby/RubyRange$INVOKER$i$0$0$inspect.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$sin19.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$erfc.class
[DEBUG] adding entry org/jruby/RubyStringIO.class
[DEBUG] adding entry org/jruby/RubyProcess$INVOKER$s$1$0$detach.class
[DEBUG] adding entry org/jruby/RubyRational$INVOKER$i$1$0$op_coerce.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$aref19.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$0$0$initialize.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$index19.class
[DEBUG] adding entry org/jruby/RubyGlobal$ReadOnlySystemPropertiesHash.class
[DEBUG] adding entry org/jruby/RubyProcess$INVOKER$s$0$0$ppid.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$owned_p.class
[DEBUG] adding entry org/jruby/RubyGlobal.class
[DEBUG] adding entry org/jruby/RubyInteger$INVOKER$i$0$0$times.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$gsub19.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$op_aset19.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$1$0$eql.class
[DEBUG] adding entry org/jruby/RubyRange$INVOKER$i$1$0$include_p19.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$bsearch.class
[DEBUG] adding entry org/jruby/RubyGlobal$StringOnlyRubyHash.class
[DEBUG] adding entry org/jruby/RubyEncoding$INVOKER$i$1$0$replicate.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$1$0$merge.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$split.class
[DEBUG] adding entry org/jruby/RubyComplex$INVOKER$s$newInstanceBang.class
[DEBUG] adding entry org/jruby/RubySymbol$INVOKER$i$0$0$to_sym19.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$0$0$initialize.class
[DEBUG] adding entry org/jruby/RubyConverter$INVOKER$i$0$0$primitive_errinfo.class
[DEBUG] adding entry org/jruby/RubyRegexp$INVOKER$s$1$0$try_convert.class
[DEBUG] adding entry org/jruby/RubyMethod$INVOKER$i$0$0$inspect.class
[DEBUG] adding entry org/jruby/RubyMatchData$INVOKER$i$1$0$eql_p.class
[DEBUG] adding entry org/jruby/RubyObjectVar3.class
[DEBUG] adding entry org/jruby/RubyBasicObject$INVOKER$i$0$3$instance_exec19.class
[DEBUG] adding entry org/jruby/RubyEnumerable$5.class
[DEBUG] adding entry org/jruby/RubyProcess$RubyStatus$INVOKER$i$0$0$stopsig.class
[DEBUG] adding entry org/jruby/RubyMatchData$INVOKER$i$0$0$size.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$select.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$group_owned_p.class
[DEBUG] adding entry org/jruby/RubyBasicObject$INVOKER$s$1$0$singleton_method_undefined19.class
[DEBUG] adding entry org/jruby/RubyThread.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$map_bang.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$0$0$to_c.class
[DEBUG] adding entry org/jruby/RubySystemCallError.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$compatc19.class
[DEBUG] adding entry org/jruby/RubyProc$INVOKER$i$0$0$to_s19.class
[DEBUG] adding entry org/jruby/RubyEnumerator$INVOKER$i$initialize.class
[DEBUG] adding entry org/jruby/RubyEnumerator$INVOKER$i$1$0$enum_slice.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$i$0$0$to_r.class
[DEBUG] adding entry org/jruby/RubyFileTest$INVOKER$s$1$0$sticky_p.class
[DEBUG] adding entry org/jruby/RubyMethod$INVOKER$i$0$0$parameters.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$scan.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$1$0$op_equal.class
[DEBUG] adding entry org/jruby/RubyEnumerator$ArrayNexter.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$0$1$protected_instance_methods19.class
[DEBUG] adding entry org/jruby/RubyGlobal$OutputGlobalVariable.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$i$1$0$op_pow19.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$swapcase_bang.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$0$0$one_p.class
[DEBUG] adding entry org/jruby/RubyHash$2.class
[DEBUG] adding entry org/jruby/Ruby$ExecRecursiveParams.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$i$1$0$priority_set.class
[DEBUG] adding entry org/jruby/RubyHash$EntryView.class
[DEBUG] adding entry org/jruby/RubyException$INVOKER$i$0$0$backtrace.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$untaint.class
[DEBUG] adding entry org/jruby/RubySymbol$INVOKER$i$0$0$upcase.class
[DEBUG] adding entry org/jruby/RubyBasicObject$Finalizer.class
[DEBUG] adding entry org/jruby/RubyFileTest$FileTestFileMethods$INVOKER$s$1$0$owned_p.class
[DEBUG] adding entry org/jruby/RubyRange$5.class
[DEBUG] adding entry org/jruby/RubyInteger$INVOKER$i$0$0$odd_p.class
[DEBUG] adding entry org/jruby/RubyProcess$Sys$INVOKER$s$0$0$getgid.class
[DEBUG] adding entry org/jruby/RubyEnumerable$14.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$1$0$eql_p.class
[DEBUG] adding entry org/jruby/RubyInstanceConfig$LoadServiceCreator$1.class
[DEBUG] adding entry org/jruby/RubyArray$RubyArrayConversionIterator.class
[DEBUG] adding entry org/jruby/RubySymbol$INVOKER$i$0$0$inspect.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$method19.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$i$0$0$ceil.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$1$gets.class
[DEBUG] adding entry org/jruby/RubyRandom$RandomType.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$trust.class
[DEBUG] adding entry org/jruby/Ruby$8.class
[DEBUG] adding entry org/jruby/RubyException$INVOKER$s$1$0$op_eqq.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$1$0$with_object.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$1$test.class
[DEBUG] adding entry org/jruby/RubyHash$8.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$to_i19.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$lgamma.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$1$0$include_p.class
[DEBUG] adding entry org/jruby/RubyRational$INVOKER$i$1$0$op_divmod.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$asinh19.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$1$load.class
[DEBUG] adding entry org/jruby/RubyProcess$RubyStatus$INVOKER$i$0$0$termsig.class
[DEBUG] adding entry org/jruby/RubyFixnum$INVOKER$i$1$0$op_aref.class
[DEBUG] adding entry org/jruby/RubyProcess$GroupID$INVOKER$s$1$0$eid.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$1$0$index.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$1$0$protected_method_defined.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$i$0$0$atime.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$0$1$const_get_1_9.class
[DEBUG] adding entry org/jruby/RubyMatchData$INVOKER$i$0$0$string.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$1$0$assoc.class
[DEBUG] adding entry org/jruby/RubyHash$14.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$1$sleep.class
[DEBUG] adding entry org/jruby/RubyFileTest$FileTestFileMethods$INVOKER$s$1$0$zero_p.class
[DEBUG] adding entry org/jruby/RubyRational$INVOKER$i$1$0$op_divmod19.class
[DEBUG] adding entry org/jruby/RubyInteger$INVOKER$i$1$0$downto.class
[DEBUG] adding entry org/jruby/ext/securerandom/SecureRandomLibrary$INVOKER$s$hex.class
[DEBUG] adding entry org/jruby/ext/securerandom/SecureRandomLibrary$INVOKER$s$0$0$uuid.class
[DEBUG] adding entry org/jruby/ext/securerandom/SecureRandomLibrary$INVOKER$s$random_bytes.class
[DEBUG] adding entry org/jruby/ext/securerandom/SecureRandomLibrary.class
[DEBUG] adding entry org/jruby/ext/JRubyPOSIXHandler.class
[DEBUG] adding entry org/jruby/ext/tracepoint/TracePoint$INVOKER$i$0$0$return_value.class
[DEBUG] adding entry org/jruby/ext/tracepoint/TracePoint$INVOKER$i$0$0$disable.class
[DEBUG] adding entry org/jruby/ext/tracepoint/TracePoint$INVOKER$i$0$0$enabled_p.class
[DEBUG] adding entry org/jruby/ext/tracepoint/TracePoint$INVOKER$i$0$0$lineno.class
[DEBUG] adding entry org/jruby/ext/tracepoint/TracePoint$INVOKER$i$0$0$method_id.class
[DEBUG] adding entry org/jruby/ext/tracepoint/TracePoint$INVOKER$i$0$0$initialize.class
[DEBUG] adding entry org/jruby/ext/tracepoint/TracePoint$INVOKER$i$0$0$event.class
[DEBUG] adding entry org/jruby/ext/tracepoint/TracePoint$INVOKER$i$0$0$raised_exception.class
[DEBUG] adding entry org/jruby/ext/tracepoint/TracePoint$INVOKER$i$0$0$path.class
[DEBUG] adding entry org/jruby/ext/tracepoint/TracePoint$INVOKER$i$0$0$self.class
[DEBUG] adding entry org/jruby/ext/tracepoint/TracePoint$INVOKER$i$0$0$inspect.class
[DEBUG] adding entry org/jruby/ext/tracepoint/TracePoint.class
[DEBUG] adding entry org/jruby/ext/tracepoint/TracePoint$2.class
[DEBUG] adding entry org/jruby/ext/tracepoint/TracePoint$INVOKER$i$0$0$defined_class.class
[DEBUG] adding entry org/jruby/ext/tracepoint/TracePoint$INVOKER$i$0$0$enable.class
[DEBUG] adding entry org/jruby/ext/tracepoint/TracePoint$1.class
[DEBUG] adding entry org/jruby/ext/tracepoint/TracePoint$INVOKER$i$0$0$binding.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$0$2$round.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$0$0$op_uminus.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$0$0$to_f.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$s$0$0$ver.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$s$1$0$load.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$0$1$truncate19.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$1$0$op_pow.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$1$0$coerce.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$s$0$1$mode.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$0$0$nan_p.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$0$0$frac.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$2$0$sub219.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$0$0$finite_p.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$0$0$to_int.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$BigDecimalKernelMethods.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$2$0$add219.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$s$0$0$save_rounding_mode.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$2$0$mult219.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$0$0$op_uplus.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$1$0$op_pow19.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$1$0$op_mul19.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$s$0$1$limit.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$1$0$op_le.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$2$0$add2.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$1$0$op_mod.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$0$0$abs.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$BigDecimalKernelMethods$INVOKER$s$0$0$newBigDecimal.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$1$0$op_quo19.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/BigDecimalLibrary.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$1$0$divmod.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$0$0$fix.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$0$1$dump.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$1$0$op_mod19.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$1$0$remainder19.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$0$1$ceil.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$2$0$sub2.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$s$1$0$induced_from.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$1$0$eql_p.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$0$0$nonzero_p.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$1$0$op_quo20.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$1$0$divmod19.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$0$1$floor.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$1$0$op_ge.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$op_div19.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$1.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$1$0$op_gt.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$0$1$floor19.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$0$0$zero_p.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$1$0$op_minus19.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$0$0$infinite_p.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$1$0$op_minus.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$0$0$sign.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$1$0$op_mul.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$s$0$0$double_fig.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$0$0$to_int19.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$0$0$precs.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$1$0$op_lt.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$0$1$to_s.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$s$0$0$save_exception_mode.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$1$0$op_cmp.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$s$0$0$save_limit.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$1$0$sqrt.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$1$0$op_plus19.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$s$0$1$newInstance.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$0$0$exponent.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$2$0$mult2.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$0$1$ceil19.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$1$0$op_plus.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$1$0$op_quo.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$0$0$inspect.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$0$0$split.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$0$1$truncate.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$1$0$remainder.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$op_div.class
[DEBUG] adding entry org/jruby/ext/bigdecimal/RubyBigDecimal$INVOKER$i$0$0$hash.class
[DEBUG] adding entry org/jruby/ext/io/wait/IOWaitLibrary$INVOKER$s$0$0$io_wait.class
[DEBUG] adding entry org/jruby/ext/io/wait/IOWaitLibrary$INVOKER$s$0$0$ready.class
[DEBUG] adding entry org/jruby/ext/io/wait/IOWaitLibrary.class
[DEBUG] adding entry org/jruby/ext/io/try_nonblock/IOTryNonblockLibrary$INVOKER$s$0$1$try_read_nonblock.class
[DEBUG] adding entry org/jruby/ext/io/try_nonblock/IOTryNonblockLibrary.class
[DEBUG] adding entry org/jruby/ext/io/try_nonblock/IOTryNonblockLibrary$INVOKER$s$1$0$try_write_nonblock.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$0$flush.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$0$internal_encoding.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$0$eof.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$0$close_write.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$0$closed_read_p.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$1$0$putc.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$0$closed_p.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$0$each_codepoint.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$0$string.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$1$gets.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$0$close_write.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$0$pos.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$1$readline.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$0$rewind.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$2$readlines.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$1$0$set_string.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$s$0$0$open.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$2$reopen.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$0$chars.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$0$close.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$0$chars.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$0$print.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$0$isatty.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$0$string.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$1$0$set_pos.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$1$0$truncate.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$0$length.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$0$external_encoding.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$1$0$syswrite.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$1.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$StringIOData.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$0$printf.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$0$strioFalse.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$0$fcntl.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$1$each_line.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$1$0$strioFirst.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$1$0$append.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$1$lines.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$0$codepoints.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$0$readchar.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$2$sysread18.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$2$initialize.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$0$sync.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$0$close.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$0$puts.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$2$initialize.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$1$readlines.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$StringIOData.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$set_encoding.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$0$length.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$1$0$set_lineno.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$2$read_nonblock.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$0$each_byte19.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$1$0$set_string.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$2$read.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$2$each.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$0$each_byte.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$1$0$write.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$0$pos.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$1$0$putc.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$2$reopen.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$2$lines.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$0$pid.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$1$0$set_sync.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$0$fileno.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$0$strio_unimpl.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$2$each_line.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$0$bytes.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$0$binmode.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$1$0$ungetc.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$0$each_char.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$0$closed_write_p.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$0$strioZero.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$0$close_read.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$0$path.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$1$0$truncate.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$1.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$0$close_read.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$0$each_char.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$0$closed_p.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$0$closed_read_p.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$0$lineno.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$0$readbyte.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$1$0$initialize_copy.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$1$0$ungetbyte.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$0$strioNil.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$0$sync.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$0$getbyte.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$2$sysread.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$1$0$set_pos.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$s$0$0$open.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$1$seek.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$0$lineno.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$0$eof.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$1$syswrite_nonblock.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$2$gets.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$0$rewind.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$1$0$append.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$0$getc.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$1$each.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$1$0$set_lineno.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$2$read.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$0$printf.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$1$seek.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$0$getc.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$0$closed_write_p.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$1$0$ungetc.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$1$0$write.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$0$strio_self.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$1$0$initialize_copy.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIO$INVOKER$i$0$0$puts.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$0$print.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$0$readchar.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$1$readline18.class
[DEBUG] adding entry org/jruby/ext/stringio/RubyStringIO$INVOKER$i$0$0$fsync.class
[DEBUG] adding entry org/jruby/ext/stringio/StringIOLibrary.class
[DEBUG] adding entry org/jruby/ext/pathname/RubyPathname$INVOKER$i$0$1$fnmatch.class
[DEBUG] adding entry org/jruby/ext/pathname/RubyPathname$2.class
[DEBUG] adding entry org/jruby/ext/pathname/RubyPathname$ReturnValueMapper.class
[DEBUG] adding entry org/jruby/ext/pathname/RubyPathname$INVOKER$s$0$0$getwd.class
[DEBUG] adding entry org/jruby/ext/pathname/RubyPathname$5.class
[DEBUG] adding entry org/jruby/ext/pathname/RubyPathname$INVOKER$i$1$0$initialize.class
[DEBUG] adding entry org/jruby/ext/pathname/RubyPathname$INVOKER$i$0$0$to_path.class
[DEBUG] adding entry org/jruby/ext/pathname/RubyPathname$7.class
[DEBUG] adding entry org/jruby/ext/pathname/RubyPathname$INVOKER$i$0$0$untaint.class
[DEBUG] adding entry org/jruby/ext/pathname/RubyPathname$AddArg.class
[DEBUG] adding entry org/jruby/ext/pathname/RubyPathname$INVOKER$s$0$1$glob.class
[DEBUG] adding entry org/jruby/ext/pathname/RubyPathname$INVOKER$i$0$0$taint.class
[DEBUG] adding entry org/jruby/ext/pathname/RubyPathname$3.class
[DEBUG] adding entry org/jruby/ext/pathname/RubyPathname$INVOKER$i$1$0$make_link.class
[DEBUG] adding entry org/jruby/ext/pathname/RubyPathname$INVOKER$i$1$0$initialize_copy.class
[DEBUG] adding entry org/jruby/ext/pathname/RubyPathname$INVOKER$i$0$0$unlink.class
[DEBUG] adding entry org/jruby/ext/pathname/RubyPathname$INVOKER$i$0$3$each_line.class
[DEBUG] adding entry org/jruby/ext/pathname/RubyPathname.class
[DEBUG] adding entry org/jruby/ext/pathname/RubyPathname$INVOKER$i$0$0$to_s.class
[DEBUG] adding entry org/jruby/ext/pathname/RubyPathname$PathnameKernelMethods.class
[DEBUG] adding entry org/jruby/ext/pathname/RubyPathname$INVOKER$i$0$0$each_entry.class
[DEBUG] adding entry org/jruby/ext/pathname/RubyPathname$4.class
[DEBUG] adding entry org/jruby/ext/pathname/RubyPathname$INVOKER$i$0$0$inspect.class
[DEBUG] adding entry org/jruby/ext/pathname/RubyPathname$PathnameKernelMethods$INVOKER$s$1$0$newPathname.class
[DEBUG] adding entry org/jruby/ext/pathname/RubyPathname$6.class
[DEBUG] adding entry org/jruby/ext/pathname/RubyPathname$INVOKER$i$1$0$op_equal.class
[DEBUG] adding entry org/jruby/ext/pathname/RubyPathname$INVOKER$i$0$0$hash.class
[DEBUG] adding entry org/jruby/ext/pathname/PathnameLibrary.class
[DEBUG] adding entry org/jruby/ext/pathname/RubyPathname$INVOKER$i$1$0$op_cmp.class
[DEBUG] adding entry org/jruby/ext/pathname/RubyPathname$INVOKER$i$0$0$freeze.class
[DEBUG] adding entry org/jruby/ext/pathname/RubyPathname$INVOKER$i$0$0$to_str.class
[DEBUG] adding entry org/jruby/ext/pathname/RubyPathname$INVOKER$i$1$0$sub_ext.class
[DEBUG] adding entry org/jruby/ext/pathname/RubyPathname$INVOKER$i$0$0$opendir.class
[DEBUG] adding entry org/jruby/ext/pathname/RubyPathname$1.class
[DEBUG] adding entry org/jruby/ext/pathname/RubyPathname$INVOKER$i$1$0$make_symlink.class
[DEBUG] adding entry org/jruby/ext/pathname/RubyPathname$INVOKER$i$0$1$sub.class
[DEBUG] adding entry org/jruby/ext/enumerator/EnumeratorLibrary.class
[DEBUG] adding entry org/jruby/ext/digest/RubyDigest$DigestInstance$INVOKER$s$0$0$hexdigest_bang.class
[DEBUG] adding entry org/jruby/ext/digest/RubyDigest$DigestClass$1.class
[DEBUG] adding entry org/jruby/ext/digest/RubyDigest$1.class
[DEBUG] adding entry org/jruby/ext/digest/RubyDigest$DigestBase$INVOKER$i$0$0$digest_length.class
[DEBUG] adding entry org/jruby/ext/digest/RubyDigest$DigestBase$INVOKER$i$0$0$finish.class
[DEBUG] adding entry org/jruby/ext/digest/RubyDigest.class
[DEBUG] adding entry org/jruby/ext/digest/RubyDigest$DigestBase$1.class
[DEBUG] adding entry org/jruby/ext/digest/RubyDigest$DigestInstance$INVOKER$s$0$0$inspect.class
[DEBUG] adding entry org/jruby/ext/digest/SHA1.class
[DEBUG] adding entry org/jruby/ext/digest/RMD160.class
[DEBUG] adding entry org/jruby/ext/digest/RubyDigest$DigestInstance$INVOKER$s$0$1$digest.class
[DEBUG] adding entry org/jruby/ext/digest/RubyDigest$DigestInstance$INVOKER$s$0$0$finish.class
[DEBUG] adding entry org/jruby/ext/digest/RubyDigest$DigestInstance$INVOKER$s$0$1$hexdigest.class
[DEBUG] adding entry org/jruby/ext/digest/RubyDigest$SHA1.class
[DEBUG] adding entry org/jruby/ext/digest/RubyDigest$DigestClass$INVOKER$s$0$1$s_hexdigest.class
[DEBUG] adding entry org/jruby/ext/digest/RubyDigest$DigestInstance$INVOKER$s$1$0$op_equal.class
[DEBUG] adding entry org/jruby/ext/digest/DigestLibrary.class
[DEBUG] adding entry org/jruby/ext/digest/RubyDigest$DigestInstance$INVOKER$s$0$0$digest_length.class
[DEBUG] adding entry org/jruby/ext/digest/RubyDigest$DigestClass$INVOKER$s$0$0$s_digest.class
[DEBUG] adding entry org/jruby/ext/digest/RubyDigest$DigestBase$INVOKER$i$1$0$update.class
[DEBUG] adding entry org/jruby/ext/digest/RubyDigest$DigestInstance$INVOKER$s$0$0$length.class
[DEBUG] adding entry org/jruby/ext/digest/SHA2.class
[DEBUG] adding entry org/jruby/ext/digest/RubyDigest$DigestInstance$INVOKER$s$1$0$update.class
[DEBUG] adding entry org/jruby/ext/digest/RubyDigest$MD5.class
[DEBUG] adding entry org/jruby/ext/digest/RubyDigest$INVOKER$s$1$0$s_hexencode.class
[DEBUG] adding entry org/jruby/ext/digest/RubyDigest$Metadata.class
[DEBUG] adding entry org/jruby/ext/digest/RubyDigest$SHA384.class
[DEBUG] adding entry org/jruby/ext/digest/RubyDigest$SHA512.class
[DEBUG] adding entry org/jruby/ext/digest/MD5.class
[DEBUG] adding entry org/jruby/ext/digest/RubyDigest$DigestBase$INVOKER$i$1$0$initialize_copy.class
[DEBUG] adding entry org/jruby/ext/digest/RubyDigest$DigestInstance$INVOKER$s$0$0$digest_bang.class
[DEBUG] adding entry org/jruby/ext/digest/RubyDigest$DigestBase$INVOKER$i$0$0$reset.class
[DEBUG] adding entry org/jruby/ext/digest/RubyDigest$DigestBase$INVOKER$i$0$0$block_length.class
[DEBUG] adding entry org/jruby/ext/digest/RubyDigest$DigestInstance.class
[DEBUG] adding entry org/jruby/ext/digest/RubyDigest$DigestClass.class
[DEBUG] adding entry org/jruby/ext/digest/RubyDigest$DigestInstance$INVOKER$s$0$0$reset.class
[DEBUG] adding entry org/jruby/ext/digest/RubyDigest$SHA256.class
[DEBUG] adding entry org/jruby/ext/digest/RubyDigest$DigestInstance$INVOKER$s$0$0$block_length.class
[DEBUG] adding entry org/jruby/ext/digest/RubyDigest$RMD160.class
[DEBUG] adding entry org/jruby/ext/digest/RubyDigest$DigestBase.class
[DEBUG] adding entry org/jruby/ext/digest/RubyDigest$DigestInstance$INVOKER$s$0$0$to_s.class
[DEBUG] adding entry org/jruby/ext/digest/RubyDigest$DigestInstance$INVOKER$s$0$0$newObject.class
[DEBUG] adding entry org/jruby/ext/iconv/IConvLibrary.class
[DEBUG] adding entry org/jruby/ext/iconv/RubyIconv$RubyFailure$1.class
[DEBUG] adding entry org/jruby/ext/iconv/RubyIconv$RubyFailure$INVOKER$i$0$0$failed.class
[DEBUG] adding entry org/jruby/ext/iconv/RubyIconv$INVOKER$i$0$0$close.class
[DEBUG] adding entry org/jruby/ext/iconv/RubyIconv.class
[DEBUG] adding entry org/jruby/ext/iconv/RubyIconv$OutOfRange.class
[DEBUG] adding entry org/jruby/ext/iconv/RubyIconv$INVOKER$s$2$0$open.class
[DEBUG] adding entry org/jruby/ext/iconv/RubyIconv$RubyFailure$INVOKER$i$0$2$initialize.class
[DEBUG] adding entry org/jruby/ext/iconv/RubyIconv$InvalidEncoding.class
[DEBUG] adding entry org/jruby/ext/iconv/RubyIconv$INVOKER$s$0$0$conv.class
[DEBUG] adding entry org/jruby/ext/iconv/RubyIconv$1.class
[DEBUG] adding entry org/jruby/ext/iconv/RubyIconv$InvalidCharacter.class
[DEBUG] adding entry org/jruby/ext/iconv/RubyIconv$INVOKER$s$0$0$charset_map_get.class
[DEBUG] adding entry org/jruby/ext/iconv/RubyIconv$RubyFailure.class
[DEBUG] adding entry org/jruby/ext/iconv/RubyIconv$BrokenLibrary.class
[DEBUG] adding entry org/jruby/ext/iconv/RubyIconv$INVOKER$s$0$0$iconv.class
[DEBUG] adding entry org/jruby/ext/iconv/RubyIconv$RubyFailure$INVOKER$i$0$0$inspect.class
[DEBUG] adding entry org/jruby/ext/iconv/RubyIconv$INVOKER$i$iconv.class
[DEBUG] adding entry org/jruby/ext/iconv/RubyIconv$RubyFailure$INVOKER$i$0$0$success.class
[DEBUG] adding entry org/jruby/ext/iconv/RubyIconv$Failure.class
[DEBUG] adding entry org/jruby/ext/iconv/RubyIconv$INVOKER$i$2$0$initialize.class
[DEBUG] adding entry org/jruby/ext/iconv/RubyIconv$IllegalSequence.class
[DEBUG] adding entry org/jruby/ext/zlib/RubyGzipFile$INVOKER$i$0$0$close.class
[DEBUG] adding entry org/jruby/ext/zlib/RubyGzipFile$INVOKER$i$0$0$closed_p.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipWriter$INVOKER$i$1$0$respond_to.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibInflate$INVOKER$i$1$0$sync.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibInflate$INVOKER$i$0$0$sync_point_p.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipReader$INVOKER$i$0$0$readline.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibDeflate$INVOKER$s$0$1$s_deflate.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipReader$Error.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipReader$INVOKER$i$0$2$gets.class
[DEBUG] adding entry org/jruby/ext/zlib/ZStream$INVOKER$i$1$0$set_avail_out.class
[DEBUG] adding entry org/jruby/ext/zlib/RubyZlib$Error.class
[DEBUG] adding entry org/jruby/ext/zlib/RubyZlib$StreamEnd.class
[DEBUG] adding entry org/jruby/ext/zlib/RubyZlib.class
[DEBUG] adding entry org/jruby/ext/zlib/ZStream$INVOKER$i$0$0$reset.class
[DEBUG] adding entry org/jruby/ext/zlib/RubyGzipFile$INVOKER$i$0$0$mtime.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibDeflate$INVOKER$i$1$0$initialize_copy.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipReader$INVOKER$s$0$0$newInstance.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibInflate$INVOKER$i$0$0$flush_next_out.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipWriter$INVOKER$i$1$0$write.class
[DEBUG] adding entry org/jruby/ext/zlib/ZStream.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipReader$INVOKER$i$1$0$ungetc.class
[DEBUG] adding entry org/jruby/ext/zlib/ZStream$INVOKER$i$0$0$total_out.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipReader$INVOKER$i$0$1$initialize19.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibInflate$INVOKER$i$0$1$_initialize.class
[DEBUG] adding entry org/jruby/ext/zlib/ZStream$INVOKER$i$0$0$flush_next_in.class
[DEBUG] adding entry org/jruby/ext/zlib/RubyZlib$StreamError.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipReader$INVOKER$i$0$0$crc.class
[DEBUG] adding entry org/jruby/ext/zlib/RubyZlib$INVOKER$s$0$1$deflate.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipReader$INVOKER$i$0$1$readlines.class
[DEBUG] adding entry org/jruby/ext/zlib/RubyZlib$BufError.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipReader$INVOKER$i$0$0$os_code.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipWriter$INVOKER$i$1$0$set_comment.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipWriter$INVOKER$i$0$0$print.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibDeflate$INVOKER$i$0$4$_initialize.class
[DEBUG] adding entry org/jruby/ext/zlib/RubyZlib$INVOKER$s$3$0$crc32_combine.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipReader$INVOKER$i$0$0$getc.class
[DEBUG] adding entry org/jruby/ext/zlib/ZStream$INVOKER$i$0$0$data_type.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipReader$INVOKER$i$0$0$eof.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibDeflate.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipWriter$INVOKER$i$1$0$set_sync.class
[DEBUG] adding entry org/jruby/ext/zlib/ZStream$INVOKER$i$0$0$adler.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipReader$INVOKER$i$1$0$initialize.class
[DEBUG] adding entry org/jruby/ext/zlib/RubyGzipFile$INVOKER$i$0$0$to_io.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipReader$INVOKER$i$0$0$comment.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipWriter$INVOKER$i$0$0$close.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibInflate.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipReader$INVOKER$i$1$0$set_lineno.class
[DEBUG] adding entry org/jruby/ext/zlib/ZStream$INVOKER$i$0$0$avail_in.class
[DEBUG] adding entry org/jruby/ext/zlib/RubyGzipFile$Error.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipWriter$INVOKER$i$0$0$initialize19.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipReader$INVOKER$i$0$1$gets_18.class
[DEBUG] adding entry org/jruby/ext/zlib/RubyGzipFile$INVOKER$s$1$0$wrap.class
[DEBUG] adding entry org/jruby/ext/zlib/RubyGzipFile$INVOKER$i$0$0$sync.class
[DEBUG] adding entry org/jruby/ext/zlib/ZStream$INVOKER$i$0$0$finish.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipReader$INVOKER$i$0$0$getc_19.class
[DEBUG] adding entry org/jruby/ext/zlib/RubyZlib$DataError.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipWriter$INVOKER$i$1$0$append.class
[DEBUG] adding entry org/jruby/ext/zlib/RubyZlib$INVOKER$s$3$0$adler32_combine.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipWriter$INVOKER$s$0$0$newInstance.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipReader$INVOKER$i$0$0$getbyte.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipReader$INVOKER$s$0$1$open19.class
[DEBUG] adding entry org/jruby/ext/zlib/ZStream$INVOKER$i$0$0$closed_p.class
[DEBUG] adding entry org/jruby/ext/zlib/ZStream$INVOKER$i$0$0$stream_end_p.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipReader$INVOKER$i$0$1$each_line.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipReader$INVOKER$i$0$0$unused.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipWriter$INVOKER$i$0$0$path.class
[DEBUG] adding entry org/jruby/ext/zlib/RubyGzipFile.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipReader$INVOKER$i$0$0$readchar.class
[DEBUG] adding entry org/jruby/ext/zlib/RubyZlib$VersionError.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipReader$INVOKER$i$0$1$read.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibDeflate$INVOKER$i$2$0$params.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipWriter$INVOKER$i$1$0$putc.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipWriter$1.class
[DEBUG] adding entry org/jruby/ext/zlib/RubyGzipFile$INVOKER$s$0$0$newInstance.class
[DEBUG] adding entry org/jruby/ext/zlib/RubyGzipFile$INVOKER$s$0$1$wrap19.class
[DEBUG] adding entry org/jruby/ext/zlib/RubyGzipFile$INVOKER$i$0$0$level.class
[DEBUG] adding entry org/jruby/ext/zlib/Zlib.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipReader$INVOKER$i$0$1$readpartial.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipReader$INVOKER$i$1$0$respond_to.class
[DEBUG] adding entry org/jruby/ext/zlib/ZStream$INVOKER$i$0$0$initialize.class
[DEBUG] adding entry org/jruby/ext/zlib/RubyZlib$MemError.class
[DEBUG] adding entry org/jruby/ext/zlib/RubyGzipFile$INVOKER$i$0$0$crc.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipWriter$INVOKER$i$0$0$puts.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibInflate$INVOKER$i$1$0$inflate.class
[DEBUG] adding entry org/jruby/ext/zlib/RubyGzipFile$CRCError.class
[DEBUG] adding entry org/jruby/ext/zlib/RubyZlib$INVOKER$s$0$0$zlib_version.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipReader$INVOKER$i$0$0$pos.class
[DEBUG] adding entry org/jruby/ext/zlib/ZStream$INVOKER$i$0$0$flush_next_out.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibInflate$INVOKER$i$1$0$append.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibDeflate$1.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibDeflate$INVOKER$i$1$0$append.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibInflate$INVOKER$s$1$0$s_inflate.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipReader$INVOKER$i$0$0$eof_p.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibInflate$1.class
[DEBUG] adding entry org/jruby/ext/zlib/ZStream$INVOKER$i$0$0$total_in.class
[DEBUG] adding entry org/jruby/ext/zlib/RubyGzipFile$LengthError.class
[DEBUG] adding entry org/jruby/ext/zlib/RubyGzipFile$INVOKER$i$0$0$finish.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipWriter$INVOKER$s$0$3$open19.class
[DEBUG] adding entry org/jruby/ext/zlib/RubyZlib$INVOKER$s$1$0$inflate.class
[DEBUG] adding entry org/jruby/ext/zlib/RubyGzipFile$INVOKER$i$1$0$set_sync.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipReader$INVOKER$i$0$0$path.class
[DEBUG] adding entry org/jruby/ext/zlib/ZStream$INVOKER$i$0$0$finished_p.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipWriter$INVOKER$s$0$2$open18.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipWriter$INVOKER$i$0$0$initialize.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipReader$INVOKER$i$0$0$rewind.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipWriter$INVOKER$i$1$0$set_orig_name.class
[DEBUG] adding entry org/jruby/ext/zlib/RubyGzipFile$NoFooter.class
[DEBUG] adding entry org/jruby/ext/zlib/RubyZlib$INVOKER$s$0$2$adler32.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipReader$INVOKER$s$0$1$open18.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibDeflate$INVOKER$i$0$1$flush.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipWriter$INVOKER$i$0$1$flush.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipWriter$INVOKER$i$1$0$set_mtime.class
[DEBUG] adding entry org/jruby/ext/zlib/RubyGzipFile$INVOKER$i$0$0$orig_name.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipReader.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipWriter.class
[DEBUG] adding entry org/jruby/ext/zlib/RubyGzipFile$INVOKER$i$0$0$comment.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipWriter$INVOKER$i$0$0$crc.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibDeflate$INVOKER$i$0$1$deflate.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipWriter$INVOKER$i$0$0$pos.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibInflate$INVOKER$i$1$0$set_dictionary.class
[DEBUG] adding entry org/jruby/ext/zlib/ZlibLibrary.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipReader$INVOKER$i$0$0$orig_name.class
[DEBUG] adding entry org/jruby/ext/zlib/RubyZlib$INVOKER$s$0$2$crc32.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipReader$INVOKER$i$0$1$each.class
[DEBUG] adding entry org/jruby/ext/zlib/RubyGzipFile$INVOKER$i$0$0$os_code.class
[DEBUG] adding entry org/jruby/ext/zlib/RubyZlib$INVOKER$s$0$0$crc_table.class
[DEBUG] adding entry org/jruby/ext/zlib/RubyGzipFile$1.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipReader$INVOKER$i$0$0$each_byte.class
[DEBUG] adding entry org/jruby/ext/zlib/ZStream$INVOKER$i$0$0$close.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipWriter$INVOKER$i$0$0$printf.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipReader$INVOKER$i$0$0$lineno.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibDeflate$INVOKER$i$1$0$set_dictionary.class
[DEBUG] adding entry org/jruby/ext/zlib/RubyZlib$NeedDict.class
[DEBUG] adding entry org/jruby/ext/zlib/ZStream$INVOKER$i$0$0$avail_out.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipReader$INVOKER$i$0$0$close.class
[DEBUG] adding entry org/jruby/ext/zlib/JZlibRubyGzipReader$1.class
[DEBUG] adding entry org/jruby/ext/tempfile/Tempfile$INVOKER$i$0$0$size19.class
[DEBUG] adding entry org/jruby/ext/tempfile/Tempfile$INVOKER$i$0$0$open.class
[DEBUG] adding entry org/jruby/ext/tempfile/Tempfile$INVOKER$i$0$0$_close.class
[DEBUG] adding entry org/jruby/ext/tempfile/Tempfile$INVOKER$i$0$0$inspect.class
[DEBUG] adding entry org/jruby/ext/tempfile/Tempfile$INVOKER$i$0$0$unlink.class
[DEBUG] adding entry org/jruby/ext/tempfile/Tempfile$INVOKER$i$0$2$initialize19.class
[DEBUG] adding entry org/jruby/ext/tempfile/Tempfile$INVOKER$s$0$1$open19.class
[DEBUG] adding entry org/jruby/ext/tempfile/Tempfile$INVOKER$i$0$1$initialize.class
[DEBUG] adding entry org/jruby/ext/tempfile/Tempfile$INVOKER$i$0$0$close_bang.class
[DEBUG] adding entry org/jruby/ext/tempfile/TempfileLibrary.class
[DEBUG] adding entry org/jruby/ext/tempfile/Tempfile.class
[DEBUG] adding entry org/jruby/ext/tempfile/Tempfile$INVOKER$i$0$1$close.class
[DEBUG] adding entry org/jruby/ext/tempfile/Tempfile$TempfileCallback.class
[DEBUG] adding entry org/jruby/ext/tempfile/Tempfile$1.class
[DEBUG] adding entry org/jruby/ext/tempfile/Tempfile$INVOKER$i$0$0$size.class
[DEBUG] adding entry org/jruby/ext/tempfile/Tempfile$INVOKER$s$0$1$open.class
[DEBUG] adding entry org/jruby/ext/JRubyPOSIXHelper.class
[DEBUG] adding entry org/jruby/ext/weakref/WeakRefLibrary.class
[DEBUG] adding entry org/jruby/ext/weakref/WeakRef$1.class
[DEBUG] adding entry org/jruby/ext/weakref/WeakRef$RefError.class
[DEBUG] adding entry org/jruby/ext/weakref/WeakRef$INVOKER$s$1$0$newInstance.class
[DEBUG] adding entry org/jruby/ext/weakref/WeakRef$INVOKER$i$0$0$weakref_alive_p.class
[DEBUG] adding entry org/jruby/ext/weakref/WeakRef$INVOKER$i$1$0$initialize.class
[DEBUG] adding entry org/jruby/ext/weakref/WeakRef$INVOKER$i$1$0$setobj.class
[DEBUG] adding entry org/jruby/ext/weakref/WeakRef$INVOKER$i$0$0$getobj.class
[DEBUG] adding entry org/jruby/ext/weakref/WeakRef.class
[DEBUG] adding entry org/jruby/ext/jruby/JRubyUtilLibrary$StringUtils.class
[DEBUG] adding entry org/jruby/ext/jruby/JRubyUtilLibrary.class
[DEBUG] adding entry org/jruby/ext/jruby/JRubyExecutionContextLocal$INVOKER$i$0$0$getDefault.class
[DEBUG] adding entry org/jruby/ext/jruby/JRubyFiberLocal$1.class
[DEBUG] adding entry org/jruby/ext/jruby/JRubyLibrary$INVOKER$s$1$0$identity_hash.class
[DEBUG] adding entry org/jruby/ext/jruby/JRubyObjectInputStream$INVOKER$i$0$0$readObject.class
[DEBUG] adding entry org/jruby/ext/jruby/JRubyExecutionContextLocal$INVOKER$i$1$0$setValue.class
[DEBUG] adding entry org/jruby/ext/jruby/JRubyConfigLibrary.class
[DEBUG] adding entry org/jruby/ext/jruby/JRubyLibrary$INVOKER$s$1$0$reference.class
[DEBUG] adding entry org/jruby/ext/jruby/JRubyUtilLibrary$INVOKER$s$1$0$getClassLoaderResources.class
[DEBUG] adding entry org/jruby/ext/jruby/JRubyFiberLocal$INVOKER$i$1$0$withValue.class
[DEBUG] adding entry org/jruby/ext/jruby/JRubyTypeLibrary.class
[DEBUG] adding entry org/jruby/ext/jruby/JRubyExecutionContextLocal$INVOKER$i$0$0$getValue.class
[DEBUG] adding entry org/jruby/ext/jruby/JRubyLibrary$MethodExtensions.class
[DEBUG] adding entry org/jruby/ext/jruby/JRubyObjectInputStream$INVOKER$i$0$0$close.class
[DEBUG] adding entry org/jruby/ext/jruby/JRubyLibrary$MethodExtensions$INVOKER$s$0$0$methodArgs.class
[DEBUG] adding entry org/jruby/ext/jruby/JRubyThreadLocal$1.class
[DEBUG] adding entry org/jruby/ext/jruby/JRubyExecutionContextLocal.class
[DEBUG] adding entry org/jruby/ext/jruby/JRubyLibrary.class
[DEBUG] adding entry org/jruby/ext/jruby/JRubyObjectInputStream.class
[DEBUG] adding entry org/jruby/ext/jruby/JRubyLibrary$INVOKER$s$1$0$dereference.class
[DEBUG] adding entry org/jruby/ext/jruby/JRubyUtilLibrary$StringUtils$INVOKER$s$0$0$unseeded_hash.class
[DEBUG] adding entry org/jruby/ext/jruby/JRubySerializationLibrary.class
[DEBUG] adding entry org/jruby/ext/jruby/JRubyUtilLibrary$INVOKER$s$1$0$setObjectSpaceEnabled.class
[DEBUG] adding entry org/jruby/ext/jruby/JRubyLibrary$INVOKER$s$0$0$ruby2_0.class
[DEBUG] adding entry org/jruby/ext/jruby/JRubyUtilLibrary$INVOKER$s$0$0$getObjectSpaceEnabled.class
[DEBUG] adding entry org/jruby/ext/jruby/JRubyConfigLibrary$INVOKER$s$0$0$rubygems_disabled_p.class
[DEBUG] adding entry org/jruby/ext/jruby/JRubyObjectInputStream$1.class
[DEBUG] adding entry org/jruby/ext/jruby/JRubyLibrary$INVOKER$s$1$0$reference0.class
[DEBUG] adding entry org/jruby/ext/jruby/JRubyObjectInputStream$INVOKER$i$1$0$initialize.class
[DEBUG] adding entry org/jruby/ext/jruby/JRubyThreadLocal.class
[DEBUG] adding entry org/jruby/ext/jruby/JRubyExecutionContextLocal$INVOKER$i$0$0$getDefaultProc.class
[DEBUG] adding entry org/jruby/ext/jruby/JRubyTypeLibrary$INVOKER$s$3$0$coerce_to.class
[DEBUG] adding entry org/jruby/ext/jruby/JRubyFiberLocal.class
[DEBUG] adding entry org/jruby/ext/jruby/JRubyUtilLibrary$INVOKER$s$0$0$gc.class
[DEBUG] adding entry org/jruby/ext/jruby/JRubyObjectInputStream$JRubyObjectInputStreamImpl.class
[DEBUG] adding entry org/jruby/ext/jruby/JRubyObjectInputStream$INVOKER$s$0$0$newInstance.class
[DEBUG] adding entry org/jruby/ext/jruby/JRubyExecutionContextLocal$INVOKER$i$0$1$rubyInitialize.class
[DEBUG] adding entry org/jruby/ext/etc/RubyEtc$INVOKER$s$0$0$setgrent.class
[DEBUG] adding entry org/jruby/ext/etc/RubyEtc$INVOKER$s$0$0$getgrent.class
[DEBUG] adding entry org/jruby/ext/etc/RubyEtc$INVOKER$s$0$0$endpwent.class
[DEBUG] adding entry org/jruby/ext/etc/RubyEtc$INVOKER$s$0$0$systmpdir.class
[DEBUG] adding entry org/jruby/ext/etc/RubyEtc.class
[DEBUG] adding entry org/jruby/ext/etc/RubyEtc$INVOKER$s$0$1$getpwuid.class
[DEBUG] adding entry org/jruby/ext/etc/RubyEtc$INVOKER$s$1$0$getpwnam.class
[DEBUG] adding entry org/jruby/ext/etc/RubyEtc$INVOKER$s$0$0$group.class
[DEBUG] adding entry org/jruby/ext/etc/RubyEtc$INVOKER$s$0$0$endgrent.class
[DEBUG] adding entry org/jruby/ext/etc/RubyEtc$INVOKER$s$0$0$sysconfdir.class
[DEBUG] adding entry org/jruby/ext/etc/RubyEtc$INVOKER$s$0$0$passwd.class
[DEBUG] adding entry org/jruby/ext/etc/RubyEtc$INVOKER$s$0$0$setpwent.class
[DEBUG] adding entry org/jruby/ext/etc/RubyEtc$INVOKER$s$0$0$getpwent.class
[DEBUG] adding entry org/jruby/ext/etc/RubyEtc$INVOKER$s$0$0$getlogin.class
[DEBUG] adding entry org/jruby/ext/etc/RubyEtc$INVOKER$s$0$1$getgrgid.class
[DEBUG] adding entry org/jruby/ext/etc/RubyEtc$INVOKER$s$1$0$getgrnam.class
[DEBUG] adding entry org/jruby/ext/etc/EtcLibrary.class
[DEBUG] adding entry org/jruby/ext/delegate/NativeDelegateLibrary$INVOKER$s$method_missing.class
[DEBUG] adding entry org/jruby/ext/delegate/NativeDelegateLibrary.class
[DEBUG] adding entry org/jruby/ext/net/protocol/NetProtocolBufferedIO$NativeImpl.class
[DEBUG] adding entry org/jruby/ext/net/protocol/NetProtocolBufferedIO$NativeImpl$INVOKER$s$0$0$rbuf_fill.class
[DEBUG] adding entry org/jruby/ext/net/protocol/NetProtocolBufferedIO$INVOKER$s$1$0$initialize.class
[DEBUG] adding entry org/jruby/ext/net/protocol/NetProtocolBufferedIO.class
[DEBUG] adding entry org/jruby/ext/net/protocol/NetProtocolBufferedIOLibrary.class
[DEBUG] adding entry org/jruby/ext/LateLoadingLibrary.class
[DEBUG] adding entry org/jruby/ext/socket/SocketUtils$1.class
[DEBUG] adding entry org/jruby/ext/socket/RubyUNIXServer$INVOKER$i$0$0$accept_nonblock.class
[DEBUG] adding entry org/jruby/ext/socket/RubyUDPSocket$INVOKER$i$initialize.class
[DEBUG] adding entry org/jruby/ext/socket/RubyTCPServer$INVOKER$i$1$0$listen.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$i$0$0$ipv6_unspecified_p.class
[DEBUG] adding entry org/jruby/ext/socket/RubyBasicSocket$INVOKER$i$0$0$sendmsg.class
[DEBUG] adding entry org/jruby/ext/socket/Option$INVOKER$i$0$0$to_s.class
[DEBUG] adding entry org/jruby/ext/socket/RubyUNIXSocket$1.class
[DEBUG] adding entry org/jruby/ext/socket/RubyTCPServer$1.class
[DEBUG] adding entry org/jruby/ext/socket/Option$INVOKER$i$0$0$family.class
[DEBUG] adding entry org/jruby/ext/socket/RubySocket$INVOKER$i$0$0$accept.class
[DEBUG] adding entry org/jruby/ext/socket/RubyUDPSocket.class
[DEBUG] adding entry org/jruby/ext/socket/RubyServerSocket$INVOKER$i$1$0$connect_nonblock.class
[DEBUG] adding entry org/jruby/ext/socket/RubySocket.class
[DEBUG] adding entry org/jruby/ext/socket/RubyBasicSocket$INVOKER$i$0$1$shutdown.class
[DEBUG] adding entry org/jruby/ext/socket/RubyBasicSocket$INVOKER$s$0$0$do_not_reverse_lookup.class
[DEBUG] adding entry org/jruby/ext/socket/RubyIPSocket.class
[DEBUG] adding entry org/jruby/ext/socket/RubySocket$INVOKER$s$0$1$getnameinfo.class
[DEBUG] adding entry org/jruby/ext/socket/RubyIPSocket$INVOKER$i$0$0$getpeereid.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$i$0$0$ipv6_v4compat_p.class
[DEBUG] adding entry org/jruby/ext/socket/Option$INVOKER$i$0$0$level.class
[DEBUG] adding entry org/jruby/ext/socket/SocketUtils$AddrinfoCallback.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$s$1$0$ip.class
[DEBUG] adding entry org/jruby/ext/socket/RubyBasicSocket$INVOKER$i$0$0$close_read.class
[DEBUG] adding entry org/jruby/ext/socket/RubyBasicSocket$INVOKER$s$1$0$set_do_not_reverse_lookup.class
[DEBUG] adding entry org/jruby/ext/socket/RubyTCPSocket$1.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$i$0$0$protocol.class
[DEBUG] adding entry org/jruby/ext/socket/RubyUNIXSocket$INVOKER$i$0$0$addr.class
[DEBUG] adding entry org/jruby/ext/socket/RubyUDPSocket$INVOKER$i$2$0$bind.class
[DEBUG] adding entry org/jruby/ext/socket/RubyUNIXSocket$INVOKER$i$1$0$send_io.class
[DEBUG] adding entry org/jruby/ext/socket/RubyServerSocket$INVOKER$i$bind.class
[DEBUG] adding entry org/jruby/ext/socket/RubySocket$INVOKER$i$1$0$listen.class
[DEBUG] adding entry org/jruby/ext/socket/RubyTCPServer$INVOKER$s$0$0$open.class
[DEBUG] adding entry org/jruby/ext/socket/SocketLibrary.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$i$0$0$unix_path.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$1.class
[DEBUG] adding entry org/jruby/ext/socket/RubySocket$1.class
[DEBUG] adding entry org/jruby/ext/socket/RubyUNIXSocket$INVOKER$i$0$0$path.class
[DEBUG] adding entry org/jruby/ext/socket/RubySocket$INVOKER$i$initialize19.class
[DEBUG] adding entry org/jruby/ext/socket/RubyUNIXServer$INVOKER$i$0$0$peeraddr.class
[DEBUG] adding entry org/jruby/ext/socket/RubyBasicSocket$INVOKER$i$0$0$getsockname.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$i$0$0$ipv6_loopback_p.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$i$0$0$ipv6_mc_global_p.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$i$0$0$ipv6_mc_sitelocal_p.class
[DEBUG] adding entry org/jruby/ext/socket/SocketType$1.class
[DEBUG] adding entry org/jruby/ext/socket/RubyBasicSocket$INVOKER$i$0$0$remote_address.class
[DEBUG] adding entry org/jruby/ext/socket/RubyUNIXSocket$INVOKER$i$1$0$initialize.class
[DEBUG] adding entry org/jruby/ext/socket/SocketType$3.class
[DEBUG] adding entry org/jruby/ext/socket/RubyUDPSocket$INVOKER$i$2$0$connect.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$i$initialize.class
[DEBUG] adding entry org/jruby/ext/socket/RubyUNIXSocket$INVOKER$i$0$0$peeraddr.class
[DEBUG] adding entry org/jruby/ext/socket/RubyTCPServer$INVOKER$i$0$0$getpeername.class
[DEBUG] adding entry org/jruby/ext/socket/RubyTCPSocket$INVOKER$s$1$0$gethostbyname.class
[DEBUG] adding entry org/jruby/ext/socket/RubyIPSocket$INVOKER$i$recvfrom.class
[DEBUG] adding entry org/jruby/ext/socket/RubyBasicSocket$INVOKER$i$0$0$getpeername.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$i$0$0$ip_port.class
[DEBUG] adding entry org/jruby/ext/socket/RubyUNIXServer$1.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$i$0$0$ipv4_loopback_p.class
[DEBUG] adding entry org/jruby/ext/socket/RubySocket$INVOKER$i$3$0$initialize.class
[DEBUG] adding entry org/jruby/ext/socket/RubyUDPSocket$INVOKER$i$send.class
[DEBUG] adding entry org/jruby/ext/socket/RubyBasicSocket$INVOKER$i$2$0$getsockopt.class
[DEBUG] adding entry org/jruby/ext/socket/RubyServerSocket$1.class
[DEBUG] adding entry org/jruby/ext/socket/RubySocket$INVOKER$i$1$0$bind.class
[DEBUG] adding entry org/jruby/ext/socket/RubyBasicSocket$INVOKER$i$3$0$setsockopt.class
[DEBUG] adding entry org/jruby/ext/socket/RubySocket$INVOKER$s$0$4$getaddrinfo.class
[DEBUG] adding entry org/jruby/ext/socket/MulticastStateManager.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$s$0$0$getaddrinfo.class
[DEBUG] adding entry org/jruby/ext/socket/RubyBasicSocket$INVOKER$i$0$0$getpeereid.class
[DEBUG] adding entry org/jruby/ext/socket/RubyUNIXServer$INVOKER$i$0$0$path.class
[DEBUG] adding entry org/jruby/ext/socket/RubySocket$INVOKER$s$2$0$pack_sockaddr_in.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo.class
[DEBUG] adding entry org/jruby/ext/socket/RubyTCPServer$INVOKER$i$0$1$initialize.class
[DEBUG] adding entry org/jruby/ext/socket/Option.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$i$0$0$to_sockaddr.class
[DEBUG] adding entry org/jruby/ext/socket/RubyUDPSocket$INVOKER$i$recvfrom_nonblock.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$i$0$0$ipv6_multicast_p.class
[DEBUG] adding entry org/jruby/ext/socket/RubyUDPSocket$1.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$i$0$0$canonname.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$i$0$0$inspect_sockaddr.class
[DEBUG] adding entry org/jruby/ext/socket/RubyTCPSocket$INVOKER$i$0$2$initialize.class
[DEBUG] adding entry org/jruby/ext/socket/RubyBasicSocket$INVOKER$i$0$0$readmsg_nonblock.class
[DEBUG] adding entry org/jruby/ext/socket/SocketType$4.class
[DEBUG] adding entry org/jruby/ext/socket/RubyBasicSocket$2.class
[DEBUG] adding entry org/jruby/ext/socket/RubyServerSocket$INVOKER$i$1$0$listen.class
[DEBUG] adding entry org/jruby/ext/socket/RubyTCPSocket.class
[DEBUG] adding entry org/jruby/ext/socket/RubyIPSocket$INVOKER$s$1$0$getaddress.class
[DEBUG] adding entry org/jruby/ext/socket/RubyIPSocket$1.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$i$0$0$ip_unpack.class
[DEBUG] adding entry org/jruby/ext/socket/Option$INVOKER$i$linger.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$i$0$0$ipv6_to_ipv4.class
[DEBUG] adding entry org/jruby/ext/socket/RubyUNIXServer$INVOKER$i$0$0$sysaccept.class
[DEBUG] adding entry org/jruby/ext/socket/RubyIPSocket$INVOKER$i$addr19.class
[DEBUG] adding entry org/jruby/ext/socket/Shutdownable.class
[DEBUG] adding entry org/jruby/ext/socket/RubySocket$2.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$s$2$0$tcp.class
[DEBUG] adding entry org/jruby/ext/socket/Option$INVOKER$i$rb_int.class
[DEBUG] adding entry org/jruby/ext/socket/RubyUNIXSocket$2.class
[DEBUG] adding entry org/jruby/ext/socket/SocketType.class
[DEBUG] adding entry org/jruby/ext/socket/RubySocket$INVOKER$i$1$0$connect.class
[DEBUG] adding entry org/jruby/ext/socket/Option$INVOKER$i$bool.class
[DEBUG] adding entry org/jruby/ext/socket/SocketType$2.class
[DEBUG] adding entry org/jruby/ext/socket/RubySocket$INVOKER$s$1$0$pack_sockaddr_un.class
[DEBUG] adding entry org/jruby/ext/socket/RubyUNIXServer$INVOKER$i$0$0$addr.class
[DEBUG] adding entry org/jruby/ext/socket/Option$INVOKER$i$0$0$optname.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$i$0$0$socktype.class
[DEBUG] adding entry org/jruby/ext/socket/RubySocket$INVOKER$s$0$0$gethostbyaddr.class
[DEBUG] adding entry org/jruby/ext/socket/RubySocket$INVOKER$i$1$0$connect_nonblock.class
[DEBUG] adding entry org/jruby/ext/socket/RubySocket$INVOKER$i$recvfrom_nonblock.class
[DEBUG] adding entry org/jruby/ext/socket/RubyIPSocket$INVOKER$i$0$0$addr.class
[DEBUG] adding entry org/jruby/ext/socket/RubySocket$INVOKER$s$0$0$gethostname.class
[DEBUG] adding entry org/jruby/ext/socket/RubyTCPServer$INVOKER$i$0$0$accept_nonblock.class
[DEBUG] adding entry org/jruby/ext/socket/RubyUNIXSocket$INVOKER$i$0$0$recv_io.class
[DEBUG] adding entry org/jruby/ext/socket/RubyServerSocket$INVOKER$i$0$0$accept.class
[DEBUG] adding entry org/jruby/ext/socket/RubyBasicSocket$INVOKER$i$recv.class
[DEBUG] adding entry org/jruby/ext/socket/Option$1.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$s$2$0$udp.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$i$0$0$ip_p.class
[DEBUG] adding entry org/jruby/ext/socket/RubyBasicSocket$INVOKER$i$recv_nonblock.class
[DEBUG] adding entry org/jruby/ext/socket/RubyBasicSocket$INVOKER$i$0$0$local_address.class
[DEBUG] adding entry org/jruby/ext/socket/RubySocket$INVOKER$s$0$0$ip_address_list.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$i$0$0$inspect.class
[DEBUG] adding entry org/jruby/ext/socket/Option$INVOKER$i$0$0$inspect.class
[DEBUG] adding entry org/jruby/ext/socket/RubyServerSocket$INVOKER$i$0$0$accept_nonblock.class
[DEBUG] adding entry org/jruby/ext/socket/RubyUDPSocket$INVOKER$s$0$0$open.class
[DEBUG] adding entry org/jruby/ext/socket/RubyUNIXServer$INVOKER$i$1$0$listen.class
[DEBUG] adding entry org/jruby/ext/socket/RubyBasicSocket$1.class
[DEBUG] adding entry org/jruby/ext/socket/RubyTCPServer$INVOKER$i$0$0$accept.class
[DEBUG] adding entry org/jruby/ext/socket/RubyBasicSocket$INVOKER$i$0$0$close_write.class
[DEBUG] adding entry org/jruby/ext/socket/SocketType$5.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$i$1$0$marshal_load.class
[DEBUG] adding entry org/jruby/ext/socket/RubyUDPSocket$ReceiveTuple.class
[DEBUG] adding entry org/jruby/ext/socket/RubyServerSocket$INVOKER$i$1$0$connect.class
[DEBUG] adding entry org/jruby/ext/socket/RubyUNIXSocket$INVOKER$s$0$2$socketpair.class
[DEBUG] adding entry org/jruby/ext/socket/RubyBasicSocket$INVOKER$i$1$0$set_do_not_reverse_lookup19.class
[DEBUG] adding entry org/jruby/ext/socket/RubySocket$INVOKER$i$recvfrom.class
[DEBUG] adding entry org/jruby/ext/socket/Option$INVOKER$i$1$0$initialize.class
[DEBUG] adding entry org/jruby/ext/socket/RubyBasicSocket.class
[DEBUG] adding entry org/jruby/ext/socket/RubySocket$INVOKER$s$1$0$unpack_sockaddr_in.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$i$0$0$ipv6_p.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$i$0$0$afamily.class
[DEBUG] adding entry org/jruby/ext/socket/RubyUNIXServer.class
[DEBUG] adding entry org/jruby/ext/socket/RubyUNIXSocket.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$i$0$0$getnameinfo.class
[DEBUG] adding entry org/jruby/ext/socket/Option$2.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$i$0$0$ipv4_private_p.class
[DEBUG] adding entry org/jruby/ext/socket/RubyUNIXSocket$INVOKER$i$0$1$recvfrom.class
[DEBUG] adding entry org/jruby/ext/socket/RubyBasicSocket$INVOKER$i$send.class
[DEBUG] adding entry org/jruby/ext/socket/RubyBasicSocket$INVOKER$i$0$0$sendmsg_nonblock.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$s$0$0$unix.class
[DEBUG] adding entry org/jruby/ext/socket/RubyBasicSocket$INVOKER$i$0$0$do_not_reverse_lookup19.class
[DEBUG] adding entry org/jruby/ext/socket/RubyIPSocket$INVOKER$i$peeraddr19.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$i$0$0$ipv4_multicast_p.class
[DEBUG] adding entry org/jruby/ext/socket/RubyTCPServer.class
[DEBUG] adding entry org/jruby/ext/socket/Option$INVOKER$i$1$0$unpack.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$i$0$0$ipv6_mc_nodelocal_p.class
[DEBUG] adding entry org/jruby/ext/socket/RubyTCPServer$INVOKER$i$0$0$peeraddr.class
[DEBUG] adding entry org/jruby/ext/socket/SocketUtils$2.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$i$0$0$unix_p.class
[DEBUG] adding entry org/jruby/ext/socket/RubyServerSocket.class
[DEBUG] adding entry org/jruby/ext/socket/RubySocket$INVOKER$s$0$1$getservbyname.class
[DEBUG] adding entry org/jruby/ext/socket/RubyBasicSocket$INVOKER$s$1$0$for_fd.class
[DEBUG] adding entry org/jruby/ext/socket/Option$INVOKER$i$0$0$data.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$i$0$0$pfamily.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$i$0$0$ipv6_mc_orglocal_p.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$i$0$0$ipv6_mc_linklocal_p.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$i$0$0$ipv6_linklocal_p.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$i$0$0$ip_address.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$i$0$0$ipv6_sitelocal_p.class
[DEBUG] adding entry org/jruby/ext/socket/RubyUNIXServer$INVOKER$i$1$0$initialize.class
[DEBUG] adding entry org/jruby/ext/socket/SocketUtils.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$i$0$0$ipv6_v4mapped_p.class
[DEBUG] adding entry org/jruby/ext/socket/RubySocket$INVOKER$s$1$0$for_fd.class
[DEBUG] adding entry org/jruby/ext/socket/RubySocket$INVOKER$s$1$0$gethostbyname.class
[DEBUG] adding entry org/jruby/ext/socket/RubyUNIXServer$INVOKER$i$0$0$accept.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$i$0$0$marshal_dump.class
[DEBUG] adding entry org/jruby/ext/socket/RubyBasicSocket$INVOKER$i$0$0$readmsg.class
[DEBUG] adding entry org/jruby/ext/socket/RubyIPSocket$INVOKER$i$0$0$peeraddr.class
[DEBUG] adding entry org/jruby/ext/socket/Addrinfo$INVOKER$i$0$0$ipv4_p.class
[DEBUG] adding entry org/jruby/ext/rbconfig/RbConfigLibrary$INVOKER$s$0$0$ruby.class
[DEBUG] adding entry org/jruby/ext/rbconfig/RbConfigLibrary.class
[DEBUG] adding entry org/jruby/ext/thread/Mutex$INVOKER$i$0$0$lock.class
[DEBUG] adding entry org/jruby/ext/thread/SizedQueue.class
[DEBUG] adding entry org/jruby/ext/thread/ThreadMethods.class
[DEBUG] adding entry org/jruby/ext/thread/SizedQueue$INVOKER$i$1$0$push.class
[DEBUG] adding entry org/jruby/ext/thread/SizedQueue$INVOKER$s$0$0$newInstance.class
[DEBUG] adding entry org/jruby/ext/thread/SizedQueue$1.class
[DEBUG] adding entry org/jruby/ext/thread/ThreadLibrary.class
[DEBUG] adding entry org/jruby/ext/thread/ConditionVariable$INVOKER$i$0$0$signal.class
[DEBUG] adding entry org/jruby/ext/thread/Mutex$1.class
[DEBUG] adding entry org/jruby/ext/thread/Queue.class
[DEBUG] adding entry org/jruby/ext/thread/ConditionVariable$INVOKER$i$0$0$broadcast.class
[DEBUG] adding entry org/jruby/ext/thread/Queue$INVOKER$i$1$0$push.class
[DEBUG] adding entry org/jruby/ext/thread/SizedQueue$INVOKER$i$1$0$max_set.class
[DEBUG] adding entry org/jruby/ext/thread/ConditionVariable$INVOKER$s$0$0$newInstance.class
[DEBUG] adding entry org/jruby/ext/thread/SizedQueue$INVOKER$i$1$0$initialize.class
[DEBUG] adding entry org/jruby/ext/thread/Mutex$INVOKER$i$0$0$try_lock.class
[DEBUG] adding entry org/jruby/ext/thread/ConditionVariable.class
[DEBUG] adding entry org/jruby/ext/thread/Mutex$INVOKER$i$0$0$unlock.class
[DEBUG] adding entry org/jruby/ext/thread/SizedQueue$INVOKER$i$0$0$max.class
[DEBUG] adding entry org/jruby/ext/thread/Queue$INVOKER$i$0$0$num_waiting.class
[DEBUG] adding entry org/jruby/ext/thread/Mutex$INVOKER$i$0$0$locked_p.class
[DEBUG] adding entry org/jruby/ext/thread/Queue$INVOKER$i$0$0$length.class
[DEBUG] adding entry org/jruby/ext/thread/Queue$INVOKER$i$0$0$clear.class
[DEBUG] adding entry org/jruby/ext/thread/Queue$INVOKER$i$0$0$shutdown.class
[DEBUG] adding entry org/jruby/ext/thread/ConditionVariable$1.class
[DEBUG] adding entry org/jruby/ext/thread/ConditionVariable$INVOKER$i$0$1$wait_ruby.class
[DEBUG] adding entry org/jruby/ext/thread/SizedQueue$INVOKER$i$0$0$clear.class
[DEBUG] adding entry org/jruby/ext/thread/Mutex$INVOKER$i$0$0$synchronize.class
[DEBUG] adding entry org/jruby/ext/thread/Queue$INVOKER$i$pop.class
[DEBUG] adding entry org/jruby/ext/thread/SizedQueue$INVOKER$i$pop.class
[DEBUG] adding entry org/jruby/ext/thread/Mutex.class
[DEBUG] adding entry org/jruby/ext/thread/ThreadMethods$INVOKER$s$0$0$exclusive.class
[DEBUG] adding entry org/jruby/ext/thread/Mutex$INVOKER$s$0$0$newInstance.class
[DEBUG] adding entry org/jruby/ext/thread/Mutex$INVOKER$i$sleep.class
[DEBUG] adding entry org/jruby/ext/thread/Queue$1.class
[DEBUG] adding entry org/jruby/ext/thread/Queue$INVOKER$i$0$0$empty_p.class
[DEBUG] adding entry org/jruby/ext/thread/Queue$INVOKER$s$0$0$newInstance.class
[DEBUG] adding entry org/jruby/ext/psych/PsychYamlTree.class
[DEBUG] adding entry org/jruby/ext/psych/PsychToRuby.class
[DEBUG] adding entry org/jruby/ext/psych/PsychEmitter$INVOKER$i$0$0$indentation.class
[DEBUG] adding entry org/jruby/ext/psych/PsychParser$1.class
[DEBUG] adding entry org/jruby/ext/psych/PsychEmitter$INVOKER$i$3$0$start_document.class
[DEBUG] adding entry org/jruby/ext/psych/PsychParser.class
[DEBUG] adding entry org/jruby/ext/psych/PsychEmitter$INVOKER$i$0$0$line_width.class
[DEBUG] adding entry org/jruby/ext/psych/PsychEmitter$INVOKER$i$1$0$start_sequence.class
[DEBUG] adding entry org/jruby/ext/psych/PsychEmitter$INVOKER$i$1$0$end_document.class
[DEBUG] adding entry org/jruby/ext/psych/PsychParser$INVOKER$i$parse.class
[DEBUG] adding entry org/jruby/ext/psych/PsychEmitter$INVOKER$i$1$0$scalar.class
[DEBUG] adding entry org/jruby/ext/psych/PsychEmitter$INVOKER$i$1$0$start_stream.class
[DEBUG] adding entry org/jruby/ext/psych/PsychEmitter$1.class
[DEBUG] adding entry org/jruby/ext/psych/PsychEmitter$INVOKER$i$1$0$alias.class
[DEBUG] adding entry org/jruby/ext/psych/PsychEmitter.class
[DEBUG] adding entry org/jruby/ext/psych/PsychToRuby$INVOKER$s$2$0$build_exception.class
[DEBUG] adding entry org/jruby/ext/psych/PsychEmitter$INVOKER$i$0$0$end_mapping.class
[DEBUG] adding entry org/jruby/ext/psych/PsychEmitter$INVOKER$i$0$0$end_sequence.class
[DEBUG] adding entry org/jruby/ext/psych/PsychEmitter$INVOKER$i$1$0$indentation_set.class
[DEBUG] adding entry org/jruby/ext/psych/PsychLibrary$YAMLEncoding.class
[DEBUG] adding entry org/jruby/ext/psych/PsychEmitter$INVOKER$i$1$0$line_width_set.class
[DEBUG] adding entry org/jruby/ext/psych/PsychParser$INVOKER$i$0$0$mark.class
[DEBUG] adding entry org/jruby/ext/psych/PsychEmitter$INVOKER$i$1$0$canonical_set.class
[DEBUG] adding entry org/jruby/ext/psych/PsychLibrary$1.class
[DEBUG] adding entry org/jruby/ext/psych/PsychEmitter$INVOKER$i$initialize.class
[DEBUG] adding entry org/jruby/ext/psych/PsychEmitter$INVOKER$i$1$0$start_mapping.class
[DEBUG] adding entry org/jruby/ext/psych/PsychLibrary.class
[DEBUG] adding entry org/jruby/ext/psych/PsychYamlTree$INVOKER$s$2$0$private_iv_get.class
[DEBUG] adding entry org/jruby/ext/psych/PsychEmitter$INVOKER$i$0$0$canonical.class
[DEBUG] adding entry org/jruby/ext/psych/PsychToRuby$INVOKER$s$1$0$path2class.class
[DEBUG] adding entry org/jruby/ext/psych/PsychEmitter$INVOKER$i$0$0$end_stream.class
[DEBUG] adding entry org/jruby/ext/fiber/ThreadFiber.class
[DEBUG] adding entry org/jruby/ext/fiber/ThreadFiber$INVOKER$s$0$0$__current__.class
[DEBUG] adding entry org/jruby/ext/fiber/ThreadFiber$INVOKER$i$0$0$initialize.class
[DEBUG] adding entry org/jruby/ext/fiber/ThreadFiber$INVOKER$s$yield.class
[DEBUG] adding entry org/jruby/ext/fiber/ThreadFiber$INVOKER$i$0$0$resume.class
[DEBUG] adding entry org/jruby/ext/fiber/ThreadFiberLibrary.class
[DEBUG] adding entry org/jruby/ext/fiber/ThreadFiberLibrary$1.class
[DEBUG] adding entry org/jruby/ext/fiber/ThreadFiber$INVOKER$i$0$0$__alive__.class
[DEBUG] adding entry org/jruby/ext/fiber/ThreadFiber$FiberData.class
[DEBUG] adding entry org/jruby/ext/fiber/ThreadFiber$1.class
[DEBUG] adding entry org/jruby/ext/fiber/ThreadFiber$INVOKER$i$0$0$__transfer__.class
[DEBUG] adding entry org/jruby/ext/ffi/MemoryOp$StructOp.class
[DEBUG] adding entry org/jruby/ext/ffi/Enums$Allocator.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$read_string.class
[DEBUG] adding entry org/jruby/ext/ffi/MemoryOp$Unsigned64.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$StringField.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$read_array_of_type.class
[DEBUG] adding entry org/jruby/ext/ffi/ArrayMemoryIO$BigEndianArrayIO.class
[DEBUG] adding entry org/jruby/ext/ffi/Type$Array.class
[DEBUG] adding entry org/jruby/ext/ffi/Pointer$NilToPointerMethod.class
[DEBUG] adding entry org/jruby/ext/ffi/Type$Array$INVOKER$s$2$0$newInstance.class
[DEBUG] adding entry org/jruby/ext/ffi/AutoPointer$INVOKER$i$0$0$free.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$get_int64.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$read_array_of_uint16.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$get_long.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$0$1$to_s.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$INVOKER$i$2$0$get.class
[DEBUG] adding entry org/jruby/ext/ffi/Enums$INVOKER$i$1$0$find.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$write_uchar.class
[DEBUG] adding entry org/jruby/ext/ffi/Type$Builtin$INVOKER$i$1$0$eql_p.class
[DEBUG] adding entry org/jruby/ext/ffi/CallbackManager.class
[DEBUG] adding entry org/jruby/ext/ffi/Pointer$INVOKER$i$1$0$initialize_copy.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$2$0$put_string.class
[DEBUG] adding entry org/jruby/ext/ffi/Enum$INVOKER$i$1$0$find.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$read_array_of_uint64.class
[DEBUG] adding entry org/jruby/ext/ffi/AutoPointer$INVOKER$i$initialize.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$read_array_of_ulong.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$0$2$write_bytes.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$write_array_of_int8.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$write_array_of_ulong.class
[DEBUG] adding entry org/jruby/ext/ffi/DataConverter$INVOKER$s$0$1$reference_required.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$write_long_long.class
[DEBUG] adding entry org/jruby/ext/ffi/AutoPointer$Reaper.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$2$0$get_array_of_uint16.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$0$0$read_long_long.class
[DEBUG] adding entry org/jruby/ext/ffi/DataConverter$INVOKER$s$2$0$from_native.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$write_string.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$write_array_of_float.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$Member.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$read_array_of_long.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$write_ulong_long.class
[DEBUG] adding entry org/jruby/ext/ffi/Platform$AIX.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$put_uint16.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$put_int32.class
[DEBUG] adding entry org/jruby/ext/ffi/Platform.class
[DEBUG] adding entry org/jruby/ext/ffi/Struct$1.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$0$0$type_size.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$Field$INVOKER$i$0$1$initialize.class
[DEBUG] adding entry org/jruby/ext/ffi/Enum$Allocator.class
[DEBUG] adding entry org/jruby/ext/ffi/StructByReference$INVOKER$i$0$0$to_s.class
[DEBUG] adding entry org/jruby/ext/ffi/Enums$INVOKER$i$1$0$append.class
[DEBUG] adding entry org/jruby/ext/ffi/MappedType.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$EnumFieldIO.class
[DEBUG] adding entry org/jruby/ext/ffi/Pointer$INVOKER$s$0$0$size.class
[DEBUG] adding entry org/jruby/ext/ffi/Enum$INVOKER$i$0$0$symbol_map.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$0$0$read_char.class
[DEBUG] adding entry org/jruby/ext/ffi/Platform$CPU_TYPE.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractInvoker$INVOKER$i$2$0$attach.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$FieldAllocator.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$ArrayProxy$INVOKER$i$0$0$to_ptr.class
[DEBUG] adding entry org/jruby/ext/ffi/Buffer$INVOKER$i$1$0$initialize_copy.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$2$0$put_array_of_float64.class
[DEBUG] adding entry org/jruby/ext/ffi/Struct$INVOKER$i$0$0$getLayout.class
[DEBUG] adding entry org/jruby/ext/ffi/Struct$INVOKER$s$allocateOut.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$ArrayField$INVOKER$i$0$1$initialize.class
[DEBUG] adding entry org/jruby/ext/ffi/MemoryUtil.class
[DEBUG] adding entry org/jruby/ext/ffi/Type$Builtin$INVOKER$i$1$0$equal_p.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$2$0$get_array_of_uint8.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$0$0$read_long.class
[DEBUG] adding entry org/jruby/ext/ffi/Platform$INVOKER$s$0$0$mac_p.class
[DEBUG] adding entry org/jruby/ext/ffi/SwappedMemoryIO.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$read_array_of_float64.class
[DEBUG] adding entry org/jruby/ext/ffi/Buffer.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$FunctionFieldAllocator.class
[DEBUG] adding entry org/jruby/ext/ffi/Struct$INVOKER$i$initialize.class
[DEBUG] adding entry org/jruby/ext/ffi/MemoryOp$Signed16Swapped.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$2$0$put_array_of_uint32.class
[DEBUG] adding entry org/jruby/ext/ffi/Struct$INVOKER$i$2$0$setFieldValue.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$INVOKER$s$0$1$newStructLayout.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$get_pointer.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$Field$INVOKER$i$0$0$type.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$CharArrayProxy.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$StringFieldIO.class
[DEBUG] adding entry org/jruby/ext/ffi/MappedType$INVOKER$s$1$0$newMappedType.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$MappedField.class
[DEBUG] adding entry org/jruby/ext/ffi/Struct$INVOKER$s$0$0$size.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$ArrayFieldIO.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$write_uint.class
[DEBUG] adding entry org/jruby/ext/ffi/Enum$1.class
[DEBUG] adding entry org/jruby/ext/ffi/Enum$INVOKER$i$0$0$tag.class
[DEBUG] adding entry org/jruby/ext/ffi/Platform$INVOKER$s$0$0$solaris_p.class
[DEBUG] adding entry org/jruby/ext/ffi/Pointer$INVOKER$i$0$0$null_p.class
[DEBUG] adding entry org/jruby/ext/ffi/Enums.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$0$0$read_ulong_long.class
[DEBUG] adding entry org/jruby/ext/ffi/MemoryOp$Unsigned64Swapped.class
[DEBUG] adding entry org/jruby/ext/ffi/MemoryOp$1.class
[DEBUG] adding entry org/jruby/ext/ffi/MappedType$INVOKER$i$2$0$to_native.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$NumberFieldAllocator.class
[DEBUG] adding entry org/jruby/ext/ffi/Struct$INVOKER$i$0$0$alignment.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$MultiDimensionArrayOp.class
[DEBUG] adding entry org/jruby/ext/ffi/InvalidMemoryIO.class
[DEBUG] adding entry org/jruby/ext/ffi/Struct$INVOKER$s$allocateIn.class
[DEBUG] adding entry org/jruby/ext/ffi/DataConverter.class
[DEBUG] adding entry org/jruby/ext/ffi/MemoryOp$Unsigned16Swapped.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$ArrayField.class
[DEBUG] adding entry org/jruby/ext/ffi/io/FileDescriptorIO.class
[DEBUG] adding entry org/jruby/ext/ffi/io/FileDescriptorByteChannel.class
[DEBUG] adding entry org/jruby/ext/ffi/io/FileDescriptorIO$FileDescriptorHelper.class
[DEBUG] adding entry org/jruby/ext/ffi/io/FileDescriptorIO$INVOKER$s$1$0$newInstance.class
[DEBUG] adding entry org/jruby/ext/ffi/io/FileDescriptorIO$INVOKER$s$1$0$wrap.class
[DEBUG] adding entry org/jruby/ext/ffi/io/FileDescriptorIO$Allocator.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$2$0$put_array_of_int64.class
[DEBUG] adding entry org/jruby/ext/ffi/NullMemoryIO.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$write_array_of_int16.class
[DEBUG] adding entry org/jruby/ext/ffi/StructByReference$INVOKER$i$0$0$layout.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$0$0$read_ulong.class
[DEBUG] adding entry org/jruby/ext/ffi/Type$Builtin.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$write_float.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$0$0$read_int.class
[DEBUG] adding entry org/jruby/ext/ffi/Enum$INVOKER$i$2$0$from_native.class
[DEBUG] adding entry org/jruby/ext/ffi/Struct$INVOKER$s$1$0$offset_of.class
[DEBUG] adding entry org/jruby/ext/ffi/AutoPointer$AutoPointerAllocator.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$get_uint32.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$StringFieldAllocator.class
[DEBUG] adding entry org/jruby/ext/ffi/Type$Array$INVOKER$i$0$0$elem_type.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$2$0$get_bytes.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$get_float64.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$write_array_of_int64.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$write_array_of_type.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$2$0$get_array_of_ulong.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$ArrayFieldAllocator.class
[DEBUG] adding entry org/jruby/ext/ffi/Buffer$BufferAllocator.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$Field$INVOKER$i$0$0$name.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$get_uint8.class
[DEBUG] adding entry org/jruby/ext/ffi/Platform$Darwin.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$0$0$total.class
[DEBUG] adding entry org/jruby/ext/ffi/Pointer$INVOKER$i$0$0$address.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$get_float32.class
[DEBUG] adding entry org/jruby/ext/ffi/StructByValue.class
[DEBUG] adding entry org/jruby/ext/ffi/MemoryPointer$INVOKER$i$0$0$free.class
[DEBUG] adding entry org/jruby/ext/ffi/Pointer$PointerAllocator.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$2$0$slice.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$op_plus.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DynamicLibrary$INVOKER$i$1$0$findFunction.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/Signature.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/NilPointerParameterStrategy.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/JITNativeInvoker.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/TransientNativeMemoryIO.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/TransientNativeMemoryIO$Magazine.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/CachingNativeMemoryAllocator.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethodFactory$StringInvoker.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/CallbackManager.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/NativeCallbackFactory$1.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/Factory$LastError$INVOKER$s$1$0$error_set.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DynamicLibrary$Symbol$INVOKER$i$0$0$inspect.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/MemoryIOParameterStrategy.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethodFactory$Unsigned16Invoker.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethodFactory$Unsigned16Marshaller.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/NativeFinalizer.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethodFactory$StructByValueMarshaller.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DataConverters$CallbackDataConverter.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/AbstractNumericMethodGenerator.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/NativeFinalizer$SingletonHolder.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethodFactory$ConvertingInvoker.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/Function$INVOKER$i$0$0$free.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/NativeClosureProxy.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/JITCompiler$HandleRef.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/AsmClassBuilder.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethodFactory$SingletonHolder.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethodFactory$Unsigned64Marshaller.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/Function$INVOKER$i$0$0$autorelease_p.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/CachingNativeMemoryAllocator$AllocatedMemoryIO.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethodFactory$Unsigned32Marshaller.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/FFIUtil.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/CachingNativeMemoryAllocator$1.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/CachingNativeMemoryAllocator$Magazine.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/AllocatedNativeMemoryIO$MemoryAllocation.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/InvokeDynamic$IndyNotSupportedException.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/FastIntMethodGenerator.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/BoundedNativeMemoryIO.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethod.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/PointerParameterStrategy.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/StringParameterStrategy.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DataConverters$ChainedDataConverter.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethodFactory$Pointer64Invoker.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethodFactory.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/AbstractNumericMethodGenerator$1.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/JFFIInvoker$INVOKER$s$1$0$newInstance.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/NativeFunctionInfo.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethodFactory$Unsigned64Invoker.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/JFFIInvoker.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/Factory$LastError.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/NativeMemoryIO.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DataConverters.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethodFactory$Unsigned8Invoker.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethodFactory$NonSessionMarshaller.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethodFactory$BooleanInvoker.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/MemoryObjectParameterStrategy.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/MethodFactory.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethodFactory$Signed32Invoker.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethodFactory$VoidInvoker.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethodFactory$Signed16Invoker.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DataConverters$MappedDataConverter.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/JITMethodGenerator.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethodFactory$BufferMarshaller.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DynamicLibrary$Symbol.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/JITHandle.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/InvokeDynamic$1.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethodFactory$1.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/CachingNativeMemoryAllocator$Allocator.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DynamicLibrary$INVOKER$i$0$0$name.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/Factory.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/CallbackMemoryIO.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethodFactory$Signed32Marshaller.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethodFactory$Pointer32Invoker.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/NativeStringHandle.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/FastNumericMethodGenerator$1.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DelegatingPointerParameterStrategy.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/CachingNativeMemoryAllocator$MemoryAllocation.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethodFactory$ConvertingMarshaller.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/NativeInvoker.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/Function$INVOKER$i$1$0$autorelease.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/JITRuntime.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/CachingNativeMemoryAllocator$Bucket$CacheElement.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/AsmClassBuilder$JITClassLoader.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DynamicLibrary$Symbol$INVOKER$i$0$1$to_s.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/FastNumericMethodGenerator.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/InvokeDynamic.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/Invocation.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethodFactory$Float32Invoker.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethodFactory$Float64Marshaller.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DynamicLibrary$INVOKER$s$2$0$open.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/FastIntMethodGenerator$1.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DynamicLibrary$Symbol$INVOKER$i$0$0$library.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/Function.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethodFactory$StructByValueInvoker.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethodFactory$Signed16Marshaller.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/Factory$LastError$INVOKER$s$0$0$error.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/JITCompiler$SingletonHolder.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/NativeCallbackFactory.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/NativeDataConverter.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/CachingNativeMemoryAllocator$AllocationGroup.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DataConverters$IntOrEnumConverter.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethodFactory$BooleanMarshaller.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethodFactory$Signed64Marshaller.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethodFactory$StringMarshaller.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/VariadicInvoker$1.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/JITSignature.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DynamicLibrary$TextSymbolMemoryIO.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/NilPointerParameterStrategy$NullMemoryIO.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DynamicLibrary.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/JITNativeInvoker$1.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/CodeMemoryIO.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/Function$INVOKER$s$0$2$newInstance.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/VariadicInvoker$INVOKER$i$2$0$invoke.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethodFactory$Float64Invoker.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DataConverters$1.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/VariadicInvoker.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/FastLongMethodGenerator$1.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/FastLongMethodGenerator.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/AllocatedNativeMemoryIO.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethodFactory$Signed8Marshaller.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethodFactory$Unsigned8Marshaller.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/NativeCallbackPointer.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/ParameterMarshaller.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethodFactory$Unsigned32Invoker.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/VariadicInvoker$INVOKER$s$0$1$newInstance.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/CachingNativeMemoryAllocator$Bucket.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/JITCompiler.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/CallbackManager$SingletonHolder.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethodFactory$Signed64Invoker.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DynamicLibrary$DataSymbolMemoryIO.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethodFactory$Float32Marshaller.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/FunctionInvoker.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethodFactory$PointerParameterMarshaller.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/AllocatedNativeMemoryIO$AllocationGroup.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethodFactory$BaseInvoker.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DynamicLibrary$INVOKER$i$1$0$findVariable.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/BufferNativeInvoker.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/DefaultMethodFactory$Signed8Invoker.class
[DEBUG] adding entry org/jruby/ext/ffi/jffi/NativeClosureProxy$1.class
[DEBUG] adding entry org/jruby/ext/ffi/MemoryOp$Signed32Swapped.class
[DEBUG] adding entry org/jruby/ext/ffi/ReifyingAllocator.class
[DEBUG] adding entry org/jruby/ext/ffi/StructByReference$INVOKER$i$0$0$struct_class.class
[DEBUG] adding entry org/jruby/ext/ffi/StructByReference$INVOKER$i$2$0$from_native.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$put_int8.class
[DEBUG] adding entry org/jruby/ext/ffi/Struct$INVOKER$s$1$0$set_layout.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$write_ushort.class
[DEBUG] adding entry org/jruby/ext/ffi/MemoryOp$Signed64.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$0$0$clear.class
[DEBUG] adding entry org/jruby/ext/ffi/MappedType$1.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$0$0$read_uchar.class
[DEBUG] adding entry org/jruby/ext/ffi/TypeSizeMapper.class
[DEBUG] adding entry org/jruby/ext/ffi/Type$INVOKER$i$0$0$size.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$2$0$put_array_of_uint64.class
[DEBUG] adding entry org/jruby/ext/ffi/IOModule.class
[DEBUG] adding entry org/jruby/ext/ffi/Pointer.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$2$0$put_array_of_uint8.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$get_uint16.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$2$0$put_array_of_long.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$2$0$get_array_of_int16.class
[DEBUG] adding entry org/jruby/ext/ffi/FFI.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$Field$INVOKER$i$0$0$size.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$aref.class
[DEBUG] adding entry org/jruby/ext/ffi/Platform$1.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$INVOKER$i$3$0$put.class
[DEBUG] adding entry org/jruby/ext/ffi/FFIService.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$2$0$put_array_of_ulong.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$read_array_of_uint8.class
[DEBUG] adding entry org/jruby/ext/ffi/Struct$INVOKER$i$1$0$offset_of.class
[DEBUG] adding entry org/jruby/ext/ffi/Struct$INVOKER$i$0$0$pointer.class
[DEBUG] adding entry org/jruby/ext/ffi/Platform$INVOKER$s$0$0$linux_p.class
[DEBUG] adding entry org/jruby/ext/ffi/Enum.class
[DEBUG] adding entry org/jruby/ext/ffi/MemoryOp$Mapped.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$write_int.class
[DEBUG] adding entry org/jruby/ext/ffi/DataConverter$INVOKER$s$2$0$to_native.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$0$0$read_uint.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$write_array_of_float64.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$2$0$put_array_of_float.class
[DEBUG] adding entry org/jruby/ext/ffi/Struct$INVOKER$i$1$0$getFieldValue.class
[DEBUG] adding entry org/jruby/ext/ffi/CallbackInfo$INVOKER$i$0$0$param_types.class
[DEBUG] adding entry org/jruby/ext/ffi/MemoryPointer$INVOKER$i$0$0$autorelease_p.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$0$0$read_ushort.class
[DEBUG] adding entry org/jruby/ext/ffi/FreedMemoryIO.class
[DEBUG] adding entry org/jruby/ext/ffi/MemoryPointer.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$2$0$get_array_of_int64.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$put_int16.class
[DEBUG] adding entry org/jruby/ext/ffi/Buffer$INVOKER$s$allocateOutput.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$ArrayProxy$INVOKER$i$1$0$get.class
[DEBUG] adding entry org/jruby/ext/ffi/Platform$Default.class
[DEBUG] adding entry org/jruby/ext/ffi/ArrayMemoryIO$LE64ArrayIO.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$order.class
[DEBUG] adding entry org/jruby/ext/ffi/AllocatedDirectMemoryIO.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$put_float64.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$read_array_of_string.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$0$0$read_double.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$2$0$get_array_of_int8.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$DefaultFieldIO.class
[DEBUG] adding entry org/jruby/ext/ffi/Struct$INVOKER$i$0$0$values.class
[DEBUG] adding entry org/jruby/ext/ffi/Factory.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$InnerStructField.class
[DEBUG] adding entry org/jruby/ext/ffi/DataConverter$INVOKER$s$0$0$reference_required_p.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$put_long.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$read_array_of_int16.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$2$0$put_array_of_int8.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$read_array_of_float.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractInvoker.class
[DEBUG] adding entry org/jruby/ext/ffi/Pointer$INVOKER$i$1$0$op_equal.class
[DEBUG] adding entry org/jruby/ext/ffi/StructByReference$INVOKER$i$0$0$native_type.class
[DEBUG] adding entry org/jruby/ext/ffi/Buffer$INVOKER$i$initialize.class
[DEBUG] adding entry org/jruby/ext/ffi/StructByValue$INVOKER$i$0$0$struct_class.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$FunctionField.class
[DEBUG] adding entry org/jruby/ext/ffi/MemoryObject.class
[DEBUG] adding entry org/jruby/ext/ffi/AutoPointer$ReaperGroup.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$2$0$get_array_of_uint64.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$put_pointer.class
[DEBUG] adding entry org/jruby/ext/ffi/AutoPointer$INVOKER$i$1$0$autorelease.class
[DEBUG] adding entry org/jruby/ext/ffi/MemoryOp$Signed64Swapped.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$read_array_of_int32.class
[DEBUG] adding entry org/jruby/ext/ffi/ArrayMemoryIO$LittleEndianArrayIO.class
[DEBUG] adding entry org/jruby/ext/ffi/Type$Builtin$INVOKER$i$0$0$to_sym.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$2$0$get_array_of_float.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$2$0$get_array_of_float64.class
[DEBUG] adding entry org/jruby/ext/ffi/Enums$INVOKER$i$0$0$initialize.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$ArrayProxy.class
[DEBUG] adding entry org/jruby/ext/ffi/MemoryPointer$1.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$Field$INVOKER$i$0$0$alignment.class
[DEBUG] adding entry org/jruby/ext/ffi/Enum$INVOKER$i$0$0$symbols.class
[DEBUG] adding entry org/jruby/ext/ffi/AutoPointer$INVOKER$s$2$0$from_native.class
[DEBUG] adding entry org/jruby/ext/ffi/StructByReference$INVOKER$s$1$0$newStructByReference.class
[DEBUG] adding entry org/jruby/ext/ffi/AutoPointer.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$NullStorage.class
[DEBUG] adding entry org/jruby/ext/ffi/StructByValue$INVOKER$i$0$0$to_s.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$2$0$put_array_of_uint16.class
[DEBUG] adding entry org/jruby/ext/ffi/Platform$Unsupported.class
[DEBUG] adding entry org/jruby/ext/ffi/MemoryOp$Signed8.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$2$0$get_array_of_long.class
[DEBUG] adding entry org/jruby/ext/ffi/Type.class
[DEBUG] adding entry org/jruby/ext/ffi/AutoPointer$INVOKER$i$0$0$autorelease_p.class
[DEBUG] adding entry org/jruby/ext/ffi/CallbackInfo$INVOKER$i$0$0$to_s.class
[DEBUG] adding entry org/jruby/ext/ffi/MemoryOp.class
[DEBUG] adding entry org/jruby/ext/ffi/Struct$INVOKER$i$1$0$initialize_copy.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$0$2$put_bytes.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$write_pointer.class
[DEBUG] adding entry org/jruby/ext/ffi/IOModule$INVOKER$s$3$0$native_read.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$FunctionField$INVOKER$i$0$1$initialize.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$write_array_of_pointer.class
[DEBUG] adding entry org/jruby/ext/ffi/Struct$INVOKER$i$0$0$clear.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$get_array_of_string.class
[DEBUG] adding entry org/jruby/ext/ffi/Platform$Linux.class
[DEBUG] adding entry org/jruby/ext/ffi/AutoPointer$1.class
[DEBUG] adding entry org/jruby/ext/ffi/Struct$INVOKER$s$0$0$members.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$INVOKER$i$0$0$fields.class
[DEBUG] adding entry org/jruby/ext/ffi/MemoryPointer$INVOKER$i$1$0$op_equal.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$get_uint64.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$get_int16.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$get_int32.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$write_array_of_uint8.class
[DEBUG] adding entry org/jruby/ext/ffi/CallbackInfo$INVOKER$s$0$1$newCallbackInfo.class
[DEBUG] adding entry org/jruby/ext/ffi/MemoryOp$Signed32.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$3$0$put_callback.class
[DEBUG] adding entry org/jruby/ext/ffi/Pointer$INVOKER$i$initialize.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$MappedField$INVOKER$i$1$0$initialize.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$InnerStructFieldIO.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$write_char.class
[DEBUG] adding entry org/jruby/ext/ffi/CallbackInfo$INVOKER$i$0$0$result_type.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$EnumFieldAllocator.class
[DEBUG] adding entry org/jruby/ext/ffi/ArrayMemoryIO$LE32ArrayIO.class
[DEBUG] adding entry org/jruby/ext/ffi/Enums$INVOKER$i$0$0$empty_p.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$op_equal.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$write_array_of_int32.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$INVOKER$i$1$0$aref.class
[DEBUG] adding entry org/jruby/ext/ffi/MemoryOp$Unsigned8.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$Field$INVOKER$i$0$0$offset.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$0$0$read_pointer.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$FunctionFieldIO.class
[DEBUG] adding entry org/jruby/ext/ffi/Util.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$put_ulong.class
[DEBUG] adding entry org/jruby/ext/ffi/Type$Array$INVOKER$i$0$0$length.class
[DEBUG] adding entry org/jruby/ext/ffi/StructByReference.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$put_uint32.class
[DEBUG] adding entry org/jruby/ext/ffi/Enum$INVOKER$i$initialize.class
[DEBUG] adding entry org/jruby/ext/ffi/StructByReference$INVOKER$i$2$0$to_native.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$2$0$get_array_of_int32.class
[DEBUG] adding entry org/jruby/ext/ffi/Enum$INVOKER$i$2$0$to_native.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$2$0$put_array_of_int16.class
[DEBUG] adding entry org/jruby/ext/ffi/MemoryPointer$MemoryPointerAllocator.class
[DEBUG] adding entry org/jruby/ext/ffi/StructByValue$INVOKER$i$0$0$layout.class
[DEBUG] adding entry org/jruby/ext/ffi/Enums$1.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$0$0$hash.class
[DEBUG] adding entry org/jruby/ext/ffi/MemoryOp$Float32.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$Field.class
[DEBUG] adding entry org/jruby/ext/ffi/MappedType$INVOKER$i$0$0$native_type.class
[DEBUG] adding entry org/jruby/ext/ffi/Struct$INVOKER$s$0$0$offsets.class
[DEBUG] adding entry org/jruby/ext/ffi/Type$INVOKER$i$0$0$alignment.class
[DEBUG] adding entry org/jruby/ext/ffi/DataConverter$INVOKER$s$0$1$native_type.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$ArrayProxy$INVOKER$i$0$0$each.class
[DEBUG] adding entry org/jruby/ext/ffi/ArrayMemoryIO.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$write_long.class
[DEBUG] adding entry org/jruby/ext/ffi/Platform$INVOKER$s$0$0$windows_p.class
[DEBUG] adding entry org/jruby/ext/ffi/Type$1.class
[DEBUG] adding entry org/jruby/ext/ffi/NativeType.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$read_array_of_int64.class
[DEBUG] adding entry org/jruby/ext/ffi/Enum$INVOKER$i$0$0$reference_required_p.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$ArrayProxy$INVOKER$i$0$0$get.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$MappedFieldAllocator.class
[DEBUG] adding entry org/jruby/ext/ffi/NoImplFactory.class
[DEBUG] adding entry org/jruby/ext/ffi/MappedType$INVOKER$i$2$0$from_native.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$2$0$put_array_of_int32.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$put_uint64.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$PointerFieldIO.class
[DEBUG] adding entry org/jruby/ext/ffi/MemoryPointer$INVOKER$i$initialize.class
[DEBUG] adding entry org/jruby/ext/ffi/Buffer$INVOKER$i$0$0$inspect.class
[DEBUG] adding entry org/jruby/ext/ffi/Platform$INVOKER$s$0$0$unix_p.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$put_int64.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$read_array_of_int8.class
[DEBUG] adding entry org/jruby/ext/ffi/Platform$Supported.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$0$0$to_ptr.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$2$0$get_array_of_uint32.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$get_int8.class
[DEBUG] adding entry org/jruby/ext/ffi/ArrayMemoryIO$BE64ArrayIO.class
[DEBUG] adding entry org/jruby/ext/ffi/Factory$SingletonHolder.class
[DEBUG] adding entry org/jruby/ext/ffi/Type$Builtin$INVOKER$i$1$0$op_equal.class
[DEBUG] adding entry org/jruby/ext/ffi/MemoryOp$Unsigned32Swapped.class
[DEBUG] adding entry org/jruby/ext/ffi/CallbackInfo.class
[DEBUG] adding entry org/jruby/ext/ffi/Platform$Windows.class
[DEBUG] adding entry org/jruby/ext/ffi/MemoryOp$BooleanOp.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$FieldIO.class
[DEBUG] adding entry org/jruby/ext/ffi/Struct$INVOKER$s$0$0$alignment.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$Storage.class
[DEBUG] adding entry org/jruby/ext/ffi/ArrayMemoryIO$ArrayIO.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$write_array_of_uint64.class
[DEBUG] adding entry org/jruby/ext/ffi/Platform$INVOKER$s$0$0$bsd_p.class
[DEBUG] adding entry org/jruby/ext/ffi/Struct$INVOKER$i$0$0$size.class
[DEBUG] adding entry org/jruby/ext/ffi/Buffer$INVOKER$s$allocateInput.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$NumberField.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$NumberFieldIO.class
[DEBUG] adding entry org/jruby/ext/ffi/MemoryPointer$INVOKER$i$1$0$autorelease.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$EnumField.class
[DEBUG] adding entry org/jruby/ext/ffi/MemoryOp$Signed16.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$write_short.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$InnerStructFieldAllocator.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$read_bytes.class
[DEBUG] adding entry org/jruby/ext/ffi/AutoPointer$ReleaserData.class
[DEBUG] adding entry org/jruby/ext/ffi/MemoryOp$Unsigned16.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$get_ulong.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$2$0$put_array_of_pointer.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$INVOKER$i$1$0$offset_of.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$2$0$get_array_of_pointer.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$write_array_of_uint16.class
[DEBUG] adding entry org/jruby/ext/ffi/StructByValue$INVOKER$s$1$0$newStructByValue.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$INVOKER$i$0$0$offsets.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$write_array_of_long.class
[DEBUG] adding entry org/jruby/ext/ffi/ArrayMemoryIO$1.class
[DEBUG] adding entry org/jruby/ext/ffi/MemoryPointer$INVOKER$s$1$0$from_string.class
[DEBUG] adding entry org/jruby/ext/ffi/TypeResolver.class
[DEBUG] adding entry org/jruby/ext/ffi/Type$Builtin$INVOKER$i$0$0$to_s.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$PointerFieldAllocator.class
[DEBUG] adding entry org/jruby/ext/ffi/Struct.class
[DEBUG] adding entry org/jruby/ext/ffi/MemoryOp$Unsigned32.class
[DEBUG] adding entry org/jruby/ext/ffi/Struct$INVOKER$i$order.class
[DEBUG] adding entry org/jruby/ext/ffi/MemoryOp$Float64.class
[DEBUG] adding entry org/jruby/ext/ffi/StructByReference$INVOKER$i$0$0$reference_required_p.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$0$0$read_short.class
[DEBUG] adding entry org/jruby/ext/ffi/Struct$INVOKER$s$allocateInOut.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$CharArrayProxy$INVOKER$i$0$0$to_s.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$0$0$read_float.class
[DEBUG] adding entry org/jruby/ext/ffi/MemoryOp$PrimitiveOp.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$put_float32.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$put_uint8.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$InnerStructField$INVOKER$i$0$1$initialize.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$INVOKER$i$0$0$members.class
[DEBUG] adding entry org/jruby/ext/ffi/Struct$INVOKER$i$0$0$offsets.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$get_string.class
[DEBUG] adding entry org/jruby/ext/ffi/AutoPointer$ClassData.class
[DEBUG] adding entry org/jruby/ext/ffi/Struct$Allocator.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$write_double.class
[DEBUG] adding entry org/jruby/ext/ffi/ArrayMemoryIO$BE32ArrayIO.class
[DEBUG] adding entry org/jruby/ext/ffi/Struct$INVOKER$i$0$0$null_p.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$ArrayProxy$INVOKER$i$2$0$put.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$ArrayProxy$INVOKER$i$0$0$size.class
[DEBUG] adding entry org/jruby/ext/ffi/MemoryIO.class
[DEBUG] adding entry org/jruby/ext/ffi/Platform$SingletonHolder.class
[DEBUG] adding entry org/jruby/ext/ffi/Platform$OS_TYPE.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$PointerField.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$read_array_of_pointer.class
[DEBUG] adding entry org/jruby/ext/ffi/Buffer$INVOKER$s$allocateInOut.class
[DEBUG] adding entry org/jruby/ext/ffi/Struct$INVOKER$i$0$0$members.class
[DEBUG] adding entry org/jruby/ext/ffi/Enums$INVOKER$i$1$0$mapSymbol.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout.class
[DEBUG] adding entry org/jruby/ext/ffi/StructLayout$MappedFieldIO.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$write_array_of_uint32.class
[DEBUG] adding entry org/jruby/ext/ffi/AbstractMemory$INVOKER$i$1$0$read_array_of_uint32.class
[DEBUG] adding entry org/jruby/ext/ffi/Pointer$INVOKER$i$0$1$to_s.class
[DEBUG] adding entry org/jruby/ext/ffi/Enum$INVOKER$i$0$0$native_type.class
[DEBUG] adding entry org/jruby/ext/ffi/MemoryOp$PointerOp.class
[DEBUG] adding entry org/jruby/ext/ffi/Pointer$1.class
[DEBUG] adding entry org/jruby/ext/mathn/Complex.class
[DEBUG] adding entry org/jruby/ext/mathn/Rational.class
[DEBUG] adding entry org/jruby/ext/coverage/CoverageModule$INVOKER$s$0$0$start.class
[DEBUG] adding entry org/jruby/ext/coverage/CoverageData$1.class
[DEBUG] adding entry org/jruby/ext/coverage/CoverageData.class
[DEBUG] adding entry org/jruby/ext/coverage/CoverageLibrary.class
[DEBUG] adding entry org/jruby/ext/coverage/CoverageModule$INVOKER$s$0$0$result.class
[DEBUG] adding entry org/jruby/ext/coverage/CoverageModule.class
[DEBUG] adding entry org/jruby/ext/nkf/Command.class
[DEBUG] adding entry org/jruby/ext/nkf/RubyNKF$INVOKER$s$2$0$nkf.class
[DEBUG] adding entry org/jruby/ext/nkf/NKFLibrary.class
[DEBUG] adding entry org/jruby/ext/nkf/RubyNKF$MimeConverter.class
[DEBUG] adding entry org/jruby/ext/nkf/Options.class
[DEBUG] adding entry org/jruby/ext/nkf/RubyNKF$INVOKER$s$1$0$guess1.class
[DEBUG] adding entry org/jruby/ext/nkf/RubyNKF$NKFCharset.class
[DEBUG] adding entry org/jruby/ext/nkf/RubyNKF$INVOKER$s$1$0$guess2.class
[DEBUG] adding entry org/jruby/ext/nkf/RubyNKF$Converter.class
[DEBUG] adding entry org/jruby/ext/nkf/CommandParser.class
[DEBUG] adding entry org/jruby/ext/nkf/Option.class
[DEBUG] adding entry org/jruby/ext/nkf/RubyNKF$INVOKER$s$1$0$guess.class
[DEBUG] adding entry org/jruby/ext/nkf/RubyNKF$DefaultConverter.class
[DEBUG] adding entry org/jruby/ext/nkf/RubyNKF.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$0$0$matched_p.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$0$0$getch19.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$0$0$get_byte.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$0$0$pos.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$1$0$check_until.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$0$0$eos_p.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$0$1$initialize.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$1$0$skip_until.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$1$0$op_aref.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$0$0$inspect.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$1$0$set_string.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$0$0$matched.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$1$0$skip.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$1$0$concat.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$0$0$string.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$1$0$scan_until.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$1$0$peek.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$1$0$scan.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$1$0$set_pos.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$0$0$pre_match.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$3$0$scan_full.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$1$0$initialize_copy.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$0$0$terminate.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$0$0$bol_p.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$0$0$rest_size.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$0$0$getch.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$0$0$rest.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$0$0$unscan.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$0$0$empty_p.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$1$0$peep.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$1.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$1$0$match_p.class
[DEBUG] adding entry org/jruby/ext/strscan/StringScannerLibrary.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$s$0$0$mustCversion.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$0$0$reset.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$1$0$check.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$0$0$getbyte.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$0$0$restsize.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$3$0$search_full.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$1$0$exist_p.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$0$0$matchedsize.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$0$0$matched_size.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$0$0$rest_p.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$0$0$post_match.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner$INVOKER$i$0$0$clear.class
[DEBUG] adding entry org/jruby/ext/strscan/RubyStringScanner.class
[DEBUG] adding entry org/jruby/ext/timeout/Timeout.class
[DEBUG] adding entry org/jruby/ext/timeout/Timeout$2.class
[DEBUG] adding entry org/jruby/ext/timeout/Timeout$1.class
[DEBUG] adding entry org/jruby/ext/timeout/Timeout$TimeoutToplevel$INVOKER$s$0$1$timeout.class
[DEBUG] adding entry org/jruby/ext/timeout/Timeout$INVOKER$s$timeout.class
[DEBUG] adding entry org/jruby/ext/timeout/Timeout$TimeoutToplevel.class
[DEBUG] adding entry org/jruby/ext/fcntl/FcntlLibrary.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$size.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$new_hash.class
[DEBUG] adding entry org/jruby/RubyHash$9.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$0$1$readpartial.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$2$caller_locations.class
[DEBUG] adding entry org/jruby/RubySymbol$INVOKER$i$0$0$to_sym.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$chomp_bang.class
[DEBUG] adding entry org/jruby/RubyException.class
[DEBUG] adding entry org/jruby/JarBootstrapMain.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$1$0$at.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$1$0$class_variable_defined_p.class
[DEBUG] adding entry org/jruby/RubyArray$10.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$0$0$sort_by.class
[DEBUG] adding entry org/jruby/RubyThreadGroup$INVOKER$i$1$0$add.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$sort19.class
[DEBUG] adding entry org/jruby/common/IRubyWarnings.class
[DEBUG] adding entry org/jruby/common/NullWarnings.class
[DEBUG] adding entry org/jruby/common/RubyWarnings.class
[DEBUG] adding entry org/jruby/common/IRubyWarnings$ID.class
[DEBUG] adding entry org/jruby/RubyProcess$INVOKER$s$0$0$maxgroups.class
[DEBUG] adding entry org/jruby/RubyNil$INVOKER$s$1$0$op_and.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$reverse.class
[DEBUG] adding entry org/jruby/RubyBasicObject$INVOKER$i$send19.class
[DEBUG] adding entry org/jruby/RubyDir$INVOKER$s$0$1$mkdir19.class
[DEBUG] adding entry org/jruby/RubySymbol$SymbolTable.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$reject.class
[DEBUG] adding entry org/jruby/RubyModule$ConstantEntry.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$0$1$to_a.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$0$0$ceil.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$3$instance_exec.class
[DEBUG] adding entry org/jruby/RubyGC.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$s$0$1$foreach.class
[DEBUG] adding entry org/jruby/RubyEnumerable$52.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$i$1$0$op_minus.class
[DEBUG] adding entry org/jruby/RubyEnumerable$36.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$0$1$private_instance_methods.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$rjust19.class
[DEBUG] adding entry org/jruby/RubyClass$4.class
[DEBUG] adding entry org/jruby/RubyComplex$INVOKER$s$newInstance.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$s$0$0$current.class
[DEBUG] adding entry org/jruby/RubyFixnum$INVOKER$i$to_s.class
[DEBUG] adding entry org/jruby/RubyProcess$INVOKER$s$0$0$euid.class
[DEBUG] adding entry org/jruby/RubyStruct$INVOKER$i$2$0$aset.class
[DEBUG] adding entry org/jruby/RubyBignum$INVOKER$i$1$0$divmod.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$sum.class
[DEBUG] adding entry org/jruby/RubyGC$INVOKER$s$0$0$garbage_collect.class
[DEBUG] adding entry org/jruby/RubyMatchData$INVOKER$i$1$0$end19.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$s$0$1$readlines.class
[DEBUG] adding entry org/jruby/RubyEnumerable$49.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$reverse_bang.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$0$0$class_variables.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$gid.class
[DEBUG] adding entry org/jruby/RubyException$2.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$0$0$enum_with_index.class
[DEBUG] adding entry org/jruby/RubyProcess$Sys$INVOKER$s$1$0$setegid.class
[DEBUG] adding entry org/jruby/RubyIO$2.class
[DEBUG] adding entry org/jruby/RubyFileTest.class
[DEBUG] adding entry org/jruby/RubyFileTest$FileTestFileMethods$INVOKER$s$1$0$blockdev_p.class
[DEBUG] adding entry org/jruby/RubyComplex$INVOKER$i$0$0$to_r.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$delete19.class
[DEBUG] adding entry org/jruby/RubyEnumerable$34.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$flush.class
[DEBUG] adding entry org/jruby/RubyBignum$INVOKER$i$1$0$op_rshift.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$squeeze.class
[DEBUG] adding entry org/jruby/RubyGlobal$LastExitStatusVariable.class
[DEBUG] adding entry org/jruby/RubyFileTest$INVOKER$s$1$0$pipe_p.class
[DEBUG] adding entry org/jruby/RubyEnumerator$INVOKER$i$0$0$rewind.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$autoload_p.class
[DEBUG] adding entry org/jruby/RubyObjectVar4.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$each_byte.class
[DEBUG] adding entry org/jruby/RubyProc$INVOKER$i$0$0$parameters.class
[DEBUG] adding entry org/jruby/RubyRandom$INVOKER$i$1$0$bytes.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$new_string.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$0$0$rect.class
[DEBUG] adding entry org/jruby/RubyException$INVOKER$s$0$1$exception.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$op_aref.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$1$0$op_le.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$lines20.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$lines.class
[DEBUG] adding entry org/jruby/RubyStruct$INVOKER$s$0$0$newInstance.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$0$1$round.class
[DEBUG] adding entry org/jruby/RubyProcess$UserID$INVOKER$s$1$0$eid.class
[DEBUG] adding entry org/jruby/RubyInteger.class
[DEBUG] adding entry org/jruby/RubyDir$INVOKER$i$0$0$close.class
[DEBUG] adding entry org/jruby/RubyProc$INVOKER$i$0$0$call.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$1$fetch.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$to_a19.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$s$0$0$create.class
[DEBUG] adding entry org/jruby/RubyProcess$INVOKER$s$0$0$gid.class
[DEBUG] adding entry org/jruby/RubyDir$INVOKER$i$0$0$each19.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$frexp19.class
[DEBUG] adding entry org/jruby/RubyObject$INVOKER$i$0$0$initialize.class
[DEBUG] adding entry org/jruby/RubyComplex$INVOKER$i$0$0$to_f.class
[DEBUG] adding entry org/jruby/RubyRational$INVOKER$i$1$0$op_idiv19.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$crypt.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$0$0$subsec.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$1$0$op_cmp.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$0$rehash.class
[DEBUG] adding entry org/jruby/RubyRange.class
[DEBUG] adding entry org/jruby/RubyFileTest$INVOKER$s$1$0$executable_p.class
[DEBUG] adding entry org/jruby/RubyArgsFile$ArgsFileData.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$frozen_p.class
[DEBUG] adding entry org/jruby/RubyFileTest$FileTestFileMethods$INVOKER$s$1$0$executable_real_p.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$3$eval19.class
[DEBUG] adding entry org/jruby/RubyProcess.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$1$0$op_times19.class
[DEBUG] adding entry org/jruby/RubyEnumerator$INVOKER$i$0$0$inspect19.class
[DEBUG] adding entry org/jruby/RubyProcess$GroupID$INVOKER$s$0$0$eid.class
[DEBUG] adding entry org/jruby/RubyFixnum$INVOKER$i$0$0$to_f.class
[DEBUG] adding entry org/jruby/RubyProcess$GroupID$INVOKER$s$0$0$re_exchangeable_p.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$lineno.class
[DEBUG] adding entry org/jruby/Ruby$RecursiveError.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$1$0$method_added.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$0$0$reject.class
[DEBUG] adding entry org/jruby/RubyClass$MarshalType.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$respond_to_p.class
[DEBUG] adding entry org/jruby/RubyYielder$1.class
[DEBUG] adding entry org/jruby/RubyRational$INVOKER$i$0$0$to_i.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$s$0$0$pipe.class
[DEBUG] adding entry org/jruby/BasicObjectStub.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$ascii_only_p.class
[DEBUG] adding entry org/jruby/RubyHash$19.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$squeeze19.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$aset.class
[DEBUG] adding entry org/jruby/RubyProcess$INVOKER$s$1$0$euid_set.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$1$load19.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$count.class
[DEBUG] adding entry org/jruby/RubyString.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$inspect.class
[DEBUG] adding entry org/jruby/RubyFixnum$INVOKER$i$0$0$id2name.class
[DEBUG] adding entry org/jruby/RubyHash$12.class
[DEBUG] adding entry org/jruby/RubySymbol.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$pipe_p.class
[DEBUG] adding entry org/jruby/RubyNumeric.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$1$0$lineno_set.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$s$2$0$symlink.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$0$0$to_s19.class
[DEBUG] adding entry org/jruby/RubyGlobal$WarningGlobalVariable.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$gets19.class
[DEBUG] adding entry org/jruby/RubyEnumerator$INVOKER$s$0$0$with_index.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$chomp_bang19.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$s$0$0$popen3_19.class
[DEBUG] adding entry org/jruby/RubyEncoding$UTF8Coder.class
[DEBUG] adding entry org/jruby/RubyEnumerable$ChunkArg.class
[DEBUG] adding entry org/jruby/RubyInteger$INVOKER$i$1$0$gcdlcm.class
[DEBUG] adding entry org/jruby/RubyRational$INVOKER$s$convert.class
[DEBUG] adding entry org/jruby/RubyBignum$INVOKER$i$1$0$remainder19.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$s$0$0$lchown.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$each_line18.class
[DEBUG] adding entry org/jruby/RubyDir$INVOKER$s$1$0$foreach.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$rbThrow.class
[DEBUG] adding entry org/jruby/RubyBinding.class
[DEBUG] adding entry org/jruby/RubyProcess$RubyStatus$INVOKER$i$0$0$inspect.class
[DEBUG] adding entry org/jruby/RubyEnumerable$21.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$executable_p.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$op_le19.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$delete.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$0$0$abs2.class
[DEBUG] adding entry org/jruby/RubyComplex$INVOKER$i$0$1$rationalize.class
[DEBUG] adding entry org/jruby/RubyObject$12.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$force_encoding.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$default_value_get.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$1$read_nonblock.class
[DEBUG] adding entry org/jruby/RubyRandom$INVOKER$i$0$0$seed.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$i$0$0$infinite_p.class
[DEBUG] adding entry org/jruby/RubyInteger$INVOKER$i$1$0$gcd.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$0$0$zero_p.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$1$0$remove_const.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$delete_bang.class
[DEBUG] adding entry org/jruby/RubyRational$INVOKER$i$op_floor.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$0$0$usec.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$to_s.class
[DEBUG] adding entry org/jruby/RubyBignum$INVOKER$i$1$0$op_idiv.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$i$0$0$numerator.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$0$select_bang.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$writable_p.class
[DEBUG] adding entry org/jruby/RubyComplex$INVOKER$i$0$0$arg.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$0$0$take_while18.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$0$1$bytes.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$0$0$attr_writer.class
[DEBUG] adding entry org/jruby/RubyEncoding$INVOKER$i$0$0$inspect.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$end_with_p.class
[DEBUG] adding entry org/jruby/RubyNameError$RubyNameErrorMessage.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$i$0$0$group.class
[DEBUG] adding entry org/jruby/RubyDir$INVOKER$s$0$1$mkdir.class
[DEBUG] adding entry org/jruby/RubyNameError$RubyNameErrorMessage$INVOKER$s$1$0$load.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$atanh.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$prepend.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$0$0$name.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$0$0$each_with_index.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$1$0$set_pos.class
[DEBUG] adding entry org/jruby/RubyProcess$INVOKER$s$1$0$maxgroups_set.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$1$0$op_cmp.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$1$0$drop.class
[DEBUG] adding entry org/jruby/RubyFloat.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$0$0$remove_method.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$initialize19.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$op_le.class
[DEBUG] adding entry org/jruby/Ruby$6.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$aref.class
[DEBUG] adding entry org/jruby/RubyStruct$INVOKER$i$1$0$eql_p.class
[DEBUG] adding entry org/jruby/RubyProcess$INVOKER$s$0$0$egid.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$sort_by_bang.class
[DEBUG] adding entry org/jruby/RubyMethod$INVOKER$i$0$0$to_proc.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$slice_bang.class
[DEBUG] adding entry org/jruby/RubyFixnum$INVOKER$i$1$0$op_plus.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$find_index19.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$1$0$concat.class
[DEBUG] adding entry org/jruby/RubyGC$INVOKER$s$0$0$disable.class
[DEBUG] adding entry org/jruby/RubyGlobal$NonEffectiveGlobalVariable.class
[DEBUG] adding entry org/jruby/RubyComplex$INVOKER$i$0$0$polar.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$fetch.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$lines18.class
[DEBUG] adding entry org/jruby/RubyBasicObject$2.class
[DEBUG] adding entry org/jruby/RubyFileTest$FileTestFileMethods$INVOKER$s$1$0$exist_p.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$1$0$rassoc.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$s$1$0$load.class
[DEBUG] adding entry org/jruby/Ruby$4.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$public_send.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$file_p.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$rotate.class
[DEBUG] adding entry org/jruby/RubyFile$2.class
[DEBUG] adding entry org/jruby/RubyHash$Found.class
[DEBUG] adding entry org/jruby/RubyRange$INVOKER$i$step19.class
[DEBUG] adding entry org/jruby/RubyBoolean$True.class
[DEBUG] adding entry org/jruby/RubyRegexp$INVOKER$s$0$1$quote.class
[DEBUG] adding entry org/jruby/RubyBignum$INVOKER$i$1$0$eql_p.class
[DEBUG] adding entry org/jruby/RubyArray$2.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$1$0$drop.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$0$2$read.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$proc.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$pos.class
[DEBUG] adding entry org/jruby/RubyThread$Location$INVOKER$i$0$0$path.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$upcase.class
[DEBUG] adding entry org/jruby/RubyBignum$INVOKER$i$1$0$remainder.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$2$0$tr_s_bang.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$sub19.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$s$readStatic.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$erf.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$acos.class
[DEBUG] adding entry org/jruby/Ruby$ObjectSpacer.class
[DEBUG] adding entry org/jruby/RubyFileTest$FileTestFileMethods$INVOKER$s$1$0$file_p.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$id.class
[DEBUG] adding entry org/jruby/RubyBignum$INVOKER$i$1$0$op_pow.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$drop_while.class
[DEBUG] adding entry org/jruby/RubyGlobal$LineNumberGlobalVariable.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$1$0$public_method_defined.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$1$0$op_and.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$nil_p.class
[DEBUG] adding entry org/jruby/RubyProcess$GroupID.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$chars19.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$dup.class
[DEBUG] adding entry org/jruby/RubyObjectSpace$WeakMap$INVOKER$i$2$0$op_aref.class
[DEBUG] adding entry org/jruby/RubySymbol$INVOKER$i$0$0$to_proc.class
[DEBUG] adding entry org/jruby/RubyFixnum$INVOKER$i$1$0$op_rshift.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$initialize.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$1$0$set_default_proc.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$i$1$0$op_pow.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$1$trace_var.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$0$1$lines.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$0$0$gmt.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$putc.class
[DEBUG] adding entry org/jruby/RubyHash$BaseCollection.class
[DEBUG] adding entry org/jruby/RubyHash$33.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$1$0$class_variable_get.class
[DEBUG] adding entry org/jruby/RubyRational$INVOKER$i$0$0$hash.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$1$caller.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$1$0$strftime.class
[DEBUG] adding entry org/jruby/RubyObject$2.class
[DEBUG] adding entry org/jruby/RubyGC$INVOKER$s$0$0$enable.class
[DEBUG] adding entry org/jruby/RubyMethod$INVOKER$i$0$0$name.class
[DEBUG] adding entry org/jruby/RubyArray$9.class
[DEBUG] adding entry org/jruby/RubySymbol$INVOKER$i$0$0$swapcase.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$0$0$collect_concat19.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$new_string19.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$i$0$0$lstat.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$_exec_internal.class
[DEBUG] adding entry org/jruby/RubyClass$INVOKER$i$0$0$superclass.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$gets.class
[DEBUG] adding entry org/jruby/RubyRandom$INVOKER$s$0$1$rand.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$each_codepoint.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$0$empty_p.class
[DEBUG] adding entry org/jruby/RubyComplex$INVOKER$i$0$0$to_i.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$s$0$0$abort_on_exception_x.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$lstrip_bang19.class
[DEBUG] adding entry org/jruby/RubyDir.class
[DEBUG] adding entry org/jruby/RubyThreadGroup$1.class
[DEBUG] adding entry org/jruby/RubyRegexp$INVOKER$i$0$0$op_match2.class
[DEBUG] adding entry org/jruby/RubyMatchData$INVOKER$i$1$0$end.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$1$0$enum_cons.class
[DEBUG] adding entry org/jruby/RubyGlobal$KCodeGlobalVariable.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$s$0$0$chmod.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$at_exit.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$system.class
[DEBUG] adding entry org/jruby/RubyBignum$INVOKER$i$1$0$op_and.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$0$0$each_with_index19.class
[DEBUG] adding entry org/jruby/RubyObjectSpace.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$i$1$0$magnitude.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$0$0$op_uminus.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$close_read.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$chr.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$0$0$nsec.class
[DEBUG] adding entry org/jruby/RubyGlobal$LoadedFeatures.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$1$0$each_slice19.class
[DEBUG] adding entry org/jruby/RubyFixnum$INVOKER$i$1$0$op_le.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$devMinor.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$0$to_h.class
[DEBUG] adding entry org/jruby/RubyRandom$INVOKER$i$0$1$initialize.class
[DEBUG] adding entry org/jruby/RubyUnboundMethod$INVOKER$i$0$0$rbClone.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$0$0$num_imaginary.class
[DEBUG] adding entry org/jruby/RubyPrecision.class
[DEBUG] adding entry org/jruby/RubyFixnum$INVOKER$i$0$0$times.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$rstrip19.class
[DEBUG] adding entry org/jruby/RubyProcess$UserID$INVOKER$s$0$0$rid.class
[DEBUG] adding entry org/jruby/RubyFixnum$INVOKER$i$1$0$op_ge.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$1$singleton_methods.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$gamma.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$squeeze_bang.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$0$0$floor.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$to_s.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$rindex19.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$2$0$alias_method.class
[DEBUG] adding entry org/jruby/RubyStruct$4.class
[DEBUG] adding entry org/jruby/RubyDir$INVOKER$i$1$0$initialize19.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$chop.class
[DEBUG] adding entry org/jruby/RubyKernel$MethodMissingMethod.class
[DEBUG] adding entry org/jruby/RubyObjectVar9.class
[DEBUG] adding entry org/jruby/RubyFixnum$INVOKER$i$1$0$op_div.class
[DEBUG] adding entry org/jruby/RubyFixnum$INVOKER$i$0$0$op_uminus.class
[DEBUG] adding entry org/jruby/RubyEncoding$INVOKER$i$0$0$to_s.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$blockdev_p.class
[DEBUG] adding entry org/jruby/RubyFixnum$INVOKER$i$0$0$to_sym.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$sub_bang.class
[DEBUG] adding entry org/jruby/RubyComparable$INVOKER$s$1$0$op_equal19.class
[DEBUG] adding entry org/jruby/RubyEnumerable$33.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$1$0$op_gt.class
[DEBUG] adding entry org/jruby/RubyDir$INVOKER$i$1$0$initialize.class
[DEBUG] adding entry org/jruby/RubyIO$1.class
[DEBUG] adding entry org/jruby/RubyFixnum$INVOKER$i$1$0$op_equal.class
[DEBUG] adding entry org/jruby/RubySymbol$INVOKER$i$0$0$downcase.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$ljust19.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$0$to_a.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$s$0$0$lchmod.class
[DEBUG] adding entry org/jruby/RubyUnboundMethod$INVOKER$i$0$0$unbind.class
[DEBUG] adding entry org/jruby/RubyEnumerable$13.class
[DEBUG] adding entry org/jruby/RubyHash$7.class
[DEBUG] adding entry org/jruby/RubyMarshal$INVOKER$s$0$1$load.class
[DEBUG] adding entry org/jruby/RubyFileTest$INVOKER$s$1$0$exist_p.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$rbCatch.class
[DEBUG] adding entry org/jruby/RubyString$NeighborChar.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$include_p.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$s$0$0$unlink.class
[DEBUG] adding entry org/jruby/RubyFixnum$INVOKER$i$1$0$op_pow.class
[DEBUG] adding entry org/jruby/RubyRational$INVOKER$i$1$0$op_rem.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$public_constant.class
[DEBUG] adding entry org/jruby/RubyFileTest$INVOKER$s$1$0$setgid_p.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$0$0$any_p.class
[DEBUG] adding entry org/jruby/RubyFixnum$INVOKER$i$1$0$op_mod.class
[DEBUG] adding entry org/jruby/RubyProc$INVOKER$i$0$0$binding.class
[DEBUG] adding entry org/jruby/RubyModule$ProfilingCacheEntryFactory.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$1$rand18.class
[DEBUG] adding entry org/jruby/RubyGlobal$SafeGlobalVariable.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$i$1$0$op_cmp.class
[DEBUG] adding entry org/jruby/RubyFixnum$INVOKER$i$1$0$op_cmp.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$extend.class
[DEBUG] adding entry org/jruby/RubyFileTest$INVOKER$s$1$0$file_p.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$capitalize19.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$codepoints.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$0$to_s19.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$1$0$initialize_copy.class
[DEBUG] adding entry org/jruby/RubyFileTest$INVOKER$s$1$0$size.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$0$0$min.class
[DEBUG] adding entry org/jruby/RubyProcess$INVOKER$s$0$0$wait.class
[DEBUG] adding entry org/jruby/RubyMethod$INVOKER$i$0$0$owner.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$1$0$include_p.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$op_not_match.class
[DEBUG] adding entry org/jruby/RubyBasicObject$INVOKER$i$0$0$op_not.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$chop.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$1$sysseek.class
[DEBUG] adding entry org/jruby/RubyKernel$2.class
[DEBUG] adding entry org/jruby/RubyBasicObject$INVOKER$i$0$0$initialize19.class
[DEBUG] adding entry org/jruby/RubyProcess$2.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$0$0$zip19.class
[DEBUG] adding entry org/jruby/RubyRegexp$INVOKER$s$1$0$quote19.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$s$0$2$binread.class
[DEBUG] adding entry org/jruby/Ruby$1.class
[DEBUG] adding entry org/jruby/RubyConverter$EncodingErrorMethods$INVOKER$s$0$0$source_encoding_name.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$log10.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$module_exec.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$local_variables.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$i$1$0$op_mod19.class
[DEBUG] adding entry org/jruby/RubyThread$Status.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$i$1$0$abort_on_exception_set.class
[DEBUG] adding entry org/jruby/RubyFileTest$FileTestFileMethods$INVOKER$s$1$0$writable_p.class
[DEBUG] adding entry org/jruby/Ruby$RecursiveFunction.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$fork.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$1$0$include_p.class
[DEBUG] adding entry org/jruby/RubyEnumerator$ThreadedNexter$1.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$op_equal19.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$1$0$cmp.class
[DEBUG] adding entry org/jruby/RubyArray.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$count19.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$1$0$op_equal.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$swapcase19.class
[DEBUG] adding entry org/jruby/RubyMethod$INVOKER$i$0$0$source_location.class
[DEBUG] adding entry org/jruby/RubyArray$4.class
[DEBUG] adding entry org/jruby/RubyLocalJumpError$INVOKER$i$0$0$reason.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$flatten_bang19.class
[DEBUG] adding entry org/jruby/RubyNumeric$NumberTooLargeException.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$to_i.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$1$0$fdiv.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$1$0$initialize.class
[DEBUG] adding entry org/jruby/RubySymbol$1.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$0$hash.class
[DEBUG] adding entry org/jruby/RubySymbol$INVOKER$i$0$0$empty_p.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$i$1$0$lchmod.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$2$0$class_variable_set.class
[DEBUG] adding entry org/jruby/RubyInstanceConfig$CompileMode.class
[DEBUG] adding entry org/jruby/RubyRange$INVOKER$i$0$0$first.class
[DEBUG] adding entry org/jruby/RubyEnumerable$20.class
[DEBUG] adding entry org/jruby/RubyHash$RubyHashEntry.class
[DEBUG] adding entry org/jruby/RubySymbol$INVOKER$i$1$0$casecmp.class
[DEBUG] adding entry org/jruby/RubyThread$1.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$1$define_singleton_method.class
[DEBUG] adding entry org/jruby/RubyGlobal$CaseInsensitiveStringOnlyRubyHash.class
[DEBUG] adding entry org/jruby/RubyObjectVar2.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$0$0$eof_p.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$0$0$group_by.class
[DEBUG] adding entry org/jruby/RubyComplex$INVOKER$i$0$0$inspect.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$0$inspect.class
[DEBUG] adding entry org/jruby/RubyHash$1.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$1$0$op_cmp19.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$s$0$1$popen.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$chop_bang.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$s$1$0$induced_from.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$0$to_s.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$0$0$min.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$sub_bang19.class
[DEBUG] adding entry org/jruby/RubySymbol$SymbolTable$SymbolEntry.class
[DEBUG] adding entry org/jruby/RubyInteger$INVOKER$i$0$0$to_i.class
[DEBUG] adding entry org/jruby/RubyNameError.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$seek.class
[DEBUG] adding entry org/jruby/RubyThread$Location$INVOKER$i$0$0$absolute_path.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$1$each.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$upcase_bang19.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$i$1$0$op_gt.class
[DEBUG] adding entry org/jruby/RubyException$1.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$new_complex.class
[DEBUG] adding entry org/jruby/RubyProcess$UserID.class
[DEBUG] adding entry org/jruby/RubyProcess$INVOKER$s$1$0$getrlimit.class
[DEBUG] adding entry org/jruby/RubyHash$Visitor.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$index.class
[DEBUG] adding entry org/jruby/RubyProcess$Sys$INVOKER$s$0$0$getegid.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$1$0$const_defined_p.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$0$1$each_line.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$sub.class
[DEBUG] adding entry org/jruby/RubyInstanceConfig$1.class
[DEBUG] adding entry org/jruby/RubySystemExit$INVOKER$i$0$2$initialize.class
[DEBUG] adding entry org/jruby/RubyConverter$INVOKER$i$0$0$inspect.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$gsub.class
[DEBUG] adding entry org/jruby/RubyString$EmptyByteListHolder.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$atan19.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$kind_of_p.class
[DEBUG] adding entry org/jruby/RubyStruct$INVOKER$i$0$0$to_h.class
[DEBUG] adding entry org/jruby/RubyKernel.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$s$1$0$ctime.class
[DEBUG] adding entry org/jruby/RubyEnumerable$44.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$i$2$0$op_aset.class
[DEBUG] adding entry org/jruby/RubyProcess$INVOKER$s$0$0$setpgrp.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$uniq.class
[DEBUG] adding entry org/jruby/RubyNil$INVOKER$s$0$0$to_c.class
[DEBUG] adding entry org/jruby/RubyObjectAdapter.class
[DEBUG] adding entry org/jruby/RubyMatchData$1.class
[DEBUG] adding entry org/jruby/RubyHash$20.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$i$0$0$to_s.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$to_a.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$2$0$tr_s19.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$rbThrow19.class
[DEBUG] adding entry org/jruby/RubyEnumerable$10.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$0$0$arg.class
[DEBUG] adding entry org/jruby/RubyHash$9$1.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$0$0$collect19.class
[DEBUG] adding entry org/jruby/RubyMatchData$INVOKER$i$1$0$begin19.class
[DEBUG] adding entry org/jruby/RubySymbol$INVOKER$i$0$0$hash.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$op_equal.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$freeze.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$casecmp.class
[DEBUG] adding entry org/jruby/RubyRegexp$INVOKER$i$match_m19.class
[DEBUG] adding entry org/jruby/RubyRange$INVOKER$i$0$0$each.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$1$0$quo.class
[DEBUG] adding entry org/jruby/RubyModule$ModuleKernelMethods$INVOKER$s$1$0$autoload_p.class
[DEBUG] adding entry org/jruby/RubyFileTest$INVOKER$s$1$0$setuid_p.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$gsub.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$method_missing.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$srand.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$capitalize_bang19.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$0$0$real.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$i$0$0$finite_p.class
[DEBUG] adding entry org/jruby/RubyFileStat$1.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$getbyte19.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$i$0$0$round.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$center.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$uniq19.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$i$1$0$flock.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$hash19.class
[DEBUG] adding entry org/jruby/RubySymbol$INVOKER$i$0$0$capitalize.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$sprintf.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$flatten_bang.class
[DEBUG] adding entry org/jruby/RubyRegexp$INVOKER$i$1$0$op_match.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$1$0$remove_class_variable19.class
[DEBUG] adding entry org/jruby/RubyBinding$INVOKER$i$0$0$initialize.class
[DEBUG] adding entry org/jruby/RubyMatchData$INVOKER$i$0$0$post_match.class
[DEBUG] adding entry org/jruby/RubyBasicObject$INVOKER$s$1$0$singleton_method_removed19.class
[DEBUG] adding entry org/jruby/RubyInteger$INVOKER$i$0$0$succ.class
[DEBUG] adding entry org/jruby/RubyArgsFile.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$1$0$replace19.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$2$0$const_set.class
[DEBUG] adding entry org/jruby/RubyNameError$1.class
[DEBUG] adding entry org/jruby/RubyStruct.class
[DEBUG] adding entry org/jruby/RubyBoolean$False$INVOKER$s$1$0$false_xor.class
[DEBUG] adding entry org/jruby/RubyBignum$INVOKER$i$1$0$op_lshift.class
[DEBUG] adding entry org/jruby/RubyRational$INVOKER$i$1$0$op_sub.class
[DEBUG] adding entry org/jruby/RubyKernel$1.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$atime.class
[DEBUG] adding entry org/jruby/RubyNil$INVOKER$s$0$0$to_a.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$fill.class
[DEBUG] adding entry org/jruby/RubyProcess$Sys.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$casecmp19.class
[DEBUG] adding entry org/jruby/Ruby$2.class
[DEBUG] adding entry org/jruby/RubyMethod$INVOKER$i$0$0$rbClone.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$0$0$include.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$1$0$ungetc19.class
[DEBUG] adding entry org/jruby/RubyMatchData$INVOKER$i$1$0$offset19.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$tan19.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$sticky_p.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$0$0$integer_p.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$__method__.class
[DEBUG] adding entry org/jruby/RubyClass$5.class
[DEBUG] adding entry org/jruby/RubyModule$SynchronizedCacheEntryFactory.class
[DEBUG] adding entry org/jruby/RubyEnumerable$12.class
[DEBUG] adding entry org/jruby/RubyGlobal$VerboseGlobalVariable.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$partition.class
[DEBUG] adding entry org/jruby/RubyDir$INVOKER$s$0$0$aref.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$s$0$0$popen4.class
[DEBUG] adding entry org/jruby/RubyFileTest$INVOKER$s$1$0$zero_p.class
[DEBUG] adding entry org/jruby/RubyRational$INVOKER$i$0$0$op_abs.class
[DEBUG] adding entry org/jruby/RubyBignum$INVOKER$i$1$0$op_or19.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$print.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$inject.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$to_r.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$0$0$truncate.class
[DEBUG] adding entry org/jruby/RubyMatchData$INVOKER$i$1$0$initialize_copy.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$op_gt19.class
[DEBUG] adding entry org/jruby/RubyObject$1.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$compact_bang.class
[DEBUG] adding entry org/jruby/RubyProcess$INVOKER$s$0$1$abort.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$0$getCompareByIdentity.class
[DEBUG] adding entry org/jruby/RubyClass$2.class
[DEBUG] adding entry org/jruby/RubyEnumerable$18.class
[DEBUG] adding entry org/jruby/RubyDir$INVOKER$s$1$0$rmdir.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$1$0$op_plus.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$0$0$wday.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$taint.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$bytesize.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$s$0$0$open.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$0$0$hash.class
[DEBUG] adding entry org/jruby/RubyRandom$INVOKER$s$srand.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$each_char18.class
[DEBUG] adding entry org/jruby/RubyFixnum$INVOKER$i$1$0$quo.class
[DEBUG] adding entry org/jruby/RubyFixnum$INVOKER$i$1$0$div_div.class
[DEBUG] adding entry org/jruby/RubyPrecision$INVOKER$s$1$0$prec.class
[DEBUG] adding entry org/jruby/RubyThread$Location$INVOKER$i$0$0$lineno.class
[DEBUG] adding entry org/jruby/RubyBignum$INVOKER$i$1$0$op_mul19.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$untrust.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$1$0$sadded.class
[DEBUG] adding entry org/jruby/RubyHash$4.class
[DEBUG] adding entry org/jruby/RubyRandom$INVOKER$i$0$0$marshal_dump.class
[DEBUG] adding entry org/jruby/RubyComplex$INVOKER$i$1$0$eql_p.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$i$1$0$op_le.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$replace19.class
[DEBUG] adding entry org/jruby/RubyRational$INVOKER$s$newInstanceBang.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$1$0$op_cmp.class
[DEBUG] adding entry org/jruby/RubyRational$INVOKER$i$0$0$marshal_dump.class
[DEBUG] adding entry org/jruby/RubyComplex$INVOKER$s$2$0$polar.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$asin19.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$1$0$lineno_set.class
[DEBUG] adding entry org/jruby/RubyKernel$5.class
[DEBUG] adding entry org/jruby/RubyEncoding$INVOKER$i$1$0$_dump.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$0$0$year.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$0$0$select.class
[DEBUG] adding entry org/jruby/RubyObjectSpace$INVOKER$s$0$1$each_object.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$s$2$0$link.class
[DEBUG] adding entry org/jruby/RubyStruct$INVOKER$i$0$0$hash.class
[DEBUG] adding entry org/jruby/Main.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$i$0$0$abs.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$0$0$private_class_method.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$i$1$0$op_fdiv.class
[DEBUG] adding entry org/jruby/RubyRange$INVOKER$i$step.class
[DEBUG] adding entry org/jruby/RubyNil$INVOKER$s$0$0$inspect.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$s$0$0$start19.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$gsub_bang.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$autoclose.class
[DEBUG] adding entry org/jruby/RubyUnboundMethod$INVOKER$i$0$0$name19.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$1$0$op_le.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$1$reopen.class
[DEBUG] adding entry org/jruby/RubyEncoding$INVOKER$s$0$0$name_list.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$0$0$eof.class
[DEBUG] adding entry org/jruby/RubyProcess$UserID$INVOKER$s$0$0$re_exchange.class
[DEBUG] adding entry org/jruby/RubyProcess$RubyStatus$INVOKER$i$0$0$exitstatus.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$0$0$external_encoding.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$symlink_p.class
[DEBUG] adding entry org/jruby/RubyEnumerable$41.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$index.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$s$0$2$binwrite.class
[DEBUG] adding entry org/jruby/RubyRational$INVOKER$i$0$0$to_s.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$s$0$9$new_local.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$id_deprecated.class
[DEBUG] adding entry org/jruby/MetaClass.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$0$0$all_p19.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$puts.class
[DEBUG] adding entry org/jruby/RubyStruct$2.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$1$0$has_value_p.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$define_method.class
[DEBUG] adding entry org/jruby/RubyProcess$Sys$INVOKER$s$0$0$geteuid.class
[DEBUG] adding entry org/jruby/RubyDir$INVOKER$i$1$0$set_pos.class
[DEBUG] adding entry org/jruby/RubyString$1.class
[DEBUG] adding entry org/jruby/RubyKernel$Uncaught.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$0$rb_clear.class
[DEBUG] adding entry org/jruby/RubyFileTest$FileTestFileMethods$INVOKER$s$1$0$symlink_p.class
[DEBUG] adding entry org/jruby/RubyComplex$INVOKER$i$1$0$op_equal.class
[DEBUG] adding entry org/jruby/RubyProcess$INVOKER$s$0$0$wait2.class
[DEBUG] adding entry org/jruby/RubyDir$INVOKER$s$1$0$foreach19.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$binding19.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$1$0$enum_slice.class
[DEBUG] adding entry org/jruby/RubyEnumerable$32.class
[DEBUG] adding entry org/jruby/RubySymbol$INVOKER$s$0$0$all_symbols.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$backquote.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$s$2$0$rename.class
[DEBUG] adding entry org/jruby/RubyRegexp$INVOKER$i$0$0$hash.class
[DEBUG] adding entry org/jruby/RubyBoolean$True$INVOKER$s$1$0$true_and.class
[DEBUG] adding entry org/jruby/RubyMethod$INVOKER$i$call.class
[DEBUG] adding entry org/jruby/RubyClass$6.class
[DEBUG] adding entry org/jruby/RubyProc$INVOKER$i$0$0$dup.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$op_ge.class
[DEBUG] adding entry org/jruby/RubyRational$INVOKER$i$0$0$to_r.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$tainted_p.class
[DEBUG] adding entry org/jruby/compiler/CompilerCallback.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$112.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$104.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$98$2.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler19$8.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$69.class
[DEBUG] adding entry org/jruby/compiler/util/HandleFactory$Tool.class
[DEBUG] adding entry org/jruby/compiler/util/BasicObjectStubGenerator.class
[DEBUG] adding entry org/jruby/compiler/util/HandleFactory$FakeLoader.class
[DEBUG] adding entry org/jruby/compiler/util/HandleFactory.class
[DEBUG] adding entry org/jruby/compiler/util/HandleFactory$Handle.class
[DEBUG] adding entry org/jruby/compiler/CacheCompiler.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$27.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$8.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$5.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$40.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$122.class
[DEBUG] adding entry org/jruby/compiler/VariableCompiler.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$71.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$116.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$127.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$107.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler19$3.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler19$11.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$36.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler19$14.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$88.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler19$5.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler19$15.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$85.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler19$2.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$125.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$47.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$106.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$121.class
[DEBUG] adding entry org/jruby/compiler/NotCompilableException.class
[DEBUG] adding entry org/jruby/compiler/JITCompilerMBean.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler19$6.class
[DEBUG] adding entry org/jruby/compiler/ASTInspector$Flag.class
[DEBUG] adding entry org/jruby/compiler/JITCompiler$JITClassGenerator.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$58.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$16.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$76.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$49.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$62$1.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$6.class
[DEBUG] adding entry org/jruby/compiler/JITCompiler$2.class
[DEBUG] adding entry org/jruby/compiler/JITCompiler$5.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$117.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler19$16.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$13.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$60.class
[DEBUG] adding entry org/jruby/compiler/impl/InvokeDynamicInvocationCompiler.class
[DEBUG] adding entry org/jruby/compiler/impl/BaseBodyCompiler$5.class
[DEBUG] adding entry org/jruby/compiler/impl/SkinnyMethodAdapter.class
[DEBUG] adding entry org/jruby/compiler/impl/BaseBodyCompiler$6.class
[DEBUG] adding entry org/jruby/compiler/impl/InvokeDynamicInvocationCompiler$6$1.class
[DEBUG] adding entry org/jruby/compiler/impl/ChainedRootBodyCompiler.class
[DEBUG] adding entry org/jruby/compiler/impl/BaseBodyCompiler$2$2.class
[DEBUG] adding entry org/jruby/compiler/impl/SkinnyMethodAdapter$1.class
[DEBUG] adding entry org/jruby/compiler/impl/InvokeDynamicInvocationCompiler$6.class
[DEBUG] adding entry org/jruby/compiler/impl/HeapBasedVariableCompiler.class
[DEBUG] adding entry org/jruby/compiler/impl/InvokeDynamicInvocationCompiler$9.class
[DEBUG] adding entry org/jruby/compiler/impl/BaseBodyCompiler$10.class
[DEBUG] adding entry org/jruby/compiler/impl/BaseBodyCompiler$8.class
[DEBUG] adding entry org/jruby/compiler/impl/ChainedChildBodyCompiler19.class
[DEBUG] adding entry org/jruby/compiler/impl/MethodBodyCompiler.class
[DEBUG] adding entry org/jruby/compiler/impl/StandardInvocationCompiler$1.class
[DEBUG] adding entry org/jruby/compiler/impl/StandardASMCompiler$BlockCallbackDescriptor.class
[DEBUG] adding entry org/jruby/compiler/impl/BaseBodyCompiler$2$1.class
[DEBUG] adding entry org/jruby/compiler/impl/StandardASMCompiler$InvokerDescriptor.class
[DEBUG] adding entry org/jruby/compiler/impl/ChainedChildBodyCompiler.class
[DEBUG] adding entry org/jruby/compiler/impl/StandardASMCompiler.class
[DEBUG] adding entry org/jruby/compiler/impl/InvokeDynamicInvocationCompiler$4.class
[DEBUG] adding entry org/jruby/compiler/impl/InvokeDynamicInvocationCompiler$3.class
[DEBUG] adding entry org/jruby/compiler/impl/InheritedCacheCompiler.class
[DEBUG] adding entry org/jruby/compiler/impl/AbstractVariableCompiler.class
[DEBUG] adding entry org/jruby/compiler/impl/BaseBodyCompiler.class
[DEBUG] adding entry org/jruby/compiler/impl/BaseBodyCompiler$9.class
[DEBUG] adding entry org/jruby/compiler/impl/StandardInvocationCompiler.class
[DEBUG] adding entry org/jruby/compiler/impl/BaseBodyCompiler$7.class
[DEBUG] adding entry org/jruby/compiler/impl/ChildScopedBodyCompiler19.class
[DEBUG] adding entry org/jruby/compiler/impl/BaseBodyCompiler$3.class
[DEBUG] adding entry org/jruby/compiler/impl/BaseBodyCompiler$2.class
[DEBUG] adding entry org/jruby/compiler/impl/ChildScopedBodyCompiler.class
[DEBUG] adding entry org/jruby/compiler/impl/InvokeDynamicInvocationCompiler$7.class
[DEBUG] adding entry org/jruby/compiler/impl/StandardInvocationCompiler$3.class
[DEBUG] adding entry org/jruby/compiler/impl/InvokeDynamicInvocationCompiler$2.class
[DEBUG] adding entry org/jruby/compiler/impl/BaseBodyCompiler$1.class
[DEBUG] adding entry org/jruby/compiler/impl/StackBasedVariableCompiler.class
[DEBUG] adding entry org/jruby/compiler/impl/InvokeDynamicCacheCompiler.class
[DEBUG] adding entry org/jruby/compiler/impl/InvokeDynamicInvocationCompiler$8.class
[DEBUG] adding entry org/jruby/compiler/impl/BaseBodyCompiler$11.class
[DEBUG] adding entry org/jruby/compiler/impl/InvokeDynamicInvocationCompiler$5.class
[DEBUG] adding entry org/jruby/compiler/impl/RootScopedBodyCompiler.class
[DEBUG] adding entry org/jruby/compiler/impl/BaseBodyCompiler$4.class
[DEBUG] adding entry org/jruby/compiler/impl/ClassBodyCompiler.class
[DEBUG] adding entry org/jruby/compiler/impl/InvokeDynamicCacheCompiler$1.class
[DEBUG] adding entry org/jruby/compiler/impl/StandardInvocationCompiler$2.class
[DEBUG] adding entry org/jruby/compiler/impl/InvokeDynamicInvocationCompiler$1.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$48.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$74.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$94.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$91.class
[DEBUG] adding entry org/jruby/compiler/JITCompiler$JITTask.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$126.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$59.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$65.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$38.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$25.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$51.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$14.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$120.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$52.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$98$1.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$42.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$110.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$OpElementAsgnArgumentsCallback.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$98.class
[DEBUG] adding entry org/jruby/compiler/BodyCompiler.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$63.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$67.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$69$1.class
[DEBUG] adding entry org/jruby/compiler/JITCompiler$3.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$2.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$128.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$96.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$103.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$93.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$72$2.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$82.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler19.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$54.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$10.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$1.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler19$7.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$108.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$SpecificArityArguments.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$VariableArityArguments.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$31.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$111.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$70.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$43.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$9.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$28.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$79.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler19$17.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$50.class
[DEBUG] adding entry org/jruby/compiler/JITCompiler$JITClassGenerator$1.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler19$12.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler19$4.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$29.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$61.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$33.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$7.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$101.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$75.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$19.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$68.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$20.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$4.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$71$1.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$66.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$81.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$97.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$114.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler19$1.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$55.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$77.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$30.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$32.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler19$13.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$115.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$45.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$62.class
[DEBUG] adding entry org/jruby/compiler/JITCompiler$1.class
[DEBUG] adding entry org/jruby/compiler/TwoBranchCallback.class
[DEBUG] adding entry org/jruby/compiler/JITCompiler$JITCounts.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$39.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$12.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$23.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$15.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$119.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$41.class
[DEBUG] adding entry org/jruby/compiler/ArgumentsCallback.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$17.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler19$18.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$95.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$100.class
[DEBUG] adding entry org/jruby/compiler/FastSwitchType.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$90.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$57.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$73.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$18.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$44.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$109.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$92.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$80.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$123.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$21.class
[DEBUG] adding entry org/jruby/compiler/DefinedCallback.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$3.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$78.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$69$2.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$26.class
[DEBUG] adding entry org/jruby/compiler/BranchCallback.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$46.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$84.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$89.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$72.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$22.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$124.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$53.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$37.class
[DEBUG] adding entry org/jruby/compiler/JITCompiler.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$99.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$118.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$11.class
[DEBUG] adding entry org/jruby/compiler/ASTInspector.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$56.class
[DEBUG] adding entry org/jruby/compiler/ASTInspector$1.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$71$2.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$38$2.class
[DEBUG] adding entry org/jruby/compiler/ScriptCompiler.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$38$1.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$83.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$64.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$24.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$87.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$72$1.class
[DEBUG] adding entry org/jruby/compiler/JITCompiler$4.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$35.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$105.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler19$9.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$113.class
[DEBUG] adding entry org/jruby/compiler/ArrayCallback.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$102.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$34.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler$86.class
[DEBUG] adding entry org/jruby/compiler/JITCompiler$6.class
[DEBUG] adding entry org/jruby/compiler/ASTCompiler19$10.class
[DEBUG] adding entry org/jruby/compiler/InvocationCompiler.class
[DEBUG] adding entry org/jruby/RubyFixnum$INVOKER$i$0$0$op_neg.class
[DEBUG] adding entry org/jruby/RubyObjectVar1.class
[DEBUG] adding entry org/jruby/RubyRegexp$INVOKER$i$1$0$op_equal.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$1$0$op_minus.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$s$0$0$pass.class
[DEBUG] adding entry org/jruby/RubyDir$INVOKER$s$1$0$open.class
[DEBUG] adding entry org/jruby/RubyEncoding$INVOKER$s$0$0$list.class
[DEBUG] adding entry org/jruby/RubyStruct$INVOKER$i$0$0$values_at.class
[DEBUG] adding entry org/jruby/RubyEnumerable$ChunkedBlockCallback.class
[DEBUG] adding entry org/jruby/TopSelfFactory$3.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$0$0$zone.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$i$0$0$alive_p.class
[DEBUG] adding entry org/jruby/RubyFixnum$INVOKER$i$1$0$op_gt.class
[DEBUG] adding entry org/jruby/RubyHash$31.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$0$each_key.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$readbyte.class
[DEBUG] adding entry org/jruby/RubyGlobal$ErrorInfoGlobalVariable.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$s$0$0$stop.class
[DEBUG] adding entry org/jruby/RubyConverter$INVOKER$i$0$0$source_encoding.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$0$1$localtime19.class
[DEBUG] adding entry org/jruby/RubyStruct$INVOKER$i$1$0$op_equal.class
[DEBUG] adding entry org/jruby/RubyRange$INVOKER$i$0$0$each19.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$to_c.class
[DEBUG] adding entry org/jruby/RubyFileStat.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$collect19.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$acosh19.class
[DEBUG] adding entry org/jruby/RubyHash$6.class
[DEBUG] adding entry org/jruby/RubyDir$INVOKER$s$entries19.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$0$each_value.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$initialize_copy.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$start_with_p.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$0$0$scalar_p.class
[DEBUG] adding entry org/jruby/RubyComplex$INVOKER$i$1$0$fdiv.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$1$exit_bang.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$atanh_19.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$1$0$method_removed.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$external_encoding.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$0$0$name19.class
[DEBUG] adding entry org/jruby/RubyProcess$RubyStatus$INVOKER$i$0$0$coredump_p.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$i$0$0$inspect.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$0$0$min_by.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$s$1$0$kill.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$setuid_p.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$0$0$sec.class
[DEBUG] adding entry org/jruby/RubyGC$INVOKER$s$1$0$stress_set.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$i$0$1$round.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$empty_p.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$permutation.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$pop.class
[DEBUG] adding entry org/jruby/RubyStruct$INVOKER$i$0$0$members.class
[DEBUG] adding entry org/jruby/RubyStruct$INVOKER$i$0$0$each.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$match.class
[DEBUG] adding entry org/jruby/RubyDir$INVOKER$i$0$0$inspect.class
[DEBUG] adding entry org/jruby/RubyInstanceConfig.class
[DEBUG] adding entry org/jruby/RubyClass$INVOKER$i$0$0$allocate.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$hash.class
[DEBUG] adding entry org/jruby/RubyFileTest$FileTestFileMethods$INVOKER$s$1$0$worldWritable.class
[DEBUG] adding entry org/jruby/RubyComparable$INVOKER$s$1$0$op_lt.class
[DEBUG] adding entry org/jruby/RubyGlobal$PostMatchGlobalVariable.class
[DEBUG] adding entry org/jruby/RubyBoolean$True$INVOKER$s$1$0$true_xor.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$i$1$0$coerce.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$s$0$2$writeStatic.class
[DEBUG] adding entry org/jruby/RubyGC$INVOKER$s$0$0$count.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$i$0$0$floor.class
[DEBUG] adding entry org/jruby/RubyProcess$GroupID$INVOKER$s$0$0$rid.class
[DEBUG] adding entry org/jruby/RubyComplex$INVOKER$i$0$0$real.class
[DEBUG] adding entry org/jruby/RubyProcess$UserID$INVOKER$s$1$0$grant_privilege.class
[DEBUG] adding entry org/jruby/RubyRandom$INVOKER$i$0$0$leftObj.class
[DEBUG] adding entry org/jruby/RubyComplex$1.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$op_binmode.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$to_f19.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$i$2$0$chown.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$0$1$protected_instance_methods.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$unshift19.class
[DEBUG] adding entry org/jruby/RubyStruct$StructMethods$INVOKER$s$0$0$members19.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$1$0$initialize_copy.class
[DEBUG] adding entry org/jruby/RubyRegexp$RegexpCache.class
[DEBUG] adding entry org/jruby/NativeException$1.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$1$0$modulo.class
[DEBUG] adding entry org/jruby/RubyBignum$INVOKER$i$1$0$coerce.class
[DEBUG] adding entry org/jruby/RubyEnumerable$55.class
[DEBUG] adding entry org/jruby/RubyBignum$INVOKER$i$1$0$op_equal.class
[DEBUG] adding entry org/jruby/RubyEnumerator$INVOKER$i$1$0$each_cons19.class
[DEBUG] adding entry org/jruby/RubyBoolean$False$INVOKER$s$0$0$false_to_s.class
[DEBUG] adding entry org/jruby/RubyProcess$INVOKER$s$0$0$waitall.class
[DEBUG] adding entry org/jruby/RubyEnumerable$31.class
[DEBUG] adding entry org/jruby/RubyBignum$INVOKER$i$1$0$op_pow19.class
[DEBUG] adding entry org/jruby/RubyGlobal$CaseInsensitiveStringOnlyRubyHash$INVOKER$i$0$0$to_s.class
[DEBUG] adding entry org/jruby/RubyNameError$RubyNameErrorMessage$1.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$2$0$atan2.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$to_f.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$succ.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$s$0$1$realdirpath.class
[DEBUG] adding entry org/jruby/RubyFileTest$FileTestFileMethods$INVOKER$s$1$0$sticky_p.class
[DEBUG] adding entry org/jruby/RubyThreadGroup$INVOKER$i$0$0$list.class
[DEBUG] adding entry org/jruby/RubyFileTest$FileTestFileMethods$INVOKER$s$1$0$chardev_p.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$str_eql_p19.class
[DEBUG] adding entry org/jruby/RubyYielder.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$new_integer.class
[DEBUG] adding entry org/jruby/RubyBignum$INVOKER$i$1$0$op_minus.class
[DEBUG] adding entry org/jruby/RubyHash$BaseIterator.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$op_aset.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$upto19.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$1$0$extend_object.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$executableReal_p.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$split.class
[DEBUG] adding entry org/jruby/RubyFileTest$INVOKER$s$1$0$readable_p.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$method.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$cycle.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$frozen_p.class
[DEBUG] adding entry org/jruby/RubySystemCallError$INVOKER$i$0$2$initialize.class
[DEBUG] adding entry org/jruby/RubyRange$INVOKER$i$1$0$cover_p.class
[DEBUG] adding entry org/jruby/RubyRegexp$INVOKER$i$0$0$op_match2_19.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$1$protected_methods.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$0$0$drop_while.class
[DEBUG] adding entry org/jruby/RubyTime$INVOKER$i$1$0$op_eqq.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$global_variables19.class
[DEBUG] adding entry org/jruby/RubyFixnum$INVOKER$i$0$0$abs.class
[DEBUG] adding entry org/jruby/RubySymbol$INVOKER$i$1$0$op_match19.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$length.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$0$default_proc.class
[DEBUG] adding entry org/jruby/RubyRegexp$INVOKER$i$0$0$source.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$1$0$delete.class
[DEBUG] adding entry org/jruby/RubyProcess$INVOKER$s$0$0$setsid.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$op_format.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$1$0$method_undefined.class
[DEBUG] adding entry org/jruby/RubyNil$INVOKER$i$0$0$nil_p.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$warn.class
[DEBUG] adding entry org/jruby/RubyFileTest$INVOKER$s$1$0$symlink_p.class
[DEBUG] adding entry org/jruby/RubyNumeric$INVOKER$i$1$0$divmod19.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$succ_bang.class
[DEBUG] adding entry org/jruby/RubyEnumerator.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$0$sort.class
[DEBUG] adding entry org/jruby/RubyRange$INVOKER$i$0$0$to_s.class
[DEBUG] adding entry org/jruby/RubySystemCallError$INVOKER$i$0$0$errno.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$type.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$i$0$0$status.class
[DEBUG] adding entry org/jruby/RubyComplex$INVOKER$i$0$0$abs2.class
[DEBUG] adding entry org/jruby/RubyIO$INVOKER$i$0$0$fileno.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$s$1$0$readlink.class
[DEBUG] adding entry org/jruby/RubyConverter$INVOKER$i$0$0$destination_encoding.class
[DEBUG] adding entry org/jruby/RubyObjectSpace$INVOKER$s$1$0$id2ref.class
[DEBUG] adding entry org/jruby/RubyComparable$INVOKER$s$1$0$op_equal.class
[DEBUG] adding entry org/jruby/RubyNil$INVOKER$s$0$0$to_r.class
[DEBUG] adding entry org/jruby/Ruby.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$strip_bang.class
[DEBUG] adding entry org/jruby/RubyComplex$INVOKER$i$0$0$rect.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$find_index.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$op_plus.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$split19.class
[DEBUG] adding entry org/jruby/Finalizable.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$inspect19.class
[DEBUG] adding entry org/jruby/RubyString$2.class
[DEBUG] adding entry org/jruby/RubyFixnum$INVOKER$i$1$0$op_lt.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$i$2$0$lchown.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$2$0$tr.class
[DEBUG] adding entry org/jruby/RubyKernel$7.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$zero_p.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$0$0$readchar.class
[DEBUG] adding entry org/jruby/RubyFixnum$INVOKER$i$0$0$succ.class
[DEBUG] adding entry org/jruby/RubyRandom$INVOKER$s$0$0$left.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$new_float.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$i$0$0$safe_level.class
[DEBUG] adding entry org/jruby/RubyModule$Autoload.class
[DEBUG] adding entry org/jruby/RubyFileTest$INVOKER$s$1$0$worldWritable.class
[DEBUG] adding entry org/jruby/RubyBignum$INVOKER$i$1$0$divmod19.class
[DEBUG] adding entry org/jruby/RubyBasicObject$INVOKER$i$1$0$op_equal_19.class
[DEBUG] adding entry org/jruby/RubyComplex$INVOKER$i$0$0$abs.class
[DEBUG] adding entry org/jruby/RubyEncoding$INVOKER$s$1$0$setDefaultExternal.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$i$0$0$nan_p.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$map19.class
[DEBUG] adding entry org/jruby/RubyFileStat$INVOKER$i$0$0$ftype.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$rstrip_bang.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$0$0$filename.class
[DEBUG] adding entry org/jruby/RubyException$INVOKER$i$0$0$to_str.class
[DEBUG] adding entry org/jruby/RubyModule$INVOKER$i$0$0$module_function.class
[DEBUG] adding entry org/jruby/RubyHash$INVOKER$i$0$0$rbClone.class
[DEBUG] adding entry org/jruby/RubyArray$INVOKER$i$0$0$sort_bang19.class
[DEBUG] adding entry org/jruby/RubyMethod$INVOKER$i$1$0$op_eql19.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$0$0$binmode.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$op_mul19.class
[DEBUG] adding entry org/jruby/RubyEnumerator$INVOKER$s$0$0$each_with_index.class
[DEBUG] adding entry org/jruby/RubyEnumerable$INVOKER$s$detect.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$swapcase_bang19.class
[DEBUG] adding entry org/jruby/Main$1.class
[DEBUG] adding entry org/jruby/embed/util/SystemPropertyCatcher.class
[DEBUG] adding entry org/jruby/embed/ScriptingContainer$1.class
[DEBUG] adding entry org/jruby/embed/EmbedRubyInterfaceAdapter.class
[DEBUG] adding entry org/jruby/embed/EvalFailedException.class
[DEBUG] adding entry org/jruby/embed/ScriptingContainer.class
[DEBUG] adding entry org/jruby/embed/internal/EmbedRubyObjectAdapterImpl.class
[DEBUG] adding entry org/jruby/embed/internal/SingleThreadLocalContextProvider.class
[DEBUG] adding entry org/jruby/embed/internal/CallMethodType.class
[DEBUG] adding entry org/jruby/embed/internal/EmbedRubyRuntimeAdapterImpl$1.class
[DEBUG] adding entry org/jruby/embed/internal/EmbedRubyObjectAdapterImpl$MethodType.class
[DEBUG] adding entry org/jruby/embed/internal/ThreadSafeLocalContextProvider$1.class
[DEBUG] adding entry org/jruby/embed/internal/ConcurrentLocalContextProvider$1.class
[DEBUG] adding entry org/jruby/embed/internal/SingletonLocalContextProvider.class
[DEBUG] adding entry org/jruby/embed/internal/EmbedRubyObjectAdapterImpl$1.class
[DEBUG] adding entry org/jruby/embed/internal/LocalContextProvider.class
[DEBUG] adding entry org/jruby/embed/internal/EmbedRubyRuntimeAdapterImpl.class
[DEBUG] adding entry org/jruby/embed/internal/ConcurrentLocalContextProvider.class
[DEBUG] adding entry org/jruby/embed/internal/BiVariableMap.class
[DEBUG] adding entry org/jruby/embed/internal/AbstractLocalContextProvider.class
[DEBUG] adding entry org/jruby/embed/internal/EmbedRubyInterfaceAdapterImpl.class
[DEBUG] adding entry org/jruby/embed/internal/EmbedEvalUnitImpl.class
[DEBUG] adding entry org/jruby/embed/internal/LocalContext.class
[DEBUG] adding entry org/jruby/embed/internal/ThreadSafeLocalContextProvider.class
[DEBUG] adding entry org/jruby/embed/EmbedRubyObjectAdapter.class
[DEBUG] adding entry org/jruby/embed/IsolatedScriptingContainer.class
[DEBUG] adding entry org/jruby/embed/EmbedEvalUnit.class
[DEBUG] adding entry org/jruby/embed/io/ReaderInputStream.class
[DEBUG] adding entry org/jruby/embed/io/WriterOutputStream.class
[DEBUG] adding entry org/jruby/embed/osgi/utils/OSGiBundleClassLoaderHelper.class
[DEBUG] adding entry org/jruby/embed/osgi/utils/OSGiFileLocator.class
[DEBUG] adding entry org/jruby/embed/osgi/internal/ReflectiveOSGiClassLoaderAdapter.class
[DEBUG] adding entry org/jruby/embed/osgi/internal/OSGiLoadService.class
[DEBUG] adding entry org/jruby/embed/osgi/internal/IOSGiClassLoaderAdapter.class
[DEBUG] adding entry org/jruby/embed/osgi/internal/JRubyOSGiBundleClassLoader.class
[DEBUG] adding entry org/jruby/embed/osgi/internal/OSGiLoadService$1.class
[DEBUG] adding entry org/jruby/embed/osgi/internal/OSGiBundlesSearcher.class
[DEBUG] adding entry org/jruby/embed/osgi/internal/BundleWiringOSGiClassLoaderAdapter.class
[DEBUG] adding entry org/jruby/embed/osgi/internal/OSGiLoadService19.class
[DEBUG] adding entry org/jruby/embed/osgi/internal/OSGiBundleLibrary.class
[DEBUG] adding entry org/jruby/embed/osgi/OSGiScriptingContainer.class
[DEBUG] adding entry org/jruby/embed/EmbedRubyInstanceConfigAdapter.class
[DEBUG] adding entry org/jruby/embed/LocalVariableBehavior.class
[DEBUG] adding entry org/jruby/embed/EmbedRubyRuntimeAdapter.class
[DEBUG] adding entry org/jruby/embed/Extension.class
[DEBUG] adding entry org/jruby/embed/ParseFailedException.class
[DEBUG] adding entry org/jruby/embed/PathType.class
[DEBUG] adding entry org/jruby/embed/AttributeName.class
[DEBUG] adding entry org/jruby/embed/PropertyName.class
[DEBUG] adding entry org/jruby/embed/LocalContextScope.class
[DEBUG] adding entry org/jruby/embed/InvokeFailedException.class
[DEBUG] adding entry org/jruby/embed/bsf/JRubyEngine$FunctionsGlobalVariable.class
[DEBUG] adding entry org/jruby/embed/bsf/JRubyEngine.class
[DEBUG] adding entry org/jruby/embed/variable/Argv.class
[DEBUG] adding entry org/jruby/embed/variable/GlobalVariable.class
[DEBUG] adding entry org/jruby/embed/variable/PersistentLocalVariable.class
[DEBUG] adding entry org/jruby/embed/variable/AbstractVariable.class
[DEBUG] adding entry org/jruby/embed/variable/InstanceVariable.class
[DEBUG] adding entry org/jruby/embed/variable/VariableInterceptor$1.class
[DEBUG] adding entry org/jruby/embed/variable/BiVariable$Type.class
[DEBUG] adding entry org/jruby/embed/variable/ClassVariable.class
[DEBUG] adding entry org/jruby/embed/variable/BiVariable.class
[DEBUG] adding entry org/jruby/embed/variable/TransientLocalVariable.class
[DEBUG] adding entry org/jruby/embed/variable/LocalGlobalVariable.class
[DEBUG] adding entry org/jruby/embed/variable/VariableInterceptor.class
[DEBUG] adding entry org/jruby/embed/variable/Constant.class
[DEBUG] adding entry org/jruby/embed/jsr223/JRubyScriptEngineManager.class
[DEBUG] adding entry org/jruby/embed/jsr223/JRubyCompiledScript.class
[DEBUG] adding entry org/jruby/embed/jsr223/JRubyContext.class
[DEBUG] adding entry org/jruby/embed/jsr223/Utils.class
[DEBUG] adding entry org/jruby/embed/jsr223/JRubyEngine.class
[DEBUG] adding entry org/jruby/embed/jsr223/JRubyEngineFactory.class
[DEBUG] adding entry org/jruby/embed/jsr223/ServiceFinder.class
[DEBUG] adding entry org/jruby/embed/jsr223/JRubyContext$Scope.class
[DEBUG] adding entry org/jruby/RubyNumeric$ByteListCaller18.class
[DEBUG] adding entry org/jruby/RubyProcess$RubyStatus$INVOKER$i$0$0$signaled.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$s$0$0$chown.class
[DEBUG] adding entry org/jruby/RubyThread$INVOKER$s$0$0$start.class
[DEBUG] adding entry org/jruby/RubyNil$INVOKER$s$0$1$rationalize.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$0$type_deprecated.class
[DEBUG] adding entry org/jruby/RubyArgsFile$INVOKER$s$0$1$gets.class
[DEBUG] adding entry org/jruby/RubyProcess$RubyStatus$INVOKER$i$0$0$to_s.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$1$0$initialize_clone.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$0$1$public_methods19.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$1$0$op_equal.class
[DEBUG] adding entry org/jruby/RubyFile$INVOKER$s$1$0$path.class
[DEBUG] adding entry org/jruby/RubyMath$INVOKER$s$1$0$sqrt19.class
[DEBUG] adding entry org/jruby/RubyProcess$GroupID$INVOKER$s$1$0$grant_privilege.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$strip.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$rstrip_bang19.class
[DEBUG] adding entry org/jruby/RubyComplex$INVOKER$i$0$0$marshal_dump.class
[DEBUG] adding entry org/jruby/RubyKernel$INVOKER$s$gsub_bang.class
[DEBUG] adding entry org/jruby/RubyFloat$INVOKER$i$1$0$op_mod.class
[DEBUG] adding entry org/jruby/RubyString$INVOKER$i$0$0$reverse.class
[DEBUG] adding directory META-INF/maven/
[DEBUG] adding directory META-INF/maven/org.jruby/
[DEBUG] adding directory META-INF/maven/org.jruby/jruby-core/
[DEBUG] adding entry META-INF/maven/org.jruby/jruby-core/pom.xml
[DEBUG] adding entry META-INF/maven/org.jruby/jruby-core/pom.properties
[INFO]
[INFO] --- maven-shade-plugin:2.1:shade (pack jruby.jar) @ jruby-core ---
[DEBUG] org.apache.maven.plugins:maven-shade-plugin:jar:2.1:
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile
[DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile
[DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile
[DEBUG] org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile
[DEBUG] org.apache.maven:maven-model:jar:3.0:compile
[DEBUG] org.apache.maven:maven-core:jar:3.0:compile
[DEBUG] org.apache.maven:maven-settings:jar:3.0:compile
[DEBUG] org.apache.maven:maven-settings-builder:jar:3.0:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0:compile
[DEBUG] org.apache.maven:maven-model-builder:jar:3.0:compile
[DEBUG] org.apache.maven:maven-aether-provider:jar:3.0:runtime
[DEBUG] org.sonatype.aether:aether-impl:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-spi:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-api:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-util:jar:1.7:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG] org.apache.maven:maven-compat:jar:3.0:compile
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-6:compile
[DEBUG] org.apache.maven:maven-artifact:jar:3.0:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.1:compile
[DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.9:compile
[DEBUG] asm:asm:jar:3.3.1:compile
[DEBUG] asm:asm-commons:jar:3.3.1:compile
[DEBUG] asm:asm-tree:jar:3.3.1:compile
[DEBUG] org.jdom:jdom:jar:1.1:compile
[DEBUG] org.apache.maven.shared:maven-dependency-tree:jar:2.1:compile
[DEBUG] org.apache.maven:maven-project:jar:2.2.0:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.2.0:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.2.0:compile
[DEBUG] backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.2.0:compile
[DEBUG] org.eclipse.aether:aether-util:jar:0.9.0.M2:compile
[DEBUG] org.vafer:jdependency:jar:0.7:compile
[DEBUG] commons-io:commons-io:jar:1.3.2:compile
[DEBUG] asm:asm-analysis:jar:3.2:compile
[DEBUG] asm:asm-util:jar:3.2:compile
[DEBUG] com.google.guava:guava:jar:11.0.2:compile
[DEBUG] com.google.code.findbugs:jsr305:jar:1.3.9:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-shade-plugin:2.1
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-shade-plugin:2.1
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-shade-plugin:2.1
[DEBUG] Included: org.apache.maven.plugins:maven-shade-plugin:jar:2.1
[DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2
[DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7
[DEBUG] Included: org.sonatype.aether:aether-util:jar:1.7
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.14
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG] Included: junit:junit:jar:3.8.1
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.9
[DEBUG] Included: asm:asm:jar:3.3.1
[DEBUG] Included: asm:asm-commons:jar:3.3.1
[DEBUG] Included: asm:asm-tree:jar:3.3.1
[DEBUG] Included: org.jdom:jdom:jar:1.1
[DEBUG] Included: org.apache.maven.shared:maven-dependency-tree:jar:2.1
[DEBUG] Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
[DEBUG] Included: org.eclipse.aether:aether-util:jar:0.9.0.M2
[DEBUG] Included: org.vafer:jdependency:jar:0.7
[DEBUG] Included: commons-io:commons-io:jar:1.3.2
[DEBUG] Included: asm:asm-analysis:jar:3.2
[DEBUG] Included: asm:asm-util:jar:3.2
[DEBUG] Included: com.google.guava:guava:jar:11.0.2
[DEBUG] Included: com.google.code.findbugs:jsr305:jar:1.3.9
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:3.0
[DEBUG] Excluded: org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2
[DEBUG] Excluded: org.apache.maven:maven-model:jar:3.0
[DEBUG] Excluded: org.apache.maven:maven-core:jar:3.0
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:3.0
[DEBUG] Excluded: org.apache.maven:maven-settings-builder:jar:3.0
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:3.0
[DEBUG] Excluded: org.apache.maven:maven-model-builder:jar:3.0
[DEBUG] Excluded: org.apache.maven:maven-aether-provider:jar:3.0
[DEBUG] Excluded: org.sonatype.aether:aether-impl:jar:1.7
[DEBUG] Excluded: org.sonatype.aether:aether-spi:jar:1.7
[DEBUG] Excluded: org.sonatype.aether:aether-api:jar:1.7
[DEBUG] Excluded: org.codehaus.plexus:plexus-classworlds:jar:2.2.3
[DEBUG] Excluded: org.apache.maven:maven-compat:jar:3.0
[DEBUG] Excluded: org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-6
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:3.0
[DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] Excluded: classworlds:classworlds:jar:1.1-alpha-2
[DEBUG] Excluded: org.apache.maven:maven-project:jar:2.2.0
[DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.2.0
[DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.2.0
[DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.2.0
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-shade-plugin:2.1:shade from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-shade-plugin:2.1, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-shade-plugin:2.1:shade' with basic configurator -->
[DEBUG] (f) createDependencyReducedPom = true
[DEBUG] (f) dependencyReducedPomLocation = /home/spectre256/repos/jruby/core/dependency-reduced-pom.xml
[DEBUG] (f) generateUniqueDependencyReducedPom = false
[DEBUG] (f) localRepository = id: local
url: file:///home/spectre256/.m2/repository/
layout: none
[DEBUG] (f) outputDirectory = /home/spectre256/repos/jruby/core/target
[DEBUG] (f) outputFile = /home/spectre256/repos/jruby/core/../lib/jruby.jar
[DEBUG] (f) pattern = org.objectweb
[DEBUG] (f) shadedPattern = org.jruby.org.objectweb
[DEBUG] (f) relocations = [org.apache.maven.plugins.shade.mojo.PackageRelocation@52cb52bd]
[DEBUG] (f) remoteArtifactRepositories = [ id: sonatype
url: https://oss.sonatype.org/content/repositories/snapshots/
layout: default
snapshots: [enabled => true, update => daily]
releases: [enabled => false, update => daily]
, id: sonatype-nexus-snapshots
url: https://oss.sonatype.org/content/repositories/snapshots
layout: default
snapshots: [enabled => true, update => daily]
releases: [enabled => false, update => daily]
, id: central
url: http://repo.maven.apache.org/maven2
layout: default
snapshots: [enabled => false, update => daily]
releases: [enabled => true, update => daily]
]
[DEBUG] (f) shadeSourcesContent = false
[DEBUG] (f) shadedArtifactId = jruby-core
[DEBUG] (f) shadedClassifierName = shaded
[DEBUG] (f) mainClass = org.jruby.Main
[DEBUG] (f) transformers = [org.apache.maven.plugins.shade.resource.ManifestResourceTransformer@1fee4278]
[DEBUG] (f) useBaseVersion = false
[DEBUG] (f) project = MavenProject: org.jruby:jruby-core:1.7.17-SNAPSHOT @ /home/spectre256/repos/jruby/core/pom.xml
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] -- end configuration --
[INFO] Including org.ow2.asm:asm:jar:4.0 in the shaded jar.
[INFO] Including org.ow2.asm:asm-commons:jar:4.0 in the shaded jar.
[INFO] Including org.ow2.asm:asm-tree:jar:4.0 in the shaded jar.
[INFO] Including org.ow2.asm:asm-analysis:jar:4.0 in the shaded jar.
[INFO] Including org.ow2.asm:asm-util:jar:4.0 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.4 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.3 in the shaded jar.
[INFO] Including com.github.jnr:jnr-posix:jar:3.0.7 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.5 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:1.0.10 in the shaded jar.
[INFO] Including com.github.jnr:jffi:jar:1.2.7 in the shaded jar.
[INFO] Including com.github.jnr:jffi:jar:native:1.2.7 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.
[DEBUG] Processing JAR /home/spectre256/repos/jruby/core/target/jruby-core-1.7.17-SNAPSHOT.jar
[DEBUG] Processing JAR /home/spectre256/.m2/repository/org/ow2/asm/asm/4.0/asm-4.0.jar
[DEBUG] Processing JAR /home/spectre256/.m2/repository/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar
[DEBUG] Processing JAR /home/spectre256/.m2/repository/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar
[DEBUG] Processing JAR /home/spectre256/.m2/repository/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar
[DEBUG] Processing JAR /home/spectre256/.m2/repository/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar
[DEBUG] Processing JAR /home/spectre256/.m2/repository/org/jruby/joni/joni/2.1.3/joni-2.1.3.jar
[DEBUG] Processing JAR /home/spectre256/.m2/repository/com/github/jnr/jnr-netdb/1.1.2/jnr-netdb-1.1.2.jar
[DEBUG] Processing JAR /home/spectre256/.m2/repository/com/github/jnr/jnr-enxio/0.4/jnr-enxio-0.4.jar
[DEBUG] Processing JAR /home/spectre256/.m2/repository/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar
[DEBUG] Processing JAR /home/spectre256/.m2/repository/com/github/jnr/jnr-unixsocket/0.3/jnr-unixsocket-0.3.jar
[DEBUG] Processing JAR /home/spectre256/.m2/repository/com/github/jnr/jnr-posix/3.0.7/jnr-posix-3.0.7.jar
[DEBUG] Processing JAR /home/spectre256/.m2/repository/org/jruby/extras/bytelist/1.0.11/bytelist-1.0.11.jar
[DEBUG] Processing JAR /home/spectre256/.m2/repository/com/github/jnr/jnr-constants/0.8.5/jnr-constants-0.8.5.jar
[DEBUG] Processing JAR /home/spectre256/.m2/repository/org/jruby/jcodings/jcodings/1.0.10/jcodings-1.0.10.jar
[DEBUG] Processing JAR /home/spectre256/.m2/repository/com/github/jnr/jnr-ffi/1.0.10/jnr-ffi-1.0.10.jar
[DEBUG] Processing JAR /home/spectre256/.m2/repository/com/github/jnr/jffi/1.2.7/jffi-1.2.7.jar
[DEBUG] Processing JAR /home/spectre256/.m2/repository/com/github/jnr/jffi/1.2.7/jffi-1.2.7-native.jar
[DEBUG] Processing JAR /home/spectre256/.m2/repository/org/yaml/snakeyaml/1.13/snakeyaml-1.13.jar
[DEBUG] Processing JAR /home/spectre256/.m2/repository/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar
[DEBUG] Processing JAR /home/spectre256/.m2/repository/com/headius/invokebinder/1.2/invokebinder-1.2.jar
[DEBUG] Processing JAR /home/spectre256/.m2/repository/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.jar
[DEBUG] Processing JAR /home/spectre256/.m2/repository/org/jruby/yecht/1.0/yecht-1.0.jar
[DEBUG] Processing JAR /home/spectre256/.m2/repository/joda-time/joda-time/2.5/joda-time-2.5.jar
[DEBUG] Processing JAR /home/spectre256/.m2/repository/com/headius/options/1.2/options-1.2.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JRuby Ext 1.7.17-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project: org.jruby:jruby-ext:1.7.17-SNAPSHOT
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [test]
[DEBUG] Repositories (dependencies): [sonatype (https://oss.sonatype.org/content/repositories/snapshots/, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, snapshots), central (http://repo.maven.apache.org/maven2, releases)]
[DEBUG] Repositories (plugins) : [sonatype snapshots (https://oss.sonatype.org/content/repositories/snapshots/, snapshots), central (http://repo.maven.apache.org/maven2, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-enforcer-plugin:1.0:enforce (enforce-maven)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<fail default-value="true">${enforcer.fail}</fail>
<failFast default-value="false">${enforcer.failFast}</failFast>
<ignoreCache default-value="false">${enforcer.ignoreCache}</ignoreCache>
<project>${project}</project>
<rules>
<requireMavenVersion>
<version>(,2.1.0),(2.1.0,2.2.0),(2.2.0,)</version>
<message>Maven 2.1.0 and 2.2.0 produce incorrect GPG signatures and checksums respectively.</message>
</requireMavenVersion>
</rules>
<session>${session}</session>
<skip default-value="false">${enforcer.skip}</skip>
</configuration>
[DEBUG] =======================================================================
[DEBUG] org.jruby:jruby-ext:pom:1.7.17-SNAPSHOT
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jruby-ext ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-enforcer-plugin:1.0:enforce from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-enforcer-plugin:1.0, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-enforcer-plugin:1.0:enforce' with basic configurator -->
[DEBUG] (s) fail = true
[DEBUG] (s) failFast = false
[DEBUG] (f) ignoreCache = false
[DEBUG] (s) project = MavenProject: org.jruby:jruby-ext:1.7.17-SNAPSHOT @ /home/spectre256/repos/jruby/ext/pom.xml
[DEBUG] (s) version = (,2.1.0),(2.1.0,2.2.0),(2.2.0,)
[DEBUG] (f) message = Maven 2.1.0 and 2.2.0 produce incorrect GPG signatures and checksums respectively.
[DEBUG] (s) rules = [org.apache.maven.plugins.enforcer.RequireMavenVersion@5a36a405]
[DEBUG] (s) session = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] (s) skip = false
[DEBUG] -- end configuration --
[DEBUG] Executing rule: org.apache.maven.plugins.enforcer.RequireMavenVersion
[DEBUG] Rule org.apache.maven.plugins.enforcer.RequireMavenVersion is cacheable.
[DEBUG] Key org.apache.maven.plugins.enforcer.RequireMavenVersion 491827297 was found in the cache
[DEBUG] The cached results are still valid. Skipping the rule: org.apache.maven.plugins.enforcer.RequireMavenVersion
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JRuby Readline 1.0
[INFO] ------------------------------------------------------------------------
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project: org.jruby:readline:1.0
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [compile, runtime, test]
[DEBUG] Repositories (dependencies): [sonatype (https://oss.sonatype.org/content/repositories/snapshots/, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, snapshots), central (http://repo.maven.apache.org/maven2, releases)]
[DEBUG] Repositories (plugins) : [sonatype snapshots (https://oss.sonatype.org/content/repositories/snapshots/, snapshots), central (http://repo.maven.apache.org/maven2, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-enforcer-plugin:1.0:enforce (enforce-maven)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<fail default-value="true">${enforcer.fail}</fail>
<failFast default-value="false">${enforcer.failFast}</failFast>
<ignoreCache default-value="false">${enforcer.ignoreCache}</ignoreCache>
<project>${project}</project>
<rules>
<requireMavenVersion>
<version>(,2.1.0),(2.1.0,2.2.0),(2.2.0,)</version>
<message>Maven 2.1.0 and 2.2.0 produce incorrect GPG signatures and checksums respectively.</message>
</requireMavenVersion>
</rules>
<session>${session}</session>
<skip default-value="false">${enforcer.skip}</skip>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.6:resources (default-resources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<buildFilters default-value="${project.build.filters}"/>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<escapeString>${maven.resources.escapeString}</escapeString>
<escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
<includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<overwrite default-value="false">${maven.resources.overwrite}</overwrite>
<project default-value="${project}"/>
<resources default-value="${project.resources}"/>
<session default-value="${session}"/>
<supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>
<useBuildFilters default-value="true"/>
<useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<basedir default-value="${basedir}"/>
<buildDirectory default-value="${project.build.directory}"/>
<classpathElements default-value="${project.compileClasspathElements}"/>
<compileSourceRoots default-value="${project.compileSourceRoots}"/>
<compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
<compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
<compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
<debug default-value="true">true</debug>
<debuglevel>${maven.compiler.debuglevel}</debuglevel>
<encoding default-value="${project.build.sourceEncoding}">utf-8</encoding>
<executable>${maven.compiler.executable}</executable>
<failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
<forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
<fork default-value="false">true</fork>
<generatedSourcesDirectory default-value="${project.build.directory}/generated-sources/annotations"/>
<maxmem>${maven.compiler.maxmem}</maxmem>
<meminitial>${maven.compiler.meminitial}</meminitial>
<mojoExecution>${mojoExecution}</mojoExecution>
<optimize default-value="false">${maven.compiler.optimize}</optimize>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<projectArtifact default-value="${project.artifact}"/>
<showDeprecation default-value="false">true</showDeprecation>
<showWarnings default-value="false">true</showWarnings>
<skipMain>${maven.main.skip}</skipMain>
<skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
<source default-value="1.5">1.6</source>
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
<target default-value="1.5">1.6</target>
<useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
<verbose default-value="false">true</verbose>
<mavenSession default-value="${session}"/>
<session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-dependency-plugin:2.8:copy (copy jline)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<artifact>${artifact}</artifact>
<artifactItems>
<artifactItem>
<groupId>jline</groupId>
<artifactId>jline</artifactId>
<version>2.11</version>
<type>jar</type>
<overWrite>false</overWrite>
<outputDirectory>/home/spectre256/repos/jruby/ext/readline/../../lib/ruby/shared/readline</outputDirectory>
</artifactItem>
</artifactItems>
<local default-value="${localRepository}"/>
<outputAbsoluteArtifactFilename default-value="false">${outputAbsoluteArtifactFilename}</outputAbsoluteArtifactFilename>
<outputDirectory default-value="${project.build.directory}/dependency">${outputDirectory}</outputDirectory>
<overWriteIfNewer default-value="true">${mdep.overIfNewer}</overWriteIfNewer>
<overWriteReleases default-value="false">${mdep.overWriteReleases}</overWriteReleases>
<overWriteSnapshots default-value="false">${mdep.overWriteSnapshots}</overWriteSnapshots>
<prependGroupId default-value="false">${mdep.prependGroupId}</prependGroupId>
<reactorProjects default-value="${reactorProjects}"/>
<remoteRepos default-value="${project.remoteArtifactRepositories}"/>
<silent default-value="false">${silent}</silent>
<skip default-value="false">${mdep.skip}</skip>
<stripClassifier default-value="false">${mdep.stripClassifier}</stripClassifier>
<stripVersion default-value="false">${mdep.stripVersion}</stripVersion>
<useBaseVersion default-value="false">${mdep.useBaseVersion}</useBaseVersion>
<project default-value="${project}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.6:testResources (default-testResources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<buildFilters default-value="${project.build.filters}"/>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<escapeString>${maven.resources.escapeString}</escapeString>
<escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
<includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
<outputDirectory default-value="${project.build.testOutputDirectory}"/>
<overwrite default-value="false">${maven.resources.overwrite}</overwrite>
<project default-value="${project}"/>
<resources default-value="${project.testResources}"/>
<session default-value="${session}"/>
<skip>${maven.test.skip}</skip>
<supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>
<useBuildFilters default-value="true"/>
<useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<basedir default-value="${basedir}"/>
<buildDirectory default-value="${project.build.directory}"/>
<classpathElements default-value="${project.testClasspathElements}"/>
<compileSourceRoots default-value="${project.testCompileSourceRoots}"/>
<compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
<compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
<compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
<debug default-value="true">true</debug>
<debuglevel>${maven.compiler.debuglevel}</debuglevel>
<encoding default-value="${project.build.sourceEncoding}">utf-8</encoding>
<executable>${maven.compiler.executable}</executable>
<failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
<forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
<fork default-value="false">true</fork>
<generatedTestSourcesDirectory default-value="${project.build.directory}/generated-test-sources/test-annotations"/>
<maxmem>${maven.compiler.maxmem}</maxmem>
<meminitial>${maven.compiler.meminitial}</meminitial>
<mojoExecution>${mojoExecution}</mojoExecution>
<optimize default-value="false">${maven.compiler.optimize}</optimize>
<outputDirectory default-value="${project.build.testOutputDirectory}"/>
<showDeprecation default-value="false">true</showDeprecation>
<showWarnings default-value="false">true</showWarnings>
<skip>${maven.test.skip}</skip>
<skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
<source default-value="1.5">1.6</source>
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
<target default-value="1.5">1.6</target>
<testSource>${maven.compiler.testSource}</testSource>
<testTarget>${maven.compiler.testTarget}</testTarget>
<useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
<verbose default-value="false">true</verbose>
<mavenSession default-value="${session}"/>
<session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-surefire-plugin:2.15:test (default-test)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<additionalClasspathElements>${maven.test.additionalClasspath}</additionalClasspathElements>
<argLine>${argLine}</argLine>
<basedir default-value="${basedir}"/>
<childDelegation default-value="false">${childDelegation}</childDelegation>
<classesDirectory default-value="${project.build.outputDirectory}"/>
<classpathDependencyExcludes>${maven.test.dependency.excludes}</classpathDependencyExcludes>
<debugForkedProcess>${maven.surefire.debug}</debugForkedProcess>
<dependenciesToScan>${dependenciesToScan}</dependenciesToScan>
<disableXmlReport default-value="false">${disableXmlReport}</disableXmlReport>
<enableAssertions default-value="true">${enableAssertions}</enableAssertions>
<excludedGroups>${excludedGroups}</excludedGroups>
<failIfNoSpecifiedTests>${surefire.failIfNoSpecifiedTests}</failIfNoSpecifiedTests>
<failIfNoTests>${failIfNoTests}</failIfNoTests>
<forkCount default-value="1">${forkCount}</forkCount>
<forkMode default-value="once">${forkMode}</forkMode>
<forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
<groups>${groups}</groups>
<junitArtifactName default-value="junit:junit">${junitArtifactName}</junitArtifactName>
<jvm>${jvm}</jvm>
<localRepository default-value="${localRepository}"/>
<objectFactory>${objectFactory}</objectFactory>
<parallel>${parallel}</parallel>
<parallelMavenExecution default-value="${session.parallel}"/>
<perCoreThreadCount default-value="true">${perCoreThreadCount}</perCoreThreadCount>
<pluginArtifactMap>${plugin.artifactMap}</pluginArtifactMap>
<pluginDescriptor default-value="${plugin}"/>
<printSummary default-value="true">${surefire.printSummary}</printSummary>
<projectArtifactMap>${project.artifactMap}</projectArtifactMap>
<redirectTestOutputToFile default-value="false">${maven.test.redirectTestOutputToFile}</redirectTestOutputToFile>
<remoteRepositories default-value="${project.pluginArtifactRepositories}"/>
<reportFormat default-value="brief">${surefire.reportFormat}</reportFormat>
<reportNameSuffix default-value="">${surefire.reportNameSuffix}</reportNameSuffix>
<reportsDirectory default-value="${project.build.directory}/surefire-reports"/>
<reuseForks default-value="true">${reuseForks}</reuseForks>
<runOrder default-value="filesystem"/>
<skip default-value="false">${maven.test.skip}</skip>
<skipExec>${maven.test.skip.exec}</skipExec>
<skipTests default-value="false">${skipTests}</skipTests>
<test>${test}</test>
<testClassesDirectory default-value="${project.build.testOutputDirectory}"/>
<testFailureIgnore default-value="false">${maven.test.failure.ignore}</testFailureIgnore>
<testNGArtifactName default-value="org.testng:testng">${testNGArtifactName}</testNGArtifactName>
<testSourceDirectory default-value="${project.build.testSourceDirectory}"/>
<threadCount>${threadCount}</threadCount>
<trimStackTrace default-value="true">${trimStackTrace}</trimStackTrace>
<useFile default-value="true">${surefire.useFile}</useFile>
<useManifestOnlyJar default-value="true">${surefire.useManifestOnlyJar}</useManifestOnlyJar>
<useSystemClassLoader default-value="true">${surefire.useSystemClassLoader}</useSystemClassLoader>
<useUnlimitedThreads default-value="false">${useUnlimitedThreads}</useUnlimitedThreads>
<workingDirectory>${basedir}</workingDirectory>
<project default-value="${project}"/>
<session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-jar-plugin:2.4:jar (default-jar)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<classesDirectory default-value="${project.build.outputDirectory}"/>
<defaultManifestFile default-value="${project.build.outputDirectory}/META-INF/MANIFEST.MF"/>
<finalName default-value="${project.build.finalName}">${jar.finalName}</finalName>
<forceCreation default-value="false">${jar.forceCreation}</forceCreation>
<outputDirectory default-value="${project.build.directory}"/>
<project default-value="${project}"/>
<session default-value="${session}"/>
<skipIfEmpty default-value="false">${jar.skipIfEmpty}</skipIfEmpty>
<useDefaultManifestFile default-value="false">${jar.useDefaultManifestFile}</useDefaultManifestFile>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-shade-plugin:2.1:shade (default)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<createDependencyReducedPom default-value="true"/>
<dependencyReducedPomLocation default-value="${basedir}/dependency-reduced-pom.xml"/>
<generateUniqueDependencyReducedPom default-value="false"/>
<localRepository default-value="${localRepository}"/>
<outputDirectory default-value="${project.build.directory}"/>
<outputFile>/home/spectre256/repos/jruby/ext/readline/../../lib/ruby/shared/readline/readline.jar</outputFile>
<remoteArtifactRepositories default-value="${project.remoteArtifactRepositories}"/>
<shadeSourcesContent default-value="false">${shadeSourcesContent}</shadeSourcesContent>
<shadedArtifactId default-value="${project.artifactId}"/>
<shadedClassifierName default-value="shaded"/>
<useBaseVersion default-value="false"/>
<project default-value="${project}"/>
<session default-value="${session}"/>
</configuration>
[DEBUG] =======================================================================
[DEBUG] Could not find metadata com.github.jnr:jffi/maven-metadata.xml in local (/home/spectre256/.m2/repository)
[DEBUG] Skipped remote update check for com.github.jnr:jffi/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Skipped remote update check for com.github.jnr:jffi/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Skipped remote update check for com.github.jnr:jffi/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Could not find metadata com.github.jnr:jffi/maven-metadata.xml in local (/home/spectre256/.m2/repository)
[DEBUG] Skipped remote update check for com.github.jnr:jffi/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Skipped remote update check for com.github.jnr:jffi/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Skipped remote update check for com.github.jnr:jffi/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Could not find metadata com.github.jnr:jnr-x86asm/maven-metadata.xml in local (/home/spectre256/.m2/repository)
[DEBUG] Failure to find com.github.jnr:jnr-x86asm/maven-metadata.xml in https://oss.sonatype.org/content/repositories/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of sonatype has elapsed or updates are forced
[DEBUG] Failure to find com.github.jnr:jnr-x86asm/maven-metadata.xml in https://oss.sonatype.org/content/repositories/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of sonatype-nexus-snapshots has elapsed or updates are forced
[DEBUG] Skipped remote update check for com.github.jnr:jnr-x86asm/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] org.jruby:readline:jar:1.0
[DEBUG] junit:junit:jar:4.11:test
[DEBUG] org.hamcrest:hamcrest-core:jar:1.3:test
[DEBUG] org.jruby:jruby-core:jar:1.7.17-SNAPSHOT:provided
[DEBUG] org.ow2.asm:asm:jar:4.0:provided
[DEBUG] org.ow2.asm:asm-commons:jar:4.0:provided
[DEBUG] org.ow2.asm:asm-tree:jar:4.0:provided
[DEBUG] org.ow2.asm:asm-analysis:jar:4.0:provided
[DEBUG] org.ow2.asm:asm-util:jar:4.0:provided
[DEBUG] org.jruby.joni:joni:jar:2.1.3:provided
[DEBUG] com.github.jnr:jnr-netdb:jar:1.1.2:provided
[DEBUG] com.github.jnr:jnr-enxio:jar:0.4:provided
[DEBUG] com.github.jnr:jnr-x86asm:jar:1.0.2:provided
[DEBUG] com.github.jnr:jnr-unixsocket:jar:0.3:provided
[DEBUG] com.github.jnr:jnr-posix:jar:3.0.7:provided
[DEBUG] org.jruby.extras:bytelist:jar:1.0.11:provided
[DEBUG] com.github.jnr:jnr-constants:jar:0.8.5:provided
[DEBUG] org.jruby.jcodings:jcodings:jar:1.0.10:provided
[DEBUG] com.github.jnr:jnr-ffi:jar:1.0.10:provided
[DEBUG] com.github.jnr:jffi:jar:1.2.7:provided
[DEBUG] com.github.jnr:jffi:jar:native:1.2.7:provided
[DEBUG] org.yaml:snakeyaml:jar:1.13:provided
[DEBUG] com.jcraft:jzlib:jar:1.1.3:provided
[DEBUG] com.headius:invokebinder:jar:1.2:provided
[DEBUG] com.martiansoftware:nailgun-server:jar:0.9.1:provided
[DEBUG] org.jruby:yecht:jar:1.0:provided
[DEBUG] joda-time:joda-time:jar:2.5:provided
[DEBUG] com.headius:options:jar:1.2:provided
[DEBUG] jline:jline:jar:2.11:provided
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ readline ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-enforcer-plugin:1.0:enforce from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-enforcer-plugin:1.0, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-enforcer-plugin:1.0:enforce' with basic configurator -->
[DEBUG] (s) fail = true
[DEBUG] (s) failFast = false
[DEBUG] (f) ignoreCache = false
[DEBUG] (s) project = MavenProject: org.jruby:readline:1.0 @ /home/spectre256/repos/jruby/ext/readline/pom.xml
[DEBUG] (s) version = (,2.1.0),(2.1.0,2.2.0),(2.2.0,)
[DEBUG] (f) message = Maven 2.1.0 and 2.2.0 produce incorrect GPG signatures and checksums respectively.
[DEBUG] (s) rules = [org.apache.maven.plugins.enforcer.RequireMavenVersion@456d3914]
[DEBUG] (s) session = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] (s) skip = false
[DEBUG] -- end configuration --
[DEBUG] Executing rule: org.apache.maven.plugins.enforcer.RequireMavenVersion
[DEBUG] Rule org.apache.maven.plugins.enforcer.RequireMavenVersion is cacheable.
[DEBUG] Key org.apache.maven.plugins.enforcer.RequireMavenVersion 491827297 was found in the cache
[DEBUG] The cached results are still valid. Skipping the rule: org.apache.maven.plugins.enforcer.RequireMavenVersion
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ readline ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.6:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:resources' with basic configurator -->
[DEBUG] (f) buildFilters = []
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) escapeWindowsPaths = true
[DEBUG] (s) includeEmptyDirs = false
[DEBUG] (s) outputDirectory = /home/spectre256/repos/jruby/ext/readline/target/classes
[DEBUG] (s) overwrite = false
[DEBUG] (f) project = MavenProject: org.jruby:readline:1.0 @ /home/spectre256/repos/jruby/ext/readline/pom.xml
[DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/spectre256/repos/jruby/ext/readline/src/main/resources, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] (f) supportMultiLineFiltering = false
[DEBUG] (f) useBuildFilters = true
[DEBUG] (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {env.DESKTOP_SESSION=xfce, env.HISTIGNORE= *, env.OLDPWD=/home/spectre256/repos/jruby, file.encoding.pkg=sun.io, java.home=/opt/oracle-jdk-bin-1.8.0.25/jre, env.DISPLAY=:0.0, env.MOZCONFIG=/home/spectre256/repos/home/dotfiles/mozconfig, env.LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.pdf=00;32:*.ps=00;32:*.txt=00;32:*.patch=00;32:*.diff=00;32:*.log=00;32:*.tex=00;32:*.doc=00;32:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:, github.global.server=github, classworlds.conf=/usr/share/maven-bin-3.0/bin/m2.conf, env.GLADE_CATALOG_PATH=:, env.XDG_SESSION_COOKIE=a0961ebef0d2c2a8bc0118eb54225a7f-1415733840.491219-867268402, java.endorsed.dirs=/opt/oracle-jdk-bin-1.8.0.25/jre/lib/endorsed, version.ruby2_0.patchlevel=195, env.LOGNAME=spectre256, jruby.basedir=/home/spectre256/repos/jruby/ext/readline, version.ruby1_9.major=1.9, env.SESSION_MANAGER=local/laguna:@/tmp/.ICE-unix/2379,unix/laguna:/tmp/.ICE-unix/2379, json.version=1.8.0, sun.os.patch.level=unknown, java.vendor.url=http://java.oracle.com/, java.version=1.8.0_25, version.ruby.major=1.8, bundle.name=JRuby, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, base.javac.version=1.6, env.XDG_MENU_PREFIX=xfce-, env.XDG_DATA_DIRS=/usr/local/share:/usr/share:/usr/share, user.name=spectre256, env.LANG=en_US.utf8, sun.io.unicode.encoding=UnicodeLittle, sun.jnu.encoding=UTF-8, env.DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-gLAi28p8ey,guid=61f0de599e5f03665e2a4d3154626252, java.runtime.name=Java(TM) SE Runtime Environment, rspec-core.version=2.14.2, version.ruby2_0=2.0.0, java.specification.name=Java Platform API Specification, env.JAVAC=/etc/java-config-2/current-system-vm/bin/javac, env.GLADE_PIXMAP_PATH=:, user.timezone=Europe/Berlin, env.LESSOPEN=|lesspipe %s, env.HUSHLOGIN=FALSE, path.separator=:, version.jruby=1.0, file.encoding=UTF-8, version.ruby2_0.revision=40734, env.HOME=/home/spectre256, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -X, env.MANPATH=/etc/java-config-2/current-system-vm/man:/usr/local/share/man:/usr/share/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.3/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.24/man:/etc/java-config-2/current-system-vm/man/:/usr/share/postgresql/man/:/usr/share/postgresql-9.3/man/:/usr/lib64/erlang/man, version.ruby1_9.patchlevel=3922, java.io.tmpdir=/tmp, krypt.version=0.0.2, user.language=en, bundle.symbolic_name=org.jruby.jruby, line.separator=
, env.SSH_AGENT_PID=2296, env.GLADE_MODULE_PATH=:, java.vm.info=mixed mode, sonatypeOssDistMgmtSnapshotsUrl=https://oss.sonatype.org/content/repositories/snapshots/, java.vm.specification.name=Java Virtual Machine Specification, env.ES_BASHCOMP_DIRS=/usr/share/bash-completion/completions, main.basedir=${project.parent.parent.basedir}, env.COLORTERM=xfce4-terminal, base.java.version=1.6, env.EDITOR=/usr/bin/vim, java.awt.printerjob=sun.print.PSPrinterJob, ant.version=1.9.2, rdoc.version=4.1.2, env.WINDOWID=27262980, env.GCC_SPECS=, minitest.version=5.0.7, rake.version=10.1.0, rspec.version=2.14.1, os.name=Linux, java.specification.vendor=Oracle Corporation, env.CONFIG_PROTECT=/usr/share/gnupg/qualified.txt, env.TERM=xterm, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, readline.dir=/home/spectre256/repos/jruby/ext/readline/../../lib/ruby/shared/readline, its.osgi=osgi*/pom.xml, java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib, env.PATH=/home/spectre256/code/bin:/home/spectre256/.gem/ruby/2.1.0/bin:/home/spectre256/code/bin:/home/spectre256/.gem/ruby/2.0.0/bin:/home/spectre256/code/bin:/home/spectre256/.gem/ruby/2.0.0/bin:/home/spectre256/code/bin:/home/spectre256/.gem/ruby/2.0.0/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.3, env.JDK_HOME=/etc/java-config-2/current-system-vm, rspec-mocks.version=2.14.1, jruby-launcher.version=1.0.19, env.INFOPATH=/usr/share/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.3/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.24/info, jffi.version=1.2.7, java.class.version=52.0, env.SHLVL=4, version.ruby2_0.major=2.0, sun.boot.library.path=/opt/oracle-jdk-bin-1.8.0.25/jre/lib/amd64, project.build.sourceEncoding=UTF-8, asm.version=4.0, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, env.USER=spectre256, env.HISTFILESIZE=250000, env.VBOX_APP_HOME=/opt/VirtualBox, version.ruby1_9.revision=39386, rspec-expectations.version=2.14.0, joda.time.version=2.5, version.ruby1_9=1.9.3, env.LESS=-R -M --shift 5, java.vm.specification.version=1.8, env.NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat, awt.toolkit=sun.awt.X11.XToolkit, sun.cpu.isalist=, its.j2ee=j2ee*/pom.xml, java.ext.dirs=/opt/oracle-jdk-bin-1.8.0.25/jre/lib/ext:/usr/java/packages/lib/ext, os.version=3.18.0-rc3+, user.home=/home/spectre256, java.vm.vendor=Oracle Corporation, env.JAVA_HOME=/etc/java-config-2/current-system-vm, env.XAUTHORITY=/home/spectre256/.Xauthority, user.dir=/home/spectre256/repos/jruby, env.XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt, env.OPENGL_PROFILE=xorg-x11, env.WINDOWPATH=7, env.MAIL=/var/mail/spectre256, env.PWD=/home/spectre256/repos/jruby, diff-lcs.version=1.1.3, sun.cpu.endian=little, env.PAGER=/usr/bin/less, version.ruby=1.8.7, version.ruby.patchlevel=370, version.ruby.minor=7, env.RUBYOPT=-rauto_gem, java.vm.version=25.25-b02, java.class.path=/usr/share/maven-bin-3.0/boot/plexus-classworlds-2.4.jar, os.arch=amd64, maven.build.version=Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100), minitest-excludes.version=1.0.2, sun.java.launcher=SUN_STANDARD, env.PRELINK_PATH_MASK=/usr/lib64/libfreebl3.so:/usr/lib64/libnssdbm3.so:/usr/lib64/libsoftokn3.so, env.CONFIG_PROTECT_MASK=/etc/gentoo-release /etc/sandbox.d /etc/fonts/fonts.conf /etc/terminfo /etc/ca-certificates.conf /etc/texmf/web2c /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/revdep-rebuild, jruby.plugins.version=1.0.7-SNAPSHOT, java.vm.specification.vendor=Oracle Corporation, file.separator=/, java.runtime.version=1.8.0_25-b17, env.SSH_AUTH_SOCK=/tmp/gpg-1iiKhj/S.gpg-agent.ssh, sun.boot.class.path=/opt/oracle-jdk-bin-1.8.0.25/jre/lib/resources.jar:/opt/oracle-jdk-bin-1.8.0.25/jre/lib/rt.jar:/opt/oracle-jdk-bin-1.8.0.25/jre/lib/sunrsasign.jar:/opt/oracle-jdk-bin-1.8.0.25/jre/lib/jsse.jar:/opt/oracle-jdk-bin-1.8.0.25/jre/lib/jce.jar:/opt/oracle-jdk-bin-1.8.0.25/jre/lib/charsets.jar:/opt/oracle-jdk-bin-1.8.0.25/jre/lib/jfr.jar:/opt/oracle-jdk-bin-1.8.0.25/jre/classes, env.XDG_CONFIG_DIRS=/etc/xdg:/etc/xdg, maven.version=3.0.4, user.country=US, env.ANT_HOME=/usr/share/ant, env.MULTIOSDIRS=../lib64, env.SHELL=/bin/bash, maven.home=/usr/share/maven-bin-3.0, env.QT_GRAPHICSSYSTEM=raster, env.PYTHONDONTWRITEBYTECODE=true, java.vendor=Oracle Corporation, env.GPG_AGENT_INFO=/tmp/gpg-JP33xO/S.gpg-agent:2296:1, java.specification.version=1.8, invoker.skip=true, sun.arch.data.model=64}
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[DEBUG] resource with targetPath null
directory /home/spectre256/repos/jruby/ext/readline/src/main/resources
excludes []
includes []
[INFO] skip non existing resourceDirectory /home/spectre256/repos/jruby/ext/readline/src/main/resources
[DEBUG] no use filter components
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ readline ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.1:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.1:compile' with basic configurator -->
[DEBUG] (f) basedir = /home/spectre256/repos/jruby/ext/readline
[DEBUG] (f) buildDirectory = /home/spectre256/repos/jruby/ext/readline/target
[DEBUG] (f) classpathElements = [/home/spectre256/repos/jruby/ext/readline/target/classes, /home/spectre256/repos/jruby/core/target/jruby-core-1.7.17-SNAPSHOT.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm/4.0/asm-4.0.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar, /home/spectre256/.m2/repository/org/jruby/joni/joni/2.1.3/joni-2.1.3.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-netdb/1.1.2/jnr-netdb-1.1.2.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-enxio/0.4/jnr-enxio-0.4.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-unixsocket/0.3/jnr-unixsocket-0.3.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-posix/3.0.7/jnr-posix-3.0.7.jar, /home/spectre256/.m2/repository/org/jruby/extras/bytelist/1.0.11/bytelist-1.0.11.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-constants/0.8.5/jnr-constants-0.8.5.jar, /home/spectre256/.m2/repository/org/jruby/jcodings/jcodings/1.0.10/jcodings-1.0.10.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-ffi/1.0.10/jnr-ffi-1.0.10.jar, /home/spectre256/.m2/repository/com/github/jnr/jffi/1.2.7/jffi-1.2.7.jar, /home/spectre256/.m2/repository/com/github/jnr/jffi/1.2.7/jffi-1.2.7-native.jar, /home/spectre256/.m2/repository/org/yaml/snakeyaml/1.13/snakeyaml-1.13.jar, /home/spectre256/.m2/repository/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar, /home/spectre256/.m2/repository/com/headius/invokebinder/1.2/invokebinder-1.2.jar, /home/spectre256/.m2/repository/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.jar, /home/spectre256/.m2/repository/org/jruby/yecht/1.0/yecht-1.0.jar, /home/spectre256/.m2/repository/joda-time/joda-time/2.5/joda-time-2.5.jar, /home/spectre256/.m2/repository/com/headius/options/1.2/options-1.2.jar, /home/spectre256/.m2/repository/jline/jline/2.11/jline-2.11.jar]
[DEBUG] (f) compileSourceRoots = [/home/spectre256/repos/jruby/ext/readline/src/main/java]
[DEBUG] (f) compilerId = javac
[DEBUG] (f) debug = true
[DEBUG] (f) encoding = utf-8
[DEBUG] (f) failOnError = true
[DEBUG] (f) forceJavacCompilerUse = false
[DEBUG] (f) fork = true
[DEBUG] (f) generatedSourcesDirectory = /home/spectre256/repos/jruby/ext/readline/target/generated-sources/annotations
[DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.1:compile {execution: default-compile}
[DEBUG] (f) optimize = false
[DEBUG] (f) outputDirectory = /home/spectre256/repos/jruby/ext/readline/target/classes
[DEBUG] (f) projectArtifact = org.jruby:readline:jar:1.0
[DEBUG] (f) showDeprecation = true
[DEBUG] (f) showWarnings = true
[DEBUG] (f) skipMultiThreadWarning = false
[DEBUG] (f) source = 1.6
[DEBUG] (f) staleMillis = 0
[DEBUG] (f) target = 1.6
[DEBUG] (f) useIncrementalCompilation = true
[DEBUG] (f) verbose = true
[DEBUG] (f) mavenSession = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[DEBUG] Source directories: [/home/spectre256/repos/jruby/ext/readline/src/main/java]
[DEBUG] Classpath: [/home/spectre256/repos/jruby/ext/readline/target/classes
/home/spectre256/repos/jruby/core/target/jruby-core-1.7.17-SNAPSHOT.jar
/home/spectre256/.m2/repository/org/ow2/asm/asm/4.0/asm-4.0.jar
/home/spectre256/.m2/repository/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar
/home/spectre256/.m2/repository/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar
/home/spectre256/.m2/repository/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar
/home/spectre256/.m2/repository/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar
/home/spectre256/.m2/repository/org/jruby/joni/joni/2.1.3/joni-2.1.3.jar
/home/spectre256/.m2/repository/com/github/jnr/jnr-netdb/1.1.2/jnr-netdb-1.1.2.jar
/home/spectre256/.m2/repository/com/github/jnr/jnr-enxio/0.4/jnr-enxio-0.4.jar
/home/spectre256/.m2/repository/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar
/home/spectre256/.m2/repository/com/github/jnr/jnr-unixsocket/0.3/jnr-unixsocket-0.3.jar
/home/spectre256/.m2/repository/com/github/jnr/jnr-posix/3.0.7/jnr-posix-3.0.7.jar
/home/spectre256/.m2/repository/org/jruby/extras/bytelist/1.0.11/bytelist-1.0.11.jar
/home/spectre256/.m2/repository/com/github/jnr/jnr-constants/0.8.5/jnr-constants-0.8.5.jar
/home/spectre256/.m2/repository/org/jruby/jcodings/jcodings/1.0.10/jcodings-1.0.10.jar
/home/spectre256/.m2/repository/com/github/jnr/jnr-ffi/1.0.10/jnr-ffi-1.0.10.jar
/home/spectre256/.m2/repository/com/github/jnr/jffi/1.2.7/jffi-1.2.7.jar
/home/spectre256/.m2/repository/com/github/jnr/jffi/1.2.7/jffi-1.2.7-native.jar
/home/spectre256/.m2/repository/org/yaml/snakeyaml/1.13/snakeyaml-1.13.jar
/home/spectre256/.m2/repository/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar
/home/spectre256/.m2/repository/com/headius/invokebinder/1.2/invokebinder-1.2.jar
/home/spectre256/.m2/repository/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.jar
/home/spectre256/.m2/repository/org/jruby/yecht/1.0/yecht-1.0.jar
/home/spectre256/.m2/repository/joda-time/joda-time/2.5/joda-time-2.5.jar
/home/spectre256/.m2/repository/com/headius/options/1.2/options-1.2.jar
/home/spectre256/.m2/repository/jline/jline/2.11/jline-2.11.jar]
[DEBUG] Output directory: /home/spectre256/repos/jruby/ext/readline/target/classes
[DEBUG] CompilerReuseStrategy: reuseCreated
[DEBUG] useIncrementalCompilation enabled
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-dependency-plugin:2.8:copy (copy jline) @ readline ---
[DEBUG] org.apache.maven.plugins:maven-dependency-plugin:jar:2.8:
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-core:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile
[DEBUG] commons-cli:commons-cli:jar:1.0:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.9:compile
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile
[DEBUG] org.apache.maven.reporting:maven-reporting-impl:jar:2.0.5:compile
[DEBUG] org.apache.maven.doxia:doxia-core:jar:1.0:compile
[DEBUG] org.apache.maven.shared:maven-doxia-tools:jar:1.0.2:compile
[DEBUG] commons-io:commons-io:jar:1.4:compile
[DEBUG] commons-validator:commons-validator:jar:1.2.0:compile
[DEBUG] commons-beanutils:commons-beanutils:jar:1.7.0:compile
[DEBUG] commons-digester:commons-digester:jar:1.6:compile
[DEBUG] commons-logging:commons-logging:jar:1.0.4:compile
[DEBUG] oro:oro:jar:2.0.8:compile
[DEBUG] xml-apis:xml-apis:jar:1.0.b2:compile
[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0:compile
[DEBUG] org.apache.maven.doxia:doxia-site-renderer:jar:1.0:compile
[DEBUG] org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7:compile
[DEBUG] org.codehaus.plexus:plexus-velocity:jar:1.1.7:compile
[DEBUG] org.apache.velocity:velocity:jar:1.5:compile
[DEBUG] org.apache.maven.doxia:doxia-decoration-model:jar:1.0:compile
[DEBUG] org.apache.maven.doxia:doxia-module-apt:jar:1.0:compile
[DEBUG] org.apache.maven.doxia:doxia-module-fml:jar:1.0:compile
[DEBUG] org.apache.maven.doxia:doxia-module-xdoc:jar:1.0:compile
[DEBUG] org.apache.maven.doxia:doxia-module-xhtml:jar:1.0:compile
[DEBUG] org.codehaus.plexus:plexus-archiver:jar:2.3:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.9:compile
[DEBUG] org.apache.maven.shared:file-management:jar:1.2.1:compile
[DEBUG] org.apache.maven.shared:maven-shared-io:jar:1.1:compile
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.1:compile
[DEBUG] org.codehaus.plexus:plexus-io:jar:2.0.6:compile
[DEBUG] org.apache.maven.shared:maven-dependency-analyzer:jar:1.4:compile
[DEBUG] asm:asm:jar:3.3.1:compile
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[DEBUG] org.apache.maven.shared:maven-dependency-tree:jar:2.1:compile
[DEBUG] org.eclipse.aether:aether-util:jar:0.9.0.M2:compile
[DEBUG] org.apache.maven.shared:maven-common-artifact-filters:jar:1.4:compile
[DEBUG] org.apache.maven.shared:maven-invoker:jar:2.0.11:compile
[DEBUG] commons-lang:commons-lang:jar:2.6:compile
[DEBUG] commons-collections:commons-collections:jar:3.2.1:compile
[DEBUG] classworlds:classworlds:jar:1.1:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-dependency-plugin:2.8
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-dependency-plugin:2.8
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-dependency-plugin:2.8
[DEBUG] Included: org.apache.maven.plugins:maven-dependency-plugin:jar:2.8
[DEBUG] Included: commons-cli:commons-cli:jar:1.0
[DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:3.0
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-impl:jar:2.0.5
[DEBUG] Included: org.apache.maven.doxia:doxia-core:jar:1.0
[DEBUG] Included: org.apache.maven.shared:maven-doxia-tools:jar:1.0.2
[DEBUG] Included: commons-io:commons-io:jar:1.4
[DEBUG] Included: commons-validator:commons-validator:jar:1.2.0
[DEBUG] Included: commons-beanutils:commons-beanutils:jar:1.7.0
[DEBUG] Included: commons-digester:commons-digester:jar:1.6
[DEBUG] Included: commons-logging:commons-logging:jar:1.0.4
[DEBUG] Included: oro:oro:jar:2.0.8
[DEBUG] Included: xml-apis:xml-apis:jar:1.0.b2
[DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0
[DEBUG] Included: org.apache.maven.doxia:doxia-site-renderer:jar:1.0
[DEBUG] Included: org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7
[DEBUG] Included: org.codehaus.plexus:plexus-velocity:jar:1.1.7
[DEBUG] Included: org.apache.velocity:velocity:jar:1.5
[DEBUG] Included: org.apache.maven.doxia:doxia-decoration-model:jar:1.0
[DEBUG] Included: org.apache.maven.doxia:doxia-module-apt:jar:1.0
[DEBUG] Included: org.apache.maven.doxia:doxia-module-fml:jar:1.0
[DEBUG] Included: org.apache.maven.doxia:doxia-module-xdoc:jar:1.0
[DEBUG] Included: org.apache.maven.doxia:doxia-module-xhtml:jar:1.0
[DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:2.3
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.9
[DEBUG] Included: org.apache.maven.shared:file-management:jar:1.2.1
[DEBUG] Included: org.apache.maven.shared:maven-shared-io:jar:1.1
[DEBUG] Included: junit:junit:jar:3.8.1
[DEBUG] Included: org.codehaus.plexus:plexus-io:jar:2.0.6
[DEBUG] Included: org.apache.maven.shared:maven-dependency-analyzer:jar:1.4
[DEBUG] Included: asm:asm:jar:3.3.1
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[DEBUG] Included: org.apache.maven.shared:maven-dependency-tree:jar:2.1
[DEBUG] Included: org.eclipse.aether:aether-util:jar:0.9.0.M2
[DEBUG] Included: org.apache.maven.shared:maven-common-artifact-filters:jar:1.4
[DEBUG] Included: org.apache.maven.shared:maven-invoker:jar:2.0.11
[DEBUG] Included: commons-lang:commons-lang:jar:2.6
[DEBUG] Included: commons-collections:commons-collections:jar:3.2.1
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-project:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-model:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-core:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-error-diagnostics:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-monitor:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.9
[DEBUG] Excluded: org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
[DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] Excluded: classworlds:classworlds:jar:1.1
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-dependency-plugin:2.8:copy from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-dependency-plugin:2.8, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-dependency-plugin:2.8:copy' with basic configurator -->
[DEBUG] (s) groupId = jline
[DEBUG] (s) artifactId = jline
[DEBUG] (s) version = 2.11
[DEBUG] (s) type = jar
[DEBUG] (s) overWrite = false
[DEBUG] (s) outputDirectory = /home/spectre256/repos/jruby/ext/readline/../../lib/ruby/shared/readline
[DEBUG] (s) artifactItems = [jline:jline:2.11:jar]
[DEBUG] (s) local = id: local
url: file:///home/spectre256/.m2/repository/
layout: none
[DEBUG] (f) outputAbsoluteArtifactFilename = false
[DEBUG] (s) outputDirectory = /home/spectre256/repos/jruby/ext/readline/target/dependency
[DEBUG] (s) overWriteIfNewer = true
[DEBUG] (s) overWriteReleases = false
[DEBUG] (s) overWriteSnapshots = false
[DEBUG] (f) prependGroupId = false
[DEBUG] (f) reactorProjects = [MavenProject: org.jruby:jruby-parent:1.7.17-SNAPSHOT @ /home/spectre256/repos/jruby/pom.xml, MavenProject: org.jruby:jruby-core:1.7.17-SNAPSHOT @ /home/spectre256/repos/jruby/core/pom.xml, MavenProject: org.jruby:jruby-ext:1.7.17-SNAPSHOT @ /home/spectre256/repos/jruby/ext/pom.xml, MavenProject: org.jruby:readline:1.0 @ /home/spectre256/repos/jruby/ext/readline/pom.xml, MavenProject: org.jruby:ripper:1.7.17-SNAPSHOT @ /home/spectre256/repos/jruby/ext/ripper/pom.xml, MavenProject: org.jruby:jruby-lib:1.7.17-SNAPSHOT @ /home/spectre256/repos/jruby/lib/pom.xml]
[DEBUG] (s) remoteRepos = [ id: sonatype
url: https://oss.sonatype.org/content/repositories/snapshots/
layout: default
snapshots: [enabled => true, update => daily]
releases: [enabled => false, update => daily]
, id: sonatype-nexus-snapshots
url: https://oss.sonatype.org/content/repositories/snapshots
layout: default
snapshots: [enabled => true, update => daily]
releases: [enabled => false, update => daily]
, id: central
url: http://repo.maven.apache.org/maven2
layout: default
snapshots: [enabled => false, update => daily]
releases: [enabled => true, update => daily]
]
[DEBUG] (f) silent = false
[DEBUG] (s) skip = false
[DEBUG] (s) stripClassifier = false
[DEBUG] (s) stripVersion = false
[DEBUG] (s) useBaseVersion = false
[DEBUG] (f) project = MavenProject: org.jruby:readline:1.0 @ /home/spectre256/repos/jruby/ext/readline/pom.xml
[DEBUG] -- end configuration --
[INFO] Configured Artifact: jline:jline:2.11:jar
[INFO] jline:jline:2.11:jar already exists in /home/spectre256/repos/jruby/ext/readline/../../lib/ruby/shared/readline
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ readline ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.6:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:testResources' with basic configurator -->
[DEBUG] (f) buildFilters = []
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) escapeWindowsPaths = true
[DEBUG] (s) includeEmptyDirs = false
[DEBUG] (s) outputDirectory = /home/spectre256/repos/jruby/ext/readline/target/test-classes
[DEBUG] (s) overwrite = false
[DEBUG] (f) project = MavenProject: org.jruby:readline:1.0 @ /home/spectre256/repos/jruby/ext/readline/pom.xml
[DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/spectre256/repos/jruby/ext/readline/src/test/resources, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] (f) supportMultiLineFiltering = false
[DEBUG] (f) useBuildFilters = true
[DEBUG] (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {env.DESKTOP_SESSION=xfce, env.HISTIGNORE= *, env.OLDPWD=/home/spectre256/repos/jruby, file.encoding.pkg=sun.io, java.home=/opt/oracle-jdk-bin-1.8.0.25/jre, env.DISPLAY=:0.0, env.MOZCONFIG=/home/spectre256/repos/home/dotfiles/mozconfig, env.LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.pdf=00;32:*.ps=00;32:*.txt=00;32:*.patch=00;32:*.diff=00;32:*.log=00;32:*.tex=00;32:*.doc=00;32:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:, github.global.server=github, classworlds.conf=/usr/share/maven-bin-3.0/bin/m2.conf, env.GLADE_CATALOG_PATH=:, env.XDG_SESSION_COOKIE=a0961ebef0d2c2a8bc0118eb54225a7f-1415733840.491219-867268402, java.endorsed.dirs=/opt/oracle-jdk-bin-1.8.0.25/jre/lib/endorsed, version.ruby2_0.patchlevel=195, env.LOGNAME=spectre256, jruby.basedir=/home/spectre256/repos/jruby/ext/readline, version.ruby1_9.major=1.9, env.SESSION_MANAGER=local/laguna:@/tmp/.ICE-unix/2379,unix/laguna:/tmp/.ICE-unix/2379, json.version=1.8.0, sun.os.patch.level=unknown, java.vendor.url=http://java.oracle.com/, java.version=1.8.0_25, version.ruby.major=1.8, bundle.name=JRuby, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, base.javac.version=1.6, env.XDG_MENU_PREFIX=xfce-, env.XDG_DATA_DIRS=/usr/local/share:/usr/share:/usr/share, user.name=spectre256, env.LANG=en_US.utf8, sun.io.unicode.encoding=UnicodeLittle, sun.jnu.encoding=UTF-8, env.DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-gLAi28p8ey,guid=61f0de599e5f03665e2a4d3154626252, java.runtime.name=Java(TM) SE Runtime Environment, rspec-core.version=2.14.2, version.ruby2_0=2.0.0, java.specification.name=Java Platform API Specification, env.JAVAC=/etc/java-config-2/current-system-vm/bin/javac, env.GLADE_PIXMAP_PATH=:, user.timezone=Europe/Berlin, env.LESSOPEN=|lesspipe %s, env.HUSHLOGIN=FALSE, path.separator=:, version.jruby=1.0, file.encoding=UTF-8, version.ruby2_0.revision=40734, env.HOME=/home/spectre256, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -X, env.MANPATH=/etc/java-config-2/current-system-vm/man:/usr/local/share/man:/usr/share/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.3/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.24/man:/etc/java-config-2/current-system-vm/man/:/usr/share/postgresql/man/:/usr/share/postgresql-9.3/man/:/usr/lib64/erlang/man, version.ruby1_9.patchlevel=3922, java.io.tmpdir=/tmp, krypt.version=0.0.2, user.language=en, bundle.symbolic_name=org.jruby.jruby, line.separator=
, env.SSH_AGENT_PID=2296, env.GLADE_MODULE_PATH=:, java.vm.info=mixed mode, sonatypeOssDistMgmtSnapshotsUrl=https://oss.sonatype.org/content/repositories/snapshots/, java.vm.specification.name=Java Virtual Machine Specification, env.ES_BASHCOMP_DIRS=/usr/share/bash-completion/completions, main.basedir=${project.parent.parent.basedir}, env.COLORTERM=xfce4-terminal, base.java.version=1.6, env.EDITOR=/usr/bin/vim, java.awt.printerjob=sun.print.PSPrinterJob, ant.version=1.9.2, rdoc.version=4.1.2, env.WINDOWID=27262980, env.GCC_SPECS=, minitest.version=5.0.7, rake.version=10.1.0, rspec.version=2.14.1, os.name=Linux, java.specification.vendor=Oracle Corporation, env.CONFIG_PROTECT=/usr/share/gnupg/qualified.txt, env.TERM=xterm, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, readline.dir=/home/spectre256/repos/jruby/ext/readline/../../lib/ruby/shared/readline, its.osgi=osgi*/pom.xml, java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib, env.PATH=/home/spectre256/code/bin:/home/spectre256/.gem/ruby/2.1.0/bin:/home/spectre256/code/bin:/home/spectre256/.gem/ruby/2.0.0/bin:/home/spectre256/code/bin:/home/spectre256/.gem/ruby/2.0.0/bin:/home/spectre256/code/bin:/home/spectre256/.gem/ruby/2.0.0/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.3, env.JDK_HOME=/etc/java-config-2/current-system-vm, rspec-mocks.version=2.14.1, jruby-launcher.version=1.0.19, env.INFOPATH=/usr/share/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.3/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.24/info, jffi.version=1.2.7, java.class.version=52.0, env.SHLVL=4, version.ruby2_0.major=2.0, sun.boot.library.path=/opt/oracle-jdk-bin-1.8.0.25/jre/lib/amd64, project.build.sourceEncoding=UTF-8, asm.version=4.0, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, env.USER=spectre256, env.HISTFILESIZE=250000, env.VBOX_APP_HOME=/opt/VirtualBox, version.ruby1_9.revision=39386, rspec-expectations.version=2.14.0, joda.time.version=2.5, version.ruby1_9=1.9.3, env.LESS=-R -M --shift 5, java.vm.specification.version=1.8, env.NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat, awt.toolkit=sun.awt.X11.XToolkit, sun.cpu.isalist=, its.j2ee=j2ee*/pom.xml, java.ext.dirs=/opt/oracle-jdk-bin-1.8.0.25/jre/lib/ext:/usr/java/packages/lib/ext, os.version=3.18.0-rc3+, user.home=/home/spectre256, java.vm.vendor=Oracle Corporation, env.JAVA_HOME=/etc/java-config-2/current-system-vm, env.XAUTHORITY=/home/spectre256/.Xauthority, user.dir=/home/spectre256/repos/jruby, env.XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt, env.OPENGL_PROFILE=xorg-x11, env.WINDOWPATH=7, env.MAIL=/var/mail/spectre256, env.PWD=/home/spectre256/repos/jruby, diff-lcs.version=1.1.3, sun.cpu.endian=little, env.PAGER=/usr/bin/less, version.ruby=1.8.7, version.ruby.patchlevel=370, version.ruby.minor=7, env.RUBYOPT=-rauto_gem, java.vm.version=25.25-b02, java.class.path=/usr/share/maven-bin-3.0/boot/plexus-classworlds-2.4.jar, os.arch=amd64, maven.build.version=Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100), minitest-excludes.version=1.0.2, sun.java.launcher=SUN_STANDARD, env.PRELINK_PATH_MASK=/usr/lib64/libfreebl3.so:/usr/lib64/libnssdbm3.so:/usr/lib64/libsoftokn3.so, env.CONFIG_PROTECT_MASK=/etc/gentoo-release /etc/sandbox.d /etc/fonts/fonts.conf /etc/terminfo /etc/ca-certificates.conf /etc/texmf/web2c /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/revdep-rebuild, jruby.plugins.version=1.0.7-SNAPSHOT, java.vm.specification.vendor=Oracle Corporation, file.separator=/, java.runtime.version=1.8.0_25-b17, env.SSH_AUTH_SOCK=/tmp/gpg-1iiKhj/S.gpg-agent.ssh, sun.boot.class.path=/opt/oracle-jdk-bin-1.8.0.25/jre/lib/resources.jar:/opt/oracle-jdk-bin-1.8.0.25/jre/lib/rt.jar:/opt/oracle-jdk-bin-1.8.0.25/jre/lib/sunrsasign.jar:/opt/oracle-jdk-bin-1.8.0.25/jre/lib/jsse.jar:/opt/oracle-jdk-bin-1.8.0.25/jre/lib/jce.jar:/opt/oracle-jdk-bin-1.8.0.25/jre/lib/charsets.jar:/opt/oracle-jdk-bin-1.8.0.25/jre/lib/jfr.jar:/opt/oracle-jdk-bin-1.8.0.25/jre/classes, env.XDG_CONFIG_DIRS=/etc/xdg:/etc/xdg, maven.version=3.0.4, user.country=US, env.ANT_HOME=/usr/share/ant, env.MULTIOSDIRS=../lib64, env.SHELL=/bin/bash, maven.home=/usr/share/maven-bin-3.0, env.QT_GRAPHICSSYSTEM=raster, env.PYTHONDONTWRITEBYTECODE=true, java.vendor=Oracle Corporation, env.GPG_AGENT_INFO=/tmp/gpg-JP33xO/S.gpg-agent:2296:1, java.specification.version=1.8, invoker.skip=true, sun.arch.data.model=64}
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[DEBUG] resource with targetPath null
directory /home/spectre256/repos/jruby/ext/readline/src/test/resources
excludes []
includes []
[INFO] skip non existing resourceDirectory /home/spectre256/repos/jruby/ext/readline/src/test/resources
[DEBUG] no use filter components
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ readline ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile' with basic configurator -->
[DEBUG] (f) basedir = /home/spectre256/repos/jruby/ext/readline
[DEBUG] (f) buildDirectory = /home/spectre256/repos/jruby/ext/readline/target
[DEBUG] (f) classpathElements = [/home/spectre256/repos/jruby/ext/readline/target/test-classes, /home/spectre256/repos/jruby/ext/readline/target/classes, /home/spectre256/.m2/repository/junit/junit/4.11/junit-4.11.jar, /home/spectre256/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar, /home/spectre256/repos/jruby/core/target/jruby-core-1.7.17-SNAPSHOT.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm/4.0/asm-4.0.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar, /home/spectre256/.m2/repository/org/jruby/joni/joni/2.1.3/joni-2.1.3.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-netdb/1.1.2/jnr-netdb-1.1.2.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-enxio/0.4/jnr-enxio-0.4.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-unixsocket/0.3/jnr-unixsocket-0.3.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-posix/3.0.7/jnr-posix-3.0.7.jar, /home/spectre256/.m2/repository/org/jruby/extras/bytelist/1.0.11/bytelist-1.0.11.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-constants/0.8.5/jnr-constants-0.8.5.jar, /home/spectre256/.m2/repository/org/jruby/jcodings/jcodings/1.0.10/jcodings-1.0.10.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-ffi/1.0.10/jnr-ffi-1.0.10.jar, /home/spectre256/.m2/repository/com/github/jnr/jffi/1.2.7/jffi-1.2.7.jar, /home/spectre256/.m2/repository/com/github/jnr/jffi/1.2.7/jffi-1.2.7-native.jar, /home/spectre256/.m2/repository/org/yaml/snakeyaml/1.13/snakeyaml-1.13.jar, /home/spectre256/.m2/repository/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar, /home/spectre256/.m2/repository/com/headius/invokebinder/1.2/invokebinder-1.2.jar, /home/spectre256/.m2/repository/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.jar, /home/spectre256/.m2/repository/org/jruby/yecht/1.0/yecht-1.0.jar, /home/spectre256/.m2/repository/joda-time/joda-time/2.5/joda-time-2.5.jar, /home/spectre256/.m2/repository/com/headius/options/1.2/options-1.2.jar, /home/spectre256/.m2/repository/jline/jline/2.11/jline-2.11.jar]
[DEBUG] (f) compileSourceRoots = [/home/spectre256/repos/jruby/ext/readline/src/test/java]
[DEBUG] (f) compilerId = javac
[DEBUG] (f) debug = true
[DEBUG] (f) encoding = utf-8
[DEBUG] (f) failOnError = true
[DEBUG] (f) forceJavacCompilerUse = false
[DEBUG] (f) fork = true
[DEBUG] (f) generatedTestSourcesDirectory = /home/spectre256/repos/jruby/ext/readline/target/generated-test-sources/test-annotations
[DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile {execution: default-testCompile}
[DEBUG] (f) optimize = false
[DEBUG] (f) outputDirectory = /home/spectre256/repos/jruby/ext/readline/target/test-classes
[DEBUG] (f) showDeprecation = true
[DEBUG] (f) showWarnings = true
[DEBUG] (f) skipMultiThreadWarning = false
[DEBUG] (f) source = 1.6
[DEBUG] (f) staleMillis = 0
[DEBUG] (f) target = 1.6
[DEBUG] (f) useIncrementalCompilation = true
[DEBUG] (f) verbose = true
[DEBUG] (f) mavenSession = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ readline ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-surefire-plugin:2.15:test from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-surefire-plugin:2.15, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-surefire-plugin:2.15:test' with basic configurator -->
[DEBUG] (s) additionalClasspathElements = []
[DEBUG] (s) basedir = /home/spectre256/repos/jruby/ext/readline
[DEBUG] (s) childDelegation = false
[DEBUG] (s) classesDirectory = /home/spectre256/repos/jruby/ext/readline/target/classes
[DEBUG] (s) classpathDependencyExcludes = []
[DEBUG] (s) dependenciesToScan = []
[DEBUG] (s) disableXmlReport = false
[DEBUG] (s) enableAssertions = true
[DEBUG] (f) forkCount = 1
[DEBUG] (s) forkMode = once
[DEBUG] (s) junitArtifactName = junit:junit
[DEBUG] (s) localRepository = id: local
url: file:///home/spectre256/.m2/repository/
layout: none
[DEBUG] (f) parallelMavenExecution = false
[DEBUG] (s) perCoreThreadCount = true
[DEBUG] (s) pluginArtifactMap = {org.apache.maven.plugins:maven-surefire-plugin=org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.15:, org.apache.maven.surefire:maven-surefire-common=org.apache.maven.surefire:maven-surefire-common:jar:2.15:compile, org.apache.maven.surefire:surefire-booter=org.apache.maven.surefire:surefire-booter:jar:2.15:compile, org.codehaus.plexus:plexus-utils=org.codehaus.plexus:plexus-utils:jar:1.5.1:compile, org.apache.maven.reporting:maven-reporting-api=org.apache.maven.reporting:maven-reporting-api:jar:2.0.9:compile, org.apache.commons:commons-lang3=org.apache.commons:commons-lang3:jar:3.1:compile, org.apache.maven.surefire:surefire-api=org.apache.maven.surefire:surefire-api:jar:2.15:compile, org.apache.maven.plugin-tools:maven-plugin-annotations=org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.2:compile}
[DEBUG] (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.SurefirePlugin', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.15:test'
role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.HelpMojo', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.15:help'
---
[DEBUG] (s) printSummary = true
[DEBUG] (s) projectArtifactMap = {junit:junit=junit:junit:jar:4.11:test, org.hamcrest:hamcrest-core=org.hamcrest:hamcrest-core:jar:1.3:test, org.jruby:jruby-core=org.jruby:jruby-core:jar:1.7.17-SNAPSHOT:provided, org.ow2.asm:asm=org.ow2.asm:asm:jar:4.0:provided, org.ow2.asm:asm-commons=org.ow2.asm:asm-commons:jar:4.0:provided, org.ow2.asm:asm-tree=org.ow2.asm:asm-tree:jar:4.0:provided, org.ow2.asm:asm-analysis=org.ow2.asm:asm-analysis:jar:4.0:provided, org.ow2.asm:asm-util=org.ow2.asm:asm-util:jar:4.0:provided, org.jruby.joni:joni=org.jruby.joni:joni:jar:2.1.3:provided, com.github.jnr:jnr-netdb=com.github.jnr:jnr-netdb:jar:1.1.2:provided, com.github.jnr:jnr-enxio=com.github.jnr:jnr-enxio:jar:0.4:provided, com.github.jnr:jnr-x86asm=com.github.jnr:jnr-x86asm:jar:1.0.2:provided, com.github.jnr:jnr-unixsocket=com.github.jnr:jnr-unixsocket:jar:0.3:provided, com.github.jnr:jnr-posix=com.github.jnr:jnr-posix:jar:3.0.7:provided, org.jruby.extras:bytelist=org.jruby.extras:bytelist:jar:1.0.11:provided, com.github.jnr:jnr-constants=com.github.jnr:jnr-constants:jar:0.8.5:provided, org.jruby.jcodings:jcodings=org.jruby.jcodings:jcodings:jar:1.0.10:provided, com.github.jnr:jnr-ffi=com.github.jnr:jnr-ffi:jar:1.0.10:provided, com.github.jnr:jffi=com.github.jnr:jffi:jar:native:1.2.7:provided, org.yaml:snakeyaml=org.yaml:snakeyaml:jar:1.13:provided, com.jcraft:jzlib=com.jcraft:jzlib:jar:1.1.3:provided, com.headius:invokebinder=com.headius:invokebinder:jar:1.2:provided, com.martiansoftware:nailgun-server=com.martiansoftware:nailgun-server:jar:0.9.1:provided, org.jruby:yecht=org.jruby:yecht:jar:1.0:provided, joda-time:joda-time=joda-time:joda-time:jar:2.5:provided, com.headius:options=com.headius:options:jar:1.2:provided, jline:jline=jline:jline:jar:2.11:provided}
[DEBUG] (s) redirectTestOutputToFile = false
[DEBUG] (s) remoteRepositories = [ id: sonatype snapshots
url: https://oss.sonatype.org/content/repositories/snapshots/
layout: default
snapshots: [enabled => true, update => daily]
releases: [enabled => false, update => daily]
, id: central
url: http://repo.maven.apache.org/maven2
layout: default
snapshots: [enabled => false, update => daily]
releases: [enabled => true, update => never]
]
[DEBUG] (s) reportFormat = brief
[DEBUG] (s) reportsDirectory = /home/spectre256/repos/jruby/ext/readline/target/surefire-reports
[DEBUG] (f) reuseForks = true
[DEBUG] (s) runOrder = filesystem
[DEBUG] (s) skip = false
[DEBUG] (s) skipTests = false
[DEBUG] (s) testClassesDirectory = /home/spectre256/repos/jruby/ext/readline/target/test-classes
[DEBUG] (s) testFailureIgnore = false
[DEBUG] (s) testNGArtifactName = org.testng:testng
[DEBUG] (s) testSourceDirectory = /home/spectre256/repos/jruby/ext/readline/src/test/java
[DEBUG] (s) trimStackTrace = true
[DEBUG] (s) useFile = true
[DEBUG] (s) useManifestOnlyJar = true
[DEBUG] (s) useSystemClassLoader = true
[DEBUG] (s) useUnlimitedThreads = false
[DEBUG] (s) workingDirectory = /home/spectre256/repos/jruby/ext/readline
[DEBUG] (s) project = MavenProject: org.jruby:readline:1.0 @ /home/spectre256/repos/jruby/ext/readline/pom.xml
[DEBUG] (s) session = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] -- end configuration --
[INFO] No tests to run.
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ readline ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-jar-plugin:2.4:jar from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-jar-plugin:2.4, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-jar-plugin:2.4:jar' with basic configurator -->
[DEBUG] (f) classesDirectory = /home/spectre256/repos/jruby/ext/readline/target/classes
[DEBUG] (f) defaultManifestFile = /home/spectre256/repos/jruby/ext/readline/target/classes/META-INF/MANIFEST.MF
[DEBUG] (f) finalName = readline-1.0
[DEBUG] (f) forceCreation = false
[DEBUG] (f) outputDirectory = /home/spectre256/repos/jruby/ext/readline/target
[DEBUG] (f) project = MavenProject: org.jruby:readline:1.0 @ /home/spectre256/repos/jruby/ext/readline/pom.xml
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] (f) skipIfEmpty = false
[DEBUG] (f) useDefaultManifestFile = false
[DEBUG] -- end configuration --
[DEBUG] isUp2date: true
[DEBUG] Archive /home/spectre256/repos/jruby/ext/readline/target/readline-1.0.jar is uptodate.
[INFO]
[INFO] --- maven-shade-plugin:2.1:shade (default) @ readline ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-shade-plugin:2.1:shade from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-shade-plugin:2.1, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-shade-plugin:2.1:shade' with basic configurator -->
[DEBUG] (f) createDependencyReducedPom = true
[DEBUG] (f) dependencyReducedPomLocation = /home/spectre256/repos/jruby/ext/readline/dependency-reduced-pom.xml
[DEBUG] (f) generateUniqueDependencyReducedPom = false
[DEBUG] (f) localRepository = id: local
url: file:///home/spectre256/.m2/repository/
layout: none
[DEBUG] (f) outputDirectory = /home/spectre256/repos/jruby/ext/readline/target
[DEBUG] (f) outputFile = /home/spectre256/repos/jruby/ext/readline/../../lib/ruby/shared/readline/readline.jar
[DEBUG] (f) remoteArtifactRepositories = [ id: sonatype
url: https://oss.sonatype.org/content/repositories/snapshots/
layout: default
snapshots: [enabled => true, update => daily]
releases: [enabled => false, update => daily]
, id: sonatype-nexus-snapshots
url: https://oss.sonatype.org/content/repositories/snapshots
layout: default
snapshots: [enabled => true, update => daily]
releases: [enabled => false, update => daily]
, id: central
url: http://repo.maven.apache.org/maven2
layout: default
snapshots: [enabled => false, update => daily]
releases: [enabled => true, update => daily]
]
[DEBUG] (f) shadeSourcesContent = false
[DEBUG] (f) shadedArtifactId = readline
[DEBUG] (f) shadedClassifierName = shaded
[DEBUG] (f) useBaseVersion = false
[DEBUG] (f) project = MavenProject: org.jruby:readline:1.0 @ /home/spectre256/repos/jruby/ext/readline/pom.xml
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] -- end configuration --
[DEBUG] Processing JAR /home/spectre256/repos/jruby/ext/readline/target/readline-1.0.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JRuby Ripper 1.7.17-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project: org.jruby:ripper:1.7.17-SNAPSHOT
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [compile, runtime, test]
[DEBUG] Repositories (dependencies): [sonatype (https://oss.sonatype.org/content/repositories/snapshots/, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, snapshots), central (http://repo.maven.apache.org/maven2, releases)]
[DEBUG] Repositories (plugins) : [sonatype snapshots (https://oss.sonatype.org/content/repositories/snapshots/, snapshots), central (http://repo.maven.apache.org/maven2, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-enforcer-plugin:1.0:enforce (enforce-maven)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<fail default-value="true">${enforcer.fail}</fail>
<failFast default-value="false">${enforcer.failFast}</failFast>
<ignoreCache default-value="false">${enforcer.ignoreCache}</ignoreCache>
<project>${project}</project>
<rules>
<requireMavenVersion>
<version>(,2.1.0),(2.1.0,2.2.0),(2.2.0,)</version>
<message>Maven 2.1.0 and 2.2.0 produce incorrect GPG signatures and checksums respectively.</message>
</requireMavenVersion>
</rules>
<session>${session}</session>
<skip default-value="false">${enforcer.skip}</skip>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.6:resources (default-resources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<buildFilters default-value="${project.build.filters}"/>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<escapeString>${maven.resources.escapeString}</escapeString>
<escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
<includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<overwrite default-value="false">${maven.resources.overwrite}</overwrite>
<project default-value="${project}"/>
<resources default-value="${project.resources}"/>
<session default-value="${session}"/>
<supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>
<useBuildFilters default-value="true"/>
<useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<basedir default-value="${basedir}"/>
<buildDirectory default-value="${project.build.directory}"/>
<classpathElements default-value="${project.compileClasspathElements}"/>
<compileSourceRoots default-value="${project.compileSourceRoots}"/>
<compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
<compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
<compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
<debug default-value="true">true</debug>
<debuglevel>${maven.compiler.debuglevel}</debuglevel>
<encoding default-value="${project.build.sourceEncoding}">utf-8</encoding>
<executable>${maven.compiler.executable}</executable>
<failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
<forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
<fork default-value="false">true</fork>
<generatedSourcesDirectory default-value="${project.build.directory}/generated-sources/annotations"/>
<maxmem>${maven.compiler.maxmem}</maxmem>
<meminitial>${maven.compiler.meminitial}</meminitial>
<mojoExecution>${mojoExecution}</mojoExecution>
<optimize default-value="false">${maven.compiler.optimize}</optimize>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<projectArtifact default-value="${project.artifact}"/>
<showDeprecation default-value="false">true</showDeprecation>
<showWarnings default-value="false">true</showWarnings>
<skipMain>${maven.main.skip}</skipMain>
<skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
<source default-value="1.5">1.6</source>
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
<target default-value="1.5">1.6</target>
<useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
<verbose default-value="false">true</verbose>
<mavenSession default-value="${session}"/>
<session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.6:testResources (default-testResources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<buildFilters default-value="${project.build.filters}"/>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<escapeString>${maven.resources.escapeString}</escapeString>
<escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
<includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
<outputDirectory default-value="${project.build.testOutputDirectory}"/>
<overwrite default-value="false">${maven.resources.overwrite}</overwrite>
<project default-value="${project}"/>
<resources default-value="${project.testResources}"/>
<session default-value="${session}"/>
<skip>${maven.test.skip}</skip>
<supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>
<useBuildFilters default-value="true"/>
<useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<basedir default-value="${basedir}"/>
<buildDirectory default-value="${project.build.directory}"/>
<classpathElements default-value="${project.testClasspathElements}"/>
<compileSourceRoots default-value="${project.testCompileSourceRoots}"/>
<compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
<compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
<compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
<debug default-value="true">true</debug>
<debuglevel>${maven.compiler.debuglevel}</debuglevel>
<encoding default-value="${project.build.sourceEncoding}">utf-8</encoding>
<executable>${maven.compiler.executable}</executable>
<failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
<forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
<fork default-value="false">true</fork>
<generatedTestSourcesDirectory default-value="${project.build.directory}/generated-test-sources/test-annotations"/>
<maxmem>${maven.compiler.maxmem}</maxmem>
<meminitial>${maven.compiler.meminitial}</meminitial>
<mojoExecution>${mojoExecution}</mojoExecution>
<optimize default-value="false">${maven.compiler.optimize}</optimize>
<outputDirectory default-value="${project.build.testOutputDirectory}"/>
<showDeprecation default-value="false">true</showDeprecation>
<showWarnings default-value="false">true</showWarnings>
<skip>${maven.test.skip}</skip>
<skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
<source default-value="1.5">1.6</source>
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
<target default-value="1.5">1.6</target>
<testSource>${maven.compiler.testSource}</testSource>
<testTarget>${maven.compiler.testTarget}</testTarget>
<useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
<verbose default-value="false">true</verbose>
<mavenSession default-value="${session}"/>
<session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-surefire-plugin:2.15:test (default-test)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<additionalClasspathElements>${maven.test.additionalClasspath}</additionalClasspathElements>
<argLine>${argLine}</argLine>
<basedir default-value="${basedir}"/>
<childDelegation default-value="false">${childDelegation}</childDelegation>
<classesDirectory default-value="${project.build.outputDirectory}"/>
<classpathDependencyExcludes>${maven.test.dependency.excludes}</classpathDependencyExcludes>
<debugForkedProcess>${maven.surefire.debug}</debugForkedProcess>
<dependenciesToScan>${dependenciesToScan}</dependenciesToScan>
<disableXmlReport default-value="false">${disableXmlReport}</disableXmlReport>
<enableAssertions default-value="true">${enableAssertions}</enableAssertions>
<excludedGroups>${excludedGroups}</excludedGroups>
<failIfNoSpecifiedTests>${surefire.failIfNoSpecifiedTests}</failIfNoSpecifiedTests>
<failIfNoTests>${failIfNoTests}</failIfNoTests>
<forkCount default-value="1">${forkCount}</forkCount>
<forkMode default-value="once">${forkMode}</forkMode>
<forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
<groups>${groups}</groups>
<junitArtifactName default-value="junit:junit">${junitArtifactName}</junitArtifactName>
<jvm>${jvm}</jvm>
<localRepository default-value="${localRepository}"/>
<objectFactory>${objectFactory}</objectFactory>
<parallel>${parallel}</parallel>
<parallelMavenExecution default-value="${session.parallel}"/>
<perCoreThreadCount default-value="true">${perCoreThreadCount}</perCoreThreadCount>
<pluginArtifactMap>${plugin.artifactMap}</pluginArtifactMap>
<pluginDescriptor default-value="${plugin}"/>
<printSummary default-value="true">${surefire.printSummary}</printSummary>
<projectArtifactMap>${project.artifactMap}</projectArtifactMap>
<redirectTestOutputToFile default-value="false">${maven.test.redirectTestOutputToFile}</redirectTestOutputToFile>
<remoteRepositories default-value="${project.pluginArtifactRepositories}"/>
<reportFormat default-value="brief">${surefire.reportFormat}</reportFormat>
<reportNameSuffix default-value="">${surefire.reportNameSuffix}</reportNameSuffix>
<reportsDirectory default-value="${project.build.directory}/surefire-reports"/>
<reuseForks default-value="true">${reuseForks}</reuseForks>
<runOrder default-value="filesystem"/>
<skip default-value="false">${maven.test.skip}</skip>
<skipExec>${maven.test.skip.exec}</skipExec>
<skipTests default-value="false">${skipTests}</skipTests>
<test>${test}</test>
<testClassesDirectory default-value="${project.build.testOutputDirectory}"/>
<testFailureIgnore default-value="false">${maven.test.failure.ignore}</testFailureIgnore>
<testNGArtifactName default-value="org.testng:testng">${testNGArtifactName}</testNGArtifactName>
<testSourceDirectory default-value="${project.build.testSourceDirectory}"/>
<threadCount>${threadCount}</threadCount>
<trimStackTrace default-value="true">${trimStackTrace}</trimStackTrace>
<useFile default-value="true">${surefire.useFile}</useFile>
<useManifestOnlyJar default-value="true">${surefire.useManifestOnlyJar}</useManifestOnlyJar>
<useSystemClassLoader default-value="true">${surefire.useSystemClassLoader}</useSystemClassLoader>
<useUnlimitedThreads default-value="false">${useUnlimitedThreads}</useUnlimitedThreads>
<workingDirectory>${basedir}</workingDirectory>
<project default-value="${project}"/>
<session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-jar-plugin:2.4:jar (default-jar)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<classesDirectory default-value="${project.build.outputDirectory}"/>
<defaultManifestFile default-value="${project.build.outputDirectory}/META-INF/MANIFEST.MF"/>
<finalName default-value="${project.build.finalName}">${jar.finalName}</finalName>
<forceCreation default-value="false">${jar.forceCreation}</forceCreation>
<outputDirectory default-value="${project.build.directory}"/>
<project default-value="${project}"/>
<session default-value="${session}"/>
<skipIfEmpty default-value="false">${jar.skipIfEmpty}</skipIfEmpty>
<useDefaultManifestFile default-value="false">${jar.useDefaultManifestFile}</useDefaultManifestFile>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-shade-plugin:2.1:shade (default)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<createDependencyReducedPom default-value="true"/>
<dependencyReducedPomLocation default-value="${basedir}/dependency-reduced-pom.xml"/>
<generateUniqueDependencyReducedPom default-value="false"/>
<localRepository default-value="${localRepository}"/>
<outputDirectory default-value="${project.build.directory}"/>
<outputFile>/home/spectre256/repos/jruby/ext/ripper/../../lib/ruby/shared/ripper.jar</outputFile>
<remoteArtifactRepositories default-value="${project.remoteArtifactRepositories}"/>
<shadeSourcesContent default-value="false">${shadeSourcesContent}</shadeSourcesContent>
<shadedArtifactId default-value="${project.artifactId}"/>
<shadedClassifierName default-value="shaded"/>
<useBaseVersion default-value="false"/>
<project default-value="${project}"/>
<session default-value="${session}"/>
</configuration>
[DEBUG] =======================================================================
[DEBUG] Could not find metadata com.github.jnr:jffi/maven-metadata.xml in local (/home/spectre256/.m2/repository)
[DEBUG] Skipped remote update check for com.github.jnr:jffi/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Skipped remote update check for com.github.jnr:jffi/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Skipped remote update check for com.github.jnr:jffi/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Could not find metadata com.github.jnr:jffi/maven-metadata.xml in local (/home/spectre256/.m2/repository)
[DEBUG] Skipped remote update check for com.github.jnr:jffi/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Skipped remote update check for com.github.jnr:jffi/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Skipped remote update check for com.github.jnr:jffi/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Could not find metadata com.github.jnr:jnr-x86asm/maven-metadata.xml in local (/home/spectre256/.m2/repository)
[DEBUG] Failure to find com.github.jnr:jnr-x86asm/maven-metadata.xml in https://oss.sonatype.org/content/repositories/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of sonatype has elapsed or updates are forced
[DEBUG] Failure to find com.github.jnr:jnr-x86asm/maven-metadata.xml in https://oss.sonatype.org/content/repositories/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of sonatype-nexus-snapshots has elapsed or updates are forced
[DEBUG] Skipped remote update check for com.github.jnr:jnr-x86asm/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] org.jruby:ripper:jar:1.7.17-SNAPSHOT
[DEBUG] junit:junit:jar:4.11:test
[DEBUG] org.hamcrest:hamcrest-core:jar:1.3:test
[DEBUG] org.jruby:jruby-core:jar:1.7.17-SNAPSHOT:provided
[DEBUG] org.ow2.asm:asm:jar:4.0:provided
[DEBUG] org.ow2.asm:asm-commons:jar:4.0:provided
[DEBUG] org.ow2.asm:asm-tree:jar:4.0:provided
[DEBUG] org.ow2.asm:asm-analysis:jar:4.0:provided
[DEBUG] org.ow2.asm:asm-util:jar:4.0:provided
[DEBUG] org.jruby.joni:joni:jar:2.1.3:provided
[DEBUG] com.github.jnr:jnr-netdb:jar:1.1.2:provided
[DEBUG] com.github.jnr:jnr-enxio:jar:0.4:provided
[DEBUG] com.github.jnr:jnr-x86asm:jar:1.0.2:provided
[DEBUG] com.github.jnr:jnr-unixsocket:jar:0.3:provided
[DEBUG] com.github.jnr:jnr-posix:jar:3.0.7:provided
[DEBUG] org.jruby.extras:bytelist:jar:1.0.11:provided
[DEBUG] com.github.jnr:jnr-constants:jar:0.8.5:provided
[DEBUG] org.jruby.jcodings:jcodings:jar:1.0.10:provided
[DEBUG] com.github.jnr:jnr-ffi:jar:1.0.10:provided
[DEBUG] com.github.jnr:jffi:jar:1.2.7:provided
[DEBUG] com.github.jnr:jffi:jar:native:1.2.7:provided
[DEBUG] org.yaml:snakeyaml:jar:1.13:provided
[DEBUG] com.jcraft:jzlib:jar:1.1.3:provided
[DEBUG] com.headius:invokebinder:jar:1.2:provided
[DEBUG] com.martiansoftware:nailgun-server:jar:0.9.1:provided
[DEBUG] org.jruby:yecht:jar:1.0:provided
[DEBUG] joda-time:joda-time:jar:2.5:provided
[DEBUG] com.headius:options:jar:1.2:provided
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ ripper ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-enforcer-plugin:1.0:enforce from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-enforcer-plugin:1.0, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-enforcer-plugin:1.0:enforce' with basic configurator -->
[DEBUG] (s) fail = true
[DEBUG] (s) failFast = false
[DEBUG] (f) ignoreCache = false
[DEBUG] (s) project = MavenProject: org.jruby:ripper:1.7.17-SNAPSHOT @ /home/spectre256/repos/jruby/ext/ripper/pom.xml
[DEBUG] (s) version = (,2.1.0),(2.1.0,2.2.0),(2.2.0,)
[DEBUG] (f) message = Maven 2.1.0 and 2.2.0 produce incorrect GPG signatures and checksums respectively.
[DEBUG] (s) rules = [org.apache.maven.plugins.enforcer.RequireMavenVersion@3821a012]
[DEBUG] (s) session = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] (s) skip = false
[DEBUG] -- end configuration --
[DEBUG] Executing rule: org.apache.maven.plugins.enforcer.RequireMavenVersion
[DEBUG] Rule org.apache.maven.plugins.enforcer.RequireMavenVersion is cacheable.
[DEBUG] Key org.apache.maven.plugins.enforcer.RequireMavenVersion 491827297 was found in the cache
[DEBUG] The cached results are still valid. Skipping the rule: org.apache.maven.plugins.enforcer.RequireMavenVersion
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ripper ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.6:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:resources' with basic configurator -->
[DEBUG] (f) buildFilters = []
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) escapeWindowsPaths = true
[DEBUG] (s) includeEmptyDirs = false
[DEBUG] (s) outputDirectory = /home/spectre256/repos/jruby/ext/ripper/target/classes
[DEBUG] (s) overwrite = false
[DEBUG] (f) project = MavenProject: org.jruby:ripper:1.7.17-SNAPSHOT @ /home/spectre256/repos/jruby/ext/ripper/pom.xml
[DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/spectre256/repos/jruby/ext/ripper/src/main/resources, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] (f) supportMultiLineFiltering = false
[DEBUG] (f) useBuildFilters = true
[DEBUG] (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {env.DESKTOP_SESSION=xfce, env.HISTIGNORE= *, env.OLDPWD=/home/spectre256/repos/jruby, file.encoding.pkg=sun.io, java.home=/opt/oracle-jdk-bin-1.8.0.25/jre, env.DISPLAY=:0.0, env.MOZCONFIG=/home/spectre256/repos/home/dotfiles/mozconfig, env.LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.pdf=00;32:*.ps=00;32:*.txt=00;32:*.patch=00;32:*.diff=00;32:*.log=00;32:*.tex=00;32:*.doc=00;32:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:, github.global.server=github, classworlds.conf=/usr/share/maven-bin-3.0/bin/m2.conf, env.GLADE_CATALOG_PATH=:, env.XDG_SESSION_COOKIE=a0961ebef0d2c2a8bc0118eb54225a7f-1415733840.491219-867268402, java.endorsed.dirs=/opt/oracle-jdk-bin-1.8.0.25/jre/lib/endorsed, version.ruby2_0.patchlevel=195, env.LOGNAME=spectre256, jruby.basedir=/home/spectre256/repos/jruby/ext/ripper, version.ruby1_9.major=1.9, env.SESSION_MANAGER=local/laguna:@/tmp/.ICE-unix/2379,unix/laguna:/tmp/.ICE-unix/2379, json.version=1.8.0, sun.os.patch.level=unknown, java.vendor.url=http://java.oracle.com/, java.version=1.8.0_25, version.ruby.major=1.8, bundle.name=JRuby, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, base.javac.version=1.6, env.XDG_MENU_PREFIX=xfce-, env.XDG_DATA_DIRS=/usr/local/share:/usr/share:/usr/share, user.name=spectre256, env.LANG=en_US.utf8, sun.io.unicode.encoding=UnicodeLittle, sun.jnu.encoding=UTF-8, env.DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-gLAi28p8ey,guid=61f0de599e5f03665e2a4d3154626252, java.runtime.name=Java(TM) SE Runtime Environment, rspec-core.version=2.14.2, version.ruby2_0=2.0.0, java.specification.name=Java Platform API Specification, env.JAVAC=/etc/java-config-2/current-system-vm/bin/javac, env.GLADE_PIXMAP_PATH=:, user.timezone=Europe/Berlin, env.LESSOPEN=|lesspipe %s, env.HUSHLOGIN=FALSE, path.separator=:, version.jruby=1.7.17-SNAPSHOT, file.encoding=UTF-8, version.ruby2_0.revision=40734, env.HOME=/home/spectre256, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -X, env.MANPATH=/etc/java-config-2/current-system-vm/man:/usr/local/share/man:/usr/share/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.3/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.24/man:/etc/java-config-2/current-system-vm/man/:/usr/share/postgresql/man/:/usr/share/postgresql-9.3/man/:/usr/lib64/erlang/man, version.ruby1_9.patchlevel=3922, java.io.tmpdir=/tmp, krypt.version=0.0.2, user.language=en, bundle.symbolic_name=org.jruby.jruby, line.separator=
, env.SSH_AGENT_PID=2296, env.GLADE_MODULE_PATH=:, java.vm.info=mixed mode, sonatypeOssDistMgmtSnapshotsUrl=https://oss.sonatype.org/content/repositories/snapshots/, java.vm.specification.name=Java Virtual Machine Specification, env.ES_BASHCOMP_DIRS=/usr/share/bash-completion/completions, main.basedir=${project.parent.parent.basedir}, env.COLORTERM=xfce4-terminal, base.java.version=1.6, env.EDITOR=/usr/bin/vim, java.awt.printerjob=sun.print.PSPrinterJob, ant.version=1.9.2, rdoc.version=4.1.2, env.WINDOWID=27262980, env.GCC_SPECS=, minitest.version=5.0.7, rake.version=10.1.0, rspec.version=2.14.1, os.name=Linux, java.specification.vendor=Oracle Corporation, env.CONFIG_PROTECT=/usr/share/gnupg/qualified.txt, env.TERM=xterm, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, its.osgi=osgi*/pom.xml, java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib, env.PATH=/home/spectre256/code/bin:/home/spectre256/.gem/ruby/2.1.0/bin:/home/spectre256/code/bin:/home/spectre256/.gem/ruby/2.0.0/bin:/home/spectre256/code/bin:/home/spectre256/.gem/ruby/2.0.0/bin:/home/spectre256/code/bin:/home/spectre256/.gem/ruby/2.0.0/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.3, env.JDK_HOME=/etc/java-config-2/current-system-vm, rspec-mocks.version=2.14.1, jruby-launcher.version=1.0.19, env.INFOPATH=/usr/share/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.3/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.24/info, jffi.version=1.2.7, java.class.version=52.0, env.SHLVL=4, version.ruby2_0.major=2.0, sun.boot.library.path=/opt/oracle-jdk-bin-1.8.0.25/jre/lib/amd64, project.build.sourceEncoding=UTF-8, asm.version=4.0, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, env.USER=spectre256, env.HISTFILESIZE=250000, env.VBOX_APP_HOME=/opt/VirtualBox, version.ruby1_9.revision=39386, rspec-expectations.version=2.14.0, joda.time.version=2.5, version.ruby1_9=1.9.3, env.LESS=-R -M --shift 5, java.vm.specification.version=1.8, env.NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat, awt.toolkit=sun.awt.X11.XToolkit, sun.cpu.isalist=, its.j2ee=j2ee*/pom.xml, java.ext.dirs=/opt/oracle-jdk-bin-1.8.0.25/jre/lib/ext:/usr/java/packages/lib/ext, os.version=3.18.0-rc3+, user.home=/home/spectre256, java.vm.vendor=Oracle Corporation, env.JAVA_HOME=/etc/java-config-2/current-system-vm, env.XAUTHORITY=/home/spectre256/.Xauthority, user.dir=/home/spectre256/repos/jruby, env.XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt, env.OPENGL_PROFILE=xorg-x11, env.WINDOWPATH=7, env.MAIL=/var/mail/spectre256, env.PWD=/home/spectre256/repos/jruby, diff-lcs.version=1.1.3, sun.cpu.endian=little, env.PAGER=/usr/bin/less, version.ruby=1.8.7, version.ruby.patchlevel=370, version.ruby.minor=7, env.RUBYOPT=-rauto_gem, java.vm.version=25.25-b02, java.class.path=/usr/share/maven-bin-3.0/boot/plexus-classworlds-2.4.jar, os.arch=amd64, maven.build.version=Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100), minitest-excludes.version=1.0.2, sun.java.launcher=SUN_STANDARD, env.PRELINK_PATH_MASK=/usr/lib64/libfreebl3.so:/usr/lib64/libnssdbm3.so:/usr/lib64/libsoftokn3.so, env.CONFIG_PROTECT_MASK=/etc/gentoo-release /etc/sandbox.d /etc/fonts/fonts.conf /etc/terminfo /etc/ca-certificates.conf /etc/texmf/web2c /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/revdep-rebuild, jruby.plugins.version=1.0.7-SNAPSHOT, java.vm.specification.vendor=Oracle Corporation, file.separator=/, java.runtime.version=1.8.0_25-b17, env.SSH_AUTH_SOCK=/tmp/gpg-1iiKhj/S.gpg-agent.ssh, sun.boot.class.path=/opt/oracle-jdk-bin-1.8.0.25/jre/lib/resources.jar:/opt/oracle-jdk-bin-1.8.0.25/jre/lib/rt.jar:/opt/oracle-jdk-bin-1.8.0.25/jre/lib/sunrsasign.jar:/opt/oracle-jdk-bin-1.8.0.25/jre/lib/jsse.jar:/opt/oracle-jdk-bin-1.8.0.25/jre/lib/jce.jar:/opt/oracle-jdk-bin-1.8.0.25/jre/lib/charsets.jar:/opt/oracle-jdk-bin-1.8.0.25/jre/lib/jfr.jar:/opt/oracle-jdk-bin-1.8.0.25/jre/classes, env.XDG_CONFIG_DIRS=/etc/xdg:/etc/xdg, maven.version=3.0.4, user.country=US, env.ANT_HOME=/usr/share/ant, env.MULTIOSDIRS=../lib64, env.SHELL=/bin/bash, maven.home=/usr/share/maven-bin-3.0, env.QT_GRAPHICSSYSTEM=raster, env.PYTHONDONTWRITEBYTECODE=true, shared.dir=/home/spectre256/repos/jruby/ext/ripper/../../lib/ruby/shared, java.vendor=Oracle Corporation, env.GPG_AGENT_INFO=/tmp/gpg-JP33xO/S.gpg-agent:2296:1, java.specification.version=1.8, invoker.skip=true, sun.arch.data.model=64}
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[DEBUG] resource with targetPath null
directory /home/spectre256/repos/jruby/ext/ripper/src/main/resources
excludes []
includes []
[INFO] skip non existing resourceDirectory /home/spectre256/repos/jruby/ext/ripper/src/main/resources
[DEBUG] no use filter components
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ ripper ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.1:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.1:compile' with basic configurator -->
[DEBUG] (f) basedir = /home/spectre256/repos/jruby/ext/ripper
[DEBUG] (f) buildDirectory = /home/spectre256/repos/jruby/ext/ripper/target
[DEBUG] (f) classpathElements = [/home/spectre256/repos/jruby/ext/ripper/target/classes, /home/spectre256/repos/jruby/core/target/jruby-core-1.7.17-SNAPSHOT.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm/4.0/asm-4.0.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar, /home/spectre256/.m2/repository/org/jruby/joni/joni/2.1.3/joni-2.1.3.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-netdb/1.1.2/jnr-netdb-1.1.2.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-enxio/0.4/jnr-enxio-0.4.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-unixsocket/0.3/jnr-unixsocket-0.3.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-posix/3.0.7/jnr-posix-3.0.7.jar, /home/spectre256/.m2/repository/org/jruby/extras/bytelist/1.0.11/bytelist-1.0.11.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-constants/0.8.5/jnr-constants-0.8.5.jar, /home/spectre256/.m2/repository/org/jruby/jcodings/jcodings/1.0.10/jcodings-1.0.10.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-ffi/1.0.10/jnr-ffi-1.0.10.jar, /home/spectre256/.m2/repository/com/github/jnr/jffi/1.2.7/jffi-1.2.7.jar, /home/spectre256/.m2/repository/com/github/jnr/jffi/1.2.7/jffi-1.2.7-native.jar, /home/spectre256/.m2/repository/org/yaml/snakeyaml/1.13/snakeyaml-1.13.jar, /home/spectre256/.m2/repository/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar, /home/spectre256/.m2/repository/com/headius/invokebinder/1.2/invokebinder-1.2.jar, /home/spectre256/.m2/repository/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.jar, /home/spectre256/.m2/repository/org/jruby/yecht/1.0/yecht-1.0.jar, /home/spectre256/.m2/repository/joda-time/joda-time/2.5/joda-time-2.5.jar, /home/spectre256/.m2/repository/com/headius/options/1.2/options-1.2.jar]
[DEBUG] (f) compileSourceRoots = [/home/spectre256/repos/jruby/ext/ripper/src/main/java]
[DEBUG] (f) compilerId = javac
[DEBUG] (f) debug = true
[DEBUG] (f) encoding = utf-8
[DEBUG] (f) failOnError = true
[DEBUG] (f) forceJavacCompilerUse = false
[DEBUG] (f) fork = true
[DEBUG] (f) generatedSourcesDirectory = /home/spectre256/repos/jruby/ext/ripper/target/generated-sources/annotations
[DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.1:compile {execution: default-compile}
[DEBUG] (f) optimize = false
[DEBUG] (f) outputDirectory = /home/spectre256/repos/jruby/ext/ripper/target/classes
[DEBUG] (f) projectArtifact = org.jruby:ripper:jar:1.7.17-SNAPSHOT
[DEBUG] (f) showDeprecation = true
[DEBUG] (f) showWarnings = true
[DEBUG] (f) skipMultiThreadWarning = false
[DEBUG] (f) source = 1.6
[DEBUG] (f) staleMillis = 0
[DEBUG] (f) target = 1.6
[DEBUG] (f) useIncrementalCompilation = true
[DEBUG] (f) verbose = true
[DEBUG] (f) mavenSession = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[DEBUG] Source directories: [/home/spectre256/repos/jruby/ext/ripper/src/main/java]
[DEBUG] Classpath: [/home/spectre256/repos/jruby/ext/ripper/target/classes
/home/spectre256/repos/jruby/core/target/jruby-core-1.7.17-SNAPSHOT.jar
/home/spectre256/.m2/repository/org/ow2/asm/asm/4.0/asm-4.0.jar
/home/spectre256/.m2/repository/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar
/home/spectre256/.m2/repository/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar
/home/spectre256/.m2/repository/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar
/home/spectre256/.m2/repository/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar
/home/spectre256/.m2/repository/org/jruby/joni/joni/2.1.3/joni-2.1.3.jar
/home/spectre256/.m2/repository/com/github/jnr/jnr-netdb/1.1.2/jnr-netdb-1.1.2.jar
/home/spectre256/.m2/repository/com/github/jnr/jnr-enxio/0.4/jnr-enxio-0.4.jar
/home/spectre256/.m2/repository/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar
/home/spectre256/.m2/repository/com/github/jnr/jnr-unixsocket/0.3/jnr-unixsocket-0.3.jar
/home/spectre256/.m2/repository/com/github/jnr/jnr-posix/3.0.7/jnr-posix-3.0.7.jar
/home/spectre256/.m2/repository/org/jruby/extras/bytelist/1.0.11/bytelist-1.0.11.jar
/home/spectre256/.m2/repository/com/github/jnr/jnr-constants/0.8.5/jnr-constants-0.8.5.jar
/home/spectre256/.m2/repository/org/jruby/jcodings/jcodings/1.0.10/jcodings-1.0.10.jar
/home/spectre256/.m2/repository/com/github/jnr/jnr-ffi/1.0.10/jnr-ffi-1.0.10.jar
/home/spectre256/.m2/repository/com/github/jnr/jffi/1.2.7/jffi-1.2.7.jar
/home/spectre256/.m2/repository/com/github/jnr/jffi/1.2.7/jffi-1.2.7-native.jar
/home/spectre256/.m2/repository/org/yaml/snakeyaml/1.13/snakeyaml-1.13.jar
/home/spectre256/.m2/repository/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar
/home/spectre256/.m2/repository/com/headius/invokebinder/1.2/invokebinder-1.2.jar
/home/spectre256/.m2/repository/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.jar
/home/spectre256/.m2/repository/org/jruby/yecht/1.0/yecht-1.0.jar
/home/spectre256/.m2/repository/joda-time/joda-time/2.5/joda-time-2.5.jar
/home/spectre256/.m2/repository/com/headius/options/1.2/options-1.2.jar]
[DEBUG] Output directory: /home/spectre256/repos/jruby/ext/ripper/target/classes
[DEBUG] CompilerReuseStrategy: reuseCreated
[DEBUG] useIncrementalCompilation enabled
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ripper ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.6:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:testResources' with basic configurator -->
[DEBUG] (f) buildFilters = []
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) escapeWindowsPaths = true
[DEBUG] (s) includeEmptyDirs = false
[DEBUG] (s) outputDirectory = /home/spectre256/repos/jruby/ext/ripper/target/test-classes
[DEBUG] (s) overwrite = false
[DEBUG] (f) project = MavenProject: org.jruby:ripper:1.7.17-SNAPSHOT @ /home/spectre256/repos/jruby/ext/ripper/pom.xml
[DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/spectre256/repos/jruby/ext/ripper/src/test/resources, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] (f) supportMultiLineFiltering = false
[DEBUG] (f) useBuildFilters = true
[DEBUG] (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {env.DESKTOP_SESSION=xfce, env.HISTIGNORE= *, env.OLDPWD=/home/spectre256/repos/jruby, file.encoding.pkg=sun.io, java.home=/opt/oracle-jdk-bin-1.8.0.25/jre, env.DISPLAY=:0.0, env.MOZCONFIG=/home/spectre256/repos/home/dotfiles/mozconfig, env.LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.pdf=00;32:*.ps=00;32:*.txt=00;32:*.patch=00;32:*.diff=00;32:*.log=00;32:*.tex=00;32:*.doc=00;32:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:, github.global.server=github, classworlds.conf=/usr/share/maven-bin-3.0/bin/m2.conf, env.GLADE_CATALOG_PATH=:, env.XDG_SESSION_COOKIE=a0961ebef0d2c2a8bc0118eb54225a7f-1415733840.491219-867268402, java.endorsed.dirs=/opt/oracle-jdk-bin-1.8.0.25/jre/lib/endorsed, version.ruby2_0.patchlevel=195, env.LOGNAME=spectre256, jruby.basedir=/home/spectre256/repos/jruby/ext/ripper, version.ruby1_9.major=1.9, env.SESSION_MANAGER=local/laguna:@/tmp/.ICE-unix/2379,unix/laguna:/tmp/.ICE-unix/2379, json.version=1.8.0, sun.os.patch.level=unknown, java.vendor.url=http://java.oracle.com/, java.version=1.8.0_25, version.ruby.major=1.8, bundle.name=JRuby, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, base.javac.version=1.6, env.XDG_MENU_PREFIX=xfce-, env.XDG_DATA_DIRS=/usr/local/share:/usr/share:/usr/share, user.name=spectre256, env.LANG=en_US.utf8, sun.io.unicode.encoding=UnicodeLittle, sun.jnu.encoding=UTF-8, env.DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-gLAi28p8ey,guid=61f0de599e5f03665e2a4d3154626252, java.runtime.name=Java(TM) SE Runtime Environment, rspec-core.version=2.14.2, version.ruby2_0=2.0.0, java.specification.name=Java Platform API Specification, env.JAVAC=/etc/java-config-2/current-system-vm/bin/javac, env.GLADE_PIXMAP_PATH=:, user.timezone=Europe/Berlin, env.LESSOPEN=|lesspipe %s, env.HUSHLOGIN=FALSE, path.separator=:, version.jruby=1.7.17-SNAPSHOT, file.encoding=UTF-8, version.ruby2_0.revision=40734, env.HOME=/home/spectre256, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -X, env.MANPATH=/etc/java-config-2/current-system-vm/man:/usr/local/share/man:/usr/share/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.3/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.24/man:/etc/java-config-2/current-system-vm/man/:/usr/share/postgresql/man/:/usr/share/postgresql-9.3/man/:/usr/lib64/erlang/man, version.ruby1_9.patchlevel=3922, java.io.tmpdir=/tmp, krypt.version=0.0.2, user.language=en, bundle.symbolic_name=org.jruby.jruby, line.separator=
, env.SSH_AGENT_PID=2296, env.GLADE_MODULE_PATH=:, java.vm.info=mixed mode, sonatypeOssDistMgmtSnapshotsUrl=https://oss.sonatype.org/content/repositories/snapshots/, java.vm.specification.name=Java Virtual Machine Specification, env.ES_BASHCOMP_DIRS=/usr/share/bash-completion/completions, main.basedir=${project.parent.parent.basedir}, env.COLORTERM=xfce4-terminal, base.java.version=1.6, env.EDITOR=/usr/bin/vim, java.awt.printerjob=sun.print.PSPrinterJob, ant.version=1.9.2, rdoc.version=4.1.2, env.WINDOWID=27262980, env.GCC_SPECS=, minitest.version=5.0.7, rake.version=10.1.0, rspec.version=2.14.1, os.name=Linux, java.specification.vendor=Oracle Corporation, env.CONFIG_PROTECT=/usr/share/gnupg/qualified.txt, env.TERM=xterm, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, its.osgi=osgi*/pom.xml, java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib, env.PATH=/home/spectre256/code/bin:/home/spectre256/.gem/ruby/2.1.0/bin:/home/spectre256/code/bin:/home/spectre256/.gem/ruby/2.0.0/bin:/home/spectre256/code/bin:/home/spectre256/.gem/ruby/2.0.0/bin:/home/spectre256/code/bin:/home/spectre256/.gem/ruby/2.0.0/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.3, env.JDK_HOME=/etc/java-config-2/current-system-vm, rspec-mocks.version=2.14.1, jruby-launcher.version=1.0.19, env.INFOPATH=/usr/share/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.3/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.24/info, jffi.version=1.2.7, java.class.version=52.0, env.SHLVL=4, version.ruby2_0.major=2.0, sun.boot.library.path=/opt/oracle-jdk-bin-1.8.0.25/jre/lib/amd64, project.build.sourceEncoding=UTF-8, asm.version=4.0, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, env.USER=spectre256, env.HISTFILESIZE=250000, env.VBOX_APP_HOME=/opt/VirtualBox, version.ruby1_9.revision=39386, rspec-expectations.version=2.14.0, joda.time.version=2.5, version.ruby1_9=1.9.3, env.LESS=-R -M --shift 5, java.vm.specification.version=1.8, env.NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat, awt.toolkit=sun.awt.X11.XToolkit, sun.cpu.isalist=, its.j2ee=j2ee*/pom.xml, java.ext.dirs=/opt/oracle-jdk-bin-1.8.0.25/jre/lib/ext:/usr/java/packages/lib/ext, os.version=3.18.0-rc3+, user.home=/home/spectre256, java.vm.vendor=Oracle Corporation, env.JAVA_HOME=/etc/java-config-2/current-system-vm, env.XAUTHORITY=/home/spectre256/.Xauthority, user.dir=/home/spectre256/repos/jruby, env.XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt, env.OPENGL_PROFILE=xorg-x11, env.WINDOWPATH=7, env.MAIL=/var/mail/spectre256, env.PWD=/home/spectre256/repos/jruby, diff-lcs.version=1.1.3, sun.cpu.endian=little, env.PAGER=/usr/bin/less, version.ruby=1.8.7, version.ruby.patchlevel=370, version.ruby.minor=7, env.RUBYOPT=-rauto_gem, java.vm.version=25.25-b02, java.class.path=/usr/share/maven-bin-3.0/boot/plexus-classworlds-2.4.jar, os.arch=amd64, maven.build.version=Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100), minitest-excludes.version=1.0.2, sun.java.launcher=SUN_STANDARD, env.PRELINK_PATH_MASK=/usr/lib64/libfreebl3.so:/usr/lib64/libnssdbm3.so:/usr/lib64/libsoftokn3.so, env.CONFIG_PROTECT_MASK=/etc/gentoo-release /etc/sandbox.d /etc/fonts/fonts.conf /etc/terminfo /etc/ca-certificates.conf /etc/texmf/web2c /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/revdep-rebuild, jruby.plugins.version=1.0.7-SNAPSHOT, java.vm.specification.vendor=Oracle Corporation, file.separator=/, java.runtime.version=1.8.0_25-b17, env.SSH_AUTH_SOCK=/tmp/gpg-1iiKhj/S.gpg-agent.ssh, sun.boot.class.path=/opt/oracle-jdk-bin-1.8.0.25/jre/lib/resources.jar:/opt/oracle-jdk-bin-1.8.0.25/jre/lib/rt.jar:/opt/oracle-jdk-bin-1.8.0.25/jre/lib/sunrsasign.jar:/opt/oracle-jdk-bin-1.8.0.25/jre/lib/jsse.jar:/opt/oracle-jdk-bin-1.8.0.25/jre/lib/jce.jar:/opt/oracle-jdk-bin-1.8.0.25/jre/lib/charsets.jar:/opt/oracle-jdk-bin-1.8.0.25/jre/lib/jfr.jar:/opt/oracle-jdk-bin-1.8.0.25/jre/classes, env.XDG_CONFIG_DIRS=/etc/xdg:/etc/xdg, maven.version=3.0.4, user.country=US, env.ANT_HOME=/usr/share/ant, env.MULTIOSDIRS=../lib64, env.SHELL=/bin/bash, maven.home=/usr/share/maven-bin-3.0, env.QT_GRAPHICSSYSTEM=raster, env.PYTHONDONTWRITEBYTECODE=true, shared.dir=/home/spectre256/repos/jruby/ext/ripper/../../lib/ruby/shared, java.vendor=Oracle Corporation, env.GPG_AGENT_INFO=/tmp/gpg-JP33xO/S.gpg-agent:2296:1, java.specification.version=1.8, invoker.skip=true, sun.arch.data.model=64}
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[DEBUG] resource with targetPath null
directory /home/spectre256/repos/jruby/ext/ripper/src/test/resources
excludes []
includes []
[INFO] skip non existing resourceDirectory /home/spectre256/repos/jruby/ext/ripper/src/test/resources
[DEBUG] no use filter components
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ ripper ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile' with basic configurator -->
[DEBUG] (f) basedir = /home/spectre256/repos/jruby/ext/ripper
[DEBUG] (f) buildDirectory = /home/spectre256/repos/jruby/ext/ripper/target
[DEBUG] (f) classpathElements = [/home/spectre256/repos/jruby/ext/ripper/target/test-classes, /home/spectre256/repos/jruby/ext/ripper/target/classes, /home/spectre256/.m2/repository/junit/junit/4.11/junit-4.11.jar, /home/spectre256/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar, /home/spectre256/repos/jruby/core/target/jruby-core-1.7.17-SNAPSHOT.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm/4.0/asm-4.0.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar, /home/spectre256/.m2/repository/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar, /home/spectre256/.m2/repository/org/jruby/joni/joni/2.1.3/joni-2.1.3.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-netdb/1.1.2/jnr-netdb-1.1.2.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-enxio/0.4/jnr-enxio-0.4.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-unixsocket/0.3/jnr-unixsocket-0.3.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-posix/3.0.7/jnr-posix-3.0.7.jar, /home/spectre256/.m2/repository/org/jruby/extras/bytelist/1.0.11/bytelist-1.0.11.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-constants/0.8.5/jnr-constants-0.8.5.jar, /home/spectre256/.m2/repository/org/jruby/jcodings/jcodings/1.0.10/jcodings-1.0.10.jar, /home/spectre256/.m2/repository/com/github/jnr/jnr-ffi/1.0.10/jnr-ffi-1.0.10.jar, /home/spectre256/.m2/repository/com/github/jnr/jffi/1.2.7/jffi-1.2.7.jar, /home/spectre256/.m2/repository/com/github/jnr/jffi/1.2.7/jffi-1.2.7-native.jar, /home/spectre256/.m2/repository/org/yaml/snakeyaml/1.13/snakeyaml-1.13.jar, /home/spectre256/.m2/repository/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar, /home/spectre256/.m2/repository/com/headius/invokebinder/1.2/invokebinder-1.2.jar, /home/spectre256/.m2/repository/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.jar, /home/spectre256/.m2/repository/org/jruby/yecht/1.0/yecht-1.0.jar, /home/spectre256/.m2/repository/joda-time/joda-time/2.5/joda-time-2.5.jar, /home/spectre256/.m2/repository/com/headius/options/1.2/options-1.2.jar]
[DEBUG] (f) compileSourceRoots = [/home/spectre256/repos/jruby/ext/ripper/src/test/java]
[DEBUG] (f) compilerId = javac
[DEBUG] (f) debug = true
[DEBUG] (f) encoding = utf-8
[DEBUG] (f) failOnError = true
[DEBUG] (f) forceJavacCompilerUse = false
[DEBUG] (f) fork = true
[DEBUG] (f) generatedTestSourcesDirectory = /home/spectre256/repos/jruby/ext/ripper/target/generated-test-sources/test-annotations
[DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile {execution: default-testCompile}
[DEBUG] (f) optimize = false
[DEBUG] (f) outputDirectory = /home/spectre256/repos/jruby/ext/ripper/target/test-classes
[DEBUG] (f) showDeprecation = true
[DEBUG] (f) showWarnings = true
[DEBUG] (f) skipMultiThreadWarning = false
[DEBUG] (f) source = 1.6
[DEBUG] (f) staleMillis = 0
[DEBUG] (f) target = 1.6
[DEBUG] (f) useIncrementalCompilation = true
[DEBUG] (f) verbose = true
[DEBUG] (f) mavenSession = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ ripper ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-surefire-plugin:2.15:test from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-surefire-plugin:2.15, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-surefire-plugin:2.15:test' with basic configurator -->
[DEBUG] (s) additionalClasspathElements = []
[DEBUG] (s) basedir = /home/spectre256/repos/jruby/ext/ripper
[DEBUG] (s) childDelegation = false
[DEBUG] (s) classesDirectory = /home/spectre256/repos/jruby/ext/ripper/target/classes
[DEBUG] (s) classpathDependencyExcludes = []
[DEBUG] (s) dependenciesToScan = []
[DEBUG] (s) disableXmlReport = false
[DEBUG] (s) enableAssertions = true
[DEBUG] (f) forkCount = 1
[DEBUG] (s) forkMode = once
[DEBUG] (s) junitArtifactName = junit:junit
[DEBUG] (s) localRepository = id: local
url: file:///home/spectre256/.m2/repository/
layout: none
[DEBUG] (f) parallelMavenExecution = false
[DEBUG] (s) perCoreThreadCount = true
[DEBUG] (s) pluginArtifactMap = {org.apache.maven.plugins:maven-surefire-plugin=org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.15:, org.apache.maven.surefire:maven-surefire-common=org.apache.maven.surefire:maven-surefire-common:jar:2.15:compile, org.apache.maven.surefire:surefire-booter=org.apache.maven.surefire:surefire-booter:jar:2.15:compile, org.codehaus.plexus:plexus-utils=org.codehaus.plexus:plexus-utils:jar:1.5.1:compile, org.apache.maven.reporting:maven-reporting-api=org.apache.maven.reporting:maven-reporting-api:jar:2.0.9:compile, org.apache.commons:commons-lang3=org.apache.commons:commons-lang3:jar:3.1:compile, org.apache.maven.surefire:surefire-api=org.apache.maven.surefire:surefire-api:jar:2.15:compile, org.apache.maven.plugin-tools:maven-plugin-annotations=org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.2:compile}
[DEBUG] (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.SurefirePlugin', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.15:test'
role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.HelpMojo', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.15:help'
---
[DEBUG] (s) printSummary = true
[DEBUG] (s) projectArtifactMap = {junit:junit=junit:junit:jar:4.11:test, org.hamcrest:hamcrest-core=org.hamcrest:hamcrest-core:jar:1.3:test, org.jruby:jruby-core=org.jruby:jruby-core:jar:1.7.17-SNAPSHOT:provided, org.ow2.asm:asm=org.ow2.asm:asm:jar:4.0:provided, org.ow2.asm:asm-commons=org.ow2.asm:asm-commons:jar:4.0:provided, org.ow2.asm:asm-tree=org.ow2.asm:asm-tree:jar:4.0:provided, org.ow2.asm:asm-analysis=org.ow2.asm:asm-analysis:jar:4.0:provided, org.ow2.asm:asm-util=org.ow2.asm:asm-util:jar:4.0:provided, org.jruby.joni:joni=org.jruby.joni:joni:jar:2.1.3:provided, com.github.jnr:jnr-netdb=com.github.jnr:jnr-netdb:jar:1.1.2:provided, com.github.jnr:jnr-enxio=com.github.jnr:jnr-enxio:jar:0.4:provided, com.github.jnr:jnr-x86asm=com.github.jnr:jnr-x86asm:jar:1.0.2:provided, com.github.jnr:jnr-unixsocket=com.github.jnr:jnr-unixsocket:jar:0.3:provided, com.github.jnr:jnr-posix=com.github.jnr:jnr-posix:jar:3.0.7:provided, org.jruby.extras:bytelist=org.jruby.extras:bytelist:jar:1.0.11:provided, com.github.jnr:jnr-constants=com.github.jnr:jnr-constants:jar:0.8.5:provided, org.jruby.jcodings:jcodings=org.jruby.jcodings:jcodings:jar:1.0.10:provided, com.github.jnr:jnr-ffi=com.github.jnr:jnr-ffi:jar:1.0.10:provided, com.github.jnr:jffi=com.github.jnr:jffi:jar:native:1.2.7:provided, org.yaml:snakeyaml=org.yaml:snakeyaml:jar:1.13:provided, com.jcraft:jzlib=com.jcraft:jzlib:jar:1.1.3:provided, com.headius:invokebinder=com.headius:invokebinder:jar:1.2:provided, com.martiansoftware:nailgun-server=com.martiansoftware:nailgun-server:jar:0.9.1:provided, org.jruby:yecht=org.jruby:yecht:jar:1.0:provided, joda-time:joda-time=joda-time:joda-time:jar:2.5:provided, com.headius:options=com.headius:options:jar:1.2:provided}
[DEBUG] (s) redirectTestOutputToFile = false
[DEBUG] (s) remoteRepositories = [ id: sonatype snapshots
url: https://oss.sonatype.org/content/repositories/snapshots/
layout: default
snapshots: [enabled => true, update => daily]
releases: [enabled => false, update => daily]
, id: central
url: http://repo.maven.apache.org/maven2
layout: default
snapshots: [enabled => false, update => daily]
releases: [enabled => true, update => never]
]
[DEBUG] (s) reportFormat = brief
[DEBUG] (s) reportsDirectory = /home/spectre256/repos/jruby/ext/ripper/target/surefire-reports
[DEBUG] (f) reuseForks = true
[DEBUG] (s) runOrder = filesystem
[DEBUG] (s) skip = false
[DEBUG] (s) skipTests = false
[DEBUG] (s) testClassesDirectory = /home/spectre256/repos/jruby/ext/ripper/target/test-classes
[DEBUG] (s) testFailureIgnore = false
[DEBUG] (s) testNGArtifactName = org.testng:testng
[DEBUG] (s) testSourceDirectory = /home/spectre256/repos/jruby/ext/ripper/src/test/java
[DEBUG] (s) trimStackTrace = true
[DEBUG] (s) useFile = true
[DEBUG] (s) useManifestOnlyJar = true
[DEBUG] (s) useSystemClassLoader = true
[DEBUG] (s) useUnlimitedThreads = false
[DEBUG] (s) workingDirectory = /home/spectre256/repos/jruby/ext/ripper
[DEBUG] (s) project = MavenProject: org.jruby:ripper:1.7.17-SNAPSHOT @ /home/spectre256/repos/jruby/ext/ripper/pom.xml
[DEBUG] (s) session = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] -- end configuration --
[INFO] No tests to run.
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ripper ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-jar-plugin:2.4:jar from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-jar-plugin:2.4, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-jar-plugin:2.4:jar' with basic configurator -->
[DEBUG] (f) classesDirectory = /home/spectre256/repos/jruby/ext/ripper/target/classes
[DEBUG] (f) defaultManifestFile = /home/spectre256/repos/jruby/ext/ripper/target/classes/META-INF/MANIFEST.MF
[DEBUG] (f) finalName = ripper-1.7.17-SNAPSHOT
[DEBUG] (f) forceCreation = false
[DEBUG] (f) outputDirectory = /home/spectre256/repos/jruby/ext/ripper/target
[DEBUG] (f) project = MavenProject: org.jruby:ripper:1.7.17-SNAPSHOT @ /home/spectre256/repos/jruby/ext/ripper/pom.xml
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] (f) skipIfEmpty = false
[DEBUG] (f) useDefaultManifestFile = false
[DEBUG] -- end configuration --
[DEBUG] isUp2date: true
[DEBUG] Archive /home/spectre256/repos/jruby/ext/ripper/target/ripper-1.7.17-SNAPSHOT.jar is uptodate.
[INFO]
[INFO] --- maven-shade-plugin:2.1:shade (default) @ ripper ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-shade-plugin:2.1:shade from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-shade-plugin:2.1, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-shade-plugin:2.1:shade' with basic configurator -->
[DEBUG] (f) createDependencyReducedPom = true
[DEBUG] (f) dependencyReducedPomLocation = /home/spectre256/repos/jruby/ext/ripper/dependency-reduced-pom.xml
[DEBUG] (f) generateUniqueDependencyReducedPom = false
[DEBUG] (f) localRepository = id: local
url: file:///home/spectre256/.m2/repository/
layout: none
[DEBUG] (f) outputDirectory = /home/spectre256/repos/jruby/ext/ripper/target
[DEBUG] (f) outputFile = /home/spectre256/repos/jruby/ext/ripper/../../lib/ruby/shared/ripper.jar
[DEBUG] (f) remoteArtifactRepositories = [ id: sonatype
url: https://oss.sonatype.org/content/repositories/snapshots/
layout: default
snapshots: [enabled => true, update => daily]
releases: [enabled => false, update => daily]
, id: sonatype-nexus-snapshots
url: https://oss.sonatype.org/content/repositories/snapshots
layout: default
snapshots: [enabled => true, update => daily]
releases: [enabled => false, update => daily]
, id: central
url: http://repo.maven.apache.org/maven2
layout: default
snapshots: [enabled => false, update => daily]
releases: [enabled => true, update => daily]
]
[DEBUG] (f) shadeSourcesContent = false
[DEBUG] (f) shadedArtifactId = ripper
[DEBUG] (f) shadedClassifierName = shaded
[DEBUG] (f) useBaseVersion = false
[DEBUG] (f) project = MavenProject: org.jruby:ripper:1.7.17-SNAPSHOT @ /home/spectre256/repos/jruby/ext/ripper/pom.xml
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@7f132176
[DEBUG] -- end configuration --
[DEBUG] Processing JAR /home/spectre256/repos/jruby/ext/ripper/target/ripper-1.7.17-SNAPSHOT.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JRuby Lib Setup 1.7.17-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project: org.jruby:jruby-lib:1.7.17-SNAPSHOT
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [compile, test]
[DEBUG] Repositories (dependencies): [rubygems-releases (http://rubygems-proxy.torquebox.org/releases, releases+snapshots), sonatype (https://oss.sonatype.org/content/repositories/snapshots/, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, snapshots), central (http://repo.maven.apache.org/maven2, releases)]
[DEBUG] Repositories (plugins) : [sonatype snapshots (https://oss.sonatype.org/content/repositories/snapshots/, snapshots), central (http://repo.maven.apache.org/maven2, releases)]
[DEBUG] -------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment