Bug#959600: jruby: FTBFS: [exec] Failure/Error: return gem_original_require(path)

Lucas Nussbaum lucas at debian.org
Sun May 3 13:55:22 BST 2020


Source: jruby
Version: 9.1.17.0-3
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200501 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> # this just copies some needed gems and their dependencies to the
> # lib directory, so tests can load all their needed dependencies
> cd ./lib/ruby/stdlib/ && for gem in psych test json rake jar; do \
> 	cp -a /usr/lib/ruby/vendor_ruby/$gem* ./ ; \
> done
> cp: cannot stat '/usr/lib/ruby/vendor_ruby/psych*': No such file or directory
> cp: cannot stat '/usr/lib/ruby/vendor_ruby/test*': No such file or directory
> cp: cannot stat '/usr/lib/ruby/vendor_ruby/json*': No such file or directory
> cp: cannot stat '/usr/lib/ruby/vendor_ruby/rake*': No such file or directory
> cd ./lib/ruby/stdlib/ && \
> 	cp -aL /usr/share/jruby/lib/ruby/stdlib/*openssl* ./ \
> 	&& for lib in bouncycastle/bcpkix/debian bouncycastle/bcprov/debian yaml/snakeyaml/1.x; do \
> 		mkdir -p ./org/$lib ; \
> 		cp /usr/share/maven-repo/org/$lib/$(echo $lib | cut -f2-3 -d/ --output-delimiter=-).jar ./org/$lib ; \
> 	done
> dh_auto_build -- package -B -Dinvoker.skip=false -Ptest
> 	/usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package -B -Dinvoker.skip=false -Ptest -DskipTests -Dnotimestamp=true -Dlocale=en_US
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
> WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
> WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> [INFO] Scanning for projects...
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-core:jar:9.1.17.0
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @ org.jruby:jruby-parent:9.1.17.0, /<<PKGBUILDDIR>>/pom.xml, line 285, column 13
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-tests:jar:9.1.17.0
> [WARNING] 'dependencies.dependency.systemPath' for org.jruby:requireTest:jar should not point at files within the project directory, ${project.basedir}/jruby/requireTest-1.0.jar will be unresolvable by dependent projects @ line 73, column 16
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-parent:pom:9.1.17.0
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @ line 285, column 13
> [WARNING] 
> [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
> [WARNING] 
> [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
> [WARNING] 
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO] 
> [INFO] JRuby                                                              [pom]
> [INFO] JRuby Core                                                         [jar]
> [INFO] JRuby Lib Setup                                                    [jar]
> [INFO] JRuby Integration Tests                                            [jar]
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-parent >-----------------------
> [INFO] Building JRuby 9.1.17.0                                            [1/4]
> [INFO] --------------------------------[ pom ]---------------------------------
> [INFO] 
> [INFO] ------------------------< org.jruby:jruby-core >------------------------
> [INFO] Building JRuby Core 9.1.17.0                                       [2/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- exec-maven-plugin:1.6.0:exec (default) @ jruby-core ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-core ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] Copying 41 resources
> [INFO] Copying 2 resources
> [INFO] Copying 1 resource to /<<PKGBUILDDIR>>/core/src/main/java
> [INFO] Copying 4 resources to /<<PKGBUILDDIR>>/core/target/classes/META-INF/
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (anno) @ jruby-core ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-core ---
> [INFO] Compiling 1 source file to /<<PKGBUILDDIR>>/core/target/classes
> [WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
> [WARNING] [options] bootstrap class path not set in conjunction with -source 7
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/main/java/org/jruby/runtime/Constants.java]]
> [INFO] [parsing completed 17ms]
> [INFO] [search path for source files: /<<PKGBUILDDIR>>/core/src/main/java,/<<PKGBUILDDIR>>/core/target/generated-sources/annotations,/<<PKGBUILDDIR>>/core/target/generated-sources]
> [INFO] [search path for class files: /usr/lib/jvm/java-11-openjdk-amd64/lib/modules,/<<PKGBUILDDIR>>/core/target/classes,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm/debian/asm-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-commons/debian/asm-commons-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-tree/debian/asm-tree-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-analysis/debian/asm-analysis-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-util/debian/asm-util-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-netdb/debian/jnr-netdb-debian.jar,/usr/share/java/jnr-ffi.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-enxio/debian/jnr-enxio-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-x86asm/debian/jnr-x86asm-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-unixsocket/debian/jnr-unixsocket-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-posix-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-ffi.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-constants.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-constants/debian/jnr-constants-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jffi/debian/jffi-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/joni/joni/debian/joni-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/joni/joni/debian/jcodings.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/extras/bytelist/debian/bytelist-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/jcodings/jcodings/debian/jcodings-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/dirgra/debian/dirgra-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/invokebinder/debian/invokebinder-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/options/debian/options-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/unsafe-fences/debian/unsafe-fences-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/bsf/bsf/debian/bsf-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/commons-logging-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/avalon-framework.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/excalibur-logkit.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/log4j-1.2.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/jcraft/jzlib/debian/jzlib-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/nailgun-server-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/jna-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/jna-platform-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/net/java/dev/jna/jna/debian/jna-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/net/java/dev/jna/jna-platform/debian/jna-platform-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/ant/ant/debian/ant-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/ant/ant-launcher/debian/ant-launcher-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/osgi/org.osgi.core/debian/org.osgi.core-debian.jar,/usr/share/java/osgi.annotation.jar,/<<PKGBUILDDIR>>/debian/maven-repo/joda-time/joda-time/debian/joda-time-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/slf4j/slf4j-api/debian/slf4j-api-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/me/qmx/jitescript/jitescript/debian/jitescript-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/modulator/debian/modulator-debian.jar,.]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/FlagRegistry.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyArray.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyBasicObject.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyHash.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyMatchData.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyModule.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyString.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/ext/stringio/StringIO.class]
> [INFO] [loading /modules/java.base/java/lang/Object.class]
> [INFO] [loading /modules/java.base/java/lang/String.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/JRubyClass.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/JRubyMethod.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/Visibility.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/FrameField.class]
> [INFO] [loading /modules/java.base/java/lang/Deprecated.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Annotation.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Retention.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/RetentionPolicy.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Target.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/ElementType.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/CompatVersion.class]
> [INFO] 
> [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-populators) @ jruby-core ---
> [INFO] Source directory: /<<PKGBUILDDIR>>/core/target/generated-sources added.
> [INFO] 
> [INFO] --- exec-maven-plugin:1.6.0:exec (invoker-generator) @ jruby-core ---
> /<<PKGBUILDDIR>>/core/target/generated-sources/annotated_classes.txt - not found. skip generator.
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (populators) @ jruby-core ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (eclipse-hack) @ jruby-core ---
> [INFO] Not compiling main sources
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-core ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] Copying 11 resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-core ---
> [INFO] Compiling 105 source files to /<<PKGBUILDDIR>>/core/target/test-classes
> [WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
> [WARNING] [options] bootstrap class path not set in conjunction with -source 7
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/util/RandomTest.java]]
> [INFO] [parsing completed 17ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/embed/IsolatedScriptingContainerTest.java]]
> [INFO] [parsing completed 2ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/java/dispatch/CallableSelectorTest.java]]
> [INFO] [parsing completed 10ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestRbConfigLibrary.java]]
> [INFO] [parsing completed 2ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestAdoptedThreading.java]]
> [INFO] [parsing completed 4ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/embed/MultipleScriptsRunner.java]]
> [INFO] [parsing completed 4ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/ext/posix/JavaFileStatTest.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/bench/BenchArrayCopy.java]]
> [INFO] [parsing completed 5ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestMethodFactories.java]]
> [INFO] [parsing completed 3ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestRubyHash.java]]
> [INFO] [parsing completed 5ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestEncodingAPI.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/embed/jsr223/JRubyEngineTest.java]]
> [INFO] [parsing completed 14ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/embed/internal/SingletonLocalContextProviderTest.java]]
> [INFO] [parsing completed 2ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestKernel.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/util/MurmurHashTest.java]]
> [INFO] [parsing completed 2ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/lexer/yacc/StringTermTest.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/embed/ScriptingContainerTest.java]]
> [INFO] [parsing completed 30ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/embed/jsr223/JRubyCompiledScriptTest.java]]
> [INFO] [parsing completed 2ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/util/StringSupportTest.java]]
> [INFO] [parsing completed 2ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/runtime/EventHookTest.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestRubyArray.java]]
> [INFO] [parsing completed 2ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/embed/ReaderInputStreamTest.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/embed/PositionFunction.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestParser.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/embed/internal/SingleThreadLocalContextProviderTest.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/bench/BenchLongFibRecursive.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/javasupport/test/TestNativeException.java]]
> [INFO] [parsing completed 3ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/bench/BenchEventHook.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/ThrowingConstructor.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/exceptions/TestRaiseException.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/javasupport/test/TestBSF.java]]
> [INFO] [parsing completed 3ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/javasupport/test/RubyTestCase.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestJavaReentrantExceptions.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/embed/FooArU.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/ext/tracepoint/TracePointTest.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestSignature.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/util/log/OutputStreamLoggerTest.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestRubyObject.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/util/log/LoggerFactoryTest.java]]
> [INFO] [parsing completed 2ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestRubyClass.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/embed/ParentClassLoaderTest.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/runtime/load/LoadServiceResourceInputStreamTest.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestLoadService.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/util/SipHashInlineTest.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/bench/BenchFloatFibRecursive.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/util/RubyTimeOutputFormatterTest.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/javasupport/test/JavaSupportTestSuite.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/javasupport/test/SimpleInterface.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/embed/ConstantCompilationTest.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestRubyBigDecimal.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestRequire.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestRubyCollect.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/embed/jsr223/JRubyEngineFactoryTest.java]]
> [INFO] [parsing completed 2ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestRuby.java]]
> [INFO] [parsing completed 7ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/runtime/profile/ProfilingTest.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/BasicLibraryTestService.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/embed/bsf/JRubyEngineTest.java]]
> [INFO] [parsing completed 5ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/MockObjectSpace.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/runtime/TestDynamicScope.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/embed/internal/BiVariableMapTest.java]]
> [INFO] [parsing completed 7ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/bench/BenchFixnumFibRecursive.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestCommandlineParser.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestRubySymbol.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/javasupport/TestJava.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/javasupport/test/TestIntWrapper.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/MockRubyObject.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/Overloaded.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/util/JarResourceTest.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestRubyException.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestObjectSpace.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/TestRegexpCache.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/util/URLResourceTest.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/bench/BenchIntFibRecursive.java]]
> [INFO] [parsing completed 6ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/util/Pwd.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/management/ManagementBeanTest.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/util/JRubyThreadContextTest.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestJavaUtil.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/util/log/StandardErrorLoggerTest.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/javasupport/TypeMatcher.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestCodegenUtils.java]]
> [INFO] [parsing completed 5ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestRubyNKF.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/NormalJavaClass.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/bench/BenchFixnumCreation.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestRecursiveCheck.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/util/log/ParameterSubstitutionTest.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/ITest.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestRubyRational.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/javasupport/test/TestIntWrapperImpl.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestRaiseException.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestRubyInstanceConfig.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/javasupport/JavaEmbedUtilsTest.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/util/ShellLauncherTest.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/embed/internal/ThreadSafeLocalContextProviderTest.java]]
> [INFO] [parsing completed 2ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestRubyBase.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/javasupport/TestJavaClass.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/embed/internal/ConcurrentLocalContextProviderTest.java]]
> [INFO] [parsing completed 2ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestArrayFlatten.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/embed/util/SystemPropertyCatcherTest.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestRubyString.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/runtime/profile/builtin/ProfileMethodsTest.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/embed/RadioActiveDecay.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/OverloadedTest.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/MainTestSuite.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/MockJavaSupport.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/runtime/profile/TestProfilingService.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [search path for source files: /<<PKGBUILDDIR>>/core/src/test/java,/<<PKGBUILDDIR>>/core/target/generated-test-sources/test-annotations]
> [INFO] [search path for class files: /usr/lib/jvm/java-11-openjdk-amd64/lib/modules,/<<PKGBUILDDIR>>/core/target/test-classes,/<<PKGBUILDDIR>>/core/target/classes,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm/debian/asm-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-commons/debian/asm-commons-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-tree/debian/asm-tree-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-analysis/debian/asm-analysis-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-util/debian/asm-util-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-netdb/debian/jnr-netdb-debian.jar,/usr/share/java/jnr-ffi.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-enxio/debian/jnr-enxio-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-x86asm/debian/jnr-x86asm-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-unixsocket/debian/jnr-unixsocket-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-posix-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-ffi.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-constants.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-constants/debian/jnr-constants-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jffi/debian/jffi-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/joni/joni/debian/joni-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/joni/joni/debian/jcodings.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/extras/bytelist/debian/bytelist-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/jcodings/jcodings/debian/jcodings-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/dirgra/debian/dirgra-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/invokebinder/debian/invokebinder-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/options/debian/options-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/unsafe-fences/debian/unsafe-fences-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/bsf/bsf/debian/bsf-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/commons-logging-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/avalon-framework.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/excalibur-logkit.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/log4j-1.2.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/jcraft/jzlib/debian/jzlib-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/nailgun-server-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/jna-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/jna-platform-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/net/java/dev/jna/jna/debian/jna-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/net/java/dev/jna/jna-platform/debian/jna-platform-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/junit/junit/4.x/junit-4.x.jar,/<<PKGBUILDDIR>>/debian/maven-repo/junit/junit/4.x/hamcrest-core.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/hamcrest/hamcrest-core/debian/hamcrest-core-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/ant/ant/debian/ant-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/ant/ant-launcher/debian/ant-launcher-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/osgi/org.osgi.core/debian/org.osgi.core-debian.jar,/usr/share/java/osgi.annotation.jar,/<<PKGBUILDDIR>>/debian/maven-repo/joda-time/joda-time/debian/joda-time-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/slf4j/slf4j-api/debian/slf4j-api-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/me/qmx/jitescript/jitescript/debian/jitescript-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/modulator/debian/modulator-debian.jar,.]
> [INFO] [loading /usr/share/java/junit4.jar(/junit/framework/TestCase.class)]
> [INFO] [loading /usr/share/java/junit4.jar(/junit/framework/Test.class)]
> [INFO] [loading /modules/java.base/java/lang/Object.class]
> [INFO] [loading /usr/share/java/junit4.jar(/junit/framework/Assert.class)]
> [INFO] [loading /usr/share/java/junit4.jar(/org/junit/Assert.class)]
> [INFO] [loading /modules/java.base/java/net/URL.class]
> [INFO] [loading /modules/java.base/java/net/URLClassLoader.class]
> [INFO] [loading /usr/share/java/junit4.jar(/org/junit/AfterClass.class)]
> [INFO] [loading /usr/share/java/junit4.jar(/org/junit/BeforeClass.class)]
> [INFO] [loading /usr/share/java/junit4.jar(/org/junit/Test.class)]
> [INFO] [loading /modules/java.base/java/lang/ClassLoader.class]
> [INFO] [loading /modules/java.base/java/lang/Exception.class]
> [INFO] [loading /modules/java.base/java/lang/reflect/Method.class]
> [INFO] [loading /modules/java.base/java/util/HashMap.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/Ruby.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyProc.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/javasupport/JavaMethod.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/javasupport/ParameterTypes.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/Arity.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/Binding.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/Block.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/BlockBody.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/Frame.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/NullBlockBody.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/Signature.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/backtrace/BacktraceElement.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/builtin/IRubyObject.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/collections/IntHashMap.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/java/dispatch/CallableSelector.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/java/dispatch/CallableSelector$CallableCache.class]
> [INFO] [loading /usr/share/java/jnr-posix.jar(/jnr/posix/util/Platform.class)]
> [INFO] [loading /modules/java.base/java/io/ByteArrayInputStream.class]
> [INFO] [loading /modules/java.base/java/io/ByteArrayOutputStream.class]
> [INFO] [loading /modules/java.base/java/io/PrintStream.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/CompatVersion.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyIO.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyInstanceConfig.class]
> [INFO] [loading /modules/java.base/java/lang/String.class]
> [INFO] [loading /modules/java.logging/java/util/logging/Level.class]
> [INFO] [loading /modules/java.logging/java/util/logging/Logger.class]
> [INFO] [loading /usr/share/java/bsf-2.4.0.jar(/org/apache/bsf/BSFManager.class)]
> [INFO] [loading /usr/share/java/junit4.jar(/junit/framework/TestSuite.class)]
> [INFO] [loading /usr/share/java/bsf-2.4.0.jar(/org/apache/bsf/BSFException.class)]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyArray.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyThreadGroup.class]
> [INFO] [loading /modules/java.base/java/lang/Thread.class]
> [INFO] [loading /modules/java.base/java/lang/Runnable.class]
> [INFO] [loading /modules/java.base/java/lang/RuntimeException.class]
> [INFO] [loading /modules/java.base/java/io/File.class]
> [INFO] [loading /modules/java.base/java/io/FileNotFoundException.class]
> [INFO] [loading /modules/java.base/java/io/FileOutputStream.class]
> [INFO] [loading /modules/java.base/java/io/FileWriter.class]
> [INFO] [loading /modules/java.base/java/io/IOException.class]
> [INFO] [loading /modules/java.base/java/io/OutputStream.class]
> [INFO] [loading /modules/java.base/java/util/ArrayList.class]
> [INFO] [loading /modules/java.base/java/util/Arrays.class]
> [INFO] [loading /modules/java.base/java/util/Iterator.class]
> [INFO] [loading /modules/java.base/java/util/List.class]
> [INFO] [loading /modules/java.logging/java/util/logging/ConsoleHandler.class]
> [INFO] [loading /modules/java.logging/java/util/logging/Handler.class]
> [INFO] [loading /modules/java.logging/java/util/logging/SimpleFormatter.class]
> [INFO] [loading /modules/java.logging/java/util/logging/StreamHandler.class]
> [INFO] [loading /usr/share/java/junit4.jar(/org/junit/After.class)]
> [INFO] [loading /usr/share/java/junit4.jar(/org/junit/Before.class)]
> [INFO] [loading /usr/share/java/jnr-posix.jar(/jnr/posix/JavaFileStat.class)]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/ArraySupport.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyMethod.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyModule.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/JRubyMethod.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/internal/runtime/methods/DynamicMethod.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/ThreadContext.class]
> [INFO] [loading /modules/java.base/java/lang/SuppressWarnings.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyFixnum.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyHash.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubySymbol.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/exceptions/RaiseException.class]
> [INFO] [loading /usr/share/java/jcodings.jar(/org/jcodings/specific/SJISEncoding.class)]
> [INFO] [loading /usr/share/java/jcodings.jar(/org/jcodings/specific/UTF8Encoding.class)]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyString.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/io/EncodingUtils.class]
> [INFO] [loading /modules/java.scripting/javax/script/Invocable.class]
> [INFO] [loading /modules/java.scripting/javax/script/Compilable.class]
> [INFO] [loading /modules/java.base/java/lang/reflect/Field.class]
> [INFO] [loading /modules/java.base/java/nio/charset/Charset.class]
> [INFO] [loading /modules/java.base/java/util/Calendar.class]
> [INFO] [loading /modules/java.base/java/util/Map.class]
> [INFO] [loading /modules/java.scripting/javax/script/Bindings.class]
> [INFO] [loading /modules/java.scripting/javax/script/CompiledScript.class]
> [INFO] [loading /modules/java.scripting/javax/script/ScriptContext.class]
> [INFO] [loading /modules/java.scripting/javax/script/ScriptEngine.class]
> [INFO] [loading /modules/java.scripting/javax/script/ScriptEngineFactory.class]
> [INFO] [loading /modules/java.scripting/javax/script/ScriptEngineManager.class]
> [INFO] [loading /modules/java.scripting/javax/script/ScriptException.class]
> [INFO] [loading /modules/java.scripting/javax/script/SimpleBindings.class]
> [INFO] [loading /modules/java.scripting/javax/script/SimpleScriptContext.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/embed/internal/BiVariableMap.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/embed/LocalVariableBehavior.class]
> [INFO] [loading /modules/java.base/java/util/concurrent/atomic/AtomicReference.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/embed/internal/SingletonLocalContextProvider.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/embed/internal/AbstractLocalContextProvider.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/embed/internal/LocalContextProvider.class]
> [INFO] [loading /modules/java.base/java/lang/Boolean.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyException.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyObject.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/Profile.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyInstanceConfig$CompileMode.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyInstanceConfig$LoadServiceCreator.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/ast/Node.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/embed/internal/ConcurrentLocalContextProvider.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/embed/internal/SingleThreadLocalContextProvider.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/embed/internal/ThreadSafeLocalContextProvider.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/javasupport/JavaEmbedUtils.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/Constants.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/KCode.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/cli/Options.class]
> [INFO] [loading /modules/java.base/java/io/FileInputStream.class]
> [INFO] [loading /modules/java.base/java/io/FileReader.class]
> [INFO] [loading /modules/java.base/java/io/InputStream.class]
> [INFO] [loading /modules/java.base/java/io/Reader.class]
> [INFO] [loading /modules/java.base/java/io/StringWriter.class]
> [INFO] [loading /modules/java.base/java/io/Writer.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/embed/AttributeName.class]
> [INFO] [loading /modules/java.base/java/util/Collections.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyRuntimeAdapter.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/EventHook.class]
> [INFO] [loading /modules/java.base/java/lang/Integer.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/RubyEvent.class]
> [INFO] [loading /usr/share/java/ant-1.10.7.jar(/org/apache/tools/ant/util/FileUtils.class)]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/embed/io/ReaderInputStream.class]
> [INFO] [loading /modules/java.base/java/lang/Long.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyClass.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/backtrace/RubyStackTraceElement.class]
> [INFO] [loading /modules/java.base/java/io/InputStreamReader.class]
> [INFO] [loading /modules/java.base/java/util/Set.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyKernel.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/internal/runtime/GlobalVariable.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/javasupport/JavaUtil.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/NormalizedFile.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/NativeException.class]
> [INFO] [loading /modules/java.base/java/lang/Throwable.class]
> [INFO] [loading /modules/java.base/java/io/Serializable.class]
> [INFO] [loading /usr/share/java/bsf-2.4.0.jar(/org/apache/bsf/util/IOUtils.class)]
> [INFO] [loading /usr/share/java/bsf-2.4.0.jar(/org/apache/bsf/util/StringUtils.class)]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/log/Logger.class]
> [INFO] [loading /modules/java.base/java/io/PrintWriter.class]
> [INFO] [loading /modules/java.base/java/lang/reflect/Constructor.class]
> [INFO] [loading /modules/java.base/java/lang/reflect/Modifier.class]
> [INFO] [loading /modules/java.base/java/lang/Class.class]
> [INFO] [loading /modules/java.base/java/lang/NoSuchFieldException.class]
> [INFO] [loading /modules/java.base/java/lang/IllegalAccessException.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyBasicObject.class]
> [INFO] [loading /modules/java.base/java/lang/Cloneable.class]
> [INFO] [loading /modules/java.base/java/lang/Comparable.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/marshal/CoreObjectType.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/builtin/InstanceVariables.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/builtin/InternalVariables.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/embed/jsr223/JRubyEngineFactory.class]
> [INFO] [loading /usr/share/java/junit4.jar(/org/junit/FixMethodOrder.class)]
> [INFO] [loading /usr/share/java/junit4.jar(/org/junit/runners/MethodSorters.class)]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/load/ClassExtensionLibrary.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/load/LoadService.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyFloat.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/RubyDateFormatter.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/RubyDateFormatter$FieldType.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/RubyTimeOutputFormatter.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/ext/bigdecimal/RubyBigDecimal.class]
> [INFO] [loading /modules/java.base/java/math/BigDecimal.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/backtrace/TraceType.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/load/BasicLibraryService.class]
> [INFO] [loading /modules/java.base/java/util/Vector.class]
> [INFO] [loading /usr/share/java/bsf-2.4.0.jar(/org/apache/bsf/BSFDeclaredBean.class)]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/embed/PathType.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/ObjectSpace.class]
> [INFO] [loading /modules/java.base/java/lang/invoke/MethodHandle.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/scope/DynamicScopeGenerator.class]
> [INFO] [loading /modules/java.base/java/util/Collection.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/embed/ScriptingContainer.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/embed/LocalContextScope.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/embed/variable/BiVariable.class]
> [INFO] [loading /usr/share/java/joni.jar(/org/joni/Regex.class)]
> [INFO] [loading /usr/share/java/bytelist.jar(/org/jruby/util/ByteList.class)]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/RegexpOptions.class]
> [INFO] [loading /modules/java.base/java/util/TreeSet.class]
> [INFO] [loading /usr/share/java/asm-7.2.jar(/org/objectweb/asm/ClassWriter.class)]
> [INFO] [loading /usr/share/java/asm-7.2.jar(/org/objectweb/asm/MethodVisitor.class)]
> [INFO] [loading /usr/share/java/asm-7.2.jar(/org/objectweb/asm/Opcodes.class)]
> [INFO] [loading /modules/java.base/java/lang/ClassNotFoundException.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/CodegenUtils.class]
> [INFO] [loading /usr/share/java/asm-7.2.jar(/org/objectweb/asm/AnnotationVisitor.class)]
> [INFO] [loading /usr/share/java/asm-7.2.jar(/org/objectweb/asm/Type.class)]
> [INFO] [loading /modules/java.base/java/util/LinkedHashMap.class]
> [INFO] [loading /modules/java.base/java/lang/Enum.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Annotation.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/ext/nkf/RubyNKF.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/ext/nkf/Command.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/log/OutputStreamLogger.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyRational.class]
> [INFO] [loading /modules/java.base/java/util/Locale.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/exceptions/MainExitException.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/ShellLauncher.class]
> [INFO] [loading /modules/java.base/java/lang/NullPointerException.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/embed/PropertyName.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/javasupport/JavaSupportImpl.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/javasupport/JavaSupport.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/profile/ProfilingService.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/profile/ProfileCollection.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/profile/MethodEnhancer.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/profile/ProfileReporter.class]
> [INFO] [loading /modules/java.base/java/lang/Deprecated.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Retention.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/RetentionPolicy.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Target.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/ElementType.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/JRubyClass.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/Visibility.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/FrameField.class]
> [INFO] [loading /modules/java.base/java/lang/Override.class]
> [INFO] [loading /modules/java.base/jdk/internal/vm/annotation/Contended.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/JRubyModule.class]
> [INFO] [checking org.jruby.util.RandomTest]
> [INFO] [loading /modules/java.base/java/lang/AutoCloseable.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/Random.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/util/RandomTest.class]
> [INFO] [checking org.jruby.embed.IsolatedScriptingContainerTest]
> [INFO] [loading /modules/java.base/java/security/SecureClassLoader.class]
> [INFO] [loading /modules/java.base/java/lang/ReflectiveOperationException.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/embed/IsolatedScriptingContainer.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/embed/EmbedRubyInstanceConfigAdapter.class]
> [INFO] [loading /modules/java.base/java/lang/reflect/GenericDeclaration.class]
> [INFO] [loading /modules/java.base/java/lang/reflect/AnnotatedElement.class]
> [INFO] [loading /modules/java.base/java/lang/reflect/Type.class]
> [INFO] [loading /modules/java.base/java/lang/Error.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/embed/IsolatedScriptingContainerTest.class]
> [INFO] [checking org.jruby.java.dispatch.CallableSelectorTest]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/compiler/Constantizable.class]
> [INFO] [loading /modules/java.base/java/io/FileFilter.class]
> [INFO] [loading /modules/java.base/java/lang/NoSuchMethodException.class]
> [INFO] [loading /modules/java.base/java/lang/SecurityException.class]
> [INFO] [loading /modules/java.base/java/io/FilenameFilter.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/Block$Type.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/marshal/DataType.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/java/invokers/RubyToJavaInvoker.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/javasupport/JavaCallable.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/javasupport/JavaAccessibleObject.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/java/dispatch/CallableSelectorTest$1.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/java/dispatch/CallableSelectorTest$2.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/java/dispatch/CallableSelectorTest$3.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/java/dispatch/CallableSelectorTest$4.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/java/dispatch/CallableSelectorTest$5.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/java/dispatch/CallableSelectorTest$6.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/java/dispatch/CallableSelectorTest.class]
> [INFO] [checking org.jruby.test.TestRbConfigLibrary]
> [INFO] [loading /modules/java.base/java/io/FilterOutputStream.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/io/STDIO.class]
> [INFO] [loading /modules/java.base/java/nio/channels/Channel.class]
> [INFO] [loading /modules/java.base/java/io/Closeable.class]
> [INFO] [loading /modules/java.base/java/io/Flushable.class]
> [INFO] [loading /modules/java.base/java/lang/Appendable.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/io/IOEncodable.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/io/OpenFile.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/Finalizable.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/internal/runtime/GlobalVariables.class]
> [INFO] [loading /modules/java.base/java/lang/CharSequence.class]
> [INFO] [loading /modules/java.base/java/lang/StringBuffer.class]
> [INFO] [loading /modules/java.base/java/lang/StringBuilder.class]
> [INFO] [loading /modules/java.base/java/lang/AbstractStringBuilder.class]
> [INFO] [checking org.jruby.test.TestRubyBase]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestRbConfigLibrary.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestRubyBase.class]
> [INFO] [checking org.jruby.test.TestAdoptedThreading]
> [INFO] [loading /modules/java.base/java/util/function/Supplier.class]
> [INFO] [loading /modules/java.base/java/lang/Byte.class]
> [INFO] [loading /modules/java.base/java/lang/Character.class]
> [INFO] [loading /modules/java.base/java/lang/Short.class]
> [INFO] [loading /modules/java.base/java/lang/Float.class]
> [INFO] [loading /modules/java.base/java/lang/Double.class]
> [INFO] [loading /modules/java.base/java/lang/Void.class]
> [INFO] [loading /modules/java.base/java/lang/InterruptedException.class]
> [INFO] [loading /modules/java.base/java/lang/Iterable.class]
> [INFO] [loading /modules/java.base/java/util/RandomAccess.class]
> [INFO] [loading /modules/java.base/java/lang/System.class]
> [INFO] [loading /usr/share/java/junit4.jar(/junit/textui/TestRunner.class)]
> [INFO] [loading /usr/share/java/junit4.jar(/junit/runner/BaseTestRunner.class)]
> [INFO] [loading /usr/share/java/junit4.jar(/junit/framework/TestListener.class)]
> [INFO] [loading /usr/share/java/junit4.jar(/junit/framework/TestResult.class)]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestAdoptedThreading$1.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestAdoptedThreading$Runner.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestAdoptedThreading.class]
> [INFO] [checking org.jruby.test.ITest]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/ITest.class]
> [INFO] [checking org.jruby.embed.MultipleScriptsRunner]
> [INFO] [loading /modules/java.base/java/util/AbstractList.class]
> [INFO] [loading /modules/java.base/java/util/AbstractCollection.class]
> [INFO] [loading /modules/java.base/java/net/URI.class]
> [INFO] [loading /modules/java.base/java/io/OutputStreamWriter.class]
> [INFO] [loading /modules/java.base/java/lang/Throwable$PrintStreamOrWriter.class]
> [INFO] [loading /modules/java.logging/java/util/logging/Formatter.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/embed/MultipleScriptsRunner.class]
> [INFO] [checking org.jruby.ext.posix.JavaFileStatTest]
> [INFO] [loading /usr/share/java/jnr-posix.jar(/jnr/posix/FileStat.class)]
> [INFO] [loading /usr/share/java/jnr-posix.jar(/jnr/posix/POSIX.class)]
> [INFO] [loading /usr/share/java/jnr-posix.jar(/jnr/posix/POSIXHandler.class)]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/ext/posix/JavaFileStatTest.class]
> [INFO] [checking org.jruby.bench.BenchArrayCopy]
> [INFO] [loading /modules/java.base/java/lang/Number.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/bench/BenchArrayCopy.class]
> [INFO] [checking org.jruby.test.TestMethodFactories]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyBoolean.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/AbstractRubyMethod.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestMethodFactories$MyBoundClass.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestMethodFactories$GH3463Module.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestMethodFactories$VersionedMethods.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestMethodFactories.class]
> [INFO] [checking org.jruby.test.TestRubyHash]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestRubyHash.class]
> [INFO] [checking org.jruby.test.TestEncodingAPI]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/encoding/EncodingCapable.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/encoding/MarshalEncoding.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/CodeRangeable.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/ByteListHolder.class]
> [INFO] [loading /usr/share/java/jcodings.jar(/org/jcodings/Encoding.class)]
> [INFO] [loading /usr/share/java/jcodings.jar(/org/jcodings/specific/BaseSJISEncoding.class)]
> [INFO] [loading /usr/share/java/jcodings.jar(/org/jcodings/CanBeTrailTableEncoding.class)]
> [INFO] [loading /usr/share/java/jcodings.jar(/org/jcodings/MultiByteEncoding.class)]
> [INFO] [loading /usr/share/java/jcodings.jar(/org/jcodings/AbstractEncoding.class)]
> [INFO] [loading /usr/share/java/jcodings.jar(/org/jcodings/specific/BaseUTF8Encoding.class)]
> [INFO] [loading /usr/share/java/jcodings.jar(/org/jcodings/unicode/UnicodeEncoding.class)]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestEncodingAPI.class]
> [INFO] [checking org.jruby.embed.jsr223.JRubyEngineTest]
> [INFO] [loading /modules/java.base/java/io/FileDescriptor.class]
> [INFO] [loading /modules/java.base/java/util/AbstractMap.class]
> [INFO] [loading /modules/java.base/java/lang/IllegalArgumentException.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/embed/jsr223/JRubyScriptEngineManager.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/embed/jsr223/JRubyEngine.class]
> [WARNING] /<<PKGBUILDDIR>>/core/src/test/java/org/jruby/embed/jsr223/JRubyEngineTest.java:[753,29] [deprecation] Double(double) in Double has been deprecated
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/embed/jsr223/JRubyEngineTest.class]
> [INFO] [checking org.jruby.embed.internal.SingletonLocalContextProviderTest]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/embed/internal/SingletonLocalContextProviderTest$1.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/embed/internal/SingletonLocalContextProviderTest$SingletonLocalContextProviderStub.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/embed/internal/SingletonLocalContextProviderTest.class]
> [INFO] [checking org.jruby.test.TestKernel]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyInteger.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyNumeric.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/exceptions/JumpException.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestKernel.class]
> [INFO] [checking org.jruby.util.MurmurHashTest]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/MurmurHash.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/util/MurmurHashTest.class]
> [INFO] [checking org.jruby.lexer.yacc.StringTermTest]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/lexer/yacc/StringTermTest.class]
> [INFO] [checking org.jruby.embed.ScriptingContainerTest]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/embed/EmbedEvalUnit.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/ParseResult.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/lexer/yacc/ISourcePositionHolder.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/javasupport/JavaEmbedUtils$EvalUnit.class]
> [INFO] [loading /modules/java.base/java/lang/Math.class]
> [WARNING] /<<PKGBUILDDIR>>/core/src/test/java/org/jruby/embed/ScriptingContainerTest.java:[823,20] [deprecation] Long(long) in Long has been deprecated
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/embed/EmbedRubyRuntimeAdapter.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/embed/EmbedRubyObjectAdapter.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyObjectAdapter.class]
> [WARNING] /<<PKGBUILDDIR>>/core/src/test/java/org/jruby/embed/ScriptingContainerTest.java:[1008,21] [deprecation] Double(double) in Double has been deprecated
> [WARNING] /<<PKGBUILDDIR>>/core/src/test/java/org/jruby/embed/ScriptingContainerTest.java:[1009,21] [deprecation] Double(double) in Double has been deprecated
> [INFO] [loading /modules/java.base/java/util/function/IntFunction.class]
> [INFO] [loading /usr/share/java/headius-options.jar(/com/headius/options/Option.class)]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/JRubyClassLoader.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/ClassDefiningJRubyClassLoader.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyInstanceConfig$ProfilingMode.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/embed/util/SystemPropertyCatcher.class]
> [INFO] [loading /usr/share/java/junit4.jar(/org/junit/internal/ArrayComparisonFailure.class)]
> [INFO] [loading /modules/java.base/java/lang/AssertionError.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/DynamicScope.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/embed/ScriptingContainerTest.class]
> [INFO] [checking org.jruby.embed.jsr223.JRubyCompiledScriptTest]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/embed/jsr223/JRubyCompiledScript.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/embed/jsr223/JRubyCompiledScriptTest.class]
> [INFO] [checking org.jruby.util.StringSupportTest]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/StringSupport.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/util/StringSupportTest.class]
> [INFO] [checking org.jruby.runtime.EventHookTest]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/runtime/EventHookTest$NativeTracer.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/runtime/EventHookTest.class]
> [INFO] [checking org.jruby.test.TestRubyArray]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestRubyArray.class]
> [INFO] [checking org.jruby.embed.ReaderInputStreamTest]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/embed/ReaderInputStreamTest.class]
> [INFO] [checking org.jruby.embed.PositionFunction]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/embed/PositionFunction.class]
> [INFO] [checking org.jruby.test.TestParser]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestParser.class]
> [INFO] [checking org.jruby.embed.internal.SingleThreadLocalContextProviderTest]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/embed/internal/SingleThreadLocalContextProviderTest.class]
> [INFO] [checking org.jruby.test.bench.BenchLongFibRecursive]
> [INFO] [loading /modules/java.base/java/lang/NumberFormatException.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/bench/BenchLongFibRecursive$BoxedLong.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/bench/BenchLongFibRecursive.class]
> [INFO] [checking org.jruby.javasupport.test.TestNativeException]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/javasupport/test/TestNativeException.class]
> [INFO] [checking org.jruby.bench.BenchEventHook]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/bench/BenchEventHook$1.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/bench/BenchEventHook$2.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/bench/BenchEventHook.class]
> [INFO] [checking org.jruby.test.ThrowingConstructor]
> [INFO] [loading /modules/java.base/java/lang/IllegalStateException.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/ThrowingConstructor.class]
> [INFO] [checking org.jruby.exceptions.TestRaiseException]
> [INFO] [loading /modules/java.base/java/lang/StackTraceElement.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/exceptions/TestRaiseException.class]
> [INFO] [checking org.jruby.javasupport.test.TestBSF]
> [INFO] [loading /usr/share/java/jnr-posix.jar(/jnr/posix/JavaSecuredFile.class)]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/javasupport/JavaUtil$JavaConverter.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/internal/runtime/GlobalVariable$Scope.class]
> [WARNING] /<<PKGBUILDDIR>>/core/src/test/java/org/jruby/javasupport/test/TestBSF.java:[87,17] [deprecation] Long(long) in Long has been deprecated
> [WARNING] /<<PKGBUILDDIR>>/core/src/test/java/org/jruby/javasupport/test/TestBSF.java:[91,20] [deprecation] Integer(int) in Integer has been deprecated
> [WARNING] /<<PKGBUILDDIR>>/core/src/test/java/org/jruby/javasupport/test/TestBSF.java:[99,33] [deprecation] Long(long) in Long has been deprecated
> [WARNING] /<<PKGBUILDDIR>>/core/src/test/java/org/jruby/javasupport/test/TestBSF.java:[100,37] [deprecation] Long(long) in Long has been deprecated
> [WARNING] /<<PKGBUILDDIR>>/core/src/test/java/org/jruby/javasupport/test/TestBSF.java:[101,41] [deprecation] Long(long) in Long has been deprecated
> [WARNING] /<<PKGBUILDDIR>>/core/src/test/java/org/jruby/javasupport/test/TestBSF.java:[142,38] [deprecation] Long(long) in Long has been deprecated
> [WARNING] /<<PKGBUILDDIR>>/core/src/test/java/org/jruby/javasupport/test/TestBSF.java:[205,41] [deprecation] Long(long) in Long has been deprecated
> [WARNING] /<<PKGBUILDDIR>>/core/src/test/java/org/jruby/javasupport/test/TestBSF.java:[209,42] [deprecation] Long(long) in Long has been deprecated
> [WARNING] /<<PKGBUILDDIR>>/core/src/test/java/org/jruby/javasupport/test/TestBSF.java:[212,41] [deprecation] Long(long) in Long has been deprecated
> [WARNING] /<<PKGBUILDDIR>>/core/src/test/java/org/jruby/javasupport/test/TestBSF.java:[214,39] [deprecation] Long(long) in Long has been deprecated
> [WARNING] /<<PKGBUILDDIR>>/core/src/test/java/org/jruby/javasupport/test/TestBSF.java:[215,42] [deprecation] Long(long) in Long has been deprecated
> [INFO] [loading /modules/java.base/java/util/Map$Entry.class]
> [WARNING] /<<PKGBUILDDIR>>/core/src/test/java/org/jruby/javasupport/test/TestBSF.java:[244,31] [deprecation] Long(long) in Long has been deprecated
> [WARNING] /<<PKGBUILDDIR>>/core/src/test/java/org/jruby/javasupport/test/TestBSF.java:[304,25] [deprecation] Long(long) in Long has been deprecated
> [WARNING] /<<PKGBUILDDIR>>/core/src/test/java/org/jruby/javasupport/test/TestBSF.java:[318,37] [deprecation] Long(long) in Long has been deprecated
> [WARNING] /<<PKGBUILDDIR>>/core/src/test/java/org/jruby/javasupport/test/TestBSF.java:[321,21] [deprecation] Long(long) in Long has been deprecated
> [INFO] [loading /modules/java.base/java/lang/Readable.class]
> [INFO] [checking org.jruby.javasupport.test.RubyTestCase]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/javasupport/test/TestBSF$1TestMapValue.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/javasupport/test/TestBSF.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/javasupport/test/RubyTestCase.class]
> [INFO] [checking org.jruby.test.TestJavaReentrantExceptions]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestJavaReentrantExceptions$ExceptionThrower.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestJavaReentrantExceptions.class]
> [INFO] [checking org.jruby.test.ExpectedException]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/ExpectedException.class]
> [INFO] [checking org.jruby.embed.FooArU]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/embed/FooArU.class]
> [INFO] [checking org.jruby.ext.tracepoint.TracePointTest]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/ext/tracepoint/TracePointTest.class]
> [INFO] [checking org.jruby.test.TestSignature]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/Signature$Rest.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestSignature.class]
> [INFO] [checking org.jruby.util.log.OutputStreamLoggerTest]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/util/log/OutputStreamLoggerTest.class]
> [INFO] [checking org.jruby.test.TestRubyObject]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestRubyObject.class]
> [INFO] [checking org.jruby.util.log.LoggerFactoryTest]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/log/StandardErrorLogger.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/log/LoggerFactory.class]
> [INFO] [loading /modules/java.logging/java/util/logging/LogRecord.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/log/JULLogger.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/log/SLF4JLogger.class]
> [INFO] [loading /modules/java.base/java/lang/reflect/Member.class]
> [INFO] [loading /modules/java.base/java/lang/reflect/AccessibleObject.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/util/log/LoggerFactoryTest$1.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/util/log/LoggerFactoryTest.class]
> [INFO] [checking org.jruby.test.TestRubyClass]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/builtin/Variable.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/ObjectAllocator.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestRubyClass$MyRubyObjectSubclass.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestRubyClass.class]
> [INFO] [checking org.jruby.embed.ParentClassLoaderTest]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/embed/ParentClassLoaderTest.class]
> [INFO] [checking org.jruby.runtime.load.LoadServiceResourceInputStreamTest]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/load/LoadServiceResourceInputStream.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/runtime/load/LoadServiceResourceInputStreamTest.class]
> [INFO] [checking org.jruby.test.TestLoadService]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/load/Library.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestLoadService.class]
> [INFO] [checking org.jruby.util.SipHashInlineTest]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/SipHashInline.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/util/SipHashInlineTest.class]
> [INFO] [checking org.jruby.test.bench.BenchFloatFibRecursive]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/bench/BenchFloatFibRecursive.class]
> [INFO] [checking org.jruby.util.RubyTimeOutputFormatterTest]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/util/RubyTimeOutputFormatterTest.class]
> [INFO] [checking org.jruby.javasupport.test.JavaSupportTestSuite]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/javasupport/test/JavaSupportTestSuite.class]
> [INFO] [checking org.jruby.javasupport.test.SimpleInterface]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/javasupport/test/SimpleInterface.class]
> [INFO] [checking org.jruby.embed.ConstantCompilationTest]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/embed/ConstantCompilationTest.class]
> [INFO] [checking org.jruby.test.TestRubyBigDecimal]
> [INFO] [loading /modules/java.base/java/math/BigInteger.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestRubyBigDecimal.class]
> [INFO] [checking org.jruby.test.TestRequire]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestRequire.class]
> [INFO] [checking org.jruby.test.TestRubyCollect]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestRubyCollect.class]
> [INFO] [checking org.jruby.embed.jsr223.JRubyEngineFactoryTest]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/embed/jsr223/JRubyEngineFactoryTest.class]
> [INFO] [checking org.jruby.test.TestRuby]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestRuby$1.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestRuby$2.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestRuby.class]
> [INFO] [checking org.jruby.runtime.profile.ProfilingTest]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/runtime/profile/ProfilingTest.class]
> [INFO] [checking org.jruby.test.BasicLibraryTestService]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/BasicLibraryTestService.class]
> [INFO] [checking org.jruby.embed.bsf.JRubyEngineTest]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/embed/bsf/JRubyEngine.class]
> [INFO] [loading /usr/share/java/bsf-2.4.0.jar(/org/apache/bsf/util/BSFEngineImpl.class)]
> [INFO] [loading /usr/share/java/bsf-2.4.0.jar(/org/apache/bsf/BSFEngine.class)]
> [INFO] [loading /modules/java.desktop/java/beans/PropertyChangeListener.class]
> [INFO] [loading /modules/java.base/java/util/EventListener.class]
> [WARNING] /<<PKGBUILDDIR>>/core/src/test/java/org/jruby/embed/bsf/JRubyEngineTest.java:[118,20] [deprecation] Long(long) in Long has been deprecated
> [WARNING] /<<PKGBUILDDIR>>/core/src/test/java/org/jruby/embed/bsf/JRubyEngineTest.java:[121,20] [deprecation] Double(double) in Double has been deprecated
> [INFO] [loading /usr/share/java/bsf-2.4.0.jar(/org/apache/bsf/util/ObjectRegistry.class)]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/embed/bsf/JRubyEngineTest.class]
> [INFO] [checking org.jruby.test.MockObjectSpace]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/MockObjectSpace.class]
> [INFO] [checking org.jruby.runtime.TestDynamicScope]
> [INFO] [loading /modules/java.base/java/lang/reflect/Executable.class]
> [INFO] [loading /modules/java.base/java/lang/reflect/InvocationTargetException.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/runtime/TestDynamicScope$1.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/runtime/TestDynamicScope.class]
> [INFO] [checking org.jruby.embed.internal.BiVariableMapTest]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/embed/variable/Argv.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/embed/variable/AbstractVariable.class]
> [INFO] [loading /usr/share/java/junit4.jar(/org/junit/runner/JUnitCore.class)]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/embed/internal/BiVariableMapTest.class]
> [INFO] [checking org.jruby.test.bench.BenchFixnumFibRecursive]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/bench/BenchFixnumFibRecursive.class]
> [INFO] [checking org.jruby.test.TestCommandlineParser]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestCommandlineParser$1TestableCommandlineParser.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestCommandlineParser.class]
> [INFO] [checking org.jruby.test.TestRubySymbol]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubySymbol$SymbolTable.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestRubySymbol.class]
> [INFO] [checking org.jruby.javasupport.A]
> [INFO] [checking org.jruby.javasupport.B]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/javasupport/A$C.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/javasupport/A.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/javasupport/B.class]
> [INFO] [checking org.jruby.javasupport.TestJava]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/javasupport/Java.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/javasupport/JavaClass.class]
> [INFO] [loading /modules/java.base/java/util/Comparator.class]
> [INFO] [loading /modules/java.base/java/util/concurrent/ThreadFactory.class]
> [INFO] [loading /modules/java.base/java/util/Enumeration.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/javasupport/JavaConstructor.class]
> [INFO] [loading /usr/share/java/jnr-constants.jar(/jnr/constants/Constant.class)]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/javasupport/TestJava$FxRunnable1.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/javasupport/TestJava$FxRunnable2.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/javasupport/TestJava$NonFxRunnable.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/javasupport/TestJava.class]
> [INFO] [checking org.jruby.javasupport.test.TestIntWrapper]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/javasupport/test/TestIntWrapper.class]
> [INFO] [checking org.jruby.test.MockRubyObject]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/CallSite.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/MockRubyObject$TestMeta.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/MockRubyObject.class]
> [INFO] [checking org.jruby.test.Overloaded]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/Overloaded.class]
> [INFO] [checking org.jruby.util.JarResourceTest]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/JarResource.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/AbstractFileResource.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/FileResource.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/util/JarResourceTest.class]
> [INFO] [checking org.jruby.test.TestRubyException]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestRubyException.class]
> [INFO] [checking org.jruby.test.TestObjectSpace]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestObjectSpace.class]
> [INFO] [checking org.jruby.TestRegexpCache]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyRegexp.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/collections/WeakValuedMap.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/parser/ReOptions.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/TestRegexpCache.class]
> [INFO] [checking org.jruby.util.URLResourceTest]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/URLResource.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/util/URLResourceTest.class]
> [INFO] [checking org.jruby.test.bench.BenchIntFibRecursive]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/bench/BenchIntFibRecursive$BoxedInt.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/bench/BenchIntFibRecursive.class]
> [INFO] [checking org.jruby.util.Pwd]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/util/Pwd.class]
> [INFO] [checking org.jruby.management.ManagementBeanTest]
> [INFO] [loading /modules/java.base/java/util/SortedSet.class]
> [INFO] [loading /modules/java.base/java/util/NavigableMap.class]
> [INFO] [loading /modules/java.base/java/util/AbstractSet.class]
> [INFO] [loading /modules/java.base/java/lang/Runtime.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/management/ManagementBeanTest$1.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/management/ManagementBeanTest.class]
> [INFO] [checking org.jruby.util.JRubyThreadContextTest]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/ClassDefiningClassLoader.class]
> [INFO] [loading /modules/java.base/java/lang/Module.class]
> [INFO] [loading /usr/share/java/asm-7.2.jar(/org/objectweb/asm/ClassVisitor.class)]
> [INFO] [loading /modules/java.base/java/lang/ClassFormatError.class]
> [INFO] [loading /modules/java.base/java/lang/LinkageError.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/util/JRubyThreadContextTest$SimpleClassLoader.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/util/JRubyThreadContextTest$VersionedClassLoader.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/util/JRubyThreadContextTest.class]
> [INFO] [checking org.jruby.test.TestJavaUtil]
> [WARNING] /<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestJavaUtil.java:[54,57] [deprecation] Integer(int) in Integer has been deprecated
> [WARNING] /<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestJavaUtil.java:[55,57] [deprecation] Double(double) in Double has been deprecated
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestJavaUtil.class]
> [INFO] [checking org.jruby.util.log.StandardErrorLoggerTest]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/util/log/StandardErrorLoggerTest.class]
> [INFO] [checking org.jruby.javasupport.TypeMatcher]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/javasupport/TypeMatcher.class]
> [INFO] [checking org.jruby.test.TestCodegenUtils]
> [INFO] [loading /modules/java.base/java/lang/CloneNotSupportedException.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/CodegenUtils$InvalidAnnotationDescriptorException.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestCodegenUtils$SimpleEnum.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestCodegenUtils$SimpleClass.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestCodegenUtils$NestedInterface.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestCodegenUtils$ComplexInterface.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestCodegenUtils$Event.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestCodegenUtils$VisitEvent.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestCodegenUtils$VisitEnumEvent.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestCodegenUtils$VisitArrayEvent.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestCodegenUtils$VisitEndEvent.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestCodegenUtils$VisitAnnotationEvent.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestCodegenUtils$AnnotationVisitorLogger.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestCodegenUtils$1.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestCodegenUtils.class]
> [INFO] [checking org.jruby.test.TestRubyNKF]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestRubyNKF.class]
> [INFO] [checking org.jruby.test.NormalJavaClass]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/NormalJavaClass.class]
> [INFO] [checking org.jruby.bench.BenchFixnumCreation]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/bench/BenchFixnumCreation.class]
> [INFO] [checking org.jruby.test.TestRecursiveCheck]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestRecursiveCheck$1.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestRecursiveCheck.class]
> [INFO] [checking org.jruby.util.log.ParameterSubstitutionTest]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/util/log/ParameterSubstitutionTest.class]
> [INFO] [checking org.jruby.test.TestRubyRational]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestRubyRational.class]
> [INFO] [checking org.jruby.javasupport.test.TestIntWrapperImpl]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/javasupport/test/TestIntWrapperImpl.class]
> [INFO] [checking org.jruby.test.TestRaiseException]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestRaiseException$ThrowFromJava.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestRaiseException.class]
> [INFO] [checking org.jruby.test.TestRubyInstanceConfig]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/exceptions/Unrescuable.class]
> [INFO] [loading /modules/java.base/java/io/UnsupportedEncodingException.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestRubyInstanceConfig$NullLoadService.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestRubyInstanceConfig$1.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestRubyInstanceConfig.class]
> [INFO] [checking org.jruby.javasupport.JavaEmbedUtilsTest]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/Loader.class]
> [INFO] [loading /modules/java.base/java/net/MalformedURLException.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/javasupport/JavaEmbedUtilsTest.class]
> [INFO] [checking org.jruby.util.ShellLauncherTest]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/util/ShellLauncherTest.class]
> [INFO] [checking org.jruby.embed.internal.ThreadSafeLocalContextProviderTest]
> [INFO] [loading /modules/java.base/java/lang/ThreadGroup.class]
> [INFO] [loading /modules/java.base/java/security/AccessControlContext.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/embed/internal/ThreadSafeLocalContextProviderTest$Puppet.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/embed/internal/ThreadSafeLocalContextProviderTest$1.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/embed/internal/ThreadSafeLocalContextProviderTest.class]
> [INFO] [checking org.jruby.javasupport.TestJavaClass]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/javasupport/JavaObject.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/javasupport/TestJavaClass.class]
> [INFO] [checking org.jruby.embed.internal.ConcurrentLocalContextProviderTest]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/embed/internal/ConcurrentLocalContextProviderTest$Starter.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/embed/internal/ConcurrentLocalContextProviderTest$ConcurrentLocalContextProviderStub.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/embed/internal/ConcurrentLocalContextProviderTest.class]
> [INFO] [checking org.jruby.test.TestArrayFlatten]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestArrayFlatten.class]
> [INFO] [checking org.jruby.embed.util.SystemPropertyCatcherTest]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/embed/util/SystemPropertyCatcherTest.class]
> [INFO] [checking org.jruby.test.TestRubyString]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestRubyString.class]
> [INFO] [checking org.jruby.runtime.profile.builtin.ProfileMethodsTest]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/profile/builtin/ProfiledMethods.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/profile/builtin/ProfiledMethod.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/runtime/profile/builtin/ProfileMethodsTest.class]
> [INFO] [checking org.jruby.embed.RadioActiveDecay]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/embed/RadioActiveDecay.class]
> [INFO] [checking org.jruby.test.OverloadedTest]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/OverloadedTest.class]
> [INFO] [checking org.jruby.test.MainTestSuite]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/MainTestSuite.class]
> [INFO] [checking org.jruby.test.MockJavaSupport]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/collections/ClassValue.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/javasupport/util/ObjectProxyCache.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/MockJavaSupport.class]
> [INFO] [checking org.jruby.runtime.profile.TestProfilingService]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/runtime/profile/TestProfilingService$1.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/runtime/profile/TestProfilingService.class]
> [INFO] [total 1937ms]
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-core ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jruby-core ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/core/target/jruby-core-9.1.17.0.jar
> [INFO] 
> [INFO] --- maven-shade-plugin:3.1.1:shade (create lib/jruby.jar) @ jruby-core ---
> [INFO] Including org.ow2.asm:asm:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-commons:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-tree:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-analysis:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-util:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-netdb:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-enxio:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-x86asm:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-unixsocket:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-posix:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-constants:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-ffi:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jffi:jar:debian in the shaded jar.
> [INFO] Including org.jruby.joni:joni:jar:debian in the shaded jar.
> [INFO] Including org.jruby.extras:bytelist:jar:debian in the shaded jar.
> [INFO] Including org.jruby.jcodings:jcodings:jar:debian in the shaded jar.
> [INFO] Including org.jruby:dirgra:jar:debian in the shaded jar.
> [INFO] Including com.headius:invokebinder:jar:debian in the shaded jar.
> [INFO] Including com.headius:options:jar:debian in the shaded jar.
> [INFO] Including com.headius:unsafe-fences:jar:debian in the shaded jar.
> [INFO] Including com.jcraft:jzlib:jar:debian in the shaded jar.
> [INFO] Including com.martiansoftware:nailgun-server:jar:debian in the shaded jar.
> [INFO] Including net.java.dev.jna:jna:jar:debian in the shaded jar.
> [INFO] Including net.java.dev.jna:jna-platform:jar:debian in the shaded jar.
> [INFO] Including joda-time:joda-time:jar:debian in the shaded jar.
> [INFO] Including me.qmx.jitescript:jitescript:jar:debian in the shaded jar.
> [INFO] Including com.headius:modulator:jar:debian in the shaded jar.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-stdlib >-----------------------
> [INFO] Building JRuby Lib Setup 9.1.17.0                                  [3/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (default) @ jruby-stdlib ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-stdlib ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/lib/ruby/gems/shared
> [INFO] Copying 855 resources to /<<PKGBUILDDIR>>/lib/target/classes/META-INF/jruby.home
> [INFO] Copying 4 resources to /<<PKGBUILDDIR>>/lib/target/classes/META-INF/
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-stdlib ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-stdlib ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/lib/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-stdlib ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-stdlib ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jruby-stdlib ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/lib/target/jruby-stdlib-9.1.17.0.jar
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-tests >------------------------
> [INFO] Building JRuby Integration Tests 9.1.17.0                          [4/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-tests ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/test/src/main/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-tests ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-dependency-plugin:3.1.1:copy (copy jars for testing) @ jruby-tests ---
> [INFO] Configured Artifact: junit:junit:4.x:jar
> [INFO] Configured Artifact: com.googlecode.jarjar:jarjar:debian:jar
> [INFO] Configured Artifact: bsf:bsf:debian:jar
> [INFO] junit:junit:4.x:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] com.googlecode.jarjar:jarjar:debian:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] bsf:bsf:debian:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-tests ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/test/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-tests ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-tests ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jruby-tests ---
> [WARNING] JAR will be empty - no content was marked for inclusion!
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary for JRuby 9.1.17.0:
> [INFO] 
> [INFO] JRuby .............................................. SUCCESS [  0.040 s]
> [INFO] JRuby Core ......................................... SUCCESS [ 10.227 s]
> [INFO] JRuby Lib Setup .................................... SUCCESS [  0.847 s]
> [INFO] JRuby Integration Tests ............................ SUCCESS [  0.439 s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  11.697 s
> [INFO] Finished at: 2020-05-03T03:58:04Z
> [INFO] ------------------------------------------------------------------------
> for task in $(cat ./debian/test-tasks.txt | grep -v ^#); do \
> 	echo "*** Running '$task' tests... ***" ; \
> 	dh_auto_build -- package -B -Dinvoker.skip=false -Prake -Dtask=$task ; \
> done
> *** Running 'test:jruby' tests... ***
> 	/usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package -B -Dinvoker.skip=false -Prake -Dtask=test:jruby -DskipTests -Dnotimestamp=true -Dlocale=en_US
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
> WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
> WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> [INFO] Scanning for projects...
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-core:jar:9.1.17.0
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @ org.jruby:jruby-parent:9.1.17.0, /<<PKGBUILDDIR>>/pom.xml, line 285, column 13
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-tests:jar:9.1.17.0
> [WARNING] 'dependencies.dependency.systemPath' for org.jruby:requireTest:jar should not point at files within the project directory, ${project.basedir}/jruby/requireTest-1.0.jar will be unresolvable by dependent projects @ line 73, column 16
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-parent:pom:9.1.17.0
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @ line 285, column 13
> [WARNING] 
> [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
> [WARNING] 
> [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
> [WARNING] 
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO] 
> [INFO] JRuby                                                              [pom]
> [INFO] JRuby Core                                                         [jar]
> [INFO] JRuby Lib Setup                                                    [jar]
> [INFO] JRuby Integration Tests                                            [jar]
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-parent >-----------------------
> [INFO] Building JRuby 9.1.17.0                                            [1/4]
> [INFO] --------------------------------[ pom ]---------------------------------
> [INFO] 
> [INFO] ------------------------< org.jruby:jruby-core >------------------------
> [INFO] Building JRuby Core 9.1.17.0                                       [2/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- exec-maven-plugin:1.6.0:exec (default) @ jruby-core ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-core ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] Copying 41 resources
> [INFO] Copying 2 resources
> [INFO] Copying 1 resource to /<<PKGBUILDDIR>>/core/src/main/java
> [INFO] Copying 4 resources to /<<PKGBUILDDIR>>/core/target/classes/META-INF/
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (anno) @ jruby-core ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-core ---
> [INFO] Compiling 1 source file to /<<PKGBUILDDIR>>/core/target/classes
> [WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
> [WARNING] [options] bootstrap class path not set in conjunction with -source 7
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/main/java/org/jruby/runtime/Constants.java]]
> [INFO] [parsing completed 15ms]
> [INFO] [search path for source files: /<<PKGBUILDDIR>>/core/src/main/java,/<<PKGBUILDDIR>>/core/target/generated-sources/annotations,/<<PKGBUILDDIR>>/core/target/generated-sources]
> [INFO] [search path for class files: /usr/lib/jvm/java-11-openjdk-amd64/lib/modules,/<<PKGBUILDDIR>>/core/target/classes,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm/debian/asm-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-commons/debian/asm-commons-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-tree/debian/asm-tree-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-analysis/debian/asm-analysis-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-util/debian/asm-util-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-netdb/debian/jnr-netdb-debian.jar,/usr/share/java/jnr-ffi.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-enxio/debian/jnr-enxio-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-x86asm/debian/jnr-x86asm-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-unixsocket/debian/jnr-unixsocket-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-posix-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-ffi.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-constants.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-constants/debian/jnr-constants-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jffi/debian/jffi-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/joni/joni/debian/joni-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/joni/joni/debian/jcodings.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/extras/bytelist/debian/bytelist-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/jcodings/jcodings/debian/jcodings-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/dirgra/debian/dirgra-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/invokebinder/debian/invokebinder-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/options/debian/options-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/unsafe-fences/debian/unsafe-fences-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/bsf/bsf/debian/bsf-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/commons-logging-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/avalon-framework.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/excalibur-logkit.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/log4j-1.2.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/jcraft/jzlib/debian/jzlib-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/nailgun-server-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/jna-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/jna-platform-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/net/java/dev/jna/jna/debian/jna-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/net/java/dev/jna/jna-platform/debian/jna-platform-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/ant/ant/debian/ant-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/ant/ant-launcher/debian/ant-launcher-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/osgi/org.osgi.core/debian/org.osgi.core-debian.jar,/usr/share/java/osgi.annotation.jar,/<<PKGBUILDDIR>>/debian/maven-repo/joda-time/joda-time/debian/joda-time-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/slf4j/slf4j-api/debian/slf4j-api-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/me/qmx/jitescript/jitescript/debian/jitescript-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/modulator/debian/modulator-debian.jar,.]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/FlagRegistry.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyArray.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyBasicObject.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyHash.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyMatchData.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyModule.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyString.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/ext/stringio/StringIO.class]
> [INFO] [loading /modules/java.base/java/lang/Object.class]
> [INFO] [loading /modules/java.base/java/lang/String.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/JRubyClass.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/JRubyMethod.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/Visibility.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/FrameField.class]
> [INFO] [loading /modules/java.base/java/lang/Deprecated.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Annotation.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Retention.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/RetentionPolicy.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Target.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/ElementType.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/CompatVersion.class]
> [INFO] 
> [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-populators) @ jruby-core ---
> [INFO] Source directory: /<<PKGBUILDDIR>>/core/target/generated-sources added.
> [INFO] 
> [INFO] --- exec-maven-plugin:1.6.0:exec (invoker-generator) @ jruby-core ---
> /<<PKGBUILDDIR>>/core/target/generated-sources/annotated_classes.txt - not found. skip generator.
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (populators) @ jruby-core ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (eclipse-hack) @ jruby-core ---
> [INFO] Not compiling main sources
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-core ---
> [INFO] Not copying test resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-core ---
> [INFO] Not compiling test sources
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-core ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jruby-core ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/core/target/jruby-core-9.1.17.0.jar
> [INFO] 
> [INFO] --- maven-shade-plugin:3.1.1:shade (create lib/jruby.jar) @ jruby-core ---
> [INFO] Including org.ow2.asm:asm:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-commons:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-tree:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-analysis:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-util:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-netdb:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-enxio:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-x86asm:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-unixsocket:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-posix:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-constants:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-ffi:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jffi:jar:debian in the shaded jar.
> [INFO] Including org.jruby.joni:joni:jar:debian in the shaded jar.
> [INFO] Including org.jruby.extras:bytelist:jar:debian in the shaded jar.
> [INFO] Including org.jruby.jcodings:jcodings:jar:debian in the shaded jar.
> [INFO] Including org.jruby:dirgra:jar:debian in the shaded jar.
> [INFO] Including com.headius:invokebinder:jar:debian in the shaded jar.
> [INFO] Including com.headius:options:jar:debian in the shaded jar.
> [INFO] Including com.headius:unsafe-fences:jar:debian in the shaded jar.
> [INFO] Including com.jcraft:jzlib:jar:debian in the shaded jar.
> [INFO] Including com.martiansoftware:nailgun-server:jar:debian in the shaded jar.
> [INFO] Including net.java.dev.jna:jna:jar:debian in the shaded jar.
> [INFO] Including net.java.dev.jna:jna-platform:jar:debian in the shaded jar.
> [INFO] Including joda-time:joda-time:jar:debian in the shaded jar.
> [INFO] Including me.qmx.jitescript:jitescript:jar:debian in the shaded jar.
> [INFO] Including com.headius:modulator:jar:debian in the shaded jar.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-stdlib >-----------------------
> [INFO] Building JRuby Lib Setup 9.1.17.0                                  [3/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (default) @ jruby-stdlib ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-stdlib ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/lib/ruby/gems/shared
> [INFO] Copying 855 resources to /<<PKGBUILDDIR>>/lib/target/classes/META-INF/jruby.home
> [INFO] Copying 4 resources to /<<PKGBUILDDIR>>/lib/target/classes/META-INF/
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-stdlib ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-stdlib ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/lib/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-stdlib ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-stdlib ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jruby-stdlib ---
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-tests >------------------------
> [INFO] Building JRuby Integration Tests 9.1.17.0                          [4/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-tests ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/test/src/main/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-tests ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-dependency-plugin:3.1.1:copy (copy jars for testing) @ jruby-tests ---
> [INFO] Configured Artifact: junit:junit:4.x:jar
> [INFO] Configured Artifact: com.googlecode.jarjar:jarjar:debian:jar
> [INFO] Configured Artifact: bsf:bsf:debian:jar
> [INFO] junit:junit:4.x:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] com.googlecode.jarjar:jarjar:debian:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] bsf:bsf:debian:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-tests ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/test/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-tests ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-tests ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-antrun-plugin:1.8:run (rake) @ jruby-tests ---
> [INFO] Executing tasks
> 
> main:
>      [exec] mkdir -p test/target/test-classes
>      [exec] /usr/lib/jvm/java-11-openjdk-amd64/bin/javac -cp lib/jruby.jar:test/target/junit.jar -d test/target/test-classes spec/java_integration/fixtures/MethodNames.java spec/java_integration/fixtures/ScalaSingleton$.java spec/java_integration/fixtures/BeanLikeInterfaceHandler.java spec/java_integration/fixtures/ConstantHoldingInterface.java spec/java_integration/fixtures/ThrowExceptionInInitializer.java spec/java_integration/fixtures/FieldAnnotations.java spec/java_integration/fixtures/InterfaceWrapper.java spec/java_integration/fixtures/ValueReceivingInterfaceHandler.java spec/java_integration/fixtures/PackageStaticMethod.java spec/java_integration/fixtures/ProtectedInstanceMethod.java spec/java_integration/fixtures/StaticMethodSelection.java spec/java_integration/fixtures/ReceivesArrayList.java spec/java_integration/fixtures/PackageInstanceMethod.java spec/java_integration/fixtures/BooleanReturningInterface.java spec/java_integration/fixtures/PackageField.java spec/java_integration/fixtures/PrivateConstructor.java spec/java_integration/fixtures/PrivateStaticMethod.java spec/java_integration/fixtures/Service.java spec/java_integration/fixtures/UsesSingleMethodInterface.java spec/java_integration/fixtures/AnotherRunnable.java spec/java_integration/fixtures/UsesDescendantOfSingleMethodInterface.java spec/java_integration/fixtures/BooleanReturningInterfaceConsumer.java spec/java_integration/fixtures/ParameterAnnotations.java spec/java_integration/fixtures/ProtectedConstructor.java spec/java_integration/fixtures/ComplexPrivateConstructor.java spec/java_integration/fixtures/ArrayReceiver.java spec/java_integration/fixtures/PublicField.java spec/java_integration/fixtures/CoerceToInterface.java spec/java_integration/fixtures/ThrowExceptionOnCreate.java spec/java_integration/fixtures/GenericComparable.java spec/java_integration/fixtures/ClassWithVarargs.java spec/java_integration/fixtures/ClassWithEnums.java spec/java_integration/fixtures/PublicConstructor.java spec/java_integration/fixtures/ScalaSingletonTrait.java spec/java_integration/fixtures/BeanLikeInterface.java spec/java_integration/fixtures/ManyArityMethodClass.java spec/java_integration/fixtures/MethodAnnotations.java spec/java_integration/fixtures/ReturnsInterface.java spec/java_integration/fixtures/ClassWithMultipleSignaturesWithPrimitiveArgs.java spec/java_integration/fixtures/ProtectedField.java spec/java_integration/fixtures/ConcreteWithVirtualCall.java spec/java_integration/fixtures/ClassWithAbstractMethods.java spec/java_integration/fixtures/CachedInJava.java spec/java_integration/fixtures/CoreTypeMethods.java spec/java_integration/fixtures/ScalaOperators.java spec/java_integration/fixtures/ScalaSingletonTrait$.java spec/java_integration/fixtures/SuperWithInterface.java spec/java_integration/fixtures/InnerClasses.java spec/java_integration/fixtures/ReturnsInterfaceConsumer.java spec/java_integration/fixtures/ServiceAnnotation.java spec/java_integration/fixtures/ValueReceivingInterface.java spec/java_integration/fixtures/ArrayReturningInterfaceConsumer.java spec/java_integration/fixtures/ArrayReturningInterface.java spec/java_integration/fixtures/DescendantOfSingleMethodInterface.java spec/java_integration/fixtures/JavaFields.java spec/java_integration/fixtures/PrivateField.java spec/java_integration/fixtures/JavaTypeMethods.java spec/java_integration/fixtures/Reflector.java spec/java_integration/fixtures/PrivateInstanceMethod.java spec/java_integration/fixtures/ScalaSingleton.java spec/java_integration/fixtures/BadStaticInit.java spec/java_integration/fixtures/JavaIterable.java spec/java_integration/fixtures/ReceivesAndReturnsObject.java spec/java_integration/fixtures/PackageConstructor.java spec/java_integration/fixtures/ExceptionRunner.java spec/java_integration/fixtures/ProtectedStaticMethod.java spec/java_integration/fixtures/SingleMethodInterface.java spec/java_integration/fixtures/coll/NonCloneableImmutableList.java spec/java_integration/fixtures/coll/CloneableImmutableList.java spec/java_integration/fixtures/coll/NonCloneableList.java spec/java_integration/fixtures/_funky/MyClass.java spec/java_integration/fixtures/iface/SingleMethodInterfaceWith4Args.java spec/java_integration/fixtures/iface/SingleMethodInterfaceWithArg.java
>      [exec] Note: Some input files use unchecked or unsafe operations.
>      [exec] Note: Recompile with -Xlint:unchecked for details.
>      [exec] /<<PKGBUILDDIR>>/bin/jruby -w -I"lib" -X-C -Xaot.loadClasses=true -I. -I/usr/lib/ruby/vendor_ruby -J-ea --headless -J-cp test:test/target/test-classes:core/target/test-classes  "/usr/share/rubygems-integration/all/gems/rake-13.0.1/lib/rake/rake_test_loader.rb" "test/jruby/test_globals.rb" "test/jruby/test_addrinfo.rb" "test/jruby/test_argf.rb" "test/jruby/test_array.rb" "test/jruby/test_autoload.rb" "test/jruby/test_backquote.rb" "test/jruby/test_backtraces.rb" "test/jruby/test_big_decimal.rb" "test/jruby/test_binding_eval_yield.rb" "test/jruby/test_caller.rb" "test/jruby/test_case.rb" "test/jruby/test_class.rb" "test/jruby/test_comparable.rb" "test/jruby/test_core_arities.rb" "test/jruby/test_coverage.rb" "test/jruby/test_custom_enumerable.rb" "test/jruby/test_cvars_in_odd_scopes.rb" "test/jruby/test_date_joda_time.rb" "test/jruby/test_defined.rb" "test/jruby/test_default_constants.rb" "test/jruby/test_delegated_array_equals.rb" "test/jruby/test_dir.rb" "test/jruby/test_dir_with_jar_without_dir_entry.rb" "test/jruby/test_digest_extend.rb" "test/jruby/test_digest2.rb" "test/jruby/test_env.rb" "test/jruby/test_etc.rb" "test/jruby/test_file.rb" "test/jruby/test_frame_self.rb" "test/jruby/test_hash.rb" "test/jruby/test_higher_javasupport.rb" "test/jruby/test_ifaddr.rb" "test/jruby/test_include_order.rb" "test/jruby/test_integer_overflows.rb" "test/jruby/test_ivar_table_integrity.rb" "test/jruby/test_io.rb" "test/jruby/test_load.rb" "test/jruby/test_load_gem_extensions.rb" "test/jruby/test_method.rb" "test/jruby/test_method_cache.rb" "test/jruby/test_method_override_and_caching.rb" "test/jruby/test_java_accessible_object.rb" "test/jruby/test_java_extension.rb" "test/jruby/test_java_wrapper_deadlock.rb" "test/jruby/test_jruby_internals.rb" "test/jruby/test_marshal_with_instance_variables.rb" "test/jruby/test_marshal_gemspec.rb" "test/jruby/test_method_missing.rb" "test/jruby/test_name_error.rb" "test/jruby/test_no_stack_trace_stomp.rb" "test/jruby/test_pack.rb" "test/jruby/test_primitive_to_java.rb" "test/jruby/test_process.rb" "test/jruby/test_proc_visibility.rb" "test/jruby/test_parsing.rb" "test/jruby/test_pathname.rb" "test/jruby/test_random.rb" "test/jruby/test_rbconfig.rb" "test/jruby/test_respond_to.rb" "test/jruby/test_socket.rb" "test/jruby/test_string_java_bytes.rb" "test/jruby/test_string_printf.rb" "test/jruby/test_super_call_site_caching.rb" "test/jruby/test_system.rb" "test/jruby/test_system_error.rb" "test/jruby/test_timeout.rb" "test/jruby/test_thread.rb" "test/jruby/test_threaded_nonlocal_return.rb" "test/jruby/test_time.rb" "test/jruby/test_unmarshal.rb" "test/jruby/test_vietnamese_charset.rb" "test/jruby/test_win32.rb" "test/jruby/test_zlib.rb" "test/jruby/test_loading_builtin_libraries.rb" "test/jruby/test_null_channel.rb" "test/jruby/test_irubyobject_java_passing.rb" "test/jruby/test_jruby_object_input_stream.rb" "test/jruby/test_jar_on_load_path.rb" "test/jruby/test_jruby_core_ext.rb" "test/jruby/test_thread_context_frame_dereferences_unreachable_variables.rb" "test/jruby/test_context_classloader.rb" "test/jruby/test_rexml_document.rb" "test/jruby/test_openssl_stub.rb" "test/jruby/test_missing_jruby_home.rb" "test/jruby/test_jarred_gems.rb" "test/jruby/test_kernel.rb" "test/jruby/test_dir_with_plusses.rb" "test/jruby/test_jar_file.rb" "test/jruby/test_jruby_synchronized.rb" "test/jruby/test_instantiating_interfaces.rb" "test/jruby/test_openssl.rb" "test/jruby/test_tempfile_cleanup.rb" "test/jruby/test_reified_variables.rb" "test/jruby/compiler/test_jrubyc.rb" "test/jruby/test_load_compiled_ruby.rb" "test/jruby/test_load_compiled_ruby_class_from_classpath.rb" -v --no-use-color
>      [exec] /usr/lib/ruby/vendor_ruby/power_assert.rb:8: warning: tracing (e.g. set_trace_func) will not capture all events without --debug flag
>      [exec] /usr/lib/ruby/vendor_ruby/power_assert.rb:8: warning: tracing (e.g. set_trace_func) will not capture all events without --debug flag
>      [exec] /<<PKGBUILDDIR>>/test/jruby/test_higher_javasupport.rb:467: warning: Ambiguous first argument; make sure.
>      [exec] /<<PKGBUILDDIR>>/test/jruby/test_higher_javasupport.rb:499: warning: Ambiguous first argument; make sure.
>      [exec] /<<PKGBUILDDIR>>/test/jruby/test_java_extension.rb:65: warning: Ambiguous first argument; make sure.
>      [exec] /<<PKGBUILDDIR>>/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:1:in `require':
>      [exec] It seems your ruby installation is missing psych (for YAML output).
>      [exec] To eliminate this warning, please install libyaml and reinstall your ruby.
>      [exec] 
>      [exec] File does not exist: psych
>      [exec] 
>      [exec] rake aborted!
>      [exec] Command failed with status (1): [ruby -w -I"lib" -X-C -Xaot.loadClasses=true -I. -I/usr/lib/ruby/vendor_ruby -J-ea --headless -J-cp test:test/target/test-classes:core/target/test-classes  "/usr/share/rubygems-integration/all/gems/rake-13.0.1/lib/rake/rake_test_loader.rb" "test/jruby/test_globals.rb" "test/jruby/test_addrinfo.rb" "test/jruby/test_argf.rb" "test/jruby/test_array.rb" "test/jruby/test_autoload.rb" "test/jruby/test_backquote.rb" "test/jruby/test_backtraces.rb" "test/jruby/test_big_decimal.rb" "test/jruby/test_binding_eval_yield.rb" "test/jruby/test_caller.rb" "test/jruby/test_case.rb" "test/jruby/test_class.rb" "test/jruby/test_comparable.rb" "test/jruby/test_core_arities.rb" "test/jruby/test_coverage.rb" "test/jruby/test_custom_enumerable.rb" "test/jruby/test_cvars_in_odd_scopes.rb" "test/jruby/test_date_joda_time.rb" "test/jruby/test_defined.rb" "test/jruby/test_default_constants.rb" "test/jruby/test_delegated_array_equals.rb" "test/jruby/test_dir.rb" "test/jruby/test_dir_with_jar_without_dir_entry.rb" "test/jruby/test_digest_extend.rb" "test/jruby/test_digest2.rb" "test/jruby/test_env.rb" "test/jruby/test_etc.rb" "test/jruby/test_file.rb" "test/jruby/test_frame_self.rb" "test/jruby/test_hash.rb" "test/jruby/test_higher_javasupport.rb" "test/jruby/test_ifaddr.rb" "test/jruby/test_include_order.rb" "test/jruby/test_integer_overflows.rb" "test/jruby/test_ivar_table_integrity.rb" "test/jruby/test_io.rb" "test/jruby/test_load.rb" "test/jruby/test_load_gem_extensions.rb" "test/jruby/test_method.rb" "test/jruby/test_method_cache.rb" "test/jruby/test_method_override_and_caching.rb" "test/jruby/test_java_accessible_object.rb" "test/jruby/test_java_extension.rb" "test/jruby/test_java_wrapper_deadlock.rb" "test/jruby/test_jruby_internals.rb" "test/jruby/test_marshal_with_instance_variables.rb" "test/jruby/test_marshal_gemspec.rb" "test/jruby/test_method_missing.rb" "test/jruby/test_name_error.rb" "test/jruby/test_no_stack_trace_stomp.rb" "test/jruby/test_pack.rb" "test/jruby/test_primitive_to_java.rb" "test/jruby/test_process.rb" "test/jruby/test_proc_visibility.rb" "test/jruby/test_parsing.rb" "test/jruby/test_pathname.rb" "test/jruby/test_random.rb" "test/jruby/test_rbconfig.rb" "test/jruby/test_respond_to.rb" "test/jruby/test_socket.rb" "test/jruby/test_string_java_bytes.rb" "test/jruby/test_string_printf.rb" "test/jruby/test_super_call_site_caching.rb" "test/jruby/test_system.rb" "test/jruby/test_system_error.rb" "test/jruby/test_timeout.rb" "test/jruby/test_thread.rb" "test/jruby/test_threaded_nonlocal_return.rb" "test/jruby/test_time.rb" "test/jruby/test_unmarshal.rb" "test/jruby/test_vietnamese_charset.rb" "test/jruby/test_win32.rb" "test/jruby/test_zlib.rb" "test/jruby/test_loading_builtin_libraries.rb" "test/jruby/test_null_channel.rb" "test/jruby/test_irubyobject_java_passing.rb" "test/jruby/test_jruby_object_input_stream.rb" "test/jruby/test_jar_on_load_path.rb" "test/jruby/test_jruby_core_ext.rb" "test/jruby/test_thread_context_frame_dereferences_unreachable_variables.rb" "test/jruby/test_context_classloader.rb" "test/jruby/test_rexml_document.rb" "test/jruby/test_openssl_stub.rb" "test/jruby/test_missing_jruby_home.rb" "test/jruby/test_jarred_gems.rb" "test/jruby/test_kernel.rb" "test/jruby/test_dir_with_plusses.rb" "test/jruby/test_jar_file.rb" "test/jruby/test_jruby_synchronized.rb" "test/jruby/test_instantiating_interfaces.rb" "test/jruby/test_openssl.rb" "test/jruby/test_tempfile_cleanup.rb" "test/jruby/test_reified_variables.rb" "test/jruby/compiler/test_jrubyc.rb" "test/jruby/test_load_compiled_ruby.rb" "test/jruby/test_load_compiled_ruby_class_from_classpath.rb" -v --no-use-color]
>      [exec] 
>      [exec] Tasks: TOP => test:jruby => test:jruby:int
>      [exec] (See full trace by running task with --trace)
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary for JRuby 9.1.17.0:
> [INFO] 
> [INFO] JRuby .............................................. SUCCESS [  0.040 s]
> [INFO] JRuby Core ......................................... SUCCESS [  7.456 s]
> [INFO] JRuby Lib Setup .................................... SUCCESS [  0.372 s]
> [INFO] JRuby Integration Tests ............................ FAILURE [  8.826 s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  16.833 s
> [INFO] Finished at: 2020-05-03T03:58:22Z
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (rake) on project jruby-tests: An Ant BuildException has occured: exec returned: 1
> [ERROR] around Ant part ...<exec failonerror="true" dir="/<<PKGBUILDDIR>>/test/.." executable="/<<PKGBUILDDIR>>/test/../bin/jruby">... @ 4:143 in /<<PKGBUILDDIR>>/test/target/antrun/build-main.xml
> [ERROR] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR]   mvn <args> -rf :jruby-tests
> dh_auto_build: error: /usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package -B -Dinvoker.skip=false -Prake -Dtask=test:jruby -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1
> *** Running 'test:jruby:fullint' tests... ***
> 	/usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package -B -Dinvoker.skip=false -Prake -Dtask=test:jruby:fullint -DskipTests -Dnotimestamp=true -Dlocale=en_US
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
> WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
> WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> [INFO] Scanning for projects...
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-core:jar:9.1.17.0
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @ org.jruby:jruby-parent:9.1.17.0, /<<PKGBUILDDIR>>/pom.xml, line 285, column 13
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-tests:jar:9.1.17.0
> [WARNING] 'dependencies.dependency.systemPath' for org.jruby:requireTest:jar should not point at files within the project directory, ${project.basedir}/jruby/requireTest-1.0.jar will be unresolvable by dependent projects @ line 73, column 16
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-parent:pom:9.1.17.0
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @ line 285, column 13
> [WARNING] 
> [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
> [WARNING] 
> [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
> [WARNING] 
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO] 
> [INFO] JRuby                                                              [pom]
> [INFO] JRuby Core                                                         [jar]
> [INFO] JRuby Lib Setup                                                    [jar]
> [INFO] JRuby Integration Tests                                            [jar]
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-parent >-----------------------
> [INFO] Building JRuby 9.1.17.0                                            [1/4]
> [INFO] --------------------------------[ pom ]---------------------------------
> [INFO] 
> [INFO] ------------------------< org.jruby:jruby-core >------------------------
> [INFO] Building JRuby Core 9.1.17.0                                       [2/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- exec-maven-plugin:1.6.0:exec (default) @ jruby-core ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-core ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] Copying 41 resources
> [INFO] Copying 2 resources
> [INFO] Copying 1 resource to /<<PKGBUILDDIR>>/core/src/main/java
> [INFO] Copying 4 resources to /<<PKGBUILDDIR>>/core/target/classes/META-INF/
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (anno) @ jruby-core ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-core ---
> [INFO] Compiling 1 source file to /<<PKGBUILDDIR>>/core/target/classes
> [WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
> [WARNING] [options] bootstrap class path not set in conjunction with -source 7
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/main/java/org/jruby/runtime/Constants.java]]
> [INFO] [parsing completed 18ms]
> [INFO] [search path for source files: /<<PKGBUILDDIR>>/core/src/main/java,/<<PKGBUILDDIR>>/core/target/generated-sources/annotations,/<<PKGBUILDDIR>>/core/target/generated-sources]
> [INFO] [search path for class files: /usr/lib/jvm/java-11-openjdk-amd64/lib/modules,/<<PKGBUILDDIR>>/core/target/classes,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm/debian/asm-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-commons/debian/asm-commons-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-tree/debian/asm-tree-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-analysis/debian/asm-analysis-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-util/debian/asm-util-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-netdb/debian/jnr-netdb-debian.jar,/usr/share/java/jnr-ffi.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-enxio/debian/jnr-enxio-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-x86asm/debian/jnr-x86asm-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-unixsocket/debian/jnr-unixsocket-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-posix-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-ffi.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-constants.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-constants/debian/jnr-constants-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jffi/debian/jffi-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/joni/joni/debian/joni-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/joni/joni/debian/jcodings.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/extras/bytelist/debian/bytelist-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/jcodings/jcodings/debian/jcodings-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/dirgra/debian/dirgra-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/invokebinder/debian/invokebinder-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/options/debian/options-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/unsafe-fences/debian/unsafe-fences-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/bsf/bsf/debian/bsf-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/commons-logging-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/avalon-framework.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/excalibur-logkit.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/log4j-1.2.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/jcraft/jzlib/debian/jzlib-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/nailgun-server-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/jna-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/jna-platform-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/net/java/dev/jna/jna/debian/jna-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/net/java/dev/jna/jna-platform/debian/jna-platform-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/ant/ant/debian/ant-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/ant/ant-launcher/debian/ant-launcher-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/osgi/org.osgi.core/debian/org.osgi.core-debian.jar,/usr/share/java/osgi.annotation.jar,/<<PKGBUILDDIR>>/debian/maven-repo/joda-time/joda-time/debian/joda-time-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/slf4j/slf4j-api/debian/slf4j-api-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/me/qmx/jitescript/jitescript/debian/jitescript-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/modulator/debian/modulator-debian.jar,.]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/FlagRegistry.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyArray.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyBasicObject.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyHash.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyMatchData.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyModule.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyString.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/ext/stringio/StringIO.class]
> [INFO] [loading /modules/java.base/java/lang/Object.class]
> [INFO] [loading /modules/java.base/java/lang/String.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/JRubyClass.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/JRubyMethod.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/Visibility.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/FrameField.class]
> [INFO] [loading /modules/java.base/java/lang/Deprecated.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Annotation.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Retention.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/RetentionPolicy.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Target.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/ElementType.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/CompatVersion.class]
> [INFO] 
> [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-populators) @ jruby-core ---
> [INFO] Source directory: /<<PKGBUILDDIR>>/core/target/generated-sources added.
> [INFO] 
> [INFO] --- exec-maven-plugin:1.6.0:exec (invoker-generator) @ jruby-core ---
> /<<PKGBUILDDIR>>/core/target/generated-sources/annotated_classes.txt - not found. skip generator.
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (populators) @ jruby-core ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (eclipse-hack) @ jruby-core ---
> [INFO] Not compiling main sources
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-core ---
> [INFO] Not copying test resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-core ---
> [INFO] Not compiling test sources
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-core ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jruby-core ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/core/target/jruby-core-9.1.17.0.jar
> [INFO] 
> [INFO] --- maven-shade-plugin:3.1.1:shade (create lib/jruby.jar) @ jruby-core ---
> [INFO] Including org.ow2.asm:asm:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-commons:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-tree:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-analysis:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-util:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-netdb:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-enxio:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-x86asm:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-unixsocket:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-posix:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-constants:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-ffi:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jffi:jar:debian in the shaded jar.
> [INFO] Including org.jruby.joni:joni:jar:debian in the shaded jar.
> [INFO] Including org.jruby.extras:bytelist:jar:debian in the shaded jar.
> [INFO] Including org.jruby.jcodings:jcodings:jar:debian in the shaded jar.
> [INFO] Including org.jruby:dirgra:jar:debian in the shaded jar.
> [INFO] Including com.headius:invokebinder:jar:debian in the shaded jar.
> [INFO] Including com.headius:options:jar:debian in the shaded jar.
> [INFO] Including com.headius:unsafe-fences:jar:debian in the shaded jar.
> [INFO] Including com.jcraft:jzlib:jar:debian in the shaded jar.
> [INFO] Including com.martiansoftware:nailgun-server:jar:debian in the shaded jar.
> [INFO] Including net.java.dev.jna:jna:jar:debian in the shaded jar.
> [INFO] Including net.java.dev.jna:jna-platform:jar:debian in the shaded jar.
> [INFO] Including joda-time:joda-time:jar:debian in the shaded jar.
> [INFO] Including me.qmx.jitescript:jitescript:jar:debian in the shaded jar.
> [INFO] Including com.headius:modulator:jar:debian in the shaded jar.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-stdlib >-----------------------
> [INFO] Building JRuby Lib Setup 9.1.17.0                                  [3/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (default) @ jruby-stdlib ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-stdlib ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/lib/ruby/gems/shared
> [INFO] Copying 855 resources to /<<PKGBUILDDIR>>/lib/target/classes/META-INF/jruby.home
> [INFO] Copying 4 resources to /<<PKGBUILDDIR>>/lib/target/classes/META-INF/
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-stdlib ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-stdlib ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/lib/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-stdlib ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-stdlib ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jruby-stdlib ---
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-tests >------------------------
> [INFO] Building JRuby Integration Tests 9.1.17.0                          [4/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-tests ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/test/src/main/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-tests ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-dependency-plugin:3.1.1:copy (copy jars for testing) @ jruby-tests ---
> [INFO] Configured Artifact: junit:junit:4.x:jar
> [INFO] Configured Artifact: com.googlecode.jarjar:jarjar:debian:jar
> [INFO] Configured Artifact: bsf:bsf:debian:jar
> [INFO] junit:junit:4.x:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] com.googlecode.jarjar:jarjar:debian:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] bsf:bsf:debian:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-tests ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/test/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-tests ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-tests ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-antrun-plugin:1.8:run (rake) @ jruby-tests ---
> [INFO] Executing tasks
> 
> main:
>      [exec] mkdir -p test/target/test-classes
>      [exec] /usr/lib/jvm/java-11-openjdk-amd64/bin/javac -cp lib/jruby.jar:test/target/junit.jar -d test/target/test-classes spec/java_integration/fixtures/MethodNames.java spec/java_integration/fixtures/ScalaSingleton$.java spec/java_integration/fixtures/BeanLikeInterfaceHandler.java spec/java_integration/fixtures/ConstantHoldingInterface.java spec/java_integration/fixtures/ThrowExceptionInInitializer.java spec/java_integration/fixtures/FieldAnnotations.java spec/java_integration/fixtures/InterfaceWrapper.java spec/java_integration/fixtures/ValueReceivingInterfaceHandler.java spec/java_integration/fixtures/PackageStaticMethod.java spec/java_integration/fixtures/ProtectedInstanceMethod.java spec/java_integration/fixtures/StaticMethodSelection.java spec/java_integration/fixtures/ReceivesArrayList.java spec/java_integration/fixtures/PackageInstanceMethod.java spec/java_integration/fixtures/BooleanReturningInterface.java spec/java_integration/fixtures/PackageField.java spec/java_integration/fixtures/PrivateConstructor.java spec/java_integration/fixtures/PrivateStaticMethod.java spec/java_integration/fixtures/Service.java spec/java_integration/fixtures/UsesSingleMethodInterface.java spec/java_integration/fixtures/AnotherRunnable.java spec/java_integration/fixtures/UsesDescendantOfSingleMethodInterface.java spec/java_integration/fixtures/BooleanReturningInterfaceConsumer.java spec/java_integration/fixtures/ParameterAnnotations.java spec/java_integration/fixtures/ProtectedConstructor.java spec/java_integration/fixtures/ComplexPrivateConstructor.java spec/java_integration/fixtures/ArrayReceiver.java spec/java_integration/fixtures/PublicField.java spec/java_integration/fixtures/CoerceToInterface.java spec/java_integration/fixtures/ThrowExceptionOnCreate.java spec/java_integration/fixtures/GenericComparable.java spec/java_integration/fixtures/ClassWithVarargs.java spec/java_integration/fixtures/ClassWithEnums.java spec/java_integration/fixtures/PublicConstructor.java spec/java_integration/fixtures/ScalaSingletonTrait.java spec/java_integration/fixtures/BeanLikeInterface.java spec/java_integration/fixtures/ManyArityMethodClass.java spec/java_integration/fixtures/MethodAnnotations.java spec/java_integration/fixtures/ReturnsInterface.java spec/java_integration/fixtures/ClassWithMultipleSignaturesWithPrimitiveArgs.java spec/java_integration/fixtures/ProtectedField.java spec/java_integration/fixtures/ConcreteWithVirtualCall.java spec/java_integration/fixtures/ClassWithAbstractMethods.java spec/java_integration/fixtures/CachedInJava.java spec/java_integration/fixtures/CoreTypeMethods.java spec/java_integration/fixtures/ScalaOperators.java spec/java_integration/fixtures/ScalaSingletonTrait$.java spec/java_integration/fixtures/SuperWithInterface.java spec/java_integration/fixtures/InnerClasses.java spec/java_integration/fixtures/ReturnsInterfaceConsumer.java spec/java_integration/fixtures/ServiceAnnotation.java spec/java_integration/fixtures/ValueReceivingInterface.java spec/java_integration/fixtures/ArrayReturningInterfaceConsumer.java spec/java_integration/fixtures/ArrayReturningInterface.java spec/java_integration/fixtures/DescendantOfSingleMethodInterface.java spec/java_integration/fixtures/JavaFields.java spec/java_integration/fixtures/PrivateField.java spec/java_integration/fixtures/JavaTypeMethods.java spec/java_integration/fixtures/Reflector.java spec/java_integration/fixtures/PrivateInstanceMethod.java spec/java_integration/fixtures/ScalaSingleton.java spec/java_integration/fixtures/BadStaticInit.java spec/java_integration/fixtures/JavaIterable.java spec/java_integration/fixtures/ReceivesAndReturnsObject.java spec/java_integration/fixtures/PackageConstructor.java spec/java_integration/fixtures/ExceptionRunner.java spec/java_integration/fixtures/ProtectedStaticMethod.java spec/java_integration/fixtures/SingleMethodInterface.java spec/java_integration/fixtures/coll/NonCloneableImmutableList.java spec/java_integration/fixtures/coll/CloneableImmutableList.java spec/java_integration/fixtures/coll/NonCloneableList.java spec/java_integration/fixtures/_funky/MyClass.java spec/java_integration/fixtures/iface/SingleMethodInterfaceWith4Args.java spec/java_integration/fixtures/iface/SingleMethodInterfaceWithArg.java
>      [exec] Note: Some input files use unchecked or unsafe operations.
>      [exec] Note: Recompile with -Xlint:unchecked for details.
>      [exec] /<<PKGBUILDDIR>>/bin/jruby -w -I"lib" -Xjit.background=false -Xjit.threshold=0 -X-C -Xaot.loadClasses=true -I. -I/usr/lib/ruby/vendor_ruby -J-ea --headless -J-cp test:test/target/test-classes:core/target/test-classes  "/usr/share/rubygems-integration/all/gems/rake-13.0.1/lib/rake/rake_test_loader.rb" "test/jruby/test_globals.rb" "test/jruby/test_addrinfo.rb" "test/jruby/test_argf.rb" "test/jruby/test_array.rb" "test/jruby/test_autoload.rb" "test/jruby/test_backquote.rb" "test/jruby/test_backtraces.rb" "test/jruby/test_big_decimal.rb" "test/jruby/test_binding_eval_yield.rb" "test/jruby/test_caller.rb" "test/jruby/test_case.rb" "test/jruby/test_class.rb" "test/jruby/test_comparable.rb" "test/jruby/test_core_arities.rb" "test/jruby/test_coverage.rb" "test/jruby/test_custom_enumerable.rb" "test/jruby/test_cvars_in_odd_scopes.rb" "test/jruby/test_date_joda_time.rb" "test/jruby/test_defined.rb" "test/jruby/test_default_constants.rb" "test/jruby/test_delegated_array_equals.rb" "test/jruby/test_dir.rb" "test/jruby/test_dir_with_jar_without_dir_entry.rb" "test/jruby/test_digest_extend.rb" "test/jruby/test_digest2.rb" "test/jruby/test_env.rb" "test/jruby/test_etc.rb" "test/jruby/test_file.rb" "test/jruby/test_frame_self.rb" "test/jruby/test_hash.rb" "test/jruby/test_higher_javasupport.rb" "test/jruby/test_ifaddr.rb" "test/jruby/test_include_order.rb" "test/jruby/test_integer_overflows.rb" "test/jruby/test_ivar_table_integrity.rb" "test/jruby/test_io.rb" "test/jruby/test_load.rb" "test/jruby/test_load_gem_extensions.rb" "test/jruby/test_method.rb" "test/jruby/test_method_cache.rb" "test/jruby/test_method_override_and_caching.rb" "test/jruby/test_java_accessible_object.rb" "test/jruby/test_java_extension.rb" "test/jruby/test_java_wrapper_deadlock.rb" "test/jruby/test_jruby_internals.rb" "test/jruby/test_marshal_with_instance_variables.rb" "test/jruby/test_marshal_gemspec.rb" "test/jruby/test_method_missing.rb" "test/jruby/test_name_error.rb" "test/jruby/test_no_stack_trace_stomp.rb" "test/jruby/test_pack.rb" "test/jruby/test_primitive_to_java.rb" "test/jruby/test_process.rb" "test/jruby/test_proc_visibility.rb" "test/jruby/test_parsing.rb" "test/jruby/test_pathname.rb" "test/jruby/test_random.rb" "test/jruby/test_rbconfig.rb" "test/jruby/test_respond_to.rb" "test/jruby/test_socket.rb" "test/jruby/test_string_java_bytes.rb" "test/jruby/test_string_printf.rb" "test/jruby/test_super_call_site_caching.rb" "test/jruby/test_system.rb" "test/jruby/test_system_error.rb" "test/jruby/test_timeout.rb" "test/jruby/test_thread.rb" "test/jruby/test_threaded_nonlocal_return.rb" "test/jruby/test_time.rb" "test/jruby/test_unmarshal.rb" "test/jruby/test_vietnamese_charset.rb" "test/jruby/test_win32.rb" "test/jruby/test_zlib.rb" "test/jruby/test_loading_builtin_libraries.rb" "test/jruby/test_null_channel.rb" "test/jruby/test_irubyobject_java_passing.rb" "test/jruby/test_jruby_object_input_stream.rb" "test/jruby/test_jar_on_load_path.rb" "test/jruby/test_jruby_core_ext.rb" "test/jruby/test_thread_context_frame_dereferences_unreachable_variables.rb" "test/jruby/test_context_classloader.rb" "test/jruby/test_rexml_document.rb" "test/jruby/test_openssl_stub.rb" "test/jruby/test_missing_jruby_home.rb" "test/jruby/test_jarred_gems.rb" "test/jruby/test_kernel.rb" "test/jruby/test_dir_with_plusses.rb" "test/jruby/test_jar_file.rb" "test/jruby/test_jruby_synchronized.rb" "test/jruby/test_instantiating_interfaces.rb" "test/jruby/test_openssl.rb" "test/jruby/test_tempfile_cleanup.rb" "test/jruby/test_reified_variables.rb" "test/jruby/compiler/test_jrubyc.rb" "test/jruby/test_load_compiled_ruby.rb" "test/jruby/test_load_compiled_ruby_class_from_classpath.rb" -v --no-use-color
>      [exec] /usr/lib/ruby/vendor_ruby/power_assert.rb:8: warning: tracing (e.g. set_trace_func) will not capture all events without --debug flag
>      [exec] /usr/lib/ruby/vendor_ruby/power_assert.rb:8: warning: tracing (e.g. set_trace_func) will not capture all events without --debug flag
>      [exec] /<<PKGBUILDDIR>>/test/jruby/test_higher_javasupport.rb:467: warning: Ambiguous first argument; make sure.
>      [exec] /<<PKGBUILDDIR>>/test/jruby/test_higher_javasupport.rb:499: warning: Ambiguous first argument; make sure.
>      [exec] /<<PKGBUILDDIR>>/test/jruby/test_java_extension.rb:65: warning: Ambiguous first argument; make sure.
>      [exec] /<<PKGBUILDDIR>>/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:1:in `require':
>      [exec] It seems your ruby installation is missing psych (for YAML output).
>      [exec] To eliminate this warning, please install libyaml and reinstall your ruby.
>      [exec] 
>      [exec] File does not exist: psych
>      [exec] 
>      [exec] rake aborted!
>      [exec] Command failed with status (1): [ruby -w -I"lib" -Xjit.background=false -Xjit.threshold=0 -X-C -Xaot.loadClasses=true -I. -I/usr/lib/ruby/vendor_ruby -J-ea --headless -J-cp test:test/target/test-classes:core/target/test-classes  "/usr/share/rubygems-integration/all/gems/rake-13.0.1/lib/rake/rake_test_loader.rb" "test/jruby/test_globals.rb" "test/jruby/test_addrinfo.rb" "test/jruby/test_argf.rb" "test/jruby/test_array.rb" "test/jruby/test_autoload.rb" "test/jruby/test_backquote.rb" "test/jruby/test_backtraces.rb" "test/jruby/test_big_decimal.rb" "test/jruby/test_binding_eval_yield.rb" "test/jruby/test_caller.rb" "test/jruby/test_case.rb" "test/jruby/test_class.rb" "test/jruby/test_comparable.rb" "test/jruby/test_core_arities.rb" "test/jruby/test_coverage.rb" "test/jruby/test_custom_enumerable.rb" "test/jruby/test_cvars_in_odd_scopes.rb" "test/jruby/test_date_joda_time.rb" "test/jruby/test_defined.rb" "test/jruby/test_default_constants.rb" "test/jruby/test_delegated_array_equals.rb" "test/jruby/test_dir.rb" "test/jruby/test_dir_with_jar_without_dir_entry.rb" "test/jruby/test_digest_extend.rb" "test/jruby/test_digest2.rb" "test/jruby/test_env.rb" "test/jruby/test_etc.rb" "test/jruby/test_file.rb" "test/jruby/test_frame_self.rb" "test/jruby/test_hash.rb" "test/jruby/test_higher_javasupport.rb" "test/jruby/test_ifaddr.rb" "test/jruby/test_include_order.rb" "test/jruby/test_integer_overflows.rb" "test/jruby/test_ivar_table_integrity.rb" "test/jruby/test_io.rb" "test/jruby/test_load.rb" "test/jruby/test_load_gem_extensions.rb" "test/jruby/test_method.rb" "test/jruby/test_method_cache.rb" "test/jruby/test_method_override_and_caching.rb" "test/jruby/test_java_accessible_object.rb" "test/jruby/test_java_extension.rb" "test/jruby/test_java_wrapper_deadlock.rb" "test/jruby/test_jruby_internals.rb" "test/jruby/test_marshal_with_instance_variables.rb" "test/jruby/test_marshal_gemspec.rb" "test/jruby/test_method_missing.rb" "test/jruby/test_name_error.rb" "test/jruby/test_no_stack_trace_stomp.rb" "test/jruby/test_pack.rb" "test/jruby/test_primitive_to_java.rb" "test/jruby/test_process.rb" "test/jruby/test_proc_visibility.rb" "test/jruby/test_parsing.rb" "test/jruby/test_pathname.rb" "test/jruby/test_random.rb" "test/jruby/test_rbconfig.rb" "test/jruby/test_respond_to.rb" "test/jruby/test_socket.rb" "test/jruby/test_string_java_bytes.rb" "test/jruby/test_string_printf.rb" "test/jruby/test_super_call_site_caching.rb" "test/jruby/test_system.rb" "test/jruby/test_system_error.rb" "test/jruby/test_timeout.rb" "test/jruby/test_thread.rb" "test/jruby/test_threaded_nonlocal_return.rb" "test/jruby/test_time.rb" "test/jruby/test_unmarshal.rb" "test/jruby/test_vietnamese_charset.rb" "test/jruby/test_win32.rb" "test/jruby/test_zlib.rb" "test/jruby/test_loading_builtin_libraries.rb" "test/jruby/test_null_channel.rb" "test/jruby/test_irubyobject_java_passing.rb" "test/jruby/test_jruby_object_input_stream.rb" "test/jruby/test_jar_on_load_path.rb" "test/jruby/test_jruby_core_ext.rb" "test/jruby/test_thread_context_frame_dereferences_unreachable_variables.rb" "test/jruby/test_context_classloader.rb" "test/jruby/test_rexml_document.rb" "test/jruby/test_openssl_stub.rb" "test/jruby/test_missing_jruby_home.rb" "test/jruby/test_jarred_gems.rb" "test/jruby/test_kernel.rb" "test/jruby/test_dir_with_plusses.rb" "test/jruby/test_jar_file.rb" "test/jruby/test_jruby_synchronized.rb" "test/jruby/test_instantiating_interfaces.rb" "test/jruby/test_openssl.rb" "test/jruby/test_tempfile_cleanup.rb" "test/jruby/test_reified_variables.rb" "test/jruby/compiler/test_jrubyc.rb" "test/jruby/test_load_compiled_ruby.rb" "test/jruby/test_load_compiled_ruby_class_from_classpath.rb" -v --no-use-color]
>      [exec] 
>      [exec] Tasks: TOP => test:jruby:fullint
>      [exec] (See full trace by running task with --trace)
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary for JRuby 9.1.17.0:
> [INFO] 
> [INFO] JRuby .............................................. SUCCESS [  0.040 s]
> [INFO] JRuby Core ......................................... SUCCESS [  7.911 s]
> [INFO] JRuby Lib Setup .................................... SUCCESS [  0.417 s]
> [INFO] JRuby Integration Tests ............................ FAILURE [  9.048 s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  17.558 s
> [INFO] Finished at: 2020-05-03T03:58:41Z
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (rake) on project jruby-tests: An Ant BuildException has occured: exec returned: 1
> [ERROR] around Ant part ...<exec failonerror="true" dir="/<<PKGBUILDDIR>>/test/.." executable="/<<PKGBUILDDIR>>/test/../bin/jruby">... @ 4:143 in /<<PKGBUILDDIR>>/test/target/antrun/build-main.xml
> [ERROR] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR]   mvn <args> -rf :jruby-tests
> dh_auto_build: error: /usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package -B -Dinvoker.skip=false -Prake -Dtask=test:jruby:fullint -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1
> *** Running 'test:jruby:jit' tests... ***
> 	/usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package -B -Dinvoker.skip=false -Prake -Dtask=test:jruby:jit -DskipTests -Dnotimestamp=true -Dlocale=en_US
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
> WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
> WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> [INFO] Scanning for projects...
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-core:jar:9.1.17.0
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @ org.jruby:jruby-parent:9.1.17.0, /<<PKGBUILDDIR>>/pom.xml, line 285, column 13
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-tests:jar:9.1.17.0
> [WARNING] 'dependencies.dependency.systemPath' for org.jruby:requireTest:jar should not point at files within the project directory, ${project.basedir}/jruby/requireTest-1.0.jar will be unresolvable by dependent projects @ line 73, column 16
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-parent:pom:9.1.17.0
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @ line 285, column 13
> [WARNING] 
> [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
> [WARNING] 
> [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
> [WARNING] 
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO] 
> [INFO] JRuby                                                              [pom]
> [INFO] JRuby Core                                                         [jar]
> [INFO] JRuby Lib Setup                                                    [jar]
> [INFO] JRuby Integration Tests                                            [jar]
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-parent >-----------------------
> [INFO] Building JRuby 9.1.17.0                                            [1/4]
> [INFO] --------------------------------[ pom ]---------------------------------
> [INFO] 
> [INFO] ------------------------< org.jruby:jruby-core >------------------------
> [INFO] Building JRuby Core 9.1.17.0                                       [2/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- exec-maven-plugin:1.6.0:exec (default) @ jruby-core ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-core ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] Copying 41 resources
> [INFO] Copying 2 resources
> [INFO] Copying 1 resource to /<<PKGBUILDDIR>>/core/src/main/java
> [INFO] Copying 4 resources to /<<PKGBUILDDIR>>/core/target/classes/META-INF/
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (anno) @ jruby-core ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-core ---
> [INFO] Compiling 1 source file to /<<PKGBUILDDIR>>/core/target/classes
> [WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
> [WARNING] [options] bootstrap class path not set in conjunction with -source 7
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/main/java/org/jruby/runtime/Constants.java]]
> [INFO] [parsing completed 16ms]
> [INFO] [search path for source files: /<<PKGBUILDDIR>>/core/src/main/java,/<<PKGBUILDDIR>>/core/target/generated-sources/annotations,/<<PKGBUILDDIR>>/core/target/generated-sources]
> [INFO] [search path for class files: /usr/lib/jvm/java-11-openjdk-amd64/lib/modules,/<<PKGBUILDDIR>>/core/target/classes,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm/debian/asm-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-commons/debian/asm-commons-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-tree/debian/asm-tree-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-analysis/debian/asm-analysis-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-util/debian/asm-util-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-netdb/debian/jnr-netdb-debian.jar,/usr/share/java/jnr-ffi.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-enxio/debian/jnr-enxio-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-x86asm/debian/jnr-x86asm-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-unixsocket/debian/jnr-unixsocket-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-posix-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-ffi.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-constants.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-constants/debian/jnr-constants-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jffi/debian/jffi-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/joni/joni/debian/joni-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/joni/joni/debian/jcodings.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/extras/bytelist/debian/bytelist-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/jcodings/jcodings/debian/jcodings-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/dirgra/debian/dirgra-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/invokebinder/debian/invokebinder-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/options/debian/options-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/unsafe-fences/debian/unsafe-fences-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/bsf/bsf/debian/bsf-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/commons-logging-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/avalon-framework.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/excalibur-logkit.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/log4j-1.2.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/jcraft/jzlib/debian/jzlib-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/nailgun-server-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/jna-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/jna-platform-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/net/java/dev/jna/jna/debian/jna-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/net/java/dev/jna/jna-platform/debian/jna-platform-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/ant/ant/debian/ant-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/ant/ant-launcher/debian/ant-launcher-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/osgi/org.osgi.core/debian/org.osgi.core-debian.jar,/usr/share/java/osgi.annotation.jar,/<<PKGBUILDDIR>>/debian/maven-repo/joda-time/joda-time/debian/joda-time-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/slf4j/slf4j-api/debian/slf4j-api-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/me/qmx/jitescript/jitescript/debian/jitescript-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/modulator/debian/modulator-debian.jar,.]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/FlagRegistry.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyArray.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyBasicObject.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyHash.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyMatchData.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyModule.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyString.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/ext/stringio/StringIO.class]
> [INFO] [loading /modules/java.base/java/lang/Object.class]
> [INFO] [loading /modules/java.base/java/lang/String.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/JRubyClass.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/JRubyMethod.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/Visibility.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/FrameField.class]
> [INFO] [loading /modules/java.base/java/lang/Deprecated.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Annotation.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Retention.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/RetentionPolicy.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Target.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/ElementType.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/CompatVersion.class]
> [INFO] 
> [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-populators) @ jruby-core ---
> [INFO] Source directory: /<<PKGBUILDDIR>>/core/target/generated-sources added.
> [INFO] 
> [INFO] --- exec-maven-plugin:1.6.0:exec (invoker-generator) @ jruby-core ---
> /<<PKGBUILDDIR>>/core/target/generated-sources/annotated_classes.txt - not found. skip generator.
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (populators) @ jruby-core ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (eclipse-hack) @ jruby-core ---
> [INFO] Not compiling main sources
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-core ---
> [INFO] Not copying test resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-core ---
> [INFO] Not compiling test sources
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-core ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jruby-core ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/core/target/jruby-core-9.1.17.0.jar
> [INFO] 
> [INFO] --- maven-shade-plugin:3.1.1:shade (create lib/jruby.jar) @ jruby-core ---
> [INFO] Including org.ow2.asm:asm:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-commons:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-tree:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-analysis:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-util:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-netdb:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-enxio:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-x86asm:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-unixsocket:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-posix:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-constants:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-ffi:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jffi:jar:debian in the shaded jar.
> [INFO] Including org.jruby.joni:joni:jar:debian in the shaded jar.
> [INFO] Including org.jruby.extras:bytelist:jar:debian in the shaded jar.
> [INFO] Including org.jruby.jcodings:jcodings:jar:debian in the shaded jar.
> [INFO] Including org.jruby:dirgra:jar:debian in the shaded jar.
> [INFO] Including com.headius:invokebinder:jar:debian in the shaded jar.
> [INFO] Including com.headius:options:jar:debian in the shaded jar.
> [INFO] Including com.headius:unsafe-fences:jar:debian in the shaded jar.
> [INFO] Including com.jcraft:jzlib:jar:debian in the shaded jar.
> [INFO] Including com.martiansoftware:nailgun-server:jar:debian in the shaded jar.
> [INFO] Including net.java.dev.jna:jna:jar:debian in the shaded jar.
> [INFO] Including net.java.dev.jna:jna-platform:jar:debian in the shaded jar.
> [INFO] Including joda-time:joda-time:jar:debian in the shaded jar.
> [INFO] Including me.qmx.jitescript:jitescript:jar:debian in the shaded jar.
> [INFO] Including com.headius:modulator:jar:debian in the shaded jar.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-stdlib >-----------------------
> [INFO] Building JRuby Lib Setup 9.1.17.0                                  [3/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (default) @ jruby-stdlib ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-stdlib ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/lib/ruby/gems/shared
> [INFO] Copying 855 resources to /<<PKGBUILDDIR>>/lib/target/classes/META-INF/jruby.home
> [INFO] Copying 4 resources to /<<PKGBUILDDIR>>/lib/target/classes/META-INF/
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-stdlib ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-stdlib ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/lib/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-stdlib ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-stdlib ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jruby-stdlib ---
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-tests >------------------------
> [INFO] Building JRuby Integration Tests 9.1.17.0                          [4/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-tests ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/test/src/main/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-tests ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-dependency-plugin:3.1.1:copy (copy jars for testing) @ jruby-tests ---
> [INFO] Configured Artifact: junit:junit:4.x:jar
> [INFO] Configured Artifact: com.googlecode.jarjar:jarjar:debian:jar
> [INFO] Configured Artifact: bsf:bsf:debian:jar
> [INFO] junit:junit:4.x:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] com.googlecode.jarjar:jarjar:debian:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] bsf:bsf:debian:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-tests ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/test/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-tests ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-tests ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-antrun-plugin:1.8:run (rake) @ jruby-tests ---
> [INFO] Executing tasks
> 
> main:
>      [exec] mkdir -p test/target/test-classes
>      [exec] /usr/lib/jvm/java-11-openjdk-amd64/bin/javac -cp lib/jruby.jar:test/target/junit.jar -d test/target/test-classes spec/java_integration/fixtures/MethodNames.java spec/java_integration/fixtures/ScalaSingleton$.java spec/java_integration/fixtures/BeanLikeInterfaceHandler.java spec/java_integration/fixtures/ConstantHoldingInterface.java spec/java_integration/fixtures/ThrowExceptionInInitializer.java spec/java_integration/fixtures/FieldAnnotations.java spec/java_integration/fixtures/InterfaceWrapper.java spec/java_integration/fixtures/ValueReceivingInterfaceHandler.java spec/java_integration/fixtures/PackageStaticMethod.java spec/java_integration/fixtures/ProtectedInstanceMethod.java spec/java_integration/fixtures/StaticMethodSelection.java spec/java_integration/fixtures/ReceivesArrayList.java spec/java_integration/fixtures/PackageInstanceMethod.java spec/java_integration/fixtures/BooleanReturningInterface.java spec/java_integration/fixtures/PackageField.java spec/java_integration/fixtures/PrivateConstructor.java spec/java_integration/fixtures/PrivateStaticMethod.java spec/java_integration/fixtures/Service.java spec/java_integration/fixtures/UsesSingleMethodInterface.java spec/java_integration/fixtures/AnotherRunnable.java spec/java_integration/fixtures/UsesDescendantOfSingleMethodInterface.java spec/java_integration/fixtures/BooleanReturningInterfaceConsumer.java spec/java_integration/fixtures/ParameterAnnotations.java spec/java_integration/fixtures/ProtectedConstructor.java spec/java_integration/fixtures/ComplexPrivateConstructor.java spec/java_integration/fixtures/ArrayReceiver.java spec/java_integration/fixtures/PublicField.java spec/java_integration/fixtures/CoerceToInterface.java spec/java_integration/fixtures/ThrowExceptionOnCreate.java spec/java_integration/fixtures/GenericComparable.java spec/java_integration/fixtures/ClassWithVarargs.java spec/java_integration/fixtures/ClassWithEnums.java spec/java_integration/fixtures/PublicConstructor.java spec/java_integration/fixtures/ScalaSingletonTrait.java spec/java_integration/fixtures/BeanLikeInterface.java spec/java_integration/fixtures/ManyArityMethodClass.java spec/java_integration/fixtures/MethodAnnotations.java spec/java_integration/fixtures/ReturnsInterface.java spec/java_integration/fixtures/ClassWithMultipleSignaturesWithPrimitiveArgs.java spec/java_integration/fixtures/ProtectedField.java spec/java_integration/fixtures/ConcreteWithVirtualCall.java spec/java_integration/fixtures/ClassWithAbstractMethods.java spec/java_integration/fixtures/CachedInJava.java spec/java_integration/fixtures/CoreTypeMethods.java spec/java_integration/fixtures/ScalaOperators.java spec/java_integration/fixtures/ScalaSingletonTrait$.java spec/java_integration/fixtures/SuperWithInterface.java spec/java_integration/fixtures/InnerClasses.java spec/java_integration/fixtures/ReturnsInterfaceConsumer.java spec/java_integration/fixtures/ServiceAnnotation.java spec/java_integration/fixtures/ValueReceivingInterface.java spec/java_integration/fixtures/ArrayReturningInterfaceConsumer.java spec/java_integration/fixtures/ArrayReturningInterface.java spec/java_integration/fixtures/DescendantOfSingleMethodInterface.java spec/java_integration/fixtures/JavaFields.java spec/java_integration/fixtures/PrivateField.java spec/java_integration/fixtures/JavaTypeMethods.java spec/java_integration/fixtures/Reflector.java spec/java_integration/fixtures/PrivateInstanceMethod.java spec/java_integration/fixtures/ScalaSingleton.java spec/java_integration/fixtures/BadStaticInit.java spec/java_integration/fixtures/JavaIterable.java spec/java_integration/fixtures/ReceivesAndReturnsObject.java spec/java_integration/fixtures/PackageConstructor.java spec/java_integration/fixtures/ExceptionRunner.java spec/java_integration/fixtures/ProtectedStaticMethod.java spec/java_integration/fixtures/SingleMethodInterface.java spec/java_integration/fixtures/coll/NonCloneableImmutableList.java spec/java_integration/fixtures/coll/CloneableImmutableList.java spec/java_integration/fixtures/coll/NonCloneableList.java spec/java_integration/fixtures/_funky/MyClass.java spec/java_integration/fixtures/iface/SingleMethodInterfaceWith4Args.java spec/java_integration/fixtures/iface/SingleMethodInterfaceWithArg.java
>      [exec] Note: Some input files use unchecked or unsafe operations.
>      [exec] Note: Recompile with -Xlint:unchecked for details.
>      [exec] /<<PKGBUILDDIR>>/bin/jruby -w -I"lib" -J-XX:MaxMetaspaceSize=452M -Xjit.background=false -Xjit.threshold=0 -Xaot.loadClasses=true -I. -I/usr/lib/ruby/vendor_ruby -J-ea --headless -J-cp test:test/target/test-classes:core/target/test-classes  "/usr/share/rubygems-integration/all/gems/rake-13.0.1/lib/rake/rake_test_loader.rb" "test/jruby/test_globals.rb" "test/jruby/test_addrinfo.rb" "test/jruby/test_argf.rb" "test/jruby/test_array.rb" "test/jruby/test_autoload.rb" "test/jruby/test_backquote.rb" "test/jruby/test_backtraces.rb" "test/jruby/test_big_decimal.rb" "test/jruby/test_binding_eval_yield.rb" "test/jruby/test_caller.rb" "test/jruby/test_case.rb" "test/jruby/test_class.rb" "test/jruby/test_comparable.rb" "test/jruby/test_core_arities.rb" "test/jruby/test_coverage.rb" "test/jruby/test_custom_enumerable.rb" "test/jruby/test_cvars_in_odd_scopes.rb" "test/jruby/test_date_joda_time.rb" "test/jruby/test_defined.rb" "test/jruby/test_default_constants.rb" "test/jruby/test_delegated_array_equals.rb" "test/jruby/test_dir.rb" "test/jruby/test_dir_with_jar_without_dir_entry.rb" "test/jruby/test_digest_extend.rb" "test/jruby/test_digest2.rb" "test/jruby/test_env.rb" "test/jruby/test_etc.rb" "test/jruby/test_file.rb" "test/jruby/test_frame_self.rb" "test/jruby/test_hash.rb" "test/jruby/test_higher_javasupport.rb" "test/jruby/test_ifaddr.rb" "test/jruby/test_include_order.rb" "test/jruby/test_integer_overflows.rb" "test/jruby/test_ivar_table_integrity.rb" "test/jruby/test_io.rb" "test/jruby/test_load.rb" "test/jruby/test_load_gem_extensions.rb" "test/jruby/test_method.rb" "test/jruby/test_method_cache.rb" "test/jruby/test_method_override_and_caching.rb" "test/jruby/test_java_accessible_object.rb" "test/jruby/test_java_extension.rb" "test/jruby/test_java_wrapper_deadlock.rb" "test/jruby/test_jruby_internals.rb" "test/jruby/test_marshal_with_instance_variables.rb" "test/jruby/test_marshal_gemspec.rb" "test/jruby/test_method_missing.rb" "test/jruby/test_name_error.rb" "test/jruby/test_no_stack_trace_stomp.rb" "test/jruby/test_pack.rb" "test/jruby/test_primitive_to_java.rb" "test/jruby/test_process.rb" "test/jruby/test_proc_visibility.rb" "test/jruby/test_parsing.rb" "test/jruby/test_pathname.rb" "test/jruby/test_random.rb" "test/jruby/test_rbconfig.rb" "test/jruby/test_respond_to.rb" "test/jruby/test_socket.rb" "test/jruby/test_string_java_bytes.rb" "test/jruby/test_string_printf.rb" "test/jruby/test_super_call_site_caching.rb" "test/jruby/test_system.rb" "test/jruby/test_system_error.rb" "test/jruby/test_timeout.rb" "test/jruby/test_thread.rb" "test/jruby/test_threaded_nonlocal_return.rb" "test/jruby/test_time.rb" "test/jruby/test_unmarshal.rb" "test/jruby/test_vietnamese_charset.rb" "test/jruby/test_win32.rb" "test/jruby/test_zlib.rb" "test/jruby/test_loading_builtin_libraries.rb" "test/jruby/test_null_channel.rb" "test/jruby/test_irubyobject_java_passing.rb" "test/jruby/test_jruby_object_input_stream.rb" "test/jruby/test_jar_on_load_path.rb" "test/jruby/test_jruby_core_ext.rb" "test/jruby/test_thread_context_frame_dereferences_unreachable_variables.rb" "test/jruby/test_context_classloader.rb" "test/jruby/test_rexml_document.rb" "test/jruby/test_openssl_stub.rb" "test/jruby/test_missing_jruby_home.rb" "test/jruby/test_jarred_gems.rb" "test/jruby/test_kernel.rb" "test/jruby/test_dir_with_plusses.rb" "test/jruby/test_jar_file.rb" "test/jruby/test_jruby_synchronized.rb" "test/jruby/test_instantiating_interfaces.rb" "test/jruby/test_openssl.rb" "test/jruby/test_tempfile_cleanup.rb" "test/jruby/test_reified_variables.rb" "test/jruby/compiler/test_jrubyc.rb" "test/jruby/test_load_compiled_ruby.rb" "test/jruby/test_load_compiled_ruby_class_from_classpath.rb" -v --no-use-color
>      [exec] /usr/lib/ruby/vendor_ruby/power_assert.rb:8: warning: tracing (e.g. set_trace_func) will not capture all events without --debug flag
>      [exec] /usr/lib/ruby/vendor_ruby/power_assert.rb:8: warning: tracing (e.g. set_trace_func) will not capture all events without --debug flag
>      [exec] /<<PKGBUILDDIR>>/test/jruby/test_higher_javasupport.rb:467: warning: Ambiguous first argument; make sure.
>      [exec] /<<PKGBUILDDIR>>/test/jruby/test_higher_javasupport.rb:499: warning: Ambiguous first argument; make sure.
>      [exec] /<<PKGBUILDDIR>>/test/jruby/test_java_extension.rb:65: warning: Ambiguous first argument; make sure.
>      [exec] /<<PKGBUILDDIR>>/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:55:in `require':
>      [exec] It seems your ruby installation is missing psych (for YAML output).
>      [exec] To eliminate this warning, please install libyaml and reinstall your ruby.
>      [exec] 
>      [exec] File does not exist: psych
>      [exec] 
>      [exec] rake aborted!
>      [exec] Command failed with status (1): [ruby -w -I"lib" -J-XX:MaxMetaspaceSize=452M -Xjit.background=false -Xjit.threshold=0 -Xaot.loadClasses=true -I. -I/usr/lib/ruby/vendor_ruby -J-ea --headless -J-cp test:test/target/test-classes:core/target/test-classes  "/usr/share/rubygems-integration/all/gems/rake-13.0.1/lib/rake/rake_test_loader.rb" "test/jruby/test_globals.rb" "test/jruby/test_addrinfo.rb" "test/jruby/test_argf.rb" "test/jruby/test_array.rb" "test/jruby/test_autoload.rb" "test/jruby/test_backquote.rb" "test/jruby/test_backtraces.rb" "test/jruby/test_big_decimal.rb" "test/jruby/test_binding_eval_yield.rb" "test/jruby/test_caller.rb" "test/jruby/test_case.rb" "test/jruby/test_class.rb" "test/jruby/test_comparable.rb" "test/jruby/test_core_arities.rb" "test/jruby/test_coverage.rb" "test/jruby/test_custom_enumerable.rb" "test/jruby/test_cvars_in_odd_scopes.rb" "test/jruby/test_date_joda_time.rb" "test/jruby/test_defined.rb" "test/jruby/test_default_constants.rb" "test/jruby/test_delegated_array_equals.rb" "test/jruby/test_dir.rb" "test/jruby/test_dir_with_jar_without_dir_entry.rb" "test/jruby/test_digest_extend.rb" "test/jruby/test_digest2.rb" "test/jruby/test_env.rb" "test/jruby/test_etc.rb" "test/jruby/test_file.rb" "test/jruby/test_frame_self.rb" "test/jruby/test_hash.rb" "test/jruby/test_higher_javasupport.rb" "test/jruby/test_ifaddr.rb" "test/jruby/test_include_order.rb" "test/jruby/test_integer_overflows.rb" "test/jruby/test_ivar_table_integrity.rb" "test/jruby/test_io.rb" "test/jruby/test_load.rb" "test/jruby/test_load_gem_extensions.rb" "test/jruby/test_method.rb" "test/jruby/test_method_cache.rb" "test/jruby/test_method_override_and_caching.rb" "test/jruby/test_java_accessible_object.rb" "test/jruby/test_java_extension.rb" "test/jruby/test_java_wrapper_deadlock.rb" "test/jruby/test_jruby_internals.rb" "test/jruby/test_marshal_with_instance_variables.rb" "test/jruby/test_marshal_gemspec.rb" "test/jruby/test_method_missing.rb" "test/jruby/test_name_error.rb" "test/jruby/test_no_stack_trace_stomp.rb" "test/jruby/test_pack.rb" "test/jruby/test_primitive_to_java.rb" "test/jruby/test_process.rb" "test/jruby/test_proc_visibility.rb" "test/jruby/test_parsing.rb" "test/jruby/test_pathname.rb" "test/jruby/test_random.rb" "test/jruby/test_rbconfig.rb" "test/jruby/test_respond_to.rb" "test/jruby/test_socket.rb" "test/jruby/test_string_java_bytes.rb" "test/jruby/test_string_printf.rb" "test/jruby/test_super_call_site_caching.rb" "test/jruby/test_system.rb" "test/jruby/test_system_error.rb" "test/jruby/test_timeout.rb" "test/jruby/test_thread.rb" "test/jruby/test_threaded_nonlocal_return.rb" "test/jruby/test_time.rb" "test/jruby/test_unmarshal.rb" "test/jruby/test_vietnamese_charset.rb" "test/jruby/test_win32.rb" "test/jruby/test_zlib.rb" "test/jruby/test_loading_builtin_libraries.rb" "test/jruby/test_null_channel.rb" "test/jruby/test_irubyobject_java_passing.rb" "test/jruby/test_jruby_object_input_stream.rb" "test/jruby/test_jar_on_load_path.rb" "test/jruby/test_jruby_core_ext.rb" "test/jruby/test_thread_context_frame_dereferences_unreachable_variables.rb" "test/jruby/test_context_classloader.rb" "test/jruby/test_rexml_document.rb" "test/jruby/test_openssl_stub.rb" "test/jruby/test_missing_jruby_home.rb" "test/jruby/test_jarred_gems.rb" "test/jruby/test_kernel.rb" "test/jruby/test_dir_with_plusses.rb" "test/jruby/test_jar_file.rb" "test/jruby/test_jruby_synchronized.rb" "test/jruby/test_instantiating_interfaces.rb" "test/jruby/test_openssl.rb" "test/jruby/test_tempfile_cleanup.rb" "test/jruby/test_reified_variables.rb" "test/jruby/compiler/test_jrubyc.rb" "test/jruby/test_load_compiled_ruby.rb" "test/jruby/test_load_compiled_ruby_class_from_classpath.rb" -v --no-use-color]
>      [exec] 
>      [exec] Tasks: TOP => test:jruby:jit
>      [exec] (See full trace by running task with --trace)
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary for JRuby 9.1.17.0:
> [INFO] 
> [INFO] JRuby .............................................. SUCCESS [  0.040 s]
> [INFO] JRuby Core ......................................... SUCCESS [  7.729 s]
> [INFO] JRuby Lib Setup .................................... SUCCESS [  0.359 s]
> [INFO] JRuby Integration Tests ............................ FAILURE [  9.837 s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  18.107 s
> [INFO] Finished at: 2020-05-03T03:59:00Z
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (rake) on project jruby-tests: An Ant BuildException has occured: exec returned: 1
> [ERROR] around Ant part ...<exec failonerror="true" dir="/<<PKGBUILDDIR>>/test/.." executable="/<<PKGBUILDDIR>>/test/../bin/jruby">... @ 4:143 in /<<PKGBUILDDIR>>/test/target/antrun/build-main.xml
> [ERROR] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR]   mvn <args> -rf :jruby-tests
> dh_auto_build: error: /usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package -B -Dinvoker.skip=false -Prake -Dtask=test:jruby:jit -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1
> *** Running 'test:jruby:aot' tests... ***
> 	/usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package -B -Dinvoker.skip=false -Prake -Dtask=test:jruby:aot -DskipTests -Dnotimestamp=true -Dlocale=en_US
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
> WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
> WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> [INFO] Scanning for projects...
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-core:jar:9.1.17.0
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @ org.jruby:jruby-parent:9.1.17.0, /<<PKGBUILDDIR>>/pom.xml, line 285, column 13
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-tests:jar:9.1.17.0
> [WARNING] 'dependencies.dependency.systemPath' for org.jruby:requireTest:jar should not point at files within the project directory, ${project.basedir}/jruby/requireTest-1.0.jar will be unresolvable by dependent projects @ line 73, column 16
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-parent:pom:9.1.17.0
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @ line 285, column 13
> [WARNING] 
> [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
> [WARNING] 
> [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
> [WARNING] 
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO] 
> [INFO] JRuby                                                              [pom]
> [INFO] JRuby Core                                                         [jar]
> [INFO] JRuby Lib Setup                                                    [jar]
> [INFO] JRuby Integration Tests                                            [jar]
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-parent >-----------------------
> [INFO] Building JRuby 9.1.17.0                                            [1/4]
> [INFO] --------------------------------[ pom ]---------------------------------
> [INFO] 
> [INFO] ------------------------< org.jruby:jruby-core >------------------------
> [INFO] Building JRuby Core 9.1.17.0                                       [2/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- exec-maven-plugin:1.6.0:exec (default) @ jruby-core ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-core ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] Copying 41 resources
> [INFO] Copying 2 resources
> [INFO] Copying 1 resource to /<<PKGBUILDDIR>>/core/src/main/java
> [INFO] Copying 4 resources to /<<PKGBUILDDIR>>/core/target/classes/META-INF/
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (anno) @ jruby-core ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-core ---
> [INFO] Compiling 1 source file to /<<PKGBUILDDIR>>/core/target/classes
> [WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
> [WARNING] [options] bootstrap class path not set in conjunction with -source 7
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/main/java/org/jruby/runtime/Constants.java]]
> [INFO] [parsing completed 19ms]
> [INFO] [search path for source files: /<<PKGBUILDDIR>>/core/src/main/java,/<<PKGBUILDDIR>>/core/target/generated-sources/annotations,/<<PKGBUILDDIR>>/core/target/generated-sources]
> [INFO] [search path for class files: /usr/lib/jvm/java-11-openjdk-amd64/lib/modules,/<<PKGBUILDDIR>>/core/target/classes,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm/debian/asm-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-commons/debian/asm-commons-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-tree/debian/asm-tree-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-analysis/debian/asm-analysis-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-util/debian/asm-util-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-netdb/debian/jnr-netdb-debian.jar,/usr/share/java/jnr-ffi.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-enxio/debian/jnr-enxio-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-x86asm/debian/jnr-x86asm-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-unixsocket/debian/jnr-unixsocket-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-posix-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-ffi.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-constants.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-constants/debian/jnr-constants-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jffi/debian/jffi-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/joni/joni/debian/joni-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/joni/joni/debian/jcodings.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/extras/bytelist/debian/bytelist-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/jcodings/jcodings/debian/jcodings-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/dirgra/debian/dirgra-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/invokebinder/debian/invokebinder-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/options/debian/options-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/unsafe-fences/debian/unsafe-fences-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/bsf/bsf/debian/bsf-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/commons-logging-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/avalon-framework.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/excalibur-logkit.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/log4j-1.2.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/jcraft/jzlib/debian/jzlib-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/nailgun-server-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/jna-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/jna-platform-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/net/java/dev/jna/jna/debian/jna-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/net/java/dev/jna/jna-platform/debian/jna-platform-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/ant/ant/debian/ant-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/ant/ant-launcher/debian/ant-launcher-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/osgi/org.osgi.core/debian/org.osgi.core-debian.jar,/usr/share/java/osgi.annotation.jar,/<<PKGBUILDDIR>>/debian/maven-repo/joda-time/joda-time/debian/joda-time-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/slf4j/slf4j-api/debian/slf4j-api-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/me/qmx/jitescript/jitescript/debian/jitescript-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/modulator/debian/modulator-debian.jar,.]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/FlagRegistry.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyArray.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyBasicObject.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyHash.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyMatchData.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyModule.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyString.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/ext/stringio/StringIO.class]
> [INFO] [loading /modules/java.base/java/lang/Object.class]
> [INFO] [loading /modules/java.base/java/lang/String.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/JRubyClass.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/JRubyMethod.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/Visibility.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/FrameField.class]
> [INFO] [loading /modules/java.base/java/lang/Deprecated.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Annotation.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Retention.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/RetentionPolicy.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Target.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/ElementType.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/CompatVersion.class]
> [INFO] 
> [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-populators) @ jruby-core ---
> [INFO] Source directory: /<<PKGBUILDDIR>>/core/target/generated-sources added.
> [INFO] 
> [INFO] --- exec-maven-plugin:1.6.0:exec (invoker-generator) @ jruby-core ---
> /<<PKGBUILDDIR>>/core/target/generated-sources/annotated_classes.txt - not found. skip generator.
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (populators) @ jruby-core ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (eclipse-hack) @ jruby-core ---
> [INFO] Not compiling main sources
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-core ---
> [INFO] Not copying test resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-core ---
> [INFO] Not compiling test sources
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-core ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jruby-core ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/core/target/jruby-core-9.1.17.0.jar
> [INFO] 
> [INFO] --- maven-shade-plugin:3.1.1:shade (create lib/jruby.jar) @ jruby-core ---
> [INFO] Including org.ow2.asm:asm:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-commons:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-tree:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-analysis:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-util:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-netdb:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-enxio:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-x86asm:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-unixsocket:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-posix:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-constants:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-ffi:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jffi:jar:debian in the shaded jar.
> [INFO] Including org.jruby.joni:joni:jar:debian in the shaded jar.
> [INFO] Including org.jruby.extras:bytelist:jar:debian in the shaded jar.
> [INFO] Including org.jruby.jcodings:jcodings:jar:debian in the shaded jar.
> [INFO] Including org.jruby:dirgra:jar:debian in the shaded jar.
> [INFO] Including com.headius:invokebinder:jar:debian in the shaded jar.
> [INFO] Including com.headius:options:jar:debian in the shaded jar.
> [INFO] Including com.headius:unsafe-fences:jar:debian in the shaded jar.
> [INFO] Including com.jcraft:jzlib:jar:debian in the shaded jar.
> [INFO] Including com.martiansoftware:nailgun-server:jar:debian in the shaded jar.
> [INFO] Including net.java.dev.jna:jna:jar:debian in the shaded jar.
> [INFO] Including net.java.dev.jna:jna-platform:jar:debian in the shaded jar.
> [INFO] Including joda-time:joda-time:jar:debian in the shaded jar.
> [INFO] Including me.qmx.jitescript:jitescript:jar:debian in the shaded jar.
> [INFO] Including com.headius:modulator:jar:debian in the shaded jar.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-stdlib >-----------------------
> [INFO] Building JRuby Lib Setup 9.1.17.0                                  [3/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (default) @ jruby-stdlib ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-stdlib ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/lib/ruby/gems/shared
> [INFO] Copying 855 resources to /<<PKGBUILDDIR>>/lib/target/classes/META-INF/jruby.home
> [INFO] Copying 4 resources to /<<PKGBUILDDIR>>/lib/target/classes/META-INF/
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-stdlib ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-stdlib ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/lib/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-stdlib ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-stdlib ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jruby-stdlib ---
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-tests >------------------------
> [INFO] Building JRuby Integration Tests 9.1.17.0                          [4/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-tests ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/test/src/main/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-tests ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-dependency-plugin:3.1.1:copy (copy jars for testing) @ jruby-tests ---
> [INFO] Configured Artifact: junit:junit:4.x:jar
> [INFO] Configured Artifact: com.googlecode.jarjar:jarjar:debian:jar
> [INFO] Configured Artifact: bsf:bsf:debian:jar
> [INFO] junit:junit:4.x:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] com.googlecode.jarjar:jarjar:debian:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] bsf:bsf:debian:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-tests ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/test/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-tests ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-tests ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-antrun-plugin:1.8:run (rake) @ jruby-tests ---
> [INFO] Executing tasks
> 
> main:
>      [exec] mkdir -p test/target/test-classes
>      [exec] /usr/lib/jvm/java-11-openjdk-amd64/bin/javac -cp lib/jruby.jar:test/target/junit.jar -d test/target/test-classes spec/java_integration/fixtures/MethodNames.java spec/java_integration/fixtures/ScalaSingleton$.java spec/java_integration/fixtures/BeanLikeInterfaceHandler.java spec/java_integration/fixtures/ConstantHoldingInterface.java spec/java_integration/fixtures/ThrowExceptionInInitializer.java spec/java_integration/fixtures/FieldAnnotations.java spec/java_integration/fixtures/InterfaceWrapper.java spec/java_integration/fixtures/ValueReceivingInterfaceHandler.java spec/java_integration/fixtures/PackageStaticMethod.java spec/java_integration/fixtures/ProtectedInstanceMethod.java spec/java_integration/fixtures/StaticMethodSelection.java spec/java_integration/fixtures/ReceivesArrayList.java spec/java_integration/fixtures/PackageInstanceMethod.java spec/java_integration/fixtures/BooleanReturningInterface.java spec/java_integration/fixtures/PackageField.java spec/java_integration/fixtures/PrivateConstructor.java spec/java_integration/fixtures/PrivateStaticMethod.java spec/java_integration/fixtures/Service.java spec/java_integration/fixtures/UsesSingleMethodInterface.java spec/java_integration/fixtures/AnotherRunnable.java spec/java_integration/fixtures/UsesDescendantOfSingleMethodInterface.java spec/java_integration/fixtures/BooleanReturningInterfaceConsumer.java spec/java_integration/fixtures/ParameterAnnotations.java spec/java_integration/fixtures/ProtectedConstructor.java spec/java_integration/fixtures/ComplexPrivateConstructor.java spec/java_integration/fixtures/ArrayReceiver.java spec/java_integration/fixtures/PublicField.java spec/java_integration/fixtures/CoerceToInterface.java spec/java_integration/fixtures/ThrowExceptionOnCreate.java spec/java_integration/fixtures/GenericComparable.java spec/java_integration/fixtures/ClassWithVarargs.java spec/java_integration/fixtures/ClassWithEnums.java spec/java_integration/fixtures/PublicConstructor.java spec/java_integration/fixtures/ScalaSingletonTrait.java spec/java_integration/fixtures/BeanLikeInterface.java spec/java_integration/fixtures/ManyArityMethodClass.java spec/java_integration/fixtures/MethodAnnotations.java spec/java_integration/fixtures/ReturnsInterface.java spec/java_integration/fixtures/ClassWithMultipleSignaturesWithPrimitiveArgs.java spec/java_integration/fixtures/ProtectedField.java spec/java_integration/fixtures/ConcreteWithVirtualCall.java spec/java_integration/fixtures/ClassWithAbstractMethods.java spec/java_integration/fixtures/CachedInJava.java spec/java_integration/fixtures/CoreTypeMethods.java spec/java_integration/fixtures/ScalaOperators.java spec/java_integration/fixtures/ScalaSingletonTrait$.java spec/java_integration/fixtures/SuperWithInterface.java spec/java_integration/fixtures/InnerClasses.java spec/java_integration/fixtures/ReturnsInterfaceConsumer.java spec/java_integration/fixtures/ServiceAnnotation.java spec/java_integration/fixtures/ValueReceivingInterface.java spec/java_integration/fixtures/ArrayReturningInterfaceConsumer.java spec/java_integration/fixtures/ArrayReturningInterface.java spec/java_integration/fixtures/DescendantOfSingleMethodInterface.java spec/java_integration/fixtures/JavaFields.java spec/java_integration/fixtures/PrivateField.java spec/java_integration/fixtures/JavaTypeMethods.java spec/java_integration/fixtures/Reflector.java spec/java_integration/fixtures/PrivateInstanceMethod.java spec/java_integration/fixtures/ScalaSingleton.java spec/java_integration/fixtures/BadStaticInit.java spec/java_integration/fixtures/JavaIterable.java spec/java_integration/fixtures/ReceivesAndReturnsObject.java spec/java_integration/fixtures/PackageConstructor.java spec/java_integration/fixtures/ExceptionRunner.java spec/java_integration/fixtures/ProtectedStaticMethod.java spec/java_integration/fixtures/SingleMethodInterface.java spec/java_integration/fixtures/coll/NonCloneableImmutableList.java spec/java_integration/fixtures/coll/CloneableImmutableList.java spec/java_integration/fixtures/coll/NonCloneableList.java spec/java_integration/fixtures/_funky/MyClass.java spec/java_integration/fixtures/iface/SingleMethodInterfaceWith4Args.java spec/java_integration/fixtures/iface/SingleMethodInterfaceWithArg.java
>      [exec] Note: Some input files use unchecked or unsafe operations.
>      [exec] Note: Recompile with -Xlint:unchecked for details.
>      [exec] /<<PKGBUILDDIR>>/bin/jruby -w -I"lib" -J-XX:MaxMetaspaceSize=452M -X+C -Xaot.loadClasses=true -I. -I/usr/lib/ruby/vendor_ruby -J-ea --headless -J-cp test:test/target/test-classes:core/target/test-classes  "/usr/share/rubygems-integration/all/gems/rake-13.0.1/lib/rake/rake_test_loader.rb" "test/jruby/test_globals.rb" "test/jruby/test_addrinfo.rb" "test/jruby/test_argf.rb" "test/jruby/test_array.rb" "test/jruby/test_autoload.rb" "test/jruby/test_backquote.rb" "test/jruby/test_backtraces.rb" "test/jruby/test_big_decimal.rb" "test/jruby/test_binding_eval_yield.rb" "test/jruby/test_caller.rb" "test/jruby/test_case.rb" "test/jruby/test_class.rb" "test/jruby/test_comparable.rb" "test/jruby/test_core_arities.rb" "test/jruby/test_coverage.rb" "test/jruby/test_custom_enumerable.rb" "test/jruby/test_cvars_in_odd_scopes.rb" "test/jruby/test_date_joda_time.rb" "test/jruby/test_defined.rb" "test/jruby/test_default_constants.rb" "test/jruby/test_delegated_array_equals.rb" "test/jruby/test_dir.rb" "test/jruby/test_dir_with_jar_without_dir_entry.rb" "test/jruby/test_digest_extend.rb" "test/jruby/test_digest2.rb" "test/jruby/test_env.rb" "test/jruby/test_etc.rb" "test/jruby/test_file.rb" "test/jruby/test_frame_self.rb" "test/jruby/test_hash.rb" "test/jruby/test_higher_javasupport.rb" "test/jruby/test_ifaddr.rb" "test/jruby/test_include_order.rb" "test/jruby/test_integer_overflows.rb" "test/jruby/test_ivar_table_integrity.rb" "test/jruby/test_io.rb" "test/jruby/test_load.rb" "test/jruby/test_load_gem_extensions.rb" "test/jruby/test_method.rb" "test/jruby/test_method_cache.rb" "test/jruby/test_method_override_and_caching.rb" "test/jruby/test_java_accessible_object.rb" "test/jruby/test_java_extension.rb" "test/jruby/test_java_wrapper_deadlock.rb" "test/jruby/test_jruby_internals.rb" "test/jruby/test_marshal_with_instance_variables.rb" "test/jruby/test_marshal_gemspec.rb" "test/jruby/test_method_missing.rb" "test/jruby/test_name_error.rb" "test/jruby/test_no_stack_trace_stomp.rb" "test/jruby/test_pack.rb" "test/jruby/test_primitive_to_java.rb" "test/jruby/test_process.rb" "test/jruby/test_proc_visibility.rb" "test/jruby/test_parsing.rb" "test/jruby/test_pathname.rb" "test/jruby/test_random.rb" "test/jruby/test_rbconfig.rb" "test/jruby/test_respond_to.rb" "test/jruby/test_socket.rb" "test/jruby/test_string_java_bytes.rb" "test/jruby/test_string_printf.rb" "test/jruby/test_super_call_site_caching.rb" "test/jruby/test_system.rb" "test/jruby/test_system_error.rb" "test/jruby/test_timeout.rb" "test/jruby/test_thread.rb" "test/jruby/test_threaded_nonlocal_return.rb" "test/jruby/test_time.rb" "test/jruby/test_unmarshal.rb" "test/jruby/test_vietnamese_charset.rb" "test/jruby/test_win32.rb" "test/jruby/test_zlib.rb" "test/jruby/test_loading_builtin_libraries.rb" "test/jruby/test_null_channel.rb" "test/jruby/test_irubyobject_java_passing.rb" "test/jruby/test_jruby_object_input_stream.rb" "test/jruby/test_jar_on_load_path.rb" "test/jruby/test_jruby_core_ext.rb" "test/jruby/test_thread_context_frame_dereferences_unreachable_variables.rb" "test/jruby/test_context_classloader.rb" "test/jruby/test_rexml_document.rb" "test/jruby/test_openssl_stub.rb" "test/jruby/test_missing_jruby_home.rb" "test/jruby/test_jarred_gems.rb" "test/jruby/test_kernel.rb" "test/jruby/test_dir_with_plusses.rb" "test/jruby/test_jar_file.rb" "test/jruby/test_jruby_synchronized.rb" "test/jruby/test_instantiating_interfaces.rb" "test/jruby/test_openssl.rb" "test/jruby/test_tempfile_cleanup.rb" "test/jruby/test_reified_variables.rb" "test/jruby/compiler/test_jrubyc.rb" "test/jruby/test_load_compiled_ruby.rb" "test/jruby/test_load_compiled_ruby_class_from_classpath.rb" -v --no-use-color
>      [exec] /usr/lib/ruby/vendor_ruby/power_assert.rb:8: warning: tracing (e.g. set_trace_func) will not capture all events without --debug flag
>      [exec] /usr/lib/ruby/vendor_ruby/power_assert.rb:8: warning: tracing (e.g. set_trace_func) will not capture all events without --debug flag
>      [exec] /<<PKGBUILDDIR>>/test/jruby/test_higher_javasupport.rb:467: warning: Ambiguous first argument; make sure.
>      [exec] /<<PKGBUILDDIR>>/test/jruby/test_higher_javasupport.rb:499: warning: Ambiguous first argument; make sure.
>      [exec] /<<PKGBUILDDIR>>/test/jruby/test_java_extension.rb:65: warning: Ambiguous first argument; make sure.
>      [exec] /<<PKGBUILDDIR>>/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:55:in `require':
>      [exec] It seems your ruby installation is missing psych (for YAML output).
>      [exec] To eliminate this warning, please install libyaml and reinstall your ruby.
>      [exec] 
>      [exec] File does not exist: psych
>      [exec] 
>      [exec] rake aborted!
>      [exec] Command failed with status (1): [ruby -w -I"lib" -J-XX:MaxMetaspaceSize=452M -X+C -Xaot.loadClasses=true -I. -I/usr/lib/ruby/vendor_ruby -J-ea --headless -J-cp test:test/target/test-classes:core/target/test-classes  "/usr/share/rubygems-integration/all/gems/rake-13.0.1/lib/rake/rake_test_loader.rb" "test/jruby/test_globals.rb" "test/jruby/test_addrinfo.rb" "test/jruby/test_argf.rb" "test/jruby/test_array.rb" "test/jruby/test_autoload.rb" "test/jruby/test_backquote.rb" "test/jruby/test_backtraces.rb" "test/jruby/test_big_decimal.rb" "test/jruby/test_binding_eval_yield.rb" "test/jruby/test_caller.rb" "test/jruby/test_case.rb" "test/jruby/test_class.rb" "test/jruby/test_comparable.rb" "test/jruby/test_core_arities.rb" "test/jruby/test_coverage.rb" "test/jruby/test_custom_enumerable.rb" "test/jruby/test_cvars_in_odd_scopes.rb" "test/jruby/test_date_joda_time.rb" "test/jruby/test_defined.rb" "test/jruby/test_default_constants.rb" "test/jruby/test_delegated_array_equals.rb" "test/jruby/test_dir.rb" "test/jruby/test_dir_with_jar_without_dir_entry.rb" "test/jruby/test_digest_extend.rb" "test/jruby/test_digest2.rb" "test/jruby/test_env.rb" "test/jruby/test_etc.rb" "test/jruby/test_file.rb" "test/jruby/test_frame_self.rb" "test/jruby/test_hash.rb" "test/jruby/test_higher_javasupport.rb" "test/jruby/test_ifaddr.rb" "test/jruby/test_include_order.rb" "test/jruby/test_integer_overflows.rb" "test/jruby/test_ivar_table_integrity.rb" "test/jruby/test_io.rb" "test/jruby/test_load.rb" "test/jruby/test_load_gem_extensions.rb" "test/jruby/test_method.rb" "test/jruby/test_method_cache.rb" "test/jruby/test_method_override_and_caching.rb" "test/jruby/test_java_accessible_object.rb" "test/jruby/test_java_extension.rb" "test/jruby/test_java_wrapper_deadlock.rb" "test/jruby/test_jruby_internals.rb" "test/jruby/test_marshal_with_instance_variables.rb" "test/jruby/test_marshal_gemspec.rb" "test/jruby/test_method_missing.rb" "test/jruby/test_name_error.rb" "test/jruby/test_no_stack_trace_stomp.rb" "test/jruby/test_pack.rb" "test/jruby/test_primitive_to_java.rb" "test/jruby/test_process.rb" "test/jruby/test_proc_visibility.rb" "test/jruby/test_parsing.rb" "test/jruby/test_pathname.rb" "test/jruby/test_random.rb" "test/jruby/test_rbconfig.rb" "test/jruby/test_respond_to.rb" "test/jruby/test_socket.rb" "test/jruby/test_string_java_bytes.rb" "test/jruby/test_string_printf.rb" "test/jruby/test_super_call_site_caching.rb" "test/jruby/test_system.rb" "test/jruby/test_system_error.rb" "test/jruby/test_timeout.rb" "test/jruby/test_thread.rb" "test/jruby/test_threaded_nonlocal_return.rb" "test/jruby/test_time.rb" "test/jruby/test_unmarshal.rb" "test/jruby/test_vietnamese_charset.rb" "test/jruby/test_win32.rb" "test/jruby/test_zlib.rb" "test/jruby/test_loading_builtin_libraries.rb" "test/jruby/test_null_channel.rb" "test/jruby/test_irubyobject_java_passing.rb" "test/jruby/test_jruby_object_input_stream.rb" "test/jruby/test_jar_on_load_path.rb" "test/jruby/test_jruby_core_ext.rb" "test/jruby/test_thread_context_frame_dereferences_unreachable_variables.rb" "test/jruby/test_context_classloader.rb" "test/jruby/test_rexml_document.rb" "test/jruby/test_openssl_stub.rb" "test/jruby/test_missing_jruby_home.rb" "test/jruby/test_jarred_gems.rb" "test/jruby/test_kernel.rb" "test/jruby/test_dir_with_plusses.rb" "test/jruby/test_jar_file.rb" "test/jruby/test_jruby_synchronized.rb" "test/jruby/test_instantiating_interfaces.rb" "test/jruby/test_openssl.rb" "test/jruby/test_tempfile_cleanup.rb" "test/jruby/test_reified_variables.rb" "test/jruby/compiler/test_jrubyc.rb" "test/jruby/test_load_compiled_ruby.rb" "test/jruby/test_load_compiled_ruby_class_from_classpath.rb" -v --no-use-color]
>      [exec] 
>      [exec] Tasks: TOP => test:jruby:aot
>      [exec] (See full trace by running task with --trace)
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary for JRuby 9.1.17.0:
> [INFO] 
> [INFO] JRuby .............................................. SUCCESS [  0.033 s]
> [INFO] JRuby Core ......................................... SUCCESS [  8.092 s]
> [INFO] JRuby Lib Setup .................................... SUCCESS [  0.427 s]
> [INFO] JRuby Integration Tests ............................ FAILURE [ 14.269 s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  22.942 s
> [INFO] Finished at: 2020-05-03T03:59:24Z
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (rake) on project jruby-tests: An Ant BuildException has occured: exec returned: 1
> [ERROR] around Ant part ...<exec failonerror="true" dir="/<<PKGBUILDDIR>>/test/.." executable="/<<PKGBUILDDIR>>/test/../bin/jruby">... @ 4:143 in /<<PKGBUILDDIR>>/test/target/antrun/build-main.xml
> [ERROR] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR]   mvn <args> -rf :jruby-tests
> dh_auto_build: error: /usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package -B -Dinvoker.skip=false -Prake -Dtask=test:jruby:aot -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1
> *** Running 'test:mri' tests... ***
> 	/usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package -B -Dinvoker.skip=false -Prake -Dtask=test:mri -DskipTests -Dnotimestamp=true -Dlocale=en_US
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
> WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
> WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> [INFO] Scanning for projects...
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-core:jar:9.1.17.0
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @ org.jruby:jruby-parent:9.1.17.0, /<<PKGBUILDDIR>>/pom.xml, line 285, column 13
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-tests:jar:9.1.17.0
> [WARNING] 'dependencies.dependency.systemPath' for org.jruby:requireTest:jar should not point at files within the project directory, ${project.basedir}/jruby/requireTest-1.0.jar will be unresolvable by dependent projects @ line 73, column 16
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-parent:pom:9.1.17.0
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @ line 285, column 13
> [WARNING] 
> [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
> [WARNING] 
> [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
> [WARNING] 
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO] 
> [INFO] JRuby                                                              [pom]
> [INFO] JRuby Core                                                         [jar]
> [INFO] JRuby Lib Setup                                                    [jar]
> [INFO] JRuby Integration Tests                                            [jar]
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-parent >-----------------------
> [INFO] Building JRuby 9.1.17.0                                            [1/4]
> [INFO] --------------------------------[ pom ]---------------------------------
> [INFO] 
> [INFO] ------------------------< org.jruby:jruby-core >------------------------
> [INFO] Building JRuby Core 9.1.17.0                                       [2/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- exec-maven-plugin:1.6.0:exec (default) @ jruby-core ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-core ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] Copying 41 resources
> [INFO] Copying 2 resources
> [INFO] Copying 1 resource to /<<PKGBUILDDIR>>/core/src/main/java
> [INFO] Copying 4 resources to /<<PKGBUILDDIR>>/core/target/classes/META-INF/
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (anno) @ jruby-core ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-core ---
> [INFO] Compiling 1 source file to /<<PKGBUILDDIR>>/core/target/classes
> [WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
> [WARNING] [options] bootstrap class path not set in conjunction with -source 7
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/main/java/org/jruby/runtime/Constants.java]]
> [INFO] [parsing completed 16ms]
> [INFO] [search path for source files: /<<PKGBUILDDIR>>/core/src/main/java,/<<PKGBUILDDIR>>/core/target/generated-sources/annotations,/<<PKGBUILDDIR>>/core/target/generated-sources]
> [INFO] [search path for class files: /usr/lib/jvm/java-11-openjdk-amd64/lib/modules,/<<PKGBUILDDIR>>/core/target/classes,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm/debian/asm-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-commons/debian/asm-commons-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-tree/debian/asm-tree-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-analysis/debian/asm-analysis-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-util/debian/asm-util-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-netdb/debian/jnr-netdb-debian.jar,/usr/share/java/jnr-ffi.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-enxio/debian/jnr-enxio-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-x86asm/debian/jnr-x86asm-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-unixsocket/debian/jnr-unixsocket-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-posix-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-ffi.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-constants.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-constants/debian/jnr-constants-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jffi/debian/jffi-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/joni/joni/debian/joni-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/joni/joni/debian/jcodings.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/extras/bytelist/debian/bytelist-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/jcodings/jcodings/debian/jcodings-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/dirgra/debian/dirgra-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/invokebinder/debian/invokebinder-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/options/debian/options-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/unsafe-fences/debian/unsafe-fences-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/bsf/bsf/debian/bsf-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/commons-logging-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/avalon-framework.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/excalibur-logkit.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/log4j-1.2.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/jcraft/jzlib/debian/jzlib-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/nailgun-server-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/jna-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/jna-platform-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/net/java/dev/jna/jna/debian/jna-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/net/java/dev/jna/jna-platform/debian/jna-platform-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/ant/ant/debian/ant-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/ant/ant-launcher/debian/ant-launcher-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/osgi/org.osgi.core/debian/org.osgi.core-debian.jar,/usr/share/java/osgi.annotation.jar,/<<PKGBUILDDIR>>/debian/maven-repo/joda-time/joda-time/debian/joda-time-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/slf4j/slf4j-api/debian/slf4j-api-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/me/qmx/jitescript/jitescript/debian/jitescript-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/modulator/debian/modulator-debian.jar,.]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/FlagRegistry.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyArray.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyBasicObject.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyHash.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyMatchData.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyModule.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyString.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/ext/stringio/StringIO.class]
> [INFO] [loading /modules/java.base/java/lang/Object.class]
> [INFO] [loading /modules/java.base/java/lang/String.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/JRubyClass.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/JRubyMethod.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/Visibility.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/FrameField.class]
> [INFO] [loading /modules/java.base/java/lang/Deprecated.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Annotation.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Retention.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/RetentionPolicy.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Target.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/ElementType.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/CompatVersion.class]
> [INFO] 
> [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-populators) @ jruby-core ---
> [INFO] Source directory: /<<PKGBUILDDIR>>/core/target/generated-sources added.
> [INFO] 
> [INFO] --- exec-maven-plugin:1.6.0:exec (invoker-generator) @ jruby-core ---
> /<<PKGBUILDDIR>>/core/target/generated-sources/annotated_classes.txt - not found. skip generator.
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (populators) @ jruby-core ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (eclipse-hack) @ jruby-core ---
> [INFO] Not compiling main sources
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-core ---
> [INFO] Not copying test resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-core ---
> [INFO] Not compiling test sources
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-core ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jruby-core ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/core/target/jruby-core-9.1.17.0.jar
> [INFO] 
> [INFO] --- maven-shade-plugin:3.1.1:shade (create lib/jruby.jar) @ jruby-core ---
> [INFO] Including org.ow2.asm:asm:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-commons:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-tree:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-analysis:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-util:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-netdb:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-enxio:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-x86asm:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-unixsocket:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-posix:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-constants:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-ffi:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jffi:jar:debian in the shaded jar.
> [INFO] Including org.jruby.joni:joni:jar:debian in the shaded jar.
> [INFO] Including org.jruby.extras:bytelist:jar:debian in the shaded jar.
> [INFO] Including org.jruby.jcodings:jcodings:jar:debian in the shaded jar.
> [INFO] Including org.jruby:dirgra:jar:debian in the shaded jar.
> [INFO] Including com.headius:invokebinder:jar:debian in the shaded jar.
> [INFO] Including com.headius:options:jar:debian in the shaded jar.
> [INFO] Including com.headius:unsafe-fences:jar:debian in the shaded jar.
> [INFO] Including com.jcraft:jzlib:jar:debian in the shaded jar.
> [INFO] Including com.martiansoftware:nailgun-server:jar:debian in the shaded jar.
> [INFO] Including net.java.dev.jna:jna:jar:debian in the shaded jar.
> [INFO] Including net.java.dev.jna:jna-platform:jar:debian in the shaded jar.
> [INFO] Including joda-time:joda-time:jar:debian in the shaded jar.
> [INFO] Including me.qmx.jitescript:jitescript:jar:debian in the shaded jar.
> [INFO] Including com.headius:modulator:jar:debian in the shaded jar.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-stdlib >-----------------------
> [INFO] Building JRuby Lib Setup 9.1.17.0                                  [3/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (default) @ jruby-stdlib ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-stdlib ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/lib/ruby/gems/shared
> [INFO] Copying 855 resources to /<<PKGBUILDDIR>>/lib/target/classes/META-INF/jruby.home
> [INFO] Copying 4 resources to /<<PKGBUILDDIR>>/lib/target/classes/META-INF/
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-stdlib ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-stdlib ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/lib/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-stdlib ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-stdlib ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jruby-stdlib ---
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-tests >------------------------
> [INFO] Building JRuby Integration Tests 9.1.17.0                          [4/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-tests ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/test/src/main/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-tests ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-dependency-plugin:3.1.1:copy (copy jars for testing) @ jruby-tests ---
> [INFO] Configured Artifact: junit:junit:4.x:jar
> [INFO] Configured Artifact: com.googlecode.jarjar:jarjar:debian:jar
> [INFO] Configured Artifact: bsf:bsf:debian:jar
> [INFO] junit:junit:4.x:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] com.googlecode.jarjar:jarjar:debian:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] bsf:bsf:debian:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-tests ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/test/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-tests ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-tests ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-antrun-plugin:1.8:run (rake) @ jruby-tests ---
> [INFO] Executing tasks
> 
> main:
>      [exec] /<<PKGBUILDDIR>>/bin/jruby test/mri/runner.rb -v --color=never --tty=no --excludes=test/mri/excludes -q -- ruby/test_alias.rb ruby/test_array.rb ruby/test_assignment.rb ruby/test_autoload.rb ruby/test_basicinstructions.rb ruby/test_beginendblock.rb ruby/test_bignum.rb ruby/test_call.rb ruby/test_case.rb ruby/test_class.rb ruby/test_clone.rb ruby/test_comparable.rb ruby/test_complex.rb ruby/test_complex2.rb ruby/test_complexrational.rb ruby/test_condition.rb ruby/test_const.rb ruby/test_continuation.rb ruby/test_defined.rb ruby/test_dir.rb ruby/test_dir_m17n.rb ruby/test_econv.rb ruby/test_encoding.rb ruby/test_enum.rb ruby/test_enumerator.rb ruby/test_env.rb ruby/test_eval.rb ruby/test_exception.rb ruby/test_file.rb ruby/test_file_exhaustive.rb ruby/test_fixnum.rb ruby/test_flip.rb ruby/test_float.rb ruby/test_fnmatch.rb ruby/test_gc.rb ruby/test_hash.rb ruby/test_ifunless.rb ruby/test_integer.rb ruby/test_integer_comb.rb ruby/test_io.rb ruby/test_io_m17n.rb ruby/test_iterator.rb ruby/test_lambda.rb ruby/test_lazy_enumerator.rb ruby/test_literal.rb ruby/test_m17n.rb ruby/test_m17n_comb.rb ruby/test_marshal.rb ruby/test_math.rb ruby/test_metaclass.rb ruby/test_method.rb ruby/test_mixed_unicode_escapes.rb ruby/test_module.rb ruby/test_notimp.rb ruby/test_numeric.rb ruby/test_object.rb ruby/test_objectspace.rb ruby/test_optimization.rb ruby/test_pack.rb ruby/test_parse.rb ruby/test_path.rb ruby/test_pipe.rb ruby/test_primitive.rb ruby/test_proc.rb ruby/test_process.rb ruby/test_rand.rb ruby/test_range.rb ruby/test_rational.rb ruby/test_rational2.rb ruby/test_readpartial.rb ruby/test_regexp.rb ruby/test_require.rb ruby/test_refinement.rb ruby/test_rubyoptions.rb ruby/test_signal.rb ruby/test_sleep.rb ruby/test_sprintf.rb ruby/test_string.rb ruby/test_stringchar.rb ruby/test_struct.rb ruby/test_super.rb ruby/test_symbol.rb ruby/test_syntax.rb ruby/test_system.rb ruby/test_thread.rb ruby/test_time.rb ruby/test_time_tz.rb ruby/test_trace.rb ruby/test_transcode.rb ruby/test_undef.rb ruby/test_unicode_escape.rb ruby/test_variable.rb ruby/test_whileuntil.rb ruby/test_yield.rb ruby/test_not.rb test_pp.rb test_cmath.rb test_delegate.rb test_find.rb test_ipaddr.rb test_open3.rb test_pp.rb test_prettyprint.rb test_prime.rb test_pstore.rb test_pty.rb test_securerandom.rb test_set.rb test_shellwords.rb test_singleton.rb test_syslog.rb test_tempfile.rb test_time.rb test_timeout.rb test_tsort.rb base64/test_base64.rb benchmark/test_benchmark.rb bigdecimal/test_bigdecimal.rb bigdecimal/test_bigdecimal_util.rb bigdecimal/test_bigmath.rb cgi/test_cgi_cookie.rb cgi/test_cgi_core.rb cgi/test_cgi_header.rb cgi/test_cgi_modruby.rb cgi/test_cgi_multipart.rb cgi/test_cgi_session.rb cgi/test_cgi_tag_helper.rb cgi/test_cgi_util.rb coverage/test_coverage.rb csv/test_csv_parsing.rb csv/test_csv_writing.rb csv/test_data_converters.rb csv/test_encodings.rb csv/test_features.rb csv/test_headers.rb csv/test_interface.rb csv/test_row.rb csv/test_table.rb date/test_date.rb date/test_date_arith.rb date/test_date_attr.rb date/test_date_base.rb date/test_date_compat.rb date/test_date_conv.rb date/test_date_marshal.rb date/test_date_new.rb date/test_date_parse.rb date/test_date_strftime.rb date/test_date_strptime.rb date/test_date_parse.rb date/test_switch_hitter.rb digest/test_digest.rb digest/test_digest_extend.rb erb/test_erb.rb erb/test_erb_m17n.rb etc/test_etc.rb fileutils/test_dryrun.rb fileutils/test_fileutils.rb fileutils/test_nowrite.rb fileutils/test_verbose.rb io/wait/test_io_wait.rb io/nonblock/test_flush.rb json/test_json.rb json/test_json_addition.rb json/test_json_encoding.rb json/test_json_fixtures.rb json/test_json_generate.rb json/test_json_generic_object.rb json/test_json_string_matching.rb json/test_json_unicode.rb logger/test_logger.rb matrix/test_matrix.rb matrix/test_vector.rb monitor/test_monitor.rb net/ftp/test_buffered_socket.rb net/ftp/test_ftp.rb net/ftp/test_mlsx_entry.rb net/http/test_buffered_io.rb net/http/test_http.rb net/http/test_http_request.rb net/http/test_httpheader.rb net/http/test_httpresponse.rb net/http/test_httpresponses.rb net/http/test_https.rb net/http/test_https_proxy.rb net/imap/test_imap.rb net/imap/test_imap_response_parser.rb net/pop/test_pop.rb net/protocol/test_protocol.rb net/smtp/test_response.rb net/smtp/test_smtp.rb net/smtp/test_ssl_socket.rb nkf/test_kconv.rb nkf/test_nkf.rb optparse/test_bash_completion.rb optparse/test_getopts.rb optparse/test_noarg.rb optparse/test_optarg.rb optparse/test_optparse.rb optparse/test_placearg.rb optparse/test_reqarg.rb optparse/test_summary.rb optparse/test_zsh_completion.rb ostruct/test_ostruct.rb pathname/test_pathname.rb psych/test_alias_and_anchor.rb psych/test_array.rb psych/test_boolean.rb psych/test_class.rb psych/test_coder.rb psych/test_date_time.rb psych/test_deprecated.rb psych/test_document.rb psych/test_emitter.rb psych/test_encoding.rb psych/test_exception.rb psych/test_hash.rb psych/test_json_tree.rb psych/test_merge_keys.rb psych/test_nil.rb psych/test_null.rb psych/test_numeric.rb psych/test_object.rb psych/test_object_references.rb psych/test_omap.rb psych/test_parser.rb psych/test_psych.rb psych/test_scalar.rb psych/test_scalar_scanner.rb psych/test_serialize_subclasses.rb psych/test_set.rb psych/test_stream.rb psych/test_string.rb psych/test_struct.rb psych/test_symbol.rb psych/test_tainted.rb psych/test_to_yaml_properties.rb psych/test_tree_builder.rb psych/test_yaml.rb psych/test_yamlstore.rb psych/json/test_stream.rb psych/nodes/test_enumerable.rb psych/visitors/test_depth_first.rb psych/visitors/test_emitter.rb psych/visitors/test_to_ruby.rb psych/visitors/test_yaml_tree.rb ripper/test_filter.rb ripper/test_parser_events.rb ripper/test_ripper.rb ripper/test_scanner_events.rb ripper/test_sexp.rb scanf/test_scanf.rb scanf/test_scanfblocks.rb socket/test_addrinfo.rb socket/test_basicsocket.rb socket/test_nonblock.rb socket/test_socket.rb socket/test_sockopt.rb socket/test_tcp.rb socket/test_udp.rb socket/test_unix.rb stringio/test_stringio.rb strscan/test_stringscanner.rb thread/test_queue.rb zlib/test_zlib.rb ruby/enc/test_big5.rb ruby/enc/test_cp949.rb ruby/enc/test_emoji.rb ruby/enc/test_euc_jp.rb ruby/enc/test_euc_kr.rb ruby/enc/test_euc_tw.rb ruby/enc/test_gb18030.rb ruby/enc/test_gbk.rb ruby/enc/test_iso_8859.rb ruby/enc/test_koi8.rb ruby/enc/test_shift_jis.rb ruby/enc/test_utf16.rb ruby/enc/test_utf32.rb ruby/enc/test_windows_1251.rb
>      [exec] /<<PKGBUILDDIR>>/test/mri/ruby/test_marshal.rb:272: warning: already initialized constant Résumé
>      [exec] WARNING: An illegal reflective access operation has occurred
>      [exec] WARNING: Illegal reflective access by jnr.posix.JavaLibCHelper$ReflectiveAccess to method sun.nio.ch.SelChImpl.getFD()
>      [exec] WARNING: Please consider reporting this to the maintainers of jnr.posix.JavaLibCHelper$ReflectiveAccess
>      [exec] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
>      [exec] WARNING: All illegal access operations will be denied in a future release
>      [exec] org/jruby/RubyProcess.java:1566:in `spawn': Bad file descriptor - /<<PKGBUILDDIR>>/bin/jruby (Errno::EBADF)
>      [exec] 	from org/jruby/RubyKernel.java:1535:in `spawn'
>      [exec] 	from /<<PKGBUILDDIR>>/test/mri/lib/envutil.rb:60:in `invoke_ruby'
>      [exec] 	from /<<PKGBUILDDIR>>/test/mri/lib/envutil.rb:243:in `gc_stress_to_class?'
>      [exec] 	from /<<PKGBUILDDIR>>/test/mri/bigdecimal/test_bigdecimal.rb:1573:in `<class:TestBigDecimal>'
>      [exec] 	from /<<PKGBUILDDIR>>/test/mri/bigdecimal/test_bigdecimal.rb:7:in `<main>'
>      [exec] 	from org/jruby/RubyKernel.java:956:in `require'
>      [exec] 	from /<<PKGBUILDDIR>>/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:1:in `(root)'
>      [exec] 	from /<<PKGBUILDDIR>>/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:55:in `block in require'
>      [exec] 	from org/jruby/RubyArray.java:1735:in `each'
>      [exec] 	from /<<PKGBUILDDIR>>/test/mri/lib/test/unit.rb:833:in `non_options'
>      [exec] 	from /<<PKGBUILDDIR>>/test/mri/lib/test/unit.rb:827:in `non_options'
>      [exec] 	from /<<PKGBUILDDIR>>/test/mri/lib/test/unit.rb:64:in `process_args'
>      [exec] 	from /<<PKGBUILDDIR>>/test/mri/lib/test/unit.rb:130:in `process_args'
>      [exec] 	from /<<PKGBUILDDIR>>/test/mri/lib/test/unit.rb:972:in `process_args'
>      [exec] 	from /<<PKGBUILDDIR>>/test/mri/lib/test/unit.rb:977:in `run'
>      [exec] 	from /<<PKGBUILDDIR>>/test/mri/lib/test/unit.rb:984:in `<main>'
>      [exec] rake aborted!
>      [exec] Command failed with status (1): [/<<PKGBUILDDIR>>/bin/jru...]
>      [exec] /<<PKGBUILDDIR>>/rakelib/test.rake:91:in `block in (root)'
>      [exec] Tasks: TOP => test:mri => test:mri:int
>      [exec] (See full trace by running task with --trace)
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary for JRuby 9.1.17.0:
> [INFO] 
> [INFO] JRuby .............................................. SUCCESS [  0.041 s]
> [INFO] JRuby Core ......................................... SUCCESS [  8.402 s]
> [INFO] JRuby Lib Setup .................................... SUCCESS [  0.404 s]
> [INFO] JRuby Integration Tests ............................ FAILURE [  8.818 s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  17.819 s
> [INFO] Finished at: 2020-05-03T03:59:43Z
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (rake) on project jruby-tests: An Ant BuildException has occured: exec returned: 1
> [ERROR] around Ant part ...<exec failonerror="true" dir="/<<PKGBUILDDIR>>/test/.." executable="/<<PKGBUILDDIR>>/test/../bin/jruby">... @ 4:143 in /<<PKGBUILDDIR>>/test/target/antrun/build-main.xml
> [ERROR] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR]   mvn <args> -rf :jruby-tests
> dh_auto_build: error: /usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package -B -Dinvoker.skip=false -Prake -Dtask=test:mri -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1
> *** Running 'test:mri:fullint' tests... ***
> 	/usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package -B -Dinvoker.skip=false -Prake -Dtask=test:mri:fullint -DskipTests -Dnotimestamp=true -Dlocale=en_US
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
> WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
> WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> [INFO] Scanning for projects...
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-core:jar:9.1.17.0
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @ org.jruby:jruby-parent:9.1.17.0, /<<PKGBUILDDIR>>/pom.xml, line 285, column 13
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-tests:jar:9.1.17.0
> [WARNING] 'dependencies.dependency.systemPath' for org.jruby:requireTest:jar should not point at files within the project directory, ${project.basedir}/jruby/requireTest-1.0.jar will be unresolvable by dependent projects @ line 73, column 16
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-parent:pom:9.1.17.0
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @ line 285, column 13
> [WARNING] 
> [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
> [WARNING] 
> [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
> [WARNING] 
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO] 
> [INFO] JRuby                                                              [pom]
> [INFO] JRuby Core                                                         [jar]
> [INFO] JRuby Lib Setup                                                    [jar]
> [INFO] JRuby Integration Tests                                            [jar]
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-parent >-----------------------
> [INFO] Building JRuby 9.1.17.0                                            [1/4]
> [INFO] --------------------------------[ pom ]---------------------------------
> [INFO] 
> [INFO] ------------------------< org.jruby:jruby-core >------------------------
> [INFO] Building JRuby Core 9.1.17.0                                       [2/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- exec-maven-plugin:1.6.0:exec (default) @ jruby-core ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-core ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] Copying 41 resources
> [INFO] Copying 2 resources
> [INFO] Copying 1 resource to /<<PKGBUILDDIR>>/core/src/main/java
> [INFO] Copying 4 resources to /<<PKGBUILDDIR>>/core/target/classes/META-INF/
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (anno) @ jruby-core ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-core ---
> [INFO] Compiling 1 source file to /<<PKGBUILDDIR>>/core/target/classes
> [WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
> [WARNING] [options] bootstrap class path not set in conjunction with -source 7
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/main/java/org/jruby/runtime/Constants.java]]
> [INFO] [parsing completed 16ms]
> [INFO] [search path for source files: /<<PKGBUILDDIR>>/core/src/main/java,/<<PKGBUILDDIR>>/core/target/generated-sources/annotations,/<<PKGBUILDDIR>>/core/target/generated-sources]
> [INFO] [search path for class files: /usr/lib/jvm/java-11-openjdk-amd64/lib/modules,/<<PKGBUILDDIR>>/core/target/classes,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm/debian/asm-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-commons/debian/asm-commons-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-tree/debian/asm-tree-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-analysis/debian/asm-analysis-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-util/debian/asm-util-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-netdb/debian/jnr-netdb-debian.jar,/usr/share/java/jnr-ffi.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-enxio/debian/jnr-enxio-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-x86asm/debian/jnr-x86asm-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-unixsocket/debian/jnr-unixsocket-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-posix-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-ffi.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-constants.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-constants/debian/jnr-constants-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jffi/debian/jffi-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/joni/joni/debian/joni-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/joni/joni/debian/jcodings.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/extras/bytelist/debian/bytelist-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/jcodings/jcodings/debian/jcodings-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/dirgra/debian/dirgra-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/invokebinder/debian/invokebinder-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/options/debian/options-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/unsafe-fences/debian/unsafe-fences-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/bsf/bsf/debian/bsf-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/commons-logging-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/avalon-framework.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/excalibur-logkit.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/log4j-1.2.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/jcraft/jzlib/debian/jzlib-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/nailgun-server-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/jna-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/jna-platform-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/net/java/dev/jna/jna/debian/jna-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/net/java/dev/jna/jna-platform/debian/jna-platform-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/ant/ant/debian/ant-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/ant/ant-launcher/debian/ant-launcher-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/osgi/org.osgi.core/debian/org.osgi.core-debian.jar,/usr/share/java/osgi.annotation.jar,/<<PKGBUILDDIR>>/debian/maven-repo/joda-time/joda-time/debian/joda-time-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/slf4j/slf4j-api/debian/slf4j-api-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/me/qmx/jitescript/jitescript/debian/jitescript-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/modulator/debian/modulator-debian.jar,.]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/FlagRegistry.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyArray.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyBasicObject.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyHash.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyMatchData.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyModule.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyString.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/ext/stringio/StringIO.class]
> [INFO] [loading /modules/java.base/java/lang/Object.class]
> [INFO] [loading /modules/java.base/java/lang/String.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/JRubyClass.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/JRubyMethod.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/Visibility.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/FrameField.class]
> [INFO] [loading /modules/java.base/java/lang/Deprecated.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Annotation.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Retention.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/RetentionPolicy.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Target.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/ElementType.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/CompatVersion.class]
> [INFO] 
> [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-populators) @ jruby-core ---
> [INFO] Source directory: /<<PKGBUILDDIR>>/core/target/generated-sources added.
> [INFO] 
> [INFO] --- exec-maven-plugin:1.6.0:exec (invoker-generator) @ jruby-core ---
> /<<PKGBUILDDIR>>/core/target/generated-sources/annotated_classes.txt - not found. skip generator.
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (populators) @ jruby-core ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (eclipse-hack) @ jruby-core ---
> [INFO] Not compiling main sources
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-core ---
> [INFO] Not copying test resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-core ---
> [INFO] Not compiling test sources
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-core ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jruby-core ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/core/target/jruby-core-9.1.17.0.jar
> [INFO] 
> [INFO] --- maven-shade-plugin:3.1.1:shade (create lib/jruby.jar) @ jruby-core ---
> [INFO] Including org.ow2.asm:asm:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-commons:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-tree:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-analysis:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-util:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-netdb:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-enxio:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-x86asm:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-unixsocket:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-posix:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-constants:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-ffi:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jffi:jar:debian in the shaded jar.
> [INFO] Including org.jruby.joni:joni:jar:debian in the shaded jar.
> [INFO] Including org.jruby.extras:bytelist:jar:debian in the shaded jar.
> [INFO] Including org.jruby.jcodings:jcodings:jar:debian in the shaded jar.
> [INFO] Including org.jruby:dirgra:jar:debian in the shaded jar.
> [INFO] Including com.headius:invokebinder:jar:debian in the shaded jar.
> [INFO] Including com.headius:options:jar:debian in the shaded jar.
> [INFO] Including com.headius:unsafe-fences:jar:debian in the shaded jar.
> [INFO] Including com.jcraft:jzlib:jar:debian in the shaded jar.
> [INFO] Including com.martiansoftware:nailgun-server:jar:debian in the shaded jar.
> [INFO] Including net.java.dev.jna:jna:jar:debian in the shaded jar.
> [INFO] Including net.java.dev.jna:jna-platform:jar:debian in the shaded jar.
> [INFO] Including joda-time:joda-time:jar:debian in the shaded jar.
> [INFO] Including me.qmx.jitescript:jitescript:jar:debian in the shaded jar.
> [INFO] Including com.headius:modulator:jar:debian in the shaded jar.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-stdlib >-----------------------
> [INFO] Building JRuby Lib Setup 9.1.17.0                                  [3/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (default) @ jruby-stdlib ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-stdlib ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/lib/ruby/gems/shared
> [INFO] Copying 855 resources to /<<PKGBUILDDIR>>/lib/target/classes/META-INF/jruby.home
> [INFO] Copying 4 resources to /<<PKGBUILDDIR>>/lib/target/classes/META-INF/
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-stdlib ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-stdlib ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/lib/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-stdlib ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-stdlib ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jruby-stdlib ---
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-tests >------------------------
> [INFO] Building JRuby Integration Tests 9.1.17.0                          [4/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-tests ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/test/src/main/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-tests ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-dependency-plugin:3.1.1:copy (copy jars for testing) @ jruby-tests ---
> [INFO] Configured Artifact: junit:junit:4.x:jar
> [INFO] Configured Artifact: com.googlecode.jarjar:jarjar:debian:jar
> [INFO] Configured Artifact: bsf:bsf:debian:jar
> [INFO] junit:junit:4.x:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] com.googlecode.jarjar:jarjar:debian:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] bsf:bsf:debian:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-tests ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/test/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-tests ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-tests ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-antrun-plugin:1.8:run (rake) @ jruby-tests ---
> [INFO] Executing tasks
> 
> main:
>      [exec] /<<PKGBUILDDIR>>/bin/jruby test/mri/runner.rb -v --color=never --tty=no --excludes=test/mri/excludes -q -- ruby/test_alias.rb ruby/test_array.rb ruby/test_assignment.rb ruby/test_autoload.rb ruby/test_basicinstructions.rb ruby/test_beginendblock.rb ruby/test_bignum.rb ruby/test_call.rb ruby/test_case.rb ruby/test_class.rb ruby/test_clone.rb ruby/test_comparable.rb ruby/test_complex.rb ruby/test_complex2.rb ruby/test_complexrational.rb ruby/test_condition.rb ruby/test_const.rb ruby/test_continuation.rb ruby/test_defined.rb ruby/test_dir.rb ruby/test_dir_m17n.rb ruby/test_econv.rb ruby/test_encoding.rb ruby/test_enum.rb ruby/test_enumerator.rb ruby/test_env.rb ruby/test_eval.rb ruby/test_exception.rb ruby/test_file.rb ruby/test_file_exhaustive.rb ruby/test_fixnum.rb ruby/test_flip.rb ruby/test_float.rb ruby/test_fnmatch.rb ruby/test_gc.rb ruby/test_hash.rb ruby/test_ifunless.rb ruby/test_integer.rb ruby/test_integer_comb.rb ruby/test_io.rb ruby/test_io_m17n.rb ruby/test_iterator.rb ruby/test_lambda.rb ruby/test_lazy_enumerator.rb ruby/test_literal.rb ruby/test_m17n.rb ruby/test_m17n_comb.rb ruby/test_marshal.rb ruby/test_math.rb ruby/test_metaclass.rb ruby/test_method.rb ruby/test_mixed_unicode_escapes.rb ruby/test_module.rb ruby/test_notimp.rb ruby/test_numeric.rb ruby/test_object.rb ruby/test_objectspace.rb ruby/test_optimization.rb ruby/test_pack.rb ruby/test_parse.rb ruby/test_path.rb ruby/test_pipe.rb ruby/test_primitive.rb ruby/test_proc.rb ruby/test_process.rb ruby/test_rand.rb ruby/test_range.rb ruby/test_rational.rb ruby/test_rational2.rb ruby/test_readpartial.rb ruby/test_regexp.rb ruby/test_require.rb ruby/test_refinement.rb ruby/test_rubyoptions.rb ruby/test_signal.rb ruby/test_sleep.rb ruby/test_sprintf.rb ruby/test_string.rb ruby/test_stringchar.rb ruby/test_struct.rb ruby/test_super.rb ruby/test_symbol.rb ruby/test_syntax.rb ruby/test_system.rb ruby/test_thread.rb ruby/test_time.rb ruby/test_time_tz.rb ruby/test_trace.rb ruby/test_transcode.rb ruby/test_undef.rb ruby/test_unicode_escape.rb ruby/test_variable.rb ruby/test_whileuntil.rb ruby/test_yield.rb ruby/test_not.rb test_pp.rb test_cmath.rb test_delegate.rb test_find.rb test_ipaddr.rb test_open3.rb test_pp.rb test_prettyprint.rb test_prime.rb test_pstore.rb test_pty.rb test_securerandom.rb test_set.rb test_shellwords.rb test_singleton.rb test_syslog.rb test_tempfile.rb test_time.rb test_timeout.rb test_tsort.rb base64/test_base64.rb benchmark/test_benchmark.rb bigdecimal/test_bigdecimal.rb bigdecimal/test_bigdecimal_util.rb bigdecimal/test_bigmath.rb cgi/test_cgi_cookie.rb cgi/test_cgi_core.rb cgi/test_cgi_header.rb cgi/test_cgi_modruby.rb cgi/test_cgi_multipart.rb cgi/test_cgi_session.rb cgi/test_cgi_tag_helper.rb cgi/test_cgi_util.rb coverage/test_coverage.rb csv/test_csv_parsing.rb csv/test_csv_writing.rb csv/test_data_converters.rb csv/test_encodings.rb csv/test_features.rb csv/test_headers.rb csv/test_interface.rb csv/test_row.rb csv/test_table.rb date/test_date.rb date/test_date_arith.rb date/test_date_attr.rb date/test_date_base.rb date/test_date_compat.rb date/test_date_conv.rb date/test_date_marshal.rb date/test_date_new.rb date/test_date_parse.rb date/test_date_strftime.rb date/test_date_strptime.rb date/test_date_parse.rb date/test_switch_hitter.rb digest/test_digest.rb digest/test_digest_extend.rb erb/test_erb.rb erb/test_erb_m17n.rb etc/test_etc.rb fileutils/test_dryrun.rb fileutils/test_fileutils.rb fileutils/test_nowrite.rb fileutils/test_verbose.rb io/wait/test_io_wait.rb io/nonblock/test_flush.rb json/test_json.rb json/test_json_addition.rb json/test_json_encoding.rb json/test_json_fixtures.rb json/test_json_generate.rb json/test_json_generic_object.rb json/test_json_string_matching.rb json/test_json_unicode.rb logger/test_logger.rb matrix/test_matrix.rb matrix/test_vector.rb monitor/test_monitor.rb net/ftp/test_buffered_socket.rb net/ftp/test_ftp.rb net/ftp/test_mlsx_entry.rb net/http/test_buffered_io.rb net/http/test_http.rb net/http/test_http_request.rb net/http/test_httpheader.rb net/http/test_httpresponse.rb net/http/test_httpresponses.rb net/http/test_https.rb net/http/test_https_proxy.rb net/imap/test_imap.rb net/imap/test_imap_response_parser.rb net/pop/test_pop.rb net/protocol/test_protocol.rb net/smtp/test_response.rb net/smtp/test_smtp.rb net/smtp/test_ssl_socket.rb nkf/test_kconv.rb nkf/test_nkf.rb optparse/test_bash_completion.rb optparse/test_getopts.rb optparse/test_noarg.rb optparse/test_optarg.rb optparse/test_optparse.rb optparse/test_placearg.rb optparse/test_reqarg.rb optparse/test_summary.rb optparse/test_zsh_completion.rb ostruct/test_ostruct.rb pathname/test_pathname.rb psych/test_alias_and_anchor.rb psych/test_array.rb psych/test_boolean.rb psych/test_class.rb psych/test_coder.rb psych/test_date_time.rb psych/test_deprecated.rb psych/test_document.rb psych/test_emitter.rb psych/test_encoding.rb psych/test_exception.rb psych/test_hash.rb psych/test_json_tree.rb psych/test_merge_keys.rb psych/test_nil.rb psych/test_null.rb psych/test_numeric.rb psych/test_object.rb psych/test_object_references.rb psych/test_omap.rb psych/test_parser.rb psych/test_psych.rb psych/test_scalar.rb psych/test_scalar_scanner.rb psych/test_serialize_subclasses.rb psych/test_set.rb psych/test_stream.rb psych/test_string.rb psych/test_struct.rb psych/test_symbol.rb psych/test_tainted.rb psych/test_to_yaml_properties.rb psych/test_tree_builder.rb psych/test_yaml.rb psych/test_yamlstore.rb psych/json/test_stream.rb psych/nodes/test_enumerable.rb psych/visitors/test_depth_first.rb psych/visitors/test_emitter.rb psych/visitors/test_to_ruby.rb psych/visitors/test_yaml_tree.rb ripper/test_filter.rb ripper/test_parser_events.rb ripper/test_ripper.rb ripper/test_scanner_events.rb ripper/test_sexp.rb scanf/test_scanf.rb scanf/test_scanfblocks.rb socket/test_addrinfo.rb socket/test_basicsocket.rb socket/test_nonblock.rb socket/test_socket.rb socket/test_sockopt.rb socket/test_tcp.rb socket/test_udp.rb socket/test_unix.rb stringio/test_stringio.rb strscan/test_stringscanner.rb thread/test_queue.rb zlib/test_zlib.rb ruby/enc/test_big5.rb ruby/enc/test_cp949.rb ruby/enc/test_emoji.rb ruby/enc/test_euc_jp.rb ruby/enc/test_euc_kr.rb ruby/enc/test_euc_tw.rb ruby/enc/test_gb18030.rb ruby/enc/test_gbk.rb ruby/enc/test_iso_8859.rb ruby/enc/test_koi8.rb ruby/enc/test_shift_jis.rb ruby/enc/test_utf16.rb ruby/enc/test_utf32.rb ruby/enc/test_windows_1251.rb
>      [exec] /<<PKGBUILDDIR>>/test/mri/ruby/test_marshal.rb:272: warning: already initialized constant Résumé
>      [exec] WARNING: An illegal reflective access operation has occurred
>      [exec] WARNING: Illegal reflective access by jnr.posix.JavaLibCHelper$ReflectiveAccess to method sun.nio.ch.SelChImpl.getFD()
>      [exec] WARNING: Please consider reporting this to the maintainers of jnr.posix.JavaLibCHelper$ReflectiveAccess
>      [exec] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
>      [exec] WARNING: All illegal access operations will be denied in a future release
>      [exec] org/jruby/RubyProcess.java:1566:in `spawn': Bad file descriptor - /<<PKGBUILDDIR>>/bin/jruby (Errno::EBADF)
>      [exec] 	from org/jruby/RubyKernel.java:1535:in `spawn'
>      [exec] 	from /<<PKGBUILDDIR>>/test/mri/lib/envutil.rb:60:in `invoke_ruby'
>      [exec] 	from /<<PKGBUILDDIR>>/test/mri/lib/envutil.rb:243:in `gc_stress_to_class?'
>      [exec] 	from /<<PKGBUILDDIR>>/test/mri/bigdecimal/test_bigdecimal.rb:1573:in `<class:TestBigDecimal>'
>      [exec] 	from /<<PKGBUILDDIR>>/test/mri/bigdecimal/test_bigdecimal.rb:7:in `<main>'
>      [exec] 	from org/jruby/RubyKernel.java:956:in `require'
>      [exec] 	from /<<PKGBUILDDIR>>/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:1:in `(root)'
>      [exec] 	from /<<PKGBUILDDIR>>/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:55:in `block in require'
>      [exec] 	from org/jruby/RubyArray.java:1735:in `each'
>      [exec] 	from /<<PKGBUILDDIR>>/test/mri/lib/test/unit.rb:833:in `non_options'
>      [exec] 	from /<<PKGBUILDDIR>>/test/mri/lib/test/unit.rb:827:in `non_options'
>      [exec] 	from /<<PKGBUILDDIR>>/test/mri/lib/test/unit.rb:64:in `process_args'
>      [exec] 	from /<<PKGBUILDDIR>>/test/mri/lib/test/unit.rb:130:in `process_args'
>      [exec] 	from /<<PKGBUILDDIR>>/test/mri/lib/test/unit.rb:972:in `process_args'
>      [exec] 	from /<<PKGBUILDDIR>>/test/mri/lib/test/unit.rb:977:in `run'
>      [exec] 	from /<<PKGBUILDDIR>>/test/mri/lib/test/unit.rb:984:in `<main>'
>      [exec] rake aborted!
>      [exec] Command failed with status (1): [/<<PKGBUILDDIR>>/bin/jru...]
>      [exec] /<<PKGBUILDDIR>>/rakelib/test.rake:96:in `block in (root)'
>      [exec] Tasks: TOP => test:mri:fullint
>      [exec] (See full trace by running task with --trace)
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary for JRuby 9.1.17.0:
> [INFO] 
> [INFO] JRuby .............................................. SUCCESS [  0.036 s]
> [INFO] JRuby Core ......................................... SUCCESS [  7.017 s]
> [INFO] JRuby Lib Setup .................................... SUCCESS [  0.368 s]
> [INFO] JRuby Integration Tests ............................ FAILURE [  8.754 s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  16.321 s
> [INFO] Finished at: 2020-05-03T04:00:01Z
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (rake) on project jruby-tests: An Ant BuildException has occured: exec returned: 1
> [ERROR] around Ant part ...<exec failonerror="true" dir="/<<PKGBUILDDIR>>/test/.." executable="/<<PKGBUILDDIR>>/test/../bin/jruby">... @ 4:143 in /<<PKGBUILDDIR>>/test/target/antrun/build-main.xml
> [ERROR] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR]   mvn <args> -rf :jruby-tests
> dh_auto_build: error: /usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package -B -Dinvoker.skip=false -Prake -Dtask=test:mri:fullint -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1
> *** Running 'test:slow_suites' tests... ***
> 	/usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package -B -Dinvoker.skip=false -Prake -Dtask=test:slow_suites -DskipTests -Dnotimestamp=true -Dlocale=en_US
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
> WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
> WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> [INFO] Scanning for projects...
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-core:jar:9.1.17.0
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @ org.jruby:jruby-parent:9.1.17.0, /<<PKGBUILDDIR>>/pom.xml, line 285, column 13
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-tests:jar:9.1.17.0
> [WARNING] 'dependencies.dependency.systemPath' for org.jruby:requireTest:jar should not point at files within the project directory, ${project.basedir}/jruby/requireTest-1.0.jar will be unresolvable by dependent projects @ line 73, column 16
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-parent:pom:9.1.17.0
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @ line 285, column 13
> [WARNING] 
> [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
> [WARNING] 
> [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
> [WARNING] 
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO] 
> [INFO] JRuby                                                              [pom]
> [INFO] JRuby Core                                                         [jar]
> [INFO] JRuby Lib Setup                                                    [jar]
> [INFO] JRuby Integration Tests                                            [jar]
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-parent >-----------------------
> [INFO] Building JRuby 9.1.17.0                                            [1/4]
> [INFO] --------------------------------[ pom ]---------------------------------
> [INFO] 
> [INFO] ------------------------< org.jruby:jruby-core >------------------------
> [INFO] Building JRuby Core 9.1.17.0                                       [2/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- exec-maven-plugin:1.6.0:exec (default) @ jruby-core ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-core ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] Copying 41 resources
> [INFO] Copying 2 resources
> [INFO] Copying 1 resource to /<<PKGBUILDDIR>>/core/src/main/java
> [INFO] Copying 4 resources to /<<PKGBUILDDIR>>/core/target/classes/META-INF/
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (anno) @ jruby-core ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-core ---
> [INFO] Compiling 1 source file to /<<PKGBUILDDIR>>/core/target/classes
> [WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
> [WARNING] [options] bootstrap class path not set in conjunction with -source 7
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/main/java/org/jruby/runtime/Constants.java]]
> [INFO] [parsing completed 18ms]
> [INFO] [search path for source files: /<<PKGBUILDDIR>>/core/src/main/java,/<<PKGBUILDDIR>>/core/target/generated-sources/annotations,/<<PKGBUILDDIR>>/core/target/generated-sources]
> [INFO] [search path for class files: /usr/lib/jvm/java-11-openjdk-amd64/lib/modules,/<<PKGBUILDDIR>>/core/target/classes,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm/debian/asm-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-commons/debian/asm-commons-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-tree/debian/asm-tree-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-analysis/debian/asm-analysis-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-util/debian/asm-util-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-netdb/debian/jnr-netdb-debian.jar,/usr/share/java/jnr-ffi.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-enxio/debian/jnr-enxio-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-x86asm/debian/jnr-x86asm-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-unixsocket/debian/jnr-unixsocket-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-posix-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-ffi.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-constants.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-constants/debian/jnr-constants-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jffi/debian/jffi-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/joni/joni/debian/joni-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/joni/joni/debian/jcodings.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/extras/bytelist/debian/bytelist-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/jcodings/jcodings/debian/jcodings-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/dirgra/debian/dirgra-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/invokebinder/debian/invokebinder-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/options/debian/options-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/unsafe-fences/debian/unsafe-fences-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/bsf/bsf/debian/bsf-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/commons-logging-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/avalon-framework.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/excalibur-logkit.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/log4j-1.2.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/jcraft/jzlib/debian/jzlib-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/nailgun-server-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/jna-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/jna-platform-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/net/java/dev/jna/jna/debian/jna-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/net/java/dev/jna/jna-platform/debian/jna-platform-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/ant/ant/debian/ant-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/ant/ant-launcher/debian/ant-launcher-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/osgi/org.osgi.core/debian/org.osgi.core-debian.jar,/usr/share/java/osgi.annotation.jar,/<<PKGBUILDDIR>>/debian/maven-repo/joda-time/joda-time/debian/joda-time-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/slf4j/slf4j-api/debian/slf4j-api-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/me/qmx/jitescript/jitescript/debian/jitescript-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/modulator/debian/modulator-debian.jar,.]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/FlagRegistry.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyArray.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyBasicObject.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyHash.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyMatchData.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyModule.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyString.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/ext/stringio/StringIO.class]
> [INFO] [loading /modules/java.base/java/lang/Object.class]
> [INFO] [loading /modules/java.base/java/lang/String.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/JRubyClass.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/JRubyMethod.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/Visibility.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/FrameField.class]
> [INFO] [loading /modules/java.base/java/lang/Deprecated.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Annotation.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Retention.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/RetentionPolicy.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Target.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/ElementType.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/CompatVersion.class]
> [INFO] 
> [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-populators) @ jruby-core ---
> [INFO] Source directory: /<<PKGBUILDDIR>>/core/target/generated-sources added.
> [INFO] 
> [INFO] --- exec-maven-plugin:1.6.0:exec (invoker-generator) @ jruby-core ---
> /<<PKGBUILDDIR>>/core/target/generated-sources/annotated_classes.txt - not found. skip generator.
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (populators) @ jruby-core ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (eclipse-hack) @ jruby-core ---
> [INFO] Not compiling main sources
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-core ---
> [INFO] Not copying test resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-core ---
> [INFO] Not compiling test sources
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-core ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jruby-core ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/core/target/jruby-core-9.1.17.0.jar
> [INFO] 
> [INFO] --- maven-shade-plugin:3.1.1:shade (create lib/jruby.jar) @ jruby-core ---
> [INFO] Including org.ow2.asm:asm:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-commons:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-tree:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-analysis:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-util:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-netdb:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-enxio:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-x86asm:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-unixsocket:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-posix:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-constants:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-ffi:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jffi:jar:debian in the shaded jar.
> [INFO] Including org.jruby.joni:joni:jar:debian in the shaded jar.
> [INFO] Including org.jruby.extras:bytelist:jar:debian in the shaded jar.
> [INFO] Including org.jruby.jcodings:jcodings:jar:debian in the shaded jar.
> [INFO] Including org.jruby:dirgra:jar:debian in the shaded jar.
> [INFO] Including com.headius:invokebinder:jar:debian in the shaded jar.
> [INFO] Including com.headius:options:jar:debian in the shaded jar.
> [INFO] Including com.headius:unsafe-fences:jar:debian in the shaded jar.
> [INFO] Including com.jcraft:jzlib:jar:debian in the shaded jar.
> [INFO] Including com.martiansoftware:nailgun-server:jar:debian in the shaded jar.
> [INFO] Including net.java.dev.jna:jna:jar:debian in the shaded jar.
> [INFO] Including net.java.dev.jna:jna-platform:jar:debian in the shaded jar.
> [INFO] Including joda-time:joda-time:jar:debian in the shaded jar.
> [INFO] Including me.qmx.jitescript:jitescript:jar:debian in the shaded jar.
> [INFO] Including com.headius:modulator:jar:debian in the shaded jar.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-stdlib >-----------------------
> [INFO] Building JRuby Lib Setup 9.1.17.0                                  [3/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (default) @ jruby-stdlib ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-stdlib ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/lib/ruby/gems/shared
> [INFO] Copying 855 resources to /<<PKGBUILDDIR>>/lib/target/classes/META-INF/jruby.home
> [INFO] Copying 4 resources to /<<PKGBUILDDIR>>/lib/target/classes/META-INF/
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-stdlib ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-stdlib ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/lib/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-stdlib ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-stdlib ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jruby-stdlib ---
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-tests >------------------------
> [INFO] Building JRuby Integration Tests 9.1.17.0                          [4/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-tests ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/test/src/main/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-tests ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-dependency-plugin:3.1.1:copy (copy jars for testing) @ jruby-tests ---
> [INFO] Configured Artifact: junit:junit:4.x:jar
> [INFO] Configured Artifact: com.googlecode.jarjar:jarjar:debian:jar
> [INFO] Configured Artifact: bsf:bsf:debian:jar
> [INFO] junit:junit:4.x:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] com.googlecode.jarjar:jarjar:debian:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] bsf:bsf:debian:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-tests ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/test/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-tests ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-tests ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-antrun-plugin:1.8:run (rake) @ jruby-tests ---
> [INFO] Executing tasks
> 
> main:
>      [exec] mkdir -p test/target/test-classes
>      [exec] /usr/lib/jvm/java-11-openjdk-amd64/bin/javac -cp lib/jruby.jar:test/target/junit.jar -d test/target/test-classes spec/java_integration/fixtures/MethodNames.java spec/java_integration/fixtures/ScalaSingleton$.java spec/java_integration/fixtures/BeanLikeInterfaceHandler.java spec/java_integration/fixtures/ConstantHoldingInterface.java spec/java_integration/fixtures/ThrowExceptionInInitializer.java spec/java_integration/fixtures/FieldAnnotations.java spec/java_integration/fixtures/InterfaceWrapper.java spec/java_integration/fixtures/ValueReceivingInterfaceHandler.java spec/java_integration/fixtures/PackageStaticMethod.java spec/java_integration/fixtures/ProtectedInstanceMethod.java spec/java_integration/fixtures/StaticMethodSelection.java spec/java_integration/fixtures/ReceivesArrayList.java spec/java_integration/fixtures/PackageInstanceMethod.java spec/java_integration/fixtures/BooleanReturningInterface.java spec/java_integration/fixtures/PackageField.java spec/java_integration/fixtures/PrivateConstructor.java spec/java_integration/fixtures/PrivateStaticMethod.java spec/java_integration/fixtures/Service.java spec/java_integration/fixtures/UsesSingleMethodInterface.java spec/java_integration/fixtures/AnotherRunnable.java spec/java_integration/fixtures/UsesDescendantOfSingleMethodInterface.java spec/java_integration/fixtures/BooleanReturningInterfaceConsumer.java spec/java_integration/fixtures/ParameterAnnotations.java spec/java_integration/fixtures/ProtectedConstructor.java spec/java_integration/fixtures/ComplexPrivateConstructor.java spec/java_integration/fixtures/ArrayReceiver.java spec/java_integration/fixtures/PublicField.java spec/java_integration/fixtures/CoerceToInterface.java spec/java_integration/fixtures/ThrowExceptionOnCreate.java spec/java_integration/fixtures/GenericComparable.java spec/java_integration/fixtures/ClassWithVarargs.java spec/java_integration/fixtures/ClassWithEnums.java spec/java_integration/fixtures/PublicConstructor.java spec/java_integration/fixtures/ScalaSingletonTrait.java spec/java_integration/fixtures/BeanLikeInterface.java spec/java_integration/fixtures/ManyArityMethodClass.java spec/java_integration/fixtures/MethodAnnotations.java spec/java_integration/fixtures/ReturnsInterface.java spec/java_integration/fixtures/ClassWithMultipleSignaturesWithPrimitiveArgs.java spec/java_integration/fixtures/ProtectedField.java spec/java_integration/fixtures/ConcreteWithVirtualCall.java spec/java_integration/fixtures/ClassWithAbstractMethods.java spec/java_integration/fixtures/CachedInJava.java spec/java_integration/fixtures/CoreTypeMethods.java spec/java_integration/fixtures/ScalaOperators.java spec/java_integration/fixtures/ScalaSingletonTrait$.java spec/java_integration/fixtures/SuperWithInterface.java spec/java_integration/fixtures/InnerClasses.java spec/java_integration/fixtures/ReturnsInterfaceConsumer.java spec/java_integration/fixtures/ServiceAnnotation.java spec/java_integration/fixtures/ValueReceivingInterface.java spec/java_integration/fixtures/ArrayReturningInterfaceConsumer.java spec/java_integration/fixtures/ArrayReturningInterface.java spec/java_integration/fixtures/DescendantOfSingleMethodInterface.java spec/java_integration/fixtures/JavaFields.java spec/java_integration/fixtures/PrivateField.java spec/java_integration/fixtures/JavaTypeMethods.java spec/java_integration/fixtures/Reflector.java spec/java_integration/fixtures/PrivateInstanceMethod.java spec/java_integration/fixtures/ScalaSingleton.java spec/java_integration/fixtures/BadStaticInit.java spec/java_integration/fixtures/JavaIterable.java spec/java_integration/fixtures/ReceivesAndReturnsObject.java spec/java_integration/fixtures/PackageConstructor.java spec/java_integration/fixtures/ExceptionRunner.java spec/java_integration/fixtures/ProtectedStaticMethod.java spec/java_integration/fixtures/SingleMethodInterface.java spec/java_integration/fixtures/coll/NonCloneableImmutableList.java spec/java_integration/fixtures/coll/CloneableImmutableList.java spec/java_integration/fixtures/coll/NonCloneableList.java spec/java_integration/fixtures/_funky/MyClass.java spec/java_integration/fixtures/iface/SingleMethodInterfaceWith4Args.java spec/java_integration/fixtures/iface/SingleMethodInterfaceWithArg.java
>      [exec] Note: Some input files use unchecked or unsafe operations.
>      [exec] Note: Recompile with -Xlint:unchecked for details.
>      [exec] /<<PKGBUILDDIR>>/bin/jruby -w -I"lib" -X-C -J-ea -I. -J-cp target/test-classes  "/usr/share/rubygems-integration/all/gems/rake-13.0.1/lib/rake/rake_test_loader.rb" "test/jruby/test_command_line_switches.rb" "test/jruby/test_launching_by_shell_script.rb" "test/jruby/test_ffi_pointer_leak.rb" "test/jruby/test_jar_complete.rb" -v --no-use-color
>      [exec] WARNING: An illegal reflective access operation has occurred
>      [exec] WARNING: Illegal reflective access by jnr.posix.JavaLibCHelper$ReflectiveAccess (file:/<<PKGBUILDDIR>>/lib/jruby.jar) to method sun.nio.ch.SelChImpl.getFD()
>      [exec] WARNING: Please consider reporting this to the maintainers of jnr.posix.JavaLibCHelper$ReflectiveAccess
>      [exec] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
>      [exec] WARNING: All illegal access operations will be denied in a future release
>      [exec] LoadError: no such file to load -- rake
>      [exec]   require at org/jruby/RubyKernel.java:956
>      [exec]   require at /<<PKGBUILDDIR>>/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:55
>      [exec]    <main> at /usr/share/rubygems-integration/all/gems/rake-13.0.1/lib/rake/rake_test_loader.rb:2
>      [exec] rake aborted!
>      [exec] Command failed with status (1): [ruby -w -I"lib" -X-C -J-ea -I. -J-cp target/test-classes  "/usr/share/rubygems-integration/all/gems/rake-13.0.1/lib/rake/rake_test_loader.rb" "test/jruby/test_command_line_switches.rb" "test/jruby/test_launching_by_shell_script.rb" "test/jruby/test_ffi_pointer_leak.rb" "test/jruby/test_jar_complete.rb" -v --no-use-color]
>      [exec] 
>      [exec] Tasks: TOP => test:slow_suites => test:slow => test:slow:int
>      [exec] (See full trace by running task with --trace)
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary for JRuby 9.1.17.0:
> [INFO] 
> [INFO] JRuby .............................................. SUCCESS [  0.044 s]
> [INFO] JRuby Core ......................................... SUCCESS [  7.409 s]
> [INFO] JRuby Lib Setup .................................... SUCCESS [  0.411 s]
> [INFO] JRuby Integration Tests ............................ FAILURE [  8.101 s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  16.112 s
> [INFO] Finished at: 2020-05-03T04:00:18Z
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (rake) on project jruby-tests: An Ant BuildException has occured: exec returned: 1
> [ERROR] around Ant part ...<exec failonerror="true" dir="/<<PKGBUILDDIR>>/test/.." executable="/<<PKGBUILDDIR>>/test/../bin/jruby">... @ 4:143 in /<<PKGBUILDDIR>>/test/target/antrun/build-main.xml
> [ERROR] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR]   mvn <args> -rf :jruby-tests
> dh_auto_build: error: /usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package -B -Dinvoker.skip=false -Prake -Dtask=test:slow_suites -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1
> *** Running 'test:tracing' tests... ***
> 	/usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package -B -Dinvoker.skip=false -Prake -Dtask=test:tracing -DskipTests -Dnotimestamp=true -Dlocale=en_US
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
> WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
> WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> [INFO] Scanning for projects...
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-core:jar:9.1.17.0
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @ org.jruby:jruby-parent:9.1.17.0, /<<PKGBUILDDIR>>/pom.xml, line 285, column 13
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-tests:jar:9.1.17.0
> [WARNING] 'dependencies.dependency.systemPath' for org.jruby:requireTest:jar should not point at files within the project directory, ${project.basedir}/jruby/requireTest-1.0.jar will be unresolvable by dependent projects @ line 73, column 16
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-parent:pom:9.1.17.0
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @ line 285, column 13
> [WARNING] 
> [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
> [WARNING] 
> [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
> [WARNING] 
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO] 
> [INFO] JRuby                                                              [pom]
> [INFO] JRuby Core                                                         [jar]
> [INFO] JRuby Lib Setup                                                    [jar]
> [INFO] JRuby Integration Tests                                            [jar]
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-parent >-----------------------
> [INFO] Building JRuby 9.1.17.0                                            [1/4]
> [INFO] --------------------------------[ pom ]---------------------------------
> [INFO] 
> [INFO] ------------------------< org.jruby:jruby-core >------------------------
> [INFO] Building JRuby Core 9.1.17.0                                       [2/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- exec-maven-plugin:1.6.0:exec (default) @ jruby-core ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-core ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] Copying 41 resources
> [INFO] Copying 2 resources
> [INFO] Copying 1 resource to /<<PKGBUILDDIR>>/core/src/main/java
> [INFO] Copying 4 resources to /<<PKGBUILDDIR>>/core/target/classes/META-INF/
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (anno) @ jruby-core ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-core ---
> [INFO] Compiling 1 source file to /<<PKGBUILDDIR>>/core/target/classes
> [WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
> [WARNING] [options] bootstrap class path not set in conjunction with -source 7
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/main/java/org/jruby/runtime/Constants.java]]
> [INFO] [parsing completed 18ms]
> [INFO] [search path for source files: /<<PKGBUILDDIR>>/core/src/main/java,/<<PKGBUILDDIR>>/core/target/generated-sources/annotations,/<<PKGBUILDDIR>>/core/target/generated-sources]
> [INFO] [search path for class files: /usr/lib/jvm/java-11-openjdk-amd64/lib/modules,/<<PKGBUILDDIR>>/core/target/classes,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm/debian/asm-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-commons/debian/asm-commons-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-tree/debian/asm-tree-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-analysis/debian/asm-analysis-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-util/debian/asm-util-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-netdb/debian/jnr-netdb-debian.jar,/usr/share/java/jnr-ffi.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-enxio/debian/jnr-enxio-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-x86asm/debian/jnr-x86asm-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-unixsocket/debian/jnr-unixsocket-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-posix-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-ffi.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-constants.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-constants/debian/jnr-constants-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jffi/debian/jffi-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/joni/joni/debian/joni-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/joni/joni/debian/jcodings.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/extras/bytelist/debian/bytelist-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/jcodings/jcodings/debian/jcodings-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/dirgra/debian/dirgra-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/invokebinder/debian/invokebinder-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/options/debian/options-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/unsafe-fences/debian/unsafe-fences-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/bsf/bsf/debian/bsf-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/commons-logging-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/avalon-framework.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/excalibur-logkit.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/log4j-1.2.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/jcraft/jzlib/debian/jzlib-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/nailgun-server-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/jna-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/jna-platform-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/net/java/dev/jna/jna/debian/jna-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/net/java/dev/jna/jna-platform/debian/jna-platform-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/ant/ant/debian/ant-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/ant/ant-launcher/debian/ant-launcher-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/osgi/org.osgi.core/debian/org.osgi.core-debian.jar,/usr/share/java/osgi.annotation.jar,/<<PKGBUILDDIR>>/debian/maven-repo/joda-time/joda-time/debian/joda-time-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/slf4j/slf4j-api/debian/slf4j-api-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/me/qmx/jitescript/jitescript/debian/jitescript-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/modulator/debian/modulator-debian.jar,.]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/FlagRegistry.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyArray.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyBasicObject.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyHash.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyMatchData.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyModule.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyString.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/ext/stringio/StringIO.class]
> [INFO] [loading /modules/java.base/java/lang/Object.class]
> [INFO] [loading /modules/java.base/java/lang/String.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/JRubyClass.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/JRubyMethod.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/Visibility.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/FrameField.class]
> [INFO] [loading /modules/java.base/java/lang/Deprecated.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Annotation.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Retention.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/RetentionPolicy.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Target.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/ElementType.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/CompatVersion.class]
> [INFO] 
> [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-populators) @ jruby-core ---
> [INFO] Source directory: /<<PKGBUILDDIR>>/core/target/generated-sources added.
> [INFO] 
> [INFO] --- exec-maven-plugin:1.6.0:exec (invoker-generator) @ jruby-core ---
> /<<PKGBUILDDIR>>/core/target/generated-sources/annotated_classes.txt - not found. skip generator.
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (populators) @ jruby-core ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (eclipse-hack) @ jruby-core ---
> [INFO] Not compiling main sources
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-core ---
> [INFO] Not copying test resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-core ---
> [INFO] Not compiling test sources
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-core ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jruby-core ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/core/target/jruby-core-9.1.17.0.jar
> [INFO] 
> [INFO] --- maven-shade-plugin:3.1.1:shade (create lib/jruby.jar) @ jruby-core ---
> [INFO] Including org.ow2.asm:asm:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-commons:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-tree:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-analysis:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-util:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-netdb:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-enxio:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-x86asm:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-unixsocket:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-posix:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-constants:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-ffi:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jffi:jar:debian in the shaded jar.
> [INFO] Including org.jruby.joni:joni:jar:debian in the shaded jar.
> [INFO] Including org.jruby.extras:bytelist:jar:debian in the shaded jar.
> [INFO] Including org.jruby.jcodings:jcodings:jar:debian in the shaded jar.
> [INFO] Including org.jruby:dirgra:jar:debian in the shaded jar.
> [INFO] Including com.headius:invokebinder:jar:debian in the shaded jar.
> [INFO] Including com.headius:options:jar:debian in the shaded jar.
> [INFO] Including com.headius:unsafe-fences:jar:debian in the shaded jar.
> [INFO] Including com.jcraft:jzlib:jar:debian in the shaded jar.
> [INFO] Including com.martiansoftware:nailgun-server:jar:debian in the shaded jar.
> [INFO] Including net.java.dev.jna:jna:jar:debian in the shaded jar.
> [INFO] Including net.java.dev.jna:jna-platform:jar:debian in the shaded jar.
> [INFO] Including joda-time:joda-time:jar:debian in the shaded jar.
> [INFO] Including me.qmx.jitescript:jitescript:jar:debian in the shaded jar.
> [INFO] Including com.headius:modulator:jar:debian in the shaded jar.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-stdlib >-----------------------
> [INFO] Building JRuby Lib Setup 9.1.17.0                                  [3/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (default) @ jruby-stdlib ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-stdlib ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/lib/ruby/gems/shared
> [INFO] Copying 855 resources to /<<PKGBUILDDIR>>/lib/target/classes/META-INF/jruby.home
> [INFO] Copying 4 resources to /<<PKGBUILDDIR>>/lib/target/classes/META-INF/
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-stdlib ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-stdlib ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/lib/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-stdlib ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-stdlib ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jruby-stdlib ---
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-tests >------------------------
> [INFO] Building JRuby Integration Tests 9.1.17.0                          [4/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-tests ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/test/src/main/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-tests ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-dependency-plugin:3.1.1:copy (copy jars for testing) @ jruby-tests ---
> [INFO] Configured Artifact: junit:junit:4.x:jar
> [INFO] Configured Artifact: com.googlecode.jarjar:jarjar:debian:jar
> [INFO] Configured Artifact: bsf:bsf:debian:jar
> [INFO] junit:junit:4.x:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] com.googlecode.jarjar:jarjar:debian:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] bsf:bsf:debian:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-tests ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/test/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-tests ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-tests ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-antrun-plugin:1.8:run (rake) @ jruby-tests ---
> [INFO] Executing tasks
> 
> main:
>      [exec] /<<PKGBUILDDIR>>/bin/jruby -w -I"lib" -J-ea --debug --disable-gems  "/usr/share/rubygems-integration/all/gems/rake-13.0.1/lib/rake/rake_test_loader.rb" "test/tracing/test_trace_func.rb" -v --no-use-color
>      [exec] WARNING: An illegal reflective access operation has occurred
>      [exec] WARNING: Illegal reflective access by jnr.posix.JavaLibCHelper$ReflectiveAccess (file:/<<PKGBUILDDIR>>/lib/jruby.jar) to method sun.nio.ch.SelChImpl.getFD()
>      [exec] WARNING: Please consider reporting this to the maintainers of jnr.posix.JavaLibCHelper$ReflectiveAccess
>      [exec] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
>      [exec] WARNING: All illegal access operations will be denied in a future release
>      [exec] LoadError: no such file to load -- rake
>      [exec]   require at org/jruby/RubyKernel.java:956
>      [exec]    <main> at /usr/share/rubygems-integration/all/gems/rake-13.0.1/lib/rake/rake_test_loader.rb:2
>      [exec] rake aborted!
>      [exec] Command failed with status (1): [ruby -w -I"lib" -J-ea --debug --disable-gems  "/usr/share/rubygems-integration/all/gems/rake-13.0.1/lib/rake/rake_test_loader.rb" "test/tracing/test_trace_func.rb" -v --no-use-color]
>      [exec] 
>      [exec] Tasks: TOP => test:tracing
>      [exec] (See full trace by running task with --trace)
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary for JRuby 9.1.17.0:
> [INFO] 
> [INFO] JRuby .............................................. SUCCESS [  0.040 s]
> [INFO] JRuby Core ......................................... SUCCESS [  7.125 s]
> [INFO] JRuby Lib Setup .................................... SUCCESS [  0.400 s]
> [INFO] JRuby Integration Tests ............................ FAILURE [  6.720 s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  14.428 s
> [INFO] Finished at: 2020-05-03T04:00:33Z
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (rake) on project jruby-tests: An Ant BuildException has occured: exec returned: 1
> [ERROR] around Ant part ...<exec failonerror="true" dir="/<<PKGBUILDDIR>>/test/.." executable="/<<PKGBUILDDIR>>/test/../bin/jruby">... @ 4:143 in /<<PKGBUILDDIR>>/test/target/antrun/build-main.xml
> [ERROR] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR]   mvn <args> -rf :jruby-tests
> dh_auto_build: error: /usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package -B -Dinvoker.skip=false -Prake -Dtask=test:tracing -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1
> *** Running 'spec:ji' tests... ***
> 	/usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package -B -Dinvoker.skip=false -Prake -Dtask=spec:ji -DskipTests -Dnotimestamp=true -Dlocale=en_US
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
> WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
> WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> [INFO] Scanning for projects...
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-core:jar:9.1.17.0
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @ org.jruby:jruby-parent:9.1.17.0, /<<PKGBUILDDIR>>/pom.xml, line 285, column 13
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-tests:jar:9.1.17.0
> [WARNING] 'dependencies.dependency.systemPath' for org.jruby:requireTest:jar should not point at files within the project directory, ${project.basedir}/jruby/requireTest-1.0.jar will be unresolvable by dependent projects @ line 73, column 16
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-parent:pom:9.1.17.0
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @ line 285, column 13
> [WARNING] 
> [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
> [WARNING] 
> [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
> [WARNING] 
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO] 
> [INFO] JRuby                                                              [pom]
> [INFO] JRuby Core                                                         [jar]
> [INFO] JRuby Lib Setup                                                    [jar]
> [INFO] JRuby Integration Tests                                            [jar]
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-parent >-----------------------
> [INFO] Building JRuby 9.1.17.0                                            [1/4]
> [INFO] --------------------------------[ pom ]---------------------------------
> [INFO] 
> [INFO] ------------------------< org.jruby:jruby-core >------------------------
> [INFO] Building JRuby Core 9.1.17.0                                       [2/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- exec-maven-plugin:1.6.0:exec (default) @ jruby-core ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-core ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] Copying 41 resources
> [INFO] Copying 2 resources
> [INFO] Copying 1 resource to /<<PKGBUILDDIR>>/core/src/main/java
> [INFO] Copying 4 resources to /<<PKGBUILDDIR>>/core/target/classes/META-INF/
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (anno) @ jruby-core ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-core ---
> [INFO] Compiling 1 source file to /<<PKGBUILDDIR>>/core/target/classes
> [WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
> [WARNING] [options] bootstrap class path not set in conjunction with -source 7
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/main/java/org/jruby/runtime/Constants.java]]
> [INFO] [parsing completed 16ms]
> [INFO] [search path for source files: /<<PKGBUILDDIR>>/core/src/main/java,/<<PKGBUILDDIR>>/core/target/generated-sources/annotations,/<<PKGBUILDDIR>>/core/target/generated-sources]
> [INFO] [search path for class files: /usr/lib/jvm/java-11-openjdk-amd64/lib/modules,/<<PKGBUILDDIR>>/core/target/classes,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm/debian/asm-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-commons/debian/asm-commons-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-tree/debian/asm-tree-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-analysis/debian/asm-analysis-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-util/debian/asm-util-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-netdb/debian/jnr-netdb-debian.jar,/usr/share/java/jnr-ffi.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-enxio/debian/jnr-enxio-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-x86asm/debian/jnr-x86asm-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-unixsocket/debian/jnr-unixsocket-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-posix-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-ffi.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-constants.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-constants/debian/jnr-constants-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jffi/debian/jffi-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/joni/joni/debian/joni-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/joni/joni/debian/jcodings.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/extras/bytelist/debian/bytelist-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/jcodings/jcodings/debian/jcodings-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/dirgra/debian/dirgra-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/invokebinder/debian/invokebinder-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/options/debian/options-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/unsafe-fences/debian/unsafe-fences-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/bsf/bsf/debian/bsf-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/commons-logging-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/avalon-framework.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/excalibur-logkit.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/log4j-1.2.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/jcraft/jzlib/debian/jzlib-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/nailgun-server-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/jna-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/jna-platform-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/net/java/dev/jna/jna/debian/jna-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/net/java/dev/jna/jna-platform/debian/jna-platform-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/ant/ant/debian/ant-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/ant/ant-launcher/debian/ant-launcher-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/osgi/org.osgi.core/debian/org.osgi.core-debian.jar,/usr/share/java/osgi.annotation.jar,/<<PKGBUILDDIR>>/debian/maven-repo/joda-time/joda-time/debian/joda-time-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/slf4j/slf4j-api/debian/slf4j-api-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/me/qmx/jitescript/jitescript/debian/jitescript-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/modulator/debian/modulator-debian.jar,.]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/FlagRegistry.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyArray.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyBasicObject.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyHash.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyMatchData.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyModule.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyString.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/ext/stringio/StringIO.class]
> [INFO] [loading /modules/java.base/java/lang/Object.class]
> [INFO] [loading /modules/java.base/java/lang/String.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/JRubyClass.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/JRubyMethod.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/Visibility.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/FrameField.class]
> [INFO] [loading /modules/java.base/java/lang/Deprecated.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Annotation.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Retention.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/RetentionPolicy.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Target.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/ElementType.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/CompatVersion.class]
> [INFO] 
> [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-populators) @ jruby-core ---
> [INFO] Source directory: /<<PKGBUILDDIR>>/core/target/generated-sources added.
> [INFO] 
> [INFO] --- exec-maven-plugin:1.6.0:exec (invoker-generator) @ jruby-core ---
> /<<PKGBUILDDIR>>/core/target/generated-sources/annotated_classes.txt - not found. skip generator.
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (populators) @ jruby-core ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (eclipse-hack) @ jruby-core ---
> [INFO] Not compiling main sources
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-core ---
> [INFO] Not copying test resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-core ---
> [INFO] Not compiling test sources
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-core ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jruby-core ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/core/target/jruby-core-9.1.17.0.jar
> [INFO] 
> [INFO] --- maven-shade-plugin:3.1.1:shade (create lib/jruby.jar) @ jruby-core ---
> [INFO] Including org.ow2.asm:asm:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-commons:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-tree:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-analysis:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-util:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-netdb:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-enxio:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-x86asm:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-unixsocket:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-posix:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-constants:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-ffi:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jffi:jar:debian in the shaded jar.
> [INFO] Including org.jruby.joni:joni:jar:debian in the shaded jar.
> [INFO] Including org.jruby.extras:bytelist:jar:debian in the shaded jar.
> [INFO] Including org.jruby.jcodings:jcodings:jar:debian in the shaded jar.
> [INFO] Including org.jruby:dirgra:jar:debian in the shaded jar.
> [INFO] Including com.headius:invokebinder:jar:debian in the shaded jar.
> [INFO] Including com.headius:options:jar:debian in the shaded jar.
> [INFO] Including com.headius:unsafe-fences:jar:debian in the shaded jar.
> [INFO] Including com.jcraft:jzlib:jar:debian in the shaded jar.
> [INFO] Including com.martiansoftware:nailgun-server:jar:debian in the shaded jar.
> [INFO] Including net.java.dev.jna:jna:jar:debian in the shaded jar.
> [INFO] Including net.java.dev.jna:jna-platform:jar:debian in the shaded jar.
> [INFO] Including joda-time:joda-time:jar:debian in the shaded jar.
> [INFO] Including me.qmx.jitescript:jitescript:jar:debian in the shaded jar.
> [INFO] Including com.headius:modulator:jar:debian in the shaded jar.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-stdlib >-----------------------
> [INFO] Building JRuby Lib Setup 9.1.17.0                                  [3/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (default) @ jruby-stdlib ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-stdlib ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/lib/ruby/gems/shared
> [INFO] Copying 855 resources to /<<PKGBUILDDIR>>/lib/target/classes/META-INF/jruby.home
> [INFO] Copying 4 resources to /<<PKGBUILDDIR>>/lib/target/classes/META-INF/
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-stdlib ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-stdlib ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/lib/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-stdlib ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-stdlib ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jruby-stdlib ---
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-tests >------------------------
> [INFO] Building JRuby Integration Tests 9.1.17.0                          [4/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-tests ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/test/src/main/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-tests ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-dependency-plugin:3.1.1:copy (copy jars for testing) @ jruby-tests ---
> [INFO] Configured Artifact: junit:junit:4.x:jar
> [INFO] Configured Artifact: com.googlecode.jarjar:jarjar:debian:jar
> [INFO] Configured Artifact: bsf:bsf:debian:jar
> [INFO] junit:junit:4.x:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] com.googlecode.jarjar:jarjar:debian:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] bsf:bsf:debian:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-tests ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/test/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-tests ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-tests ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-antrun-plugin:1.8:run (rake) @ jruby-tests ---
> [INFO] Executing tasks
> 
> main:
>      [exec] mkdir -p test/target/test-classes
>      [exec] /usr/lib/jvm/java-11-openjdk-amd64/bin/javac -cp lib/jruby.jar:test/target/junit.jar -d test/target/test-classes spec/java_integration/fixtures/MethodNames.java spec/java_integration/fixtures/ScalaSingleton$.java spec/java_integration/fixtures/BeanLikeInterfaceHandler.java spec/java_integration/fixtures/ConstantHoldingInterface.java spec/java_integration/fixtures/ThrowExceptionInInitializer.java spec/java_integration/fixtures/FieldAnnotations.java spec/java_integration/fixtures/InterfaceWrapper.java spec/java_integration/fixtures/ValueReceivingInterfaceHandler.java spec/java_integration/fixtures/PackageStaticMethod.java spec/java_integration/fixtures/ProtectedInstanceMethod.java spec/java_integration/fixtures/StaticMethodSelection.java spec/java_integration/fixtures/ReceivesArrayList.java spec/java_integration/fixtures/PackageInstanceMethod.java spec/java_integration/fixtures/BooleanReturningInterface.java spec/java_integration/fixtures/PackageField.java spec/java_integration/fixtures/PrivateConstructor.java spec/java_integration/fixtures/PrivateStaticMethod.java spec/java_integration/fixtures/Service.java spec/java_integration/fixtures/UsesSingleMethodInterface.java spec/java_integration/fixtures/AnotherRunnable.java spec/java_integration/fixtures/UsesDescendantOfSingleMethodInterface.java spec/java_integration/fixtures/BooleanReturningInterfaceConsumer.java spec/java_integration/fixtures/ParameterAnnotations.java spec/java_integration/fixtures/ProtectedConstructor.java spec/java_integration/fixtures/ComplexPrivateConstructor.java spec/java_integration/fixtures/ArrayReceiver.java spec/java_integration/fixtures/PublicField.java spec/java_integration/fixtures/CoerceToInterface.java spec/java_integration/fixtures/ThrowExceptionOnCreate.java spec/java_integration/fixtures/GenericComparable.java spec/java_integration/fixtures/ClassWithVarargs.java spec/java_integration/fixtures/ClassWithEnums.java spec/java_integration/fixtures/PublicConstructor.java spec/java_integration/fixtures/ScalaSingletonTrait.java spec/java_integration/fixtures/BeanLikeInterface.java spec/java_integration/fixtures/ManyArityMethodClass.java spec/java_integration/fixtures/MethodAnnotations.java spec/java_integration/fixtures/ReturnsInterface.java spec/java_integration/fixtures/ClassWithMultipleSignaturesWithPrimitiveArgs.java spec/java_integration/fixtures/ProtectedField.java spec/java_integration/fixtures/ConcreteWithVirtualCall.java spec/java_integration/fixtures/ClassWithAbstractMethods.java spec/java_integration/fixtures/CachedInJava.java spec/java_integration/fixtures/CoreTypeMethods.java spec/java_integration/fixtures/ScalaOperators.java spec/java_integration/fixtures/ScalaSingletonTrait$.java spec/java_integration/fixtures/SuperWithInterface.java spec/java_integration/fixtures/InnerClasses.java spec/java_integration/fixtures/ReturnsInterfaceConsumer.java spec/java_integration/fixtures/ServiceAnnotation.java spec/java_integration/fixtures/ValueReceivingInterface.java spec/java_integration/fixtures/ArrayReturningInterfaceConsumer.java spec/java_integration/fixtures/ArrayReturningInterface.java spec/java_integration/fixtures/DescendantOfSingleMethodInterface.java spec/java_integration/fixtures/JavaFields.java spec/java_integration/fixtures/PrivateField.java spec/java_integration/fixtures/JavaTypeMethods.java spec/java_integration/fixtures/Reflector.java spec/java_integration/fixtures/PrivateInstanceMethod.java spec/java_integration/fixtures/ScalaSingleton.java spec/java_integration/fixtures/BadStaticInit.java spec/java_integration/fixtures/JavaIterable.java spec/java_integration/fixtures/ReceivesAndReturnsObject.java spec/java_integration/fixtures/PackageConstructor.java spec/java_integration/fixtures/ExceptionRunner.java spec/java_integration/fixtures/ProtectedStaticMethod.java spec/java_integration/fixtures/SingleMethodInterface.java spec/java_integration/fixtures/coll/NonCloneableImmutableList.java spec/java_integration/fixtures/coll/CloneableImmutableList.java spec/java_integration/fixtures/coll/NonCloneableList.java spec/java_integration/fixtures/_funky/MyClass.java spec/java_integration/fixtures/iface/SingleMethodInterfaceWith4Args.java spec/java_integration/fixtures/iface/SingleMethodInterfaceWithArg.java
>      [exec] /<<PKGBUILDDIR>>/bin/jruby -I/usr/lib/ruby/vendor_ruby/rake.rb -I/usr/share/rubygems-integration/all/gems/rspec-support-3.9.2/lib:/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/exe/rspec --pattern spec/java_integration/\*\*/\*_spec.rb --options spec/java_integration/spec.quiet.opts
>      [exec] Note: Some input files use unchecked or unsafe operations.
>      [exec] Note: Recompile with -Xlint:unchecked for details.
>      [exec] WARNING: An illegal reflective access operation has occurred
>      [exec] WARNING: Illegal reflective access by org.jruby.util.io.SeekableByteChannelImpl to field java.io.ByteArrayInputStream.pos
>      [exec] WARNING: Please consider reporting this to the maintainers of org.jruby.util.io.SeekableByteChannelImpl
>      [exec] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
>      [exec] WARNING: All illegal access operations will be denied in a future release
>      [exec] ..................................................*.....................................=== called: java.lang.NullPointerException
>      [exec] /<<PKGBUILDDIR>>/spec/java_integration/interfaces/implementation_spec.rb:284: warning: multiple Java methods found, use -Xjruby.ji.ambiguous.calls.debug for backtrace. Choosing listFiles(java.io.FilenameFilter)
>      [exec] /<<PKGBUILDDIR>>/spec/java_integration/interfaces/implementation_spec.rb:295: warning: multiple Java methods found, use -Xjruby.ji.ambiguous.calls.debug for backtrace. Choosing listFiles(java.io.FilenameFilter)
>      [exec] ............................*...........................................................................................................................................................................................FF........*..........................................FF...........................................................................................*.*...................................................................................................F...............................................................FFF.F...............................................................................................*..*...........*.....................................................
>      [exec] 
>      [exec] Pending: (Failures listed here are expected and do not affect your suite's status)
>      [exec] 
>      [exec]   1) Ant.ant prefers $ANT_HOME to $PATH
>      [exec]      # $ANT_HOME is not set
>      [exec]      # ./spec/java_integration/ant/ant_spec.rb:134
>      [exec] 
>      [exec]   2) Collection Ruby extensions #include? (specific)
>      [exec]      # due Java numeric conversion can not add to_java(:xxx) to collection
>      [exec]      Failure/Error: expect( set.include? 1.to_java ).to be true
>      [exec] 
>      [exec]        expected true
>      [exec]             got false
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-support-3.9.2/lib/rspec/support.rb:97:in `block in Support'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-support-3.9.2/lib/rspec/support.rb:106:in `notify_failure'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-expectations-3.9.0/lib/rspec/expectations/fail_with.rb:35:in `fail_with'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-expectations-3.9.0/lib/rspec/expectations/handler.rb:40:in `handle_failure'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-expectations-3.9.0/lib/rspec/expectations/handler.rb:50:in `block in handle_matcher'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-expectations-3.9.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-expectations-3.9.0/lib/rspec/expectations/handler.rb:48:in `handle_matcher'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-expectations-3.9.0/lib/rspec/expectations/expectation_target.rb:65:in `to'
>      [exec]      # ./spec/java_integration/extensions/collection_spec.rb:211:in `block in (root)'
>      [exec]      # org/jruby/RubyBasicObject.java:1728:in `instance_exec'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:257:in `block in run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:503:in `block in with_around_and_singleton_context_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:460:in `block in with_around_example_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:472:in `block in run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:610:in `run_around_example_hooks_for'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:472:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:460:in `with_around_example_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:503:in `with_around_and_singleton_context_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:254:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:633:in `block in run_examples'
>      [exec]      # org/jruby/RubyArray.java:2487:in `map'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:629:in `run_examples'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:595:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:121:in `block in run_specs'
>      [exec]      # org/jruby/RubyArray.java:2487:in `map'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:121:in `block in run_specs'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/configuration.rb:2031:in `with_suite_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:116:in `block in run_specs'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/reporter.rb:74:in `report'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:115:in `run_specs'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:89:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:71:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:45:in `invoke'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/exe/rspec:4:in `<main>'
>      [exec] 
>      [exec]   3) Java static method names should not overwrite critical core Ruby methods
>      [exec]      # need a better way to separate class and instance methods in the java code
>      [exec]      # ./spec/java_integration/methods/naming_spec.rb:63
>      [exec] 
>      [exec]   4) A Scala singleton shadowed by a Scala class defines class methods from the singleton
>      [exec]      # No reason given
>      [exec]      Failure/Error: expect(ScalaSingleton.hello).to eq("Hello")
>      [exec] 
>      [exec]      NoMethodError:
>      [exec]        undefined method `hello' for Java::Java_integrationFixtures::ScalaSingleton:Class
>      [exec]      # org/jruby/RubyBasicObject.java:1657:in `method_missing'
>      [exec]      # ./spec/java_integration/scala/singleton_spec.rb:9:in `block in (root)'
>      [exec]      # org/jruby/RubyBasicObject.java:1728:in `instance_exec'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:257:in `block in run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:503:in `block in with_around_and_singleton_context_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:460:in `block in with_around_example_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:472:in `block in run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:610:in `run_around_example_hooks_for'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:472:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:460:in `with_around_example_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:503:in `with_around_and_singleton_context_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:254:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:633:in `block in run_examples'
>      [exec]      # org/jruby/RubyArray.java:2487:in `map'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:629:in `run_examples'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:595:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:596:in `block in run'
>      [exec]      # org/jruby/RubyArray.java:2487:in `map'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:596:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:121:in `block in run_specs'
>      [exec]      # org/jruby/RubyArray.java:2487:in `map'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:121:in `block in run_specs'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/configuration.rb:2031:in `with_suite_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:116:in `block in run_specs'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/reporter.rb:74:in `report'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:115:in `run_specs'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:89:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:71:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:45:in `invoke'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/exe/rspec:4:in `<main>'
>      [exec] 
>      [exec]   5) A Scala singleton shadowed by a Scala trait defines class methods from the singleton
>      [exec]      # No reason given
>      [exec]      Failure/Error: expect(ScalaSingletonTrait.hello).to eq("Hello")
>      [exec] 
>      [exec]      NoMethodError:
>      [exec]        undefined method `hello' for Java::Java_integrationFixtures::ScalaSingletonTrait:Module
>      [exec]      # ./spec/java_integration/scala/singleton_spec.rb:19:in `block in (root)'
>      [exec]      # org/jruby/RubyBasicObject.java:1728:in `instance_exec'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:257:in `block in run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:503:in `block in with_around_and_singleton_context_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:460:in `block in with_around_example_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:472:in `block in run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:610:in `run_around_example_hooks_for'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:472:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:460:in `with_around_example_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:503:in `with_around_and_singleton_context_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:254:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:633:in `block in run_examples'
>      [exec]      # org/jruby/RubyArray.java:2487:in `map'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:629:in `run_examples'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:595:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:596:in `block in run'
>      [exec]      # org/jruby/RubyArray.java:2487:in `map'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:596:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:121:in `block in run_specs'
>      [exec]      # org/jruby/RubyArray.java:2487:in `map'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:121:in `block in run_specs'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/configuration.rb:2031:in `with_suite_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:116:in `block in run_specs'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/reporter.rb:74:in `report'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:115:in `run_specs'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:89:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:71:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:45:in `invoke'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/exe/rspec:4:in `<main>'
>      [exec] 
>      [exec]   6) A Ruby subclass of a Java concrete class can not invoke package-visible methods of the superclass
>      [exec]      # these should raise NoMethodError
>      [exec]      # ./spec/java_integration/types/extension_spec.rb:39
>      [exec] 
>      [exec]   7) A Ruby subclass of a Java concrete class can not invoke private methods of the superclass
>      [exec]      # this should raise NoMethodError
>      [exec]      Failure/Error: expect {subtype.new.go}.to raise_error(NoMethodError)
>      [exec]        expected NoMethodError but nothing was raised
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-support-3.9.2/lib/rspec/support.rb:97:in `block in Support'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-support-3.9.2/lib/rspec/support.rb:106:in `notify_failure'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-expectations-3.9.0/lib/rspec/expectations/fail_with.rb:35:in `fail_with'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-expectations-3.9.0/lib/rspec/expectations/handler.rb:40:in `handle_failure'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-expectations-3.9.0/lib/rspec/expectations/handler.rb:50:in `block in handle_matcher'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-expectations-3.9.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-expectations-3.9.0/lib/rspec/expectations/handler.rb:48:in `handle_matcher'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-expectations-3.9.0/lib/rspec/expectations/expectation_target.rb:65:in `to'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-expectations-3.9.0/lib/rspec/expectations/expectation_target.rb:101:in `to'
>      [exec]      # ./spec/java_integration/types/extension_spec.rb:78:in `block in (root)'
>      [exec]      # org/jruby/RubyBasicObject.java:1728:in `instance_exec'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:257:in `block in run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:503:in `block in with_around_and_singleton_context_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:460:in `block in with_around_example_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:472:in `block in run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:610:in `run_around_example_hooks_for'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:472:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:460:in `with_around_example_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:503:in `with_around_and_singleton_context_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:254:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:633:in `block in run_examples'
>      [exec]      # org/jruby/RubyArray.java:2487:in `map'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:629:in `run_examples'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:595:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:121:in `block in run_specs'
>      [exec]      # org/jruby/RubyArray.java:2487:in `map'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:121:in `block in run_specs'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/configuration.rb:2031:in `with_suite_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:116:in `block in run_specs'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/reporter.rb:74:in `report'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:115:in `run_specs'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:89:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:71:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:45:in `invoke'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/exe/rspec:4:in `<main>'
>      [exec] 
>      [exec]   8) a java.util.Map instance compares with a Hash
>      [exec]      # TODO need more handling to compare Map-s with Hash-es (as expected)
>      [exec]      Failure/Error: expect( m2 > m1 ).to be true
>      [exec] 
>      [exec]        expected true
>      [exec]             got false
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-support-3.9.2/lib/rspec/support.rb:97:in `block in Support'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-support-3.9.2/lib/rspec/support.rb:106:in `notify_failure'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-expectations-3.9.0/lib/rspec/expectations/fail_with.rb:35:in `fail_with'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-expectations-3.9.0/lib/rspec/expectations/handler.rb:40:in `handle_failure'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-expectations-3.9.0/lib/rspec/expectations/handler.rb:50:in `block in handle_matcher'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-expectations-3.9.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-expectations-3.9.0/lib/rspec/expectations/handler.rb:48:in `handle_matcher'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-expectations-3.9.0/lib/rspec/expectations/expectation_target.rb:65:in `to'
>      [exec]      # ./spec/java_integration/types/map_spec.rb:44:in `block in (root)'
>      [exec]      # org/jruby/RubyBasicObject.java:1728:in `instance_exec'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:257:in `block in run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:503:in `block in with_around_and_singleton_context_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:460:in `block in with_around_example_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:472:in `block in run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:610:in `run_around_example_hooks_for'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:472:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:460:in `with_around_example_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:503:in `with_around_and_singleton_context_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:254:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:633:in `block in run_examples'
>      [exec]      # org/jruby/RubyArray.java:2487:in `map'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:629:in `run_examples'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:595:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:121:in `block in run_specs'
>      [exec]      # org/jruby/RubyArray.java:2487:in `map'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:121:in `block in run_specs'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/configuration.rb:2031:in `with_suite_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:116:in `block in run_specs'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/reporter.rb:74:in `report'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:115:in `run_specs'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:89:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:71:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:45:in `invoke'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/exe/rspec:4:in `<main>'
>      [exec] 
>      [exec] Failures:
>      [exec] 
>      [exec]   1) A Java object's java_send method works with package-level classes
>      [exec]      Failure/Error: expect(buffer.java_send(:get, [ Java::int ], 1)).to eq(10)
>      [exec] 
>      [exec]      TypeError:
>      [exec]        illegal access on 'get': class org.jruby.javasupport.JavaMethod cannot access a member of class java.nio.HeapIntBuffer (in module java.base) with modifiers "public"
>      [exec]      # org/jruby/java/proxies/JavaProxy.java:368:in `java_send'
>      [exec]      # ./spec/java_integration/methods/java_send_spec.rb:50:in `block in (root)'
>      [exec]      # org/jruby/RubyBasicObject.java:1728:in `instance_exec'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:257:in `block in run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:503:in `block in with_around_and_singleton_context_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:460:in `block in with_around_example_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:472:in `block in run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:610:in `run_around_example_hooks_for'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:472:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:460:in `with_around_example_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:503:in `with_around_and_singleton_context_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:254:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:633:in `block in run_examples'
>      [exec]      # org/jruby/RubyArray.java:2487:in `map'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:629:in `run_examples'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:595:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:121:in `block in run_specs'
>      [exec]      # org/jruby/RubyArray.java:2487:in `map'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:121:in `block in run_specs'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/configuration.rb:2031:in `with_suite_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:116:in `block in run_specs'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/reporter.rb:74:in `report'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:115:in `run_specs'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:89:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:71:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:45:in `invoke'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/exe/rspec:4:in `<main>'
>      [exec] 
>      [exec]   2) A Java object's java_send method works with private classes
>      [exec]      Failure/Error: map.java_send(:clear)
>      [exec] 
>      [exec]      TypeError:
>      [exec]        illegal access on 'clear': class org.jruby.javasupport.JavaMethod cannot access a member of class java.util.Collections$CheckedMap (in module java.base) with modifiers "public"
>      [exec]      # org/jruby/java/proxies/JavaProxy.java:321:in `java_send'
>      [exec]      # ./spec/java_integration/methods/java_send_spec.rb:65:in `block in (root)'
>      [exec]      # org/jruby/RubyBasicObject.java:1728:in `instance_exec'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:257:in `block in run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:503:in `block in with_around_and_singleton_context_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:460:in `block in with_around_example_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:472:in `block in run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:610:in `run_around_example_hooks_for'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:472:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:460:in `with_around_example_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:503:in `with_around_and_singleton_context_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:254:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:633:in `block in run_examples'
>      [exec]      # org/jruby/RubyArray.java:2487:in `map'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:629:in `run_examples'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:595:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:121:in `block in run_specs'
>      [exec]      # org/jruby/RubyArray.java:2487:in `map'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:121:in `block in run_specs'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/configuration.rb:2031:in `with_suite_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:116:in `block in run_specs'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/reporter.rb:74:in `report'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:115:in `run_specs'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:89:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:71:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:45:in `invoke'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/exe/rspec:4:in `<main>'
>      [exec] 
>      [exec]   3) A Java object marshals local Java class
>      [exec]      Failure/Error: caps_method = hash[:local].capsMethod
>      [exec] 
>      [exec]      NoMethodError:
>      [exec]        undefined method `capsMethod' for #<Java::Java_integrationFixtures::InnerClasses::1CapsImpl:0x700b035b>
>      [exec]      # ./spec/java_integration/object/marshal_spec.rb:29:in `block in (root)'
>      [exec]      # org/jruby/RubyBasicObject.java:1728:in `instance_exec'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:257:in `block in run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:503:in `block in with_around_and_singleton_context_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:460:in `block in with_around_example_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:472:in `block in run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:610:in `run_around_example_hooks_for'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:472:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:460:in `with_around_example_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:503:in `with_around_and_singleton_context_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:254:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:633:in `block in run_examples'
>      [exec]      # org/jruby/RubyArray.java:2487:in `map'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:629:in `run_examples'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:595:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:121:in `block in run_specs'
>      [exec]      # org/jruby/RubyArray.java:2487:in `map'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:121:in `block in run_specs'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/configuration.rb:2031:in `with_suite_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:116:in `block in run_specs'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/reporter.rb:74:in `report'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:115:in `run_specs'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:89:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:71:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:45:in `invoke'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/exe/rspec:4:in `<main>'
>      [exec] 
>      [exec]   4) A Java object marshals anonymous Java class
>      [exec]      Failure/Error: caps_method = array[0].capsMethod
>      [exec] 
>      [exec]      NoMethodError:
>      [exec]        undefined method `capsMethod' for #<Java::Java_integrationFixtures::InnerClasses::1:0x5bb7fc38>
>      [exec]      # ./spec/java_integration/object/marshal_spec.rb:41:in `block in (root)'
>      [exec]      # org/jruby/RubyBasicObject.java:1728:in `instance_exec'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:257:in `block in run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:503:in `block in with_around_and_singleton_context_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:460:in `block in with_around_example_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:472:in `block in run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:610:in `run_around_example_hooks_for'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:472:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:460:in `with_around_example_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:503:in `with_around_and_singleton_context_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:254:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:633:in `block in run_examples'
>      [exec]      # org/jruby/RubyArray.java:2487:in `map'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:629:in `run_examples'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:595:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:121:in `block in run_specs'
>      [exec]      # org/jruby/RubyArray.java:2487:in `map'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:121:in `block in run_specs'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/configuration.rb:2031:in `with_suite_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:116:in `block in run_specs'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/reporter.rb:74:in `report'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:115:in `run_specs'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:89:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:71:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:45:in `invoke'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/exe/rspec:4:in `<main>'
>      [exec] 
>      [exec]   5) A Java primitive Array of type Object should raise TypeError when types can't be coerced
>      [exec]      Failure/Error: expect { [Time.new].to_java :string }.to raise_error(TypeError)
>      [exec] 
>      [exec]        expected TypeError, got java.lang.NoClassDefFoundError: java/sql/Date with backtrace:
>      [exec]          # org.jruby.RubyTime.toJava(RubyTime.java:1266)
>      [exec]          # org.jruby.java.util.ArrayUtils.copyDataToJavaArrayDirect(ArrayUtils.java:170)
>      [exec]          # org.jruby.java.util.ArrayUtils.copyDataToJavaArrayDirect(ArrayUtils.java:135)
>      [exec]          # org.jruby.javasupport.JavaClass.javaArrayFromRubyArrayDirect(JavaClass.java:905)
>      [exec]          # org.jruby.javasupport.JavaClass.javaArrayFromRubyArray(JavaClass.java:875)
>      [exec]          # org.jruby.java.addons.KernelJavaAddons.to_java(KernelJavaAddons.java:27)
>      [exec]          # org.jruby.java.addons.KernelJavaAddons$INVOKER$s$to_java.call(KernelJavaAddons$INVOKER$s$to_java.gen)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:318)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
>      [exec]          # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:315)
>      [exec]          # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
>      [exec]          # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:127)
>      [exec]          # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:149)
>      [exec]          # org.jruby.runtime.IRBlockBody.call(IRBlockBody.java:73)
>      [exec]          # org.jruby.runtime.Block.call(Block.java:124)
>      [exec]          # org.jruby.RubyProc.call(RubyProc.java:289)
>      [exec]          # org.jruby.RubyProc.call19(RubyProc.java:273)
>      [exec]          # org.jruby.RubyProc$INVOKER$i$0$0$call19.call(RubyProc$INVOKER$i$0$0$call19.gen)
>      [exec]          # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:198)
>      [exec]          # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:194)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:125)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_expectations_minus_3_dot_9_dot_0.lib.rspec.matchers.built_in.raise_error.invokeOther9:call(/usr/share/rubygems-integration/all/gems/rspec-expectations-3.9.0/lib/rspec/matchers/built_in/raise_error.rb:52)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_expectations_minus_3_dot_9_dot_0.lib.rspec.matchers.built_in.raise_error.RUBY$method$matches?$0(/usr/share/rubygems-integration/all/gems/rspec-expectations-3.9.0/lib/rspec/matchers/built_in/raise_error.rb:52)
>      [exec]          # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
>      [exec]          # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
>      [exec]          # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:328)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:165)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_expectations_minus_3_dot_9_dot_0.lib.rspec.expectations.handler.invokeOther0:matches?(/usr/share/rubygems-integration/all/gems/rspec-expectations-3.9.0/lib/rspec/expectations/handler.rb:50)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_expectations_minus_3_dot_9_dot_0.lib.rspec.expectations.handler.RUBY$block$handle_matcher$1(/usr/share/rubygems-integration/all/gems/rspec-expectations-3.9.0/lib/rspec/expectations/handler.rb:50)
>      [exec]          # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
>      [exec]          # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
>      [exec]          # org.jruby.runtime.Block.yield(Block.java:165)
>      [exec]          # org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:417)
>      [exec]          # org.jruby.ir.targets.YieldSite.yield(YieldSite.java:92)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_expectations_minus_3_dot_9_dot_0.lib.rspec.expectations.handler.RUBY$method$with_matcher$0(/usr/share/rubygems-integration/all/gems/rspec-expectations-3.9.0/lib/rspec/expectations/handler.rb:27)
>      [exec]          # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
>      [exec]          # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:233)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:219)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:226)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_expectations_minus_3_dot_9_dot_0.lib.rspec.expectations.handler.invokeOther6:with_matcher(/usr/share/rubygems-integration/all/gems/rspec-expectations-3.9.0/lib/rspec/expectations/handler.rb:48)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_expectations_minus_3_dot_9_dot_0.lib.rspec.expectations.handler.RUBY$method$handle_matcher$0(/usr/share/rubygems-integration/all/gems/rspec-expectations-3.9.0/lib/rspec/expectations/handler.rb:48)
>      [exec]          # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
>      [exec]          # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:126)
>      [exec]          # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:233)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:219)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_expectations_minus_3_dot_9_dot_0.lib.rspec.expectations.expectation_target.invokeOther4:handle_matcher(/usr/share/rubygems-integration/all/gems/rspec-expectations-3.9.0/lib/rspec/expectations/expectation_target.rb:65)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_expectations_minus_3_dot_9_dot_0.lib.rspec.expectations.expectation_target.RUBY$method$to$0(/usr/share/rubygems-integration/all/gems/rspec-expectations-3.9.0/lib/rspec/expectations/expectation_target.rb:65)
>      [exec]          # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
>      [exec]          # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:93)
>      [exec]          # org.jruby.ir.runtime.IRRuntimeHelpers.instanceSuper(IRRuntimeHelpers.java:1004)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_expectations_minus_3_dot_9_dot_0.lib.rspec.expectations.expectation_target.invokeSuper1:to(/usr/share/rubygems-integration/all/gems/rspec-expectations-3.9.0/lib/rspec/expectations/expectation_target.rb:101)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_expectations_minus_3_dot_9_dot_0.lib.rspec.expectations.expectation_target.RUBY$method$to$0(/usr/share/rubygems-integration/all/gems/rspec-expectations-3.9.0/lib/rspec/expectations/expectation_target.rb:101)
>      [exec]          # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
>      [exec]          # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
>      [exec]          # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
>      [exec]          # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:318)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
>      [exec]          # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:315)
>      [exec]          # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
>      [exec]          # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:127)
>      [exec]          # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:149)
>      [exec]          # org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:193)
>      [exec]          # org.jruby.runtime.BlockBody.yield(BlockBody.java:125)
>      [exec]          # org.jruby.runtime.Block.yieldNonArray(Block.java:169)
>      [exec]          # org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1751)
>      [exec]          # org.jruby.RubyBasicObject.instance_exec19(RubyBasicObject.java:1728)
>      [exec]          # org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec19.call(RubyBasicObject$INVOKER$i$0$3$instance_exec19.gen)
>      [exec]          # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:328)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:165)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.invokeOther3:instance_exec(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:257)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.RUBY$block$run$1(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:257)
>      [exec]          # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
>      [exec]          # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:80)
>      [exec]          # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
>      [exec]          # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:421)
>      [exec]          # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:119)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.RUBY$block$with_around_and_singleton_context_hooks$1(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:503)
>      [exec]          # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
>      [exec]          # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:80)
>      [exec]          # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
>      [exec]          # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:421)
>      [exec]          # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:119)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.RUBY$block$with_around_example_hooks$1(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:460)
>      [exec]          # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
>      [exec]          # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:80)
>      [exec]          # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
>      [exec]          # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:421)
>      [exec]          # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:119)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.hooks.RUBY$block$run$1(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:472)
>      [exec]          # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
>      [exec]          # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:80)
>      [exec]          # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
>      [exec]          # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:421)
>      [exec]          # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:119)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.hooks.RUBY$method$run_around_example_hooks_for$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:610)
>      [exec]          # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
>      [exec]          # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:170)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.hooks.invokeOther21:run_around_example_hooks_for(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:472)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.hooks.RUBY$method$run$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:472)
>      [exec]          # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
>      [exec]          # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:233)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:219)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:226)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.invokeOther6:run(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:460)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.RUBY$method$with_around_example_hooks$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:460)
>      [exec]          # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
>      [exec]          # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:128)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:135)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:142)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.invokeOther5:with_around_example_hooks(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:503)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.RUBY$method$with_around_and_singleton_context_hooks$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:503)
>      [exec]          # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
>      [exec]          # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:128)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:135)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:142)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.invokeOther43:with_around_and_singleton_context_hooks(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:254)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.RUBY$method$run$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:254)
>      [exec]          # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:116)
>      [exec]          # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:198)
>      [exec]          # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:181)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.invokeOther6:run(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:633)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.RUBY$block$run_examples$1(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:633)
>      [exec]          # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
>      [exec]          # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
>      [exec]          # org.jruby.runtime.Block.yield(Block.java:165)
>      [exec]          # org.jruby.RubyArray.collect(RubyArray.java:2473)
>      [exec]          # org.jruby.RubyArray.map19(RubyArray.java:2487)
>      [exec]          # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:135)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:142)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.invokeOther15:map(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:629)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.RUBY$method$run_examples$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:629)
>      [exec]          # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
>      [exec]          # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
>      [exec]          # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:318)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.invokeOther28:run_examples(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:595)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.RUBY$method$run$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:595)
>      [exec]          # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
>      [exec]          # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
>      [exec]          # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
>      [exec]          # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:318)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.invokeOther0:run(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:596)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.RUBY$block$run$1(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:596)
>      [exec]          # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
>      [exec]          # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
>      [exec]          # org.jruby.runtime.Block.yield(Block.java:165)
>      [exec]          # org.jruby.RubyArray.collect(RubyArray.java:2473)
>      [exec]          # org.jruby.RubyArray.map19(RubyArray.java:2487)
>      [exec]          # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:135)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:142)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.invokeOther33:map(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:596)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.RUBY$method$run$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:596)
>      [exec]          # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
>      [exec]          # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
>      [exec]          # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
>      [exec]          # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:318)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.runner.invokeOther0:run(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:121)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.runner.RUBY$block$run_specs$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:121)
>      [exec]          # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
>      [exec]          # org.jruby.runtime.MixedModeIRBlockBody.yieldDirect(MixedModeIRBlockBody.java:123)
>      [exec]          # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
>      [exec]          # org.jruby.runtime.Block.yield(Block.java:165)
>      [exec]          # org.jruby.RubyArray.collect(RubyArray.java:2473)
>      [exec]          # org.jruby.RubyArray.map19(RubyArray.java:2487)
>      [exec]          # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
>      [exec]          # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:536)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:278)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:79)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:84)
>      [exec]          # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:429)
>      [exec]          # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:360)
>      [exec]          # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
>      [exec]          # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:127)
>      [exec]          # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:149)
>      [exec]          # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:84)
>      [exec]          # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
>      [exec]          # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:421)
>      [exec]          # org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
>      [exec]          # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
>      [exec]          # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
>      [exec]          # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
>      [exec]          # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:278)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:79)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:84)
>      [exec]          # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:429)
>      [exec]          # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:360)
>      [exec]          # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
>      [exec]          # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:127)
>      [exec]          # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:149)
>      [exec]          # org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:186)
>      [exec]          # org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
>      [exec]          # org.jruby.runtime.Block.yield(Block.java:165)
>      [exec]          # org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:417)
>      [exec]          # org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:83)
>      [exec]          # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
>      [exec]          # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
>      [exec]          # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:84)
>      [exec]          # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:179)
>      [exec]          # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:165)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:328)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:165)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:170)
>      [exec]          # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:336)
>      [exec]          # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
>      [exec]          # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:84)
>      [exec]          # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:179)
>      [exec]          # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:165)
>      [exec]          # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:318)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
>      [exec]          # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:315)
>      [exec]          # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
>      [exec]          # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:90)
>      [exec]          # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:214)
>      [exec]          # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:200)
>      [exec]          # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:338)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183)
>      [exec]          # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:324)
>      [exec]          # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
>      [exec]          # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
>      [exec]          # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:278)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:79)
>      [exec]          # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:432)
>      [exec]          # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:360)
>      [exec]          # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
>      [exec]          # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:78)
>      [exec]          # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:144)
>      [exec]          # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:130)
>      [exec]          # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:194)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:298)
>      [exec]          # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:127)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.exe.rspec.invokeOther2:invoke(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/exe/rspec:4)
>      [exec]          # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.exe.rspec.RUBY$script(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/exe/rspec:4)
>      [exec]          # java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:710)
>      [exec]          # org.jruby.ir.Compiler$1.load(Compiler.java:94)
>      [exec]          # org.jruby.Ruby.runScript(Ruby.java:830)
>      [exec]          # org.jruby.Ruby.runNormally(Ruby.java:749)
>      [exec]          # org.jruby.Ruby.runNormally(Ruby.java:767)
>      [exec]          # org.jruby.Ruby.runFromMain(Ruby.java:580)
>      [exec]          # org.jruby.Main.doRunFromMain(Main.java:417)
>      [exec]          # org.jruby.Main.internalRun(Main.java:305)
>      [exec]          # org.jruby.Main.run(Main.java:232)
>      [exec]          # org.jruby.Main.main(Main.java:204)
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-support-3.9.2/lib/rspec/support.rb:97:in `block in Support'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-support-3.9.2/lib/rspec/support.rb:106:in `notify_failure'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-expectations-3.9.0/lib/rspec/expectations/fail_with.rb:35:in `fail_with'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-expectations-3.9.0/lib/rspec/expectations/handler.rb:40:in `handle_failure'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-expectations-3.9.0/lib/rspec/expectations/handler.rb:50:in `block in handle_matcher'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-expectations-3.9.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-expectations-3.9.0/lib/rspec/expectations/handler.rb:48:in `handle_matcher'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-expectations-3.9.0/lib/rspec/expectations/expectation_target.rb:65:in `to'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-expectations-3.9.0/lib/rspec/expectations/expectation_target.rb:101:in `to'
>      [exec]      # ./spec/java_integration/types/array_spec.rb:1028:in `block in (root)'
>      [exec]      # org/jruby/RubyBasicObject.java:1728:in `instance_exec'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:257:in `block in run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:503:in `block in with_around_and_singleton_context_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:460:in `block in with_around_example_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:472:in `block in run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:610:in `run_around_example_hooks_for'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:472:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:460:in `with_around_example_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:503:in `with_around_and_singleton_context_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:254:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:633:in `block in run_examples'
>      [exec]      # org/jruby/RubyArray.java:2487:in `map'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:629:in `run_examples'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:595:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:596:in `block in run'
>      [exec]      # org/jruby/RubyArray.java:2487:in `map'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:596:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:121:in `block in run_specs'
>      [exec]      # org/jruby/RubyArray.java:2487:in `map'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:121:in `block in run_specs'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/configuration.rb:2031:in `with_suite_hooks'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:116:in `block in run_specs'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/reporter.rb:74:in `report'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:115:in `run_specs'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:89:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:71:in `run'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:45:in `invoke'
>      [exec]      # /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/exe/rspec:4:in `<main>'
>      [exec] 
>      [exec]   6) Time"to_java when passed java.sql.Date coerces to java.sql.Date
>      [exec]      Failure/Error: Unable to find org.jruby.RubyTime.toJava(RubyTime.java to read failed line
>      [exec] 
>      [exec]      Java::JavaLang::NoClassDefFoundError:
>      [exec]        java/sql/Date
>      [exec]      # org.jruby.RubyTime.toJava(RubyTime.java:1266)
>      [exec]      # org.jruby.java.addons.KernelJavaAddons.to_java(KernelJavaAddons.java:29)
>      [exec]      # org.jruby.java.addons.KernelJavaAddons$INVOKER$s$to_java.call(KernelJavaAddons$INVOKER$s$to_java.gen)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:318)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:315)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
>      [exec]      # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:127)
>      [exec]      # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:149)
>      [exec]      # org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:193)
>      [exec]      # org.jruby.runtime.BlockBody.yield(BlockBody.java:125)
>      [exec]      # org.jruby.runtime.Block.yieldNonArray(Block.java:169)
>      [exec]      # org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1751)
>      [exec]      # org.jruby.RubyBasicObject.instance_exec19(RubyBasicObject.java:1728)
>      [exec]      # org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec19.call(RubyBasicObject$INVOKER$i$0$3$instance_exec19.gen)
>      [exec]      # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:328)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:165)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.invokeOther3:instance_exec(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:257)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.RUBY$block$run$1(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:257)
>      [exec]      # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
>      [exec]      # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:80)
>      [exec]      # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
>      [exec]      # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:421)
>      [exec]      # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:119)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.RUBY$block$with_around_and_singleton_context_hooks$1(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:503)
>      [exec]      # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
>      [exec]      # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:80)
>      [exec]      # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
>      [exec]      # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:421)
>      [exec]      # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:119)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.RUBY$block$with_around_example_hooks$1(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:460)
>      [exec]      # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
>      [exec]      # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:80)
>      [exec]      # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
>      [exec]      # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:421)
>      [exec]      # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:119)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.hooks.RUBY$block$run$1(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:472)
>      [exec]      # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
>      [exec]      # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:80)
>      [exec]      # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
>      [exec]      # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:421)
>      [exec]      # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:119)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.hooks.RUBY$method$run_around_example_hooks_for$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:610)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:170)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.hooks.invokeOther21:run_around_example_hooks_for(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:472)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.hooks.RUBY$method$run$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:472)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:233)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:219)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:226)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.invokeOther6:run(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:460)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.RUBY$method$with_around_example_hooks$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:460)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:128)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:135)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:142)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.invokeOther5:with_around_example_hooks(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:503)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.RUBY$method$with_around_and_singleton_context_hooks$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:503)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:128)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:135)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:142)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.invokeOther43:with_around_and_singleton_context_hooks(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:254)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.RUBY$method$run$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:254)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:116)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:198)
>      [exec]      # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:181)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.invokeOther6:run(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:633)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.RUBY$block$run_examples$1(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:633)
>      [exec]      # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
>      [exec]      # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
>      [exec]      # org.jruby.runtime.Block.yield(Block.java:165)
>      [exec]      # org.jruby.RubyArray.collect(RubyArray.java:2473)
>      [exec]      # org.jruby.RubyArray.map19(RubyArray.java:2487)
>      [exec]      # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:135)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:142)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.invokeOther15:map(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:629)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.RUBY$method$run_examples$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:629)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
>      [exec]      # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:318)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.invokeOther28:run_examples(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:595)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.RUBY$method$run$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:595)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
>      [exec]      # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:318)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.invokeOther0:run(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:596)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.RUBY$block$run$1(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:596)
>      [exec]      # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
>      [exec]      # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
>      [exec]      # org.jruby.runtime.Block.yield(Block.java:165)
>      [exec]      # org.jruby.RubyArray.collect(RubyArray.java:2473)
>      [exec]      # org.jruby.RubyArray.map19(RubyArray.java:2487)
>      [exec]      # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:135)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:142)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.invokeOther33:map(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:596)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.RUBY$method$run$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:596)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
>      [exec]      # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:318)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.runner.invokeOther0:run(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:121)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.runner.RUBY$block$run_specs$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:121)
>      [exec]      # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
>      [exec]      # org.jruby.runtime.MixedModeIRBlockBody.yieldDirect(MixedModeIRBlockBody.java:123)
>      [exec]      # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
>      [exec]      # org.jruby.runtime.Block.yield(Block.java:165)
>      [exec]      # org.jruby.RubyArray.collect(RubyArray.java:2473)
>      [exec]      # org.jruby.RubyArray.map19(RubyArray.java:2487)
>      [exec]      # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
>      [exec]      # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:536)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:278)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:79)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:84)
>      [exec]      # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:429)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:360)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
>      [exec]      # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:127)
>      [exec]      # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:149)
>      [exec]      # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:84)
>      [exec]      # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
>      [exec]      # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:421)
>      [exec]      # org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:278)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:79)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:84)
>      [exec]      # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:429)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:360)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
>      [exec]      # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:127)
>      [exec]      # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:149)
>      [exec]      # org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:186)
>      [exec]      # org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
>      [exec]      # org.jruby.runtime.Block.yield(Block.java:165)
>      [exec]      # org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:417)
>      [exec]      # org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:83)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:84)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:179)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:165)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:328)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:165)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:170)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:336)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:84)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:179)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:165)
>      [exec]      # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:318)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:315)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:90)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:214)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:200)
>      [exec]      # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:338)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:324)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:278)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:79)
>      [exec]      # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:432)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:360)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:78)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:144)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:130)
>      [exec]      # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:194)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:298)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:127)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.exe.rspec.invokeOther2:invoke(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/exe/rspec:4)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.exe.rspec.RUBY$script(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/exe/rspec:4)
>      [exec]      # java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:710)
>      [exec]      # org.jruby.ir.Compiler$1.load(Compiler.java:94)
>      [exec]      # org.jruby.Ruby.runScript(Ruby.java:830)
>      [exec]      # org.jruby.Ruby.runNormally(Ruby.java:749)
>      [exec]      # org.jruby.Ruby.runNormally(Ruby.java:767)
>      [exec]      # org.jruby.Ruby.runFromMain(Ruby.java:580)
>      [exec]      # org.jruby.Main.doRunFromMain(Main.java:417)
>      [exec]      # org.jruby.Main.internalRun(Main.java:305)
>      [exec]      # org.jruby.Main.run(Main.java:232)
>      [exec]      # org.jruby.Main.main(Main.java:204)
>      [exec] 
>      [exec]   7) Time"to_java when passed java.sql.Time coerces to java.sql.Time
>      [exec]      Failure/Error: Unable to find org.jruby.RubyTime.toJava(RubyTime.java to read failed line
>      [exec] 
>      [exec]      Java::JavaLang::NoClassDefFoundError:
>      [exec]        java/sql/Date
>      [exec]      # org.jruby.RubyTime.toJava(RubyTime.java:1266)
>      [exec]      # org.jruby.java.addons.KernelJavaAddons.to_java(KernelJavaAddons.java:29)
>      [exec]      # org.jruby.java.addons.KernelJavaAddons$INVOKER$s$to_java.call(KernelJavaAddons$INVOKER$s$to_java.gen)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:318)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:315)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
>      [exec]      # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:127)
>      [exec]      # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:149)
>      [exec]      # org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:193)
>      [exec]      # org.jruby.runtime.BlockBody.yield(BlockBody.java:125)
>      [exec]      # org.jruby.runtime.Block.yieldNonArray(Block.java:169)
>      [exec] 
>      [exec] Deprecation Warnings:
>      [exec] 
>      [exec] Using `should` from rspec-expectations' old `:should` syntax without explicitly enabling the syntax is deprecated. Use the new `:expect` syntax or explicitly enable `:should` with `config.expect_with(:rspec) { |c| c.syntax = :should }` instead. Called from /<<PKGBUILDDIR>>/spec/java_integration/types/coercion_spec.rb:754:in `block in (root)'.
>      [exec] 
>      [exec] 
>      [exec] If you need more of the backtrace for any of these deprecations to
>      [exec] identify where to make the necessary changes, you can configure
>      [exec] `config.raise_errors_for_deprecations!`, and it will turn the
>      [exec] deprecation warnings into errors, giving you the full backtrace.
>      [exec]      # org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1751)
>      [exec]      # org.jruby.RubyBasicObject.instance_exec19(RubyBasicObject.java:1728)
>      [exec]      # org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec19.call(RubyBasicObject$INVOKER$i$0$3$instance_exec19.gen)
>      [exec]      # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:328)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:165)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.invokeOther3:instance_exec(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:257)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.RUBY$block$run$1(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:257)
>      [exec]      # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
>      [exec]      # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:80)
>      [exec]      # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
>      [exec]      # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:421)
>      [exec]      # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:119)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.RUBY$block$with_around_and_singleton_context_hooks$1(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:503)
>      [exec]      # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
>      [exec]      # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:80)
>      [exec]      # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
>      [exec]      # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:421)
>      [exec]      # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:119)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.RUBY$block$with_around_example_hooks$1(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:460)
>      [exec]      # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
>      [exec]      # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:80)
>      [exec]      # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
>      [exec]      # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:421)
>      [exec]      # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:119)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.hooks.RUBY$block$run$1(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:472)
>      [exec]      # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
>      [exec]      # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:80)
>      [exec]      # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
>      [exec]      # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:421)
>      [exec]      # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:119)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.hooks.RUBY$method$run_around_example_hooks_for$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:610)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:170)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.hooks.invokeOther21:run_around_example_hooks_for(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:472)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.hooks.RUBY$method$run$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:472)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:233)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:219)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:226)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.invokeOther6:run(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:460)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.RUBY$method$with_around_example_hooks$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:460)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:128)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:135)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:142)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.invokeOther5:with_around_example_hooks(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:503)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.RUBY$method$with_around_and_singleton_context_hooks$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:503)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:128)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:135)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:142)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.invokeOther43:with_around_and_singleton_context_hooks(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:254)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.RUBY$method$run$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:254)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:116)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:198)
>      [exec]      # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:181)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.invokeOther6:run(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:633)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.RUBY$block$run_examples$1(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:633)
>      [exec]      # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
>      [exec]      # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
>      [exec]      # org.jruby.runtime.Block.yield(Block.java:165)
>      [exec]      # org.jruby.RubyArray.collect(RubyArray.java:2473)
>      [exec]      # org.jruby.RubyArray.map19(RubyArray.java:2487)
>      [exec]      # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:135)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:142)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.invokeOther15:map(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:629)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.RUBY$method$run_examples$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:629)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
>      [exec]      # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:318)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.invokeOther28:run_examples(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:595)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.RUBY$method$run$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:595)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
>      [exec]      # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:318)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.invokeOther0:run(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:596)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.RUBY$block$run$1(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:596)
>      [exec]      # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
>      [exec]      # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
>      [exec]      # org.jruby.runtime.Block.yield(Block.java:165)
>      [exec]      # org.jruby.RubyArray.collect(RubyArray.java:2473)
>      [exec]      # org.jruby.RubyArray.map19(RubyArray.java:2487)
>      [exec]      # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:135)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:142)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.invokeOther33:map(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:596)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.RUBY$method$run$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:596)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
>      [exec]      # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:318)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.runner.invokeOther0:run(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:121)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.runner.RUBY$block$run_specs$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:121)
>      [exec]      # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
>      [exec]      # org.jruby.runtime.MixedModeIRBlockBody.yieldDirect(MixedModeIRBlockBody.java:123)
>      [exec]      # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
>      [exec]      # org.jruby.runtime.Block.yield(Block.java:165)
>      [exec]      # org.jruby.RubyArray.collect(RubyArray.java:2473)
>      [exec]      # org.jruby.RubyArray.map19(RubyArray.java:2487)
>      [exec]      # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
>      [exec]      # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:536)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:278)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:79)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:84)
>      [exec]      # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:429)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:360)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
>      [exec]      # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:127)
>      [exec]      # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:149)
>      [exec]      # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:84)
>      [exec]      # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
>      [exec]      # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:421)
>      [exec]      # org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:278)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:79)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:84)
>      [exec]      # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:429)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:360)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
>      [exec]      # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:127)
>      [exec]      # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:149)
>      [exec]      # org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:186)
>      [exec]      # org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
>      [exec]      # org.jruby.runtime.Block.yield(Block.java:165)
>      [exec]      # org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:417)
>      [exec]      # org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:83)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:84)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:179)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:165)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:328)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:165)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:170)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:336)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:84)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:179)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:165)
>      [exec]      # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:318)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:315)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:90)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:214)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:200)
>      [exec]      # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:338)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:324)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:278)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:79)
>      [exec]      # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:432)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:360)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:78)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:144)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:130)
>      [exec]      # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:194)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:298)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:127)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.exe.rspec.invokeOther2:invoke(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/exe/rspec:4)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.exe.rspec.RUBY$script(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/exe/rspec:4)
>      [exec]      # java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:710)
>      [exec]      # org.jruby.ir.Compiler$1.load(Compiler.java:94)
>      [exec]      # org.jruby.Ruby.runScript(Ruby.java:830)
>      [exec]      # org.jruby.Ruby.runNormally(Ruby.java:749)
>      [exec]      # org.jruby.Ruby.runNormally(Ruby.java:767)
>      [exec]      # org.jruby.Ruby.runFromMain(Ruby.java:580)
>      [exec]      # org.jruby.Main.doRunFromMain(Main.java:417)
>      [exec]      # org.jruby.Main.internalRun(Main.java:305)
>      [exec]      # org.jruby.Main.run(Main.java:232)
>      [exec]      # org.jruby.Main.main(Main.java:204)
>      [exec] 
>      [exec]   8) Time"to_java when passed java.sql.Timestamp coerces to java.sql.Timestamp
>      [exec]      Failure/Error: Unable to find org.jruby.RubyTime.toJava(RubyTime.java to read failed line
>      [exec] 
>      [exec]      Java::JavaLang::NoClassDefFoundError:
>      [exec]        java/sql/Date
>      [exec]      # org.jruby.RubyTime.toJava(RubyTime.java:1266)
>      [exec]      # org.jruby.java.addons.KernelJavaAddons.to_java(KernelJavaAddons.java:29)
>      [exec]      # org.jruby.java.addons.KernelJavaAddons$INVOKER$s$to_java.call(KernelJavaAddons$INVOKER$s$to_java.gen)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:318)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:315)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
>      [exec]      # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:127)
>      [exec]      # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:149)
>      [exec]      # org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:193)
>      [exec]      # org.jruby.runtime.BlockBody.yield(BlockBody.java:125)
>      [exec]      # org.jruby.runtime.Block.yieldNonArray(Block.java:169)
>      [exec]      # org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1751)
>      [exec]      # org.jruby.RubyBasicObject.instance_exec19(RubyBasicObject.java:1728)
>      [exec]      # org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec19.call(RubyBasicObject$INVOKER$i$0$3$instance_exec19.gen)
>      [exec]      # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:328)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:165)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.invokeOther3:instance_exec(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:257)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.RUBY$block$run$1(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:257)
>      [exec]      # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
>      [exec]      # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:80)
>      [exec]      # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
>      [exec]      # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:421)
>      [exec]      # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:119)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.RUBY$block$with_around_and_singleton_context_hooks$1(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:503)
>      [exec]      # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
>      [exec]      # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:80)
>      [exec]      # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
>      [exec]      # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:421)
>      [exec]      # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:119)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.RUBY$block$with_around_example_hooks$1(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:460)
>      [exec]      # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
>      [exec]      # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:80)
>      [exec]      # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
>      [exec]      # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:421)
>      [exec]      # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:119)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.hooks.RUBY$block$run$1(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:472)
>      [exec]      # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
>      [exec]      # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:80)
>      [exec]      # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
>      [exec]      # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:421)
>      [exec]      # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:119)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.hooks.RUBY$method$run_around_example_hooks_for$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:610)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:170)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.hooks.invokeOther21:run_around_example_hooks_for(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:472)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.hooks.RUBY$method$run$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:472)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:233)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:219)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:226)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.invokeOther6:run(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:460)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.RUBY$method$with_around_example_hooks$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:460)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:128)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:135)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:142)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.invokeOther5:with_around_example_hooks(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:503)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.RUBY$method$with_around_and_singleton_context_hooks$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:503)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:128)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:135)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:142)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.invokeOther43:with_around_and_singleton_context_hooks(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:254)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.RUBY$method$run$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:254)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:116)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:198)
>      [exec]      # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:181)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.invokeOther6:run(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:633)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.RUBY$block$run_examples$1(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:633)
>      [exec]      # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
>      [exec]      # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
>      [exec]      # org.jruby.runtime.Block.yield(Block.java:165)
>      [exec]      # org.jruby.RubyArray.collect(RubyArray.java:2473)
>      [exec]      # org.jruby.RubyArray.map19(RubyArray.java:2487)
>      [exec]      # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:135)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:142)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.invokeOther15:map(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:629)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.RUBY$method$run_examples$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:629)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
>      [exec]      # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:318)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.invokeOther28:run_examples(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:595)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.RUBY$method$run$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:595)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
>      [exec]      # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:318)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.invokeOther0:run(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:596)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.RUBY$block$run$1(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:596)
>      [exec]      # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
>      [exec]      # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
>      [exec]      # org.jruby.runtime.Block.yield(Block.java:165)
>      [exec]      # org.jruby.RubyArray.collect(RubyArray.java:2473)
>      [exec]      # org.jruby.RubyArray.map19(RubyArray.java:2487)
>      [exec]      # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:135)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:142)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.invokeOther33:map(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:596)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.RUBY$method$run$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:596)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
>      [exec]      # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:318)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.runner.invokeOther0:run(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:121)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.runner.RUBY$block$run_specs$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:121)
>      [exec]      # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
>      [exec]      # org.jruby.runtime.MixedModeIRBlockBody.yieldDirect(MixedModeIRBlockBody.java:123)
>      [exec]      # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
>      [exec]      # org.jruby.runtime.Block.yield(Block.java:165)
>      [exec]      # org.jruby.RubyArray.collect(RubyArray.java:2473)
>      [exec]      # org.jruby.RubyArray.map19(RubyArray.java:2487)
>      [exec]      # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
>      [exec]      # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:536)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:278)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:79)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:84)
>      [exec]      # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:429)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:360)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
>      [exec]      # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:127)
>      [exec]      # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:149)
>      [exec]      # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:84)
>      [exec]      # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
>      [exec]      # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:421)
>      [exec]      # org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:278)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:79)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:84)
>      [exec]      # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:429)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:360)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
>      [exec]      # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:127)
>      [exec]      # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:149)
>      [exec]      # org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:186)
>      [exec]      # org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
>      [exec]      # org.jruby.runtime.Block.yield(Block.java:165)
>      [exec]      # org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:417)
>      [exec]      # org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:83)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:84)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:179)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:165)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:328)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:165)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:170)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:336)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:84)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:179)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:165)
>      [exec]      # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:318)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:315)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:90)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:214)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:200)
>      [exec]      # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:338)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:324)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:278)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:79)
>      [exec]      # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:432)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:360)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:78)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:144)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:130)
>      [exec]      # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:194)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:298)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:127)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.exe.rspec.invokeOther2:invoke(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/exe/rspec:4)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.exe.rspec.RUBY$script(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/exe/rspec:4)
>      [exec]      # java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:710)
>      [exec]      # org.jruby.ir.Compiler$1.load(Compiler.java:94)
>      [exec]      # org.jruby.Ruby.runScript(Ruby.java:830)
>      [exec]      # org.jruby.Ruby.runNormally(Ruby.java:749)
>      [exec]      # org.jruby.Ruby.runNormally(Ruby.java:767)
>      [exec]      # org.jruby.Ruby.runFromMain(Ruby.java:580)
>      [exec]      # org.jruby.Main.doRunFromMain(Main.java:417)
>      [exec]      # org.jruby.Main.internalRun(Main.java:305)
>      [exec]      # org.jruby.Main.run(Main.java:232)
>      [exec]      # org.jruby.Main.main(Main.java:204)
>      [exec] 
>      [exec]   9) Time"to_java when passed java.lang.Object coerces to java.util.Date
>      [exec]      Failure/Error: Unable to find org.jruby.RubyTime.toJava(RubyTime.java to read failed line
>      [exec] 
>      [exec]      Java::JavaLang::NoClassDefFoundError:
>      [exec]        java/sql/Date
>      [exec]      # org.jruby.RubyTime.toJava(RubyTime.java:1266)
>      [exec]      # org.jruby.java.addons.KernelJavaAddons.to_java(KernelJavaAddons.java:29)
>      [exec]      # org.jruby.java.addons.KernelJavaAddons$INVOKER$s$to_java.call(KernelJavaAddons$INVOKER$s$to_java.gen)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:318)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:315)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
>      [exec]      # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:127)
>      [exec]      # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:149)
>      [exec]      # org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:193)
>      [exec]      # org.jruby.runtime.BlockBody.yield(BlockBody.java:125)
>      [exec]      # org.jruby.runtime.Block.yieldNonArray(Block.java:169)
>      [exec]      # org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1751)
>      [exec]      # org.jruby.RubyBasicObject.instance_exec19(RubyBasicObject.java:1728)
>      [exec]      # org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec19.call(RubyBasicObject$INVOKER$i$0$3$instance_exec19.gen)
>      [exec]      # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:328)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:165)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.invokeOther3:instance_exec(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:257)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.RUBY$block$run$1(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:257)
>      [exec]      # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
>      [exec]      # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:80)
>      [exec]      # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
>      [exec]      # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:421)
>      [exec]      # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:119)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.RUBY$block$with_around_and_singleton_context_hooks$1(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:503)
>      [exec]      # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
>      [exec]      # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:80)
>      [exec]      # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
>      [exec]      # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:421)
>      [exec]      # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:119)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.RUBY$block$with_around_example_hooks$1(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:460)
>      [exec]      # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
>      [exec]      # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:80)
>      [exec]      # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
>      [exec]      # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:421)
>      [exec]      # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:119)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.hooks.RUBY$block$run$1(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:472)
>      [exec]      # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
>      [exec]      # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:80)
>      [exec]      # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
>      [exec]      # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:421)
>      [exec]      # org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:119)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.hooks.RUBY$method$run_around_example_hooks_for$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:610)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:170)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.hooks.invokeOther21:run_around_example_hooks_for(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:472)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.hooks.RUBY$method$run$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:472)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:129)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:233)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:219)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:226)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.invokeOther6:run(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:460)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.RUBY$method$with_around_example_hooks$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:460)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:128)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:135)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:142)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.invokeOther5:with_around_example_hooks(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:503)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.RUBY$method$with_around_and_singleton_context_hooks$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:503)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:90)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:128)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:135)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:142)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.invokeOther43:with_around_and_singleton_context_hooks(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:254)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example.RUBY$method$run$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:254)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:116)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:198)
>      [exec]      # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:181)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.invokeOther6:run(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:633)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.RUBY$block$run_examples$1(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:633)
>      [exec]      # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
>      [exec]      # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
>      [exec]      # org.jruby.runtime.Block.yield(Block.java:165)
>      [exec]      # org.jruby.RubyArray.collect(RubyArray.java:2473)
>      [exec]      # org.jruby.RubyArray.map19(RubyArray.java:2487)
>      [exec]      # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:135)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:142)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.invokeOther15:map(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:629)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.RUBY$method$run_examples$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:629)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
>      [exec]      # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:318)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.invokeOther28:run_examples(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:595)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.RUBY$method$run$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:595)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
>      [exec]      # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:318)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.invokeOther0:run(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:596)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.RUBY$block$run$1(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:596)
>      [exec]      # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
>      [exec]      # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
>      [exec]      # org.jruby.runtime.Block.yield(Block.java:165)
>      [exec]      # org.jruby.RubyArray.collect(RubyArray.java:2473)
>      [exec]      # org.jruby.RubyArray.map19(RubyArray.java:2487)
>      [exec]      # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:135)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:142)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.invokeOther33:map(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:596)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.example_group.RUBY$method$run$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:596)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:77)
>      [exec]      # org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:100)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
>      [exec]      # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:318)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.runner.invokeOther0:run(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:121)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.lib.rspec.core.runner.RUBY$block$run_specs$0(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:121)
>      [exec]      # org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
>      [exec]      # org.jruby.runtime.MixedModeIRBlockBody.yieldDirect(MixedModeIRBlockBody.java:123)
>      [exec]      # org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
>      [exec]      # org.jruby.runtime.Block.yield(Block.java:165)
>      [exec]      # org.jruby.RubyArray.collect(RubyArray.java:2473)
>      [exec]      # org.jruby.RubyArray.map19(RubyArray.java:2487)
>      [exec]      # org.jruby.RubyArray$INVOKER$i$0$0$map19.call(RubyArray$INVOKER$i$0$0$map19.gen)
>      [exec]      # org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:536)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:278)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:79)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:84)
>      [exec]      # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:429)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:360)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
>      [exec]      # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:127)
>      [exec]      # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:149)
>      [exec]      # org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:84)
>      [exec]      # org.jruby.runtime.Block.yieldSpecific(Block.java:134)
>      [exec]      # org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:421)
>      [exec]      # org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:278)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:79)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:84)
>      [exec]      # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:429)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:360)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
>      [exec]      # org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:127)
>      [exec]      # org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:149)
>      [exec]      # org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:186)
>      [exec]      # org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
>      [exec]      # org.jruby.runtime.Block.yield(Block.java:165)
>      [exec]      # org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:417)
>      [exec]      # org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:83)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:178)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:84)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:179)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:165)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:328)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:165)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:170)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:336)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:84)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:179)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:165)
>      [exec]      # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:318)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:315)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:90)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:214)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:200)
>      [exec]      # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:338)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:324)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:278)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:79)
>      [exec]      # org.jruby.ir.instructions.CallBase.interpret(CallBase.java:432)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:360)
>      [exec]      # org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
>      [exec]      # org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:78)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:144)
>      [exec]      # org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:130)
>      [exec]      # org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:194)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:298)
>      [exec]      # org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:127)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.exe.rspec.invokeOther2:invoke(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/exe/rspec:4)
>      [exec]      # usr.share.rubygems_minus_integration.all.gems.rspec_minus_core_minus_3_dot_9_dot_1.exe.rspec.RUBY$script(/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/exe/rspec:4)
>      [exec]      # java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:710)
>      [exec]      # org.jruby.ir.Compiler$1.load(Compiler.java:94)
>      [exec]      # org.jruby.Ruby.runScript(Ruby.java:830)
>      [exec]      # org.jruby.Ruby.runNormally(Ruby.java:749)
>      [exec]      # org.jruby.Ruby.runNormally(Ruby.java:767)
>      [exec]      # org.jruby.Ruby.runFromMain(Ruby.java:580)
>      [exec]      # org.jruby.Main.doRunFromMain(Main.java:417)
>      [exec]      # org.jruby.Main.internalRun(Main.java:305)
>      [exec]      # org.jruby.Main.run(Main.java:232)
>      [exec]      # org.jruby.Main.main(Main.java:204)
>      [exec] 
>      [exec] 1 deprecation warning total
>      [exec] 
>      [exec] Finished in 5.31 seconds (files took 3.78 seconds to load)
>      [exec] 785 examples, 9 failures, 8 pending
>      [exec] 
>      [exec] Failed examples:
>      [exec] 
>      [exec] rspec ./spec/java_integration/methods/java_send_spec.rb:45 # A Java object's java_send method works with package-level classes
>      [exec] rspec ./spec/java_integration/methods/java_send_spec.rb:56 # A Java object's java_send method works with private classes
>      [exec] rspec ./spec/java_integration/object/marshal_spec.rb:27 # A Java object marshals local Java class
>      [exec] rspec ./spec/java_integration/object/marshal_spec.rb:39 # A Java object marshals anonymous Java class
>      [exec] rspec ./spec/java_integration/types/array_spec.rb:1027 # A Java primitive Array of type Object should raise TypeError when types can't be coerced
>      [exec] rspec ./spec/java_integration/types/coercion_spec.rb:793 # Time"to_java when passed java.sql.Date coerces to java.sql.Date
>      [exec] rspec ./spec/java_integration/types/coercion_spec.rb:801 # Time"to_java when passed java.sql.Time coerces to java.sql.Time
>      [exec] rspec ./spec/java_integration/types/coercion_spec.rb:809 # Time"to_java when passed java.sql.Timestamp coerces to java.sql.Timestamp
>      [exec] rspec ./spec/java_integration/types/coercion_spec.rb:825 # Time"to_java when passed java.lang.Object coerces to java.util.Date
>      [exec] 
>      [exec] /<<PKGBUILDDIR>>/bin/jruby -I/usr/lib/ruby/vendor_ruby/rake.rb -I/usr/share/rubygems-integration/all/gems/rspec-support-3.9.2/lib:/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/exe/rspec --pattern spec/java_integration/\*\*/\*_spec.rb --options spec/java_integration/spec.quiet.opts failed
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary for JRuby 9.1.17.0:
> [INFO] 
> [INFO] JRuby .............................................. SUCCESS [  0.031 s]
> [INFO] JRuby Core ......................................... SUCCESS [  7.276 s]
> [INFO] JRuby Lib Setup .................................... SUCCESS [  0.417 s]
> [INFO] JRuby Integration Tests ............................ FAILURE [ 17.896 s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  25.776 s
> [INFO] Finished at: 2020-05-03T04:01:00Z
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (rake) on project jruby-tests: An Ant BuildException has occured: exec returned: 1
> [ERROR] around Ant part ...<exec failonerror="true" dir="/<<PKGBUILDDIR>>/test/.." executable="/<<PKGBUILDDIR>>/test/../bin/jruby">... @ 4:143 in /<<PKGBUILDDIR>>/test/target/antrun/build-main.xml
> [ERROR] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR]   mvn <args> -rf :jruby-tests
> dh_auto_build: error: /usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package -B -Dinvoker.skip=false -Prake -Dtask=spec:ji -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1
> *** Running 'spec:compiler' tests... ***
> 	/usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package -B -Dinvoker.skip=false -Prake -Dtask=spec:compiler -DskipTests -Dnotimestamp=true -Dlocale=en_US
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
> WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
> WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> [INFO] Scanning for projects...
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-core:jar:9.1.17.0
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @ org.jruby:jruby-parent:9.1.17.0, /<<PKGBUILDDIR>>/pom.xml, line 285, column 13
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-tests:jar:9.1.17.0
> [WARNING] 'dependencies.dependency.systemPath' for org.jruby:requireTest:jar should not point at files within the project directory, ${project.basedir}/jruby/requireTest-1.0.jar will be unresolvable by dependent projects @ line 73, column 16
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-parent:pom:9.1.17.0
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @ line 285, column 13
> [WARNING] 
> [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
> [WARNING] 
> [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
> [WARNING] 
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO] 
> [INFO] JRuby                                                              [pom]
> [INFO] JRuby Core                                                         [jar]
> [INFO] JRuby Lib Setup                                                    [jar]
> [INFO] JRuby Integration Tests                                            [jar]
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-parent >-----------------------
> [INFO] Building JRuby 9.1.17.0                                            [1/4]
> [INFO] --------------------------------[ pom ]---------------------------------
> [INFO] 
> [INFO] ------------------------< org.jruby:jruby-core >------------------------
> [INFO] Building JRuby Core 9.1.17.0                                       [2/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- exec-maven-plugin:1.6.0:exec (default) @ jruby-core ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-core ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] Copying 41 resources
> [INFO] Copying 2 resources
> [INFO] Copying 1 resource to /<<PKGBUILDDIR>>/core/src/main/java
> [INFO] Copying 4 resources to /<<PKGBUILDDIR>>/core/target/classes/META-INF/
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (anno) @ jruby-core ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-core ---
> [INFO] Compiling 1 source file to /<<PKGBUILDDIR>>/core/target/classes
> [WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
> [WARNING] [options] bootstrap class path not set in conjunction with -source 7
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/main/java/org/jruby/runtime/Constants.java]]
> [INFO] [parsing completed 16ms]
> [INFO] [search path for source files: /<<PKGBUILDDIR>>/core/src/main/java,/<<PKGBUILDDIR>>/core/target/generated-sources/annotations,/<<PKGBUILDDIR>>/core/target/generated-sources]
> [INFO] [search path for class files: /usr/lib/jvm/java-11-openjdk-amd64/lib/modules,/<<PKGBUILDDIR>>/core/target/classes,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm/debian/asm-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-commons/debian/asm-commons-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-tree/debian/asm-tree-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-analysis/debian/asm-analysis-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-util/debian/asm-util-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-netdb/debian/jnr-netdb-debian.jar,/usr/share/java/jnr-ffi.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-enxio/debian/jnr-enxio-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-x86asm/debian/jnr-x86asm-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-unixsocket/debian/jnr-unixsocket-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-posix-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-ffi.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-constants.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-constants/debian/jnr-constants-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jffi/debian/jffi-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/joni/joni/debian/joni-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/joni/joni/debian/jcodings.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/extras/bytelist/debian/bytelist-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/jcodings/jcodings/debian/jcodings-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/dirgra/debian/dirgra-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/invokebinder/debian/invokebinder-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/options/debian/options-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/unsafe-fences/debian/unsafe-fences-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/bsf/bsf/debian/bsf-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/commons-logging-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/avalon-framework.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/excalibur-logkit.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/log4j-1.2.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/jcraft/jzlib/debian/jzlib-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/nailgun-server-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/jna-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/jna-platform-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/net/java/dev/jna/jna/debian/jna-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/net/java/dev/jna/jna-platform/debian/jna-platform-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/ant/ant/debian/ant-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/ant/ant-launcher/debian/ant-launcher-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/osgi/org.osgi.core/debian/org.osgi.core-debian.jar,/usr/share/java/osgi.annotation.jar,/<<PKGBUILDDIR>>/debian/maven-repo/joda-time/joda-time/debian/joda-time-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/slf4j/slf4j-api/debian/slf4j-api-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/me/qmx/jitescript/jitescript/debian/jitescript-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/modulator/debian/modulator-debian.jar,.]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/FlagRegistry.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyArray.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyBasicObject.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyHash.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyMatchData.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyModule.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyString.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/ext/stringio/StringIO.class]
> [INFO] [loading /modules/java.base/java/lang/Object.class]
> [INFO] [loading /modules/java.base/java/lang/String.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/JRubyClass.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/JRubyMethod.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/Visibility.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/FrameField.class]
> [INFO] [loading /modules/java.base/java/lang/Deprecated.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Annotation.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Retention.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/RetentionPolicy.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Target.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/ElementType.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/CompatVersion.class]
> [INFO] 
> [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-populators) @ jruby-core ---
> [INFO] Source directory: /<<PKGBUILDDIR>>/core/target/generated-sources added.
> [INFO] 
> [INFO] --- exec-maven-plugin:1.6.0:exec (invoker-generator) @ jruby-core ---
> /<<PKGBUILDDIR>>/core/target/generated-sources/annotated_classes.txt - not found. skip generator.
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (populators) @ jruby-core ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (eclipse-hack) @ jruby-core ---
> [INFO] Not compiling main sources
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-core ---
> [INFO] Not copying test resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-core ---
> [INFO] Not compiling test sources
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-core ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jruby-core ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/core/target/jruby-core-9.1.17.0.jar
> [INFO] 
> [INFO] --- maven-shade-plugin:3.1.1:shade (create lib/jruby.jar) @ jruby-core ---
> [INFO] Including org.ow2.asm:asm:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-commons:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-tree:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-analysis:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-util:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-netdb:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-enxio:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-x86asm:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-unixsocket:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-posix:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-constants:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-ffi:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jffi:jar:debian in the shaded jar.
> [INFO] Including org.jruby.joni:joni:jar:debian in the shaded jar.
> [INFO] Including org.jruby.extras:bytelist:jar:debian in the shaded jar.
> [INFO] Including org.jruby.jcodings:jcodings:jar:debian in the shaded jar.
> [INFO] Including org.jruby:dirgra:jar:debian in the shaded jar.
> [INFO] Including com.headius:invokebinder:jar:debian in the shaded jar.
> [INFO] Including com.headius:options:jar:debian in the shaded jar.
> [INFO] Including com.headius:unsafe-fences:jar:debian in the shaded jar.
> [INFO] Including com.jcraft:jzlib:jar:debian in the shaded jar.
> [INFO] Including com.martiansoftware:nailgun-server:jar:debian in the shaded jar.
> [INFO] Including net.java.dev.jna:jna:jar:debian in the shaded jar.
> [INFO] Including net.java.dev.jna:jna-platform:jar:debian in the shaded jar.
> [INFO] Including joda-time:joda-time:jar:debian in the shaded jar.
> [INFO] Including me.qmx.jitescript:jitescript:jar:debian in the shaded jar.
> [INFO] Including com.headius:modulator:jar:debian in the shaded jar.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-stdlib >-----------------------
> [INFO] Building JRuby Lib Setup 9.1.17.0                                  [3/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (default) @ jruby-stdlib ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-stdlib ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/lib/ruby/gems/shared
> [INFO] Copying 855 resources to /<<PKGBUILDDIR>>/lib/target/classes/META-INF/jruby.home
> [INFO] Copying 4 resources to /<<PKGBUILDDIR>>/lib/target/classes/META-INF/
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-stdlib ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-stdlib ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/lib/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-stdlib ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-stdlib ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jruby-stdlib ---
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-tests >------------------------
> [INFO] Building JRuby Integration Tests 9.1.17.0                          [4/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-tests ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/test/src/main/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-tests ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-dependency-plugin:3.1.1:copy (copy jars for testing) @ jruby-tests ---
> [INFO] Configured Artifact: junit:junit:4.x:jar
> [INFO] Configured Artifact: com.googlecode.jarjar:jarjar:debian:jar
> [INFO] Configured Artifact: bsf:bsf:debian:jar
> [INFO] junit:junit:4.x:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] com.googlecode.jarjar:jarjar:debian:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] bsf:bsf:debian:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-tests ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/test/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-tests ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-tests ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-antrun-plugin:1.8:run (rake) @ jruby-tests ---
> [INFO] Executing tasks
> 
> main:
>      [exec] /<<PKGBUILDDIR>>/bin/jruby -X-C -I/usr/share/rubygems-integration/all/gems/rspec-support-3.9.2/lib:/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/exe/rspec --pattern spec/compiler/\*\*/\*_spec.rb
>      [exec] .................................................................*...*.......................................................................................................*...*........................................
>      [exec] 
>      [exec] Pending: (Failures listed here are expected and do not affect your suite's status)
>      [exec] 
>      [exec]   1) JRuby's interpreter compiles very long code bodies
>      [exec]      # JRUBY-2246
>      [exec]      # ./spec/compiler/general_spec.rb:716
>      [exec] 
>      [exec]   2) JRuby's interpreter can compile large literal arrays and hashes
>      [exec]      # JRUBY-4757 and JRUBY-2621: can't compile large array/hash
>      [exec]      # ./spec/compiler/general_spec.rb:773
>      [exec] 
>      [exec]   3) JRuby's jit compiles very long code bodies
>      [exec]      # JRUBY-2246
>      [exec]      # ./spec/compiler/general_spec.rb:716
>      [exec] 
>      [exec]   4) JRuby's jit can compile large literal arrays and hashes
>      [exec]      # JRUBY-4757 and JRUBY-2621: can't compile large array/hash
>      [exec]      # ./spec/compiler/general_spec.rb:773
>      [exec] 
>      [exec] Finished in 1.45 seconds (files took 0.7715 seconds to load)
>      [exec] 218 examples, 0 failures, 4 pending
>      [exec] 
> [INFO] Executed tasks
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jruby-tests ---
> [WARNING] JAR will be empty - no content was marked for inclusion!
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary for JRuby 9.1.17.0:
> [INFO] 
> [INFO] JRuby .............................................. SUCCESS [  0.040 s]
> [INFO] JRuby Core ......................................... SUCCESS [  7.975 s]
> [INFO] JRuby Lib Setup .................................... SUCCESS [  0.416 s]
> [INFO] JRuby Integration Tests ............................ SUCCESS [  8.415 s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  16.994 s
> [INFO] Finished at: 2020-05-03T04:01:18Z
> [INFO] ------------------------------------------------------------------------
> *** Running 'spec:ffi' tests... ***
> 	/usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package -B -Dinvoker.skip=false -Prake -Dtask=spec:ffi -DskipTests -Dnotimestamp=true -Dlocale=en_US
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
> WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
> WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> [INFO] Scanning for projects...
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-core:jar:9.1.17.0
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @ org.jruby:jruby-parent:9.1.17.0, /<<PKGBUILDDIR>>/pom.xml, line 285, column 13
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-tests:jar:9.1.17.0
> [WARNING] 'dependencies.dependency.systemPath' for org.jruby:requireTest:jar should not point at files within the project directory, ${project.basedir}/jruby/requireTest-1.0.jar will be unresolvable by dependent projects @ line 73, column 16
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-parent:pom:9.1.17.0
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @ line 285, column 13
> [WARNING] 
> [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
> [WARNING] 
> [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
> [WARNING] 
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO] 
> [INFO] JRuby                                                              [pom]
> [INFO] JRuby Core                                                         [jar]
> [INFO] JRuby Lib Setup                                                    [jar]
> [INFO] JRuby Integration Tests                                            [jar]
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-parent >-----------------------
> [INFO] Building JRuby 9.1.17.0                                            [1/4]
> [INFO] --------------------------------[ pom ]---------------------------------
> [INFO] 
> [INFO] ------------------------< org.jruby:jruby-core >------------------------
> [INFO] Building JRuby Core 9.1.17.0                                       [2/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- exec-maven-plugin:1.6.0:exec (default) @ jruby-core ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-core ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] Copying 41 resources
> [INFO] Copying 2 resources
> [INFO] Copying 1 resource to /<<PKGBUILDDIR>>/core/src/main/java
> [INFO] Copying 4 resources to /<<PKGBUILDDIR>>/core/target/classes/META-INF/
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (anno) @ jruby-core ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-core ---
> [INFO] Compiling 1 source file to /<<PKGBUILDDIR>>/core/target/classes
> [WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
> [WARNING] [options] bootstrap class path not set in conjunction with -source 7
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/main/java/org/jruby/runtime/Constants.java]]
> [INFO] [parsing completed 16ms]
> [INFO] [search path for source files: /<<PKGBUILDDIR>>/core/src/main/java,/<<PKGBUILDDIR>>/core/target/generated-sources/annotations,/<<PKGBUILDDIR>>/core/target/generated-sources]
> [INFO] [search path for class files: /usr/lib/jvm/java-11-openjdk-amd64/lib/modules,/<<PKGBUILDDIR>>/core/target/classes,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm/debian/asm-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-commons/debian/asm-commons-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-tree/debian/asm-tree-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-analysis/debian/asm-analysis-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-util/debian/asm-util-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-netdb/debian/jnr-netdb-debian.jar,/usr/share/java/jnr-ffi.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-enxio/debian/jnr-enxio-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-x86asm/debian/jnr-x86asm-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-unixsocket/debian/jnr-unixsocket-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-posix-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-ffi.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-constants.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-constants/debian/jnr-constants-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jffi/debian/jffi-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/joni/joni/debian/joni-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/joni/joni/debian/jcodings.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/extras/bytelist/debian/bytelist-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/jcodings/jcodings/debian/jcodings-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/dirgra/debian/dirgra-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/invokebinder/debian/invokebinder-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/options/debian/options-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/unsafe-fences/debian/unsafe-fences-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/bsf/bsf/debian/bsf-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/commons-logging-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/avalon-framework.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/excalibur-logkit.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/log4j-1.2.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/jcraft/jzlib/debian/jzlib-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/nailgun-server-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/jna-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/jna-platform-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/net/java/dev/jna/jna/debian/jna-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/net/java/dev/jna/jna-platform/debian/jna-platform-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/ant/ant/debian/ant-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/ant/ant-launcher/debian/ant-launcher-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/osgi/org.osgi.core/debian/org.osgi.core-debian.jar,/usr/share/java/osgi.annotation.jar,/<<PKGBUILDDIR>>/debian/maven-repo/joda-time/joda-time/debian/joda-time-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/slf4j/slf4j-api/debian/slf4j-api-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/me/qmx/jitescript/jitescript/debian/jitescript-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/modulator/debian/modulator-debian.jar,.]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/FlagRegistry.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyArray.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyBasicObject.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyHash.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyMatchData.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyModule.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyString.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/ext/stringio/StringIO.class]
> [INFO] [loading /modules/java.base/java/lang/Object.class]
> [INFO] [loading /modules/java.base/java/lang/String.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/JRubyClass.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/JRubyMethod.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/Visibility.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/FrameField.class]
> [INFO] [loading /modules/java.base/java/lang/Deprecated.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Annotation.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Retention.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/RetentionPolicy.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Target.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/ElementType.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/CompatVersion.class]
> [INFO] 
> [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-populators) @ jruby-core ---
> [INFO] Source directory: /<<PKGBUILDDIR>>/core/target/generated-sources added.
> [INFO] 
> [INFO] --- exec-maven-plugin:1.6.0:exec (invoker-generator) @ jruby-core ---
> /<<PKGBUILDDIR>>/core/target/generated-sources/annotated_classes.txt - not found. skip generator.
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (populators) @ jruby-core ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (eclipse-hack) @ jruby-core ---
> [INFO] Not compiling main sources
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-core ---
> [INFO] Not copying test resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-core ---
> [INFO] Not compiling test sources
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-core ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jruby-core ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/core/target/jruby-core-9.1.17.0.jar
> [INFO] 
> [INFO] --- maven-shade-plugin:3.1.1:shade (create lib/jruby.jar) @ jruby-core ---
> [INFO] Including org.ow2.asm:asm:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-commons:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-tree:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-analysis:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-util:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-netdb:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-enxio:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-x86asm:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-unixsocket:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-posix:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-constants:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-ffi:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jffi:jar:debian in the shaded jar.
> [INFO] Including org.jruby.joni:joni:jar:debian in the shaded jar.
> [INFO] Including org.jruby.extras:bytelist:jar:debian in the shaded jar.
> [INFO] Including org.jruby.jcodings:jcodings:jar:debian in the shaded jar.
> [INFO] Including org.jruby:dirgra:jar:debian in the shaded jar.
> [INFO] Including com.headius:invokebinder:jar:debian in the shaded jar.
> [INFO] Including com.headius:options:jar:debian in the shaded jar.
> [INFO] Including com.headius:unsafe-fences:jar:debian in the shaded jar.
> [INFO] Including com.jcraft:jzlib:jar:debian in the shaded jar.
> [INFO] Including com.martiansoftware:nailgun-server:jar:debian in the shaded jar.
> [INFO] Including net.java.dev.jna:jna:jar:debian in the shaded jar.
> [INFO] Including net.java.dev.jna:jna-platform:jar:debian in the shaded jar.
> [INFO] Including joda-time:joda-time:jar:debian in the shaded jar.
> [INFO] Including me.qmx.jitescript:jitescript:jar:debian in the shaded jar.
> [INFO] Including com.headius:modulator:jar:debian in the shaded jar.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-stdlib >-----------------------
> [INFO] Building JRuby Lib Setup 9.1.17.0                                  [3/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (default) @ jruby-stdlib ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-stdlib ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/lib/ruby/gems/shared
> [INFO] Copying 855 resources to /<<PKGBUILDDIR>>/lib/target/classes/META-INF/jruby.home
> [INFO] Copying 4 resources to /<<PKGBUILDDIR>>/lib/target/classes/META-INF/
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-stdlib ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-stdlib ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/lib/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-stdlib ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-stdlib ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jruby-stdlib ---
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-tests >------------------------
> [INFO] Building JRuby Integration Tests 9.1.17.0                          [4/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-tests ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/test/src/main/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-tests ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-dependency-plugin:3.1.1:copy (copy jars for testing) @ jruby-tests ---
> [INFO] Configured Artifact: junit:junit:4.x:jar
> [INFO] Configured Artifact: com.googlecode.jarjar:jarjar:debian:jar
> [INFO] Configured Artifact: bsf:bsf:debian:jar
> [INFO] junit:junit:4.x:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] com.googlecode.jarjar:jarjar:debian:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] bsf:bsf:debian:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-tests ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/test/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-tests ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-tests ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-antrun-plugin:1.8:run (rake) @ jruby-tests ---
> [INFO] Executing tasks
> 
> main:
>      [exec] /<<PKGBUILDDIR>>/bin/jruby -X-C -I/usr/share/rubygems-integration/all/gems/rspec-support-3.9.2/lib:/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/exe/rspec --pattern spec/ffi/\*\*/\*_spec.rb
>      [exec] /<<PKGBUILDDIR>>
>      [exec] /<<PKGBUILDDIR>>/spec/ffi/fixtures
>      [exec] /<<PKGBUILDDIR>>/spec/ffi
>      [exec] "make CPU=x86_64 OS=linux "
>      [exec] make[2]: Entering directory '/<<PKGBUILDDIR>>/spec/ffi/fixtures'
>      [exec] cc -m64 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"." -fPIC -D_REENTRANT -c FunctionTest.c -o FunctionTest.o
>      [exec] cc -m64 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"." -fPIC -D_REENTRANT -c ClosureTest.c -o ClosureTest.o
>      [exec] cc -m64 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"." -fPIC -D_REENTRANT -c Benchmark.c -o Benchmark.o
>      [exec] cc -m64 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"." -fPIC -D_REENTRANT -c ReferenceTest.c -o ReferenceTest.o
>      [exec] cc -m64 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"." -fPIC -D_REENTRANT -c GlobalVariable.c -o GlobalVariable.o
>      [exec] cc -m64 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"." -fPIC -D_REENTRANT -c BoolTest.c -o BoolTest.o
>      [exec] cc -m64 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"." -fPIC -D_REENTRANT -c PointerTest.c -o PointerTest.o
>      [exec] cc -m64 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"." -fPIC -D_REENTRANT -c EnumTest.c -o EnumTest.o
>      [exec] cc -m64 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"." -fPIC -D_REENTRANT -c VariadicTest.c -o VariadicTest.o
>      [exec] cc -m64 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"." -fPIC -D_REENTRANT -c LastErrorTest.c -o LastErrorTest.o
>      [exec] cc -m64 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"." -fPIC -D_REENTRANT -c BufferTest.c -o BufferTest.o
>      [exec] cc -m64 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"." -fPIC -D_REENTRANT -c StringTest.c -o StringTest.o
>      [exec] cc -m64 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"." -fPIC -D_REENTRANT -c NumberTest.c -o NumberTest.o
>      [exec] cc -m64 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"." -fPIC -D_REENTRANT -c UnionTest.c -o UnionTest.o
>      [exec] cc -m64 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"." -fPIC -D_REENTRANT -c StructTest.c -o StructTest.o
>      [exec] cc -m64 -o libtest.so -Wl,-z,relro -shared -Wl,-soname,libtest.so  ./FunctionTest.o  ./ClosureTest.o  ./Benchmark.o  ./ReferenceTest.o  ./GlobalVariable.o  ./BoolTest.o  ./PointerTest.o  ./EnumTest.o  ./VariadicTest.o  ./LastErrorTest.o  ./BufferTest.o  ./StringTest.o  ./NumberTest.o  ./UnionTest.o  ./StructTest.o -lm
>      [exec] make[2]: Leaving directory '/<<PKGBUILDDIR>>/spec/ffi/fixtures'
>      [exec] WARNING: Using the `raise_error` matcher without providing a specific error or message risks false positives, since `raise_error` will match when Ruby raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially allowing the expectation to pass without even executing the method you are intending to call. Actual error raised was #<RangeError: invalid string index>. Instead consider providing a specific error class or message. This message can be suppressed by setting: `RSpec::Expectations.configuration.on_potential_false_positives = :nothing`. Called from /<<PKGBUILDDIR>>/spec/ffi/buffer_spec.rb:168:in `block in (root)'.
>      [exec] WARNING: Using the `raise_error` matcher without providing a specific error or message risks false positives, since `raise_error` will match when Ruby raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially allowing the expectation to pass without even executing the method you are intending to call. Actual error raised was #<RangeError: invalid length>. Instead consider providing a specific error class or message. This message can be suppressed by setting: `RSpec::Expectations.configuration.on_potential_false_positives = :nothing`. Called from /<<PKGBUILDDIR>>/spec/ffi/buffer_spec.rb:174:in `block in (root)'.
>      [exec] WARNING: Using the `raise_error` matcher without providing a specific error or message risks false positives, since `raise_error` will match when Ruby raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially allowing the expectation to pass without even executing the method you are intending to call. Actual error raised was #<RangeError: invalid string index>. Instead consider providing a specific error class or message. This message can be suppressed by setting: `RSpec::Expectations.configuration.on_potential_false_positives = :nothing`. Called from /<<PKGBUILDDIR>>/spec/ffi/buffer_spec.rb:180:in `block in (root)'.
>      [exec] WARNING: Using the `raise_error` matcher without providing a specific error or message risks false positives, since `raise_error` will match when Ruby raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially allowing the expectation to pass without even executing the method you are intending to call. Actual error raised was #<RangeError: invalid string index>. Instead consider providing a specific error class or message. This message can be suppressed by setting: `RSpec::Expectations.configuration.on_potential_false_positives = :nothing`. Called from /<<PKGBUILDDIR>>/spec/ffi/buffer_spec.rb:210:in `block in (root)'.
>      [exec] WARNING: Using the `raise_error` matcher without providing a specific error or message risks false positives, since `raise_error` will match when Ruby raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially allowing the expectation to pass without even executing the method you are intending to call. Actual error raised was #<RangeError: invalid length>. Instead consider providing a specific error class or message. This message can be suppressed by setting: `RSpec::Expectations.configuration.on_potential_false_positives = :nothing`. Called from /<<PKGBUILDDIR>>/spec/ffi/buffer_spec.rb:216:in `block in (root)'.
>      [exec] WARNING: Using the `raise_error` matcher without providing a specific error or message risks false positives, since `raise_error` will match when Ruby raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially allowing the expectation to pass without even executing the method you are intending to call. Actual error raised was #<RangeError: invalid string index>. Instead consider providing a specific error class or message. This message can be suppressed by setting: `RSpec::Expectations.configuration.on_potential_false_positives = :nothing`. Called from /<<PKGBUILDDIR>>/spec/ffi/buffer_spec.rb:222:in `block in (root)'.
>      [exec] WARNING: Using the `raise_error` matcher without providing a specific error or message risks false positives, since `raise_error` will match when Ruby raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially allowing the expectation to pass without even executing the method you are intending to call. Actual error raised was #<ArgumentError: wrong number of arguments calling `testCallbackCrV` (0 for 1)>. Instead consider providing a specific error class or message. This message can be suppressed by setting: `RSpec::Expectations.configuration.on_potential_false_positives = :nothing`. Called from /<<PKGBUILDDIR>>/spec/ffi/callback_spec.rb:475:in `block in (root)'.
>      [exec] WARNING: Using the `raise_error` matcher without providing a specific error or message risks false positives, since `raise_error` will match when Ruby raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially allowing the expectation to pass without even executing the method you are intending to call. Actual error raised was #<NoMethodError: undefined method `enum' for #<RSpec::ExampleGroups::AllEnums:0x68f9e807>>. Instead consider providing a specific error class or message. This message can be suppressed by setting: `RSpec::Expectations.configuration.on_potential_false_positives = :nothing`. Called from /<<PKGBUILDDIR>>/spec/ffi/enum_spec.rb:420:in `block in (root)'.
>      [exec] WARNING: Using the `raise_error` matcher without providing a specific error or message risks false positives, since `raise_error` will match when Ruby raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially allowing the expectation to pass without even executing the method you are intending to call. Actual error raised was #<NoMethodError: undefined method `enum' for #<RSpec::ExampleGroups::AllEnums:0x68f9e807>>. Instead consider providing a specific error class or message. This message can be suppressed by setting: `RSpec::Expectations.configuration.on_potential_false_positives = :nothing`. Called from /<<PKGBUILDDIR>>/spec/ffi/enum_spec.rb:421:in `block in (root)'.
>      [exec] WARNING: Using the `raise_error` matcher without providing a specific error or message risks false positives, since `raise_error` will match when Ruby raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially allowing the expectation to pass without even executing the method you are intending to call. Actual error raised was #<LoadError: no library specified>. Instead consider providing a specific error class or message. This message can be suppressed by setting: `RSpec::Expectations.configuration.on_potential_false_positives = :nothing`. Called from /<<PKGBUILDDIR>>/spec/ffi/library_spec.rb:81:in `block in (root)'.
>      [exec] WARNING: Using the `raise_error` matcher without providing a specific error or message risks false positives, since `raise_error` will match when Ruby raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially allowing the expectation to pass without even executing the method you are intending to call. Actual error raised was #<NoMethodError: undefined method `ret_int8_t' for LibTest:Module>. Instead consider providing a specific error class or message. This message can be suppressed by setting: `RSpec::Expectations.configuration.on_potential_false_positives = :nothing`. Called from /<<PKGBUILDDIR>>/spec/ffi/number_spec.rb:148:in `block in (root)'.
>      [exec] WARNING: Using the `raise_error` matcher without providing a specific error or message risks false positives, since `raise_error` will match when Ruby raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially allowing the expectation to pass without even executing the method you are intending to call. Actual error raised was #<NoMethodError: undefined method `ret_int8_t' for LibTest:Module>. Instead consider providing a specific error class or message. This message can be suppressed by setting: `RSpec::Expectations.configuration.on_potential_false_positives = :nothing`. Called from /<<PKGBUILDDIR>>/spec/ffi/number_spec.rb:148:in `block in (root)'.
>      [exec] WARNING: Using the `raise_error` matcher without providing a specific error or message risks false positives, since `raise_error` will match when Ruby raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially allowing the expectation to pass without even executing the method you are intending to call. Actual error raised was #<NoMethodError: undefined method `ret_u_int8_t' for LibTest:Module>. Instead consider providing a specific error class or message. This message can be suppressed by setting: `RSpec::Expectations.configuration.on_potential_false_positives = :nothing`. Called from /<<PKGBUILDDIR>>/spec/ffi/number_spec.rb:153:in `block in (root)'.
>      [exec] WARNING: Using the `raise_error` matcher without providing a specific error or message risks false positives, since `raise_error` will match when Ruby raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially allowing the expectation to pass without even executing the method you are intending to call. Actual error raised was #<NoMethodError: undefined method `ret_u_int8_t' for LibTest:Module>. Instead consider providing a specific error class or message. This message can be suppressed by setting: `RSpec::Expectations.configuration.on_potential_false_positives = :nothing`. Called from /<<PKGBUILDDIR>>/spec/ffi/number_spec.rb:153:in `block in (root)'.
>      [exec] WARNING: Using the `raise_error` matcher without providing a specific error or message risks false positives, since `raise_error` will match when Ruby raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially allowing the expectation to pass without even executing the method you are intending to call. Actual error raised was #<NoMethodError: undefined method `ret_int16_t' for LibTest:Module>. Instead consider providing a specific error class or message. This message can be suppressed by setting: `RSpec::Expectations.configuration.on_potential_false_positives = :nothing`. Called from /<<PKGBUILDDIR>>/spec/ffi/number_spec.rb:158:in `block in (root)'.
>      [exec] WARNING: Using the `raise_error` matcher without providing a specific error or message risks false positives, since `raise_error` will match when Ruby raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially allowing the expectation to pass without even executing the method you are intending to call. Actual error raised was #<NoMethodError: undefined method `ret_int16_t' for LibTest:Module>. Instead consider providing a specific error class or message. This message can be suppressed by setting: `RSpec::Expectations.configuration.on_potential_false_positives = :nothing`. Called from /<<PKGBUILDDIR>>/spec/ffi/number_spec.rb:158:in `block in (root)'.
>      [exec] WARNING: Using the `raise_error` matcher without providing a specific error or message risks false positives, since `raise_error` will match when Ruby raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially allowing the expectation to pass without even executing the method you are intending to call. Actual error raised was #<NoMethodError: undefined method `ret_u_int16_t' for LibTest:Module>. Instead consider providing a specific error class or message. This message can be suppressed by setting: `RSpec::Expectations.configuration.on_potential_false_positives = :nothing`. Called from /<<PKGBUILDDIR>>/spec/ffi/number_spec.rb:163:in `block in (root)'.
>      [exec] WARNING: Using the `raise_error` matcher without providing a specific error or message risks false positives, since `raise_error` will match when Ruby raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially allowing the expectation to pass without even executing the method you are intending to call. Actual error raised was #<NoMethodError: undefined method `ret_u_int16_t' for LibTest:Module>. Instead consider providing a specific error class or message. This message can be suppressed by setting: `RSpec::Expectations.configuration.on_potential_false_positives = :nothing`. Called from /<<PKGBUILDDIR>>/spec/ffi/number_spec.rb:163:in `block in (root)'.
>      [exec] WARNING: Using the `raise_error` matcher without providing a specific error or message risks false positives, since `raise_error` will match when Ruby raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially allowing the expectation to pass without even executing the method you are intending to call. Actual error raised was #<NoMethodError: undefined method `ret_int32_t' for LibTest:Module>. Instead consider providing a specific error class or message. This message can be suppressed by setting: `RSpec::Expectations.configuration.on_potential_false_positives = :nothing`. Called from /<<PKGBUILDDIR>>/spec/ffi/number_spec.rb:168:in `block in (root)'.
>      [exec] WARNING: Using the `raise_error` matcher without providing a specific error or message risks false positives, since `raise_error` will match when Ruby raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially allowing the expectation to pass without even executing the method you are intending to call. Actual error raised was #<NoMethodError: undefined method `ret_int32_t' for LibTest:Module>. Instead consider providing a specific error class or message. This message can be suppressed by setting: `RSpec::Expectations.configuration.on_potential_false_positives = :nothing`. Called from /<<PKGBUILDDIR>>/spec/ffi/number_spec.rb:168:in `block in (root)'.
>      [exec] WARNING: Using the `raise_error` matcher without providing a specific error or message risks false positives, since `raise_error` will match when Ruby raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially allowing the expectation to pass without even executing the method you are intending to call. Actual error raised was #<NoMethodError: undefined method `ret_u_int32_t' for LibTest:Module>. Instead consider providing a specific error class or message. This message can be suppressed by setting: `RSpec::Expectations.configuration.on_potential_false_positives = :nothing`. Called from /<<PKGBUILDDIR>>/spec/ffi/number_spec.rb:173:in `block in (root)'.
>      [exec] WARNING: Using the `raise_error` matcher without providing a specific error or message risks false positives, since `raise_error` will match when Ruby raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially allowing the expectation to pass without even executing the method you are intending to call. Actual error raised was #<NoMethodError: undefined method `ret_u_int32_t' for LibTest:Module>. Instead consider providing a specific error class or message. This message can be suppressed by setting: `RSpec::Expectations.configuration.on_potential_false_positives = :nothing`. Called from /<<PKGBUILDDIR>>/spec/ffi/number_spec.rb:173:in `block in (root)'.
>      [exec] WARNING: Using the `raise_error` matcher without providing a specific error or message risks false positives, since `raise_error` will match when Ruby raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially allowing the expectation to pass without even executing the method you are intending to call. Actual error raised was #<NoMethodError: undefined method `ptr_ret_int32' for PointerTestLib:Module>. Instead consider providing a specific error class or message. This message can be suppressed by setting: `RSpec::Expectations.configuration.on_potential_false_positives = :nothing`. Called from /<<PKGBUILDDIR>>/spec/ffi/pointer_spec.rb:58:in `block in (root)'.
>      [exec] WARNING: Using the `raise_error` matcher without providing a specific error or message risks false positives, since `raise_error` will match when Ruby raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially allowing the expectation to pass without even executing the method you are intending to call. Actual error raised was #<NoMethodError: undefined method `ptr_ret_int32' for PointerTestLib:Module>. Instead consider providing a specific error class or message. This message can be suppressed by setting: `RSpec::Expectations.configuration.on_potential_false_positives = :nothing`. Called from /<<PKGBUILDDIR>>/spec/ffi/pointer_spec.rb:62:in `block in (root)'.
>      [exec] WARNING: Using the `raise_error` matcher without providing a specific error or message risks false positives, since `raise_error` will match when Ruby raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially allowing the expectation to pass without even executing the method you are intending to call. Actual error raised was #<IndexError: Memory access offset=0 size=8 is out of bounds>. Instead consider providing a specific error class or message. This message can be suppressed by setting: `RSpec::Expectations.configuration.on_potential_false_positives = :nothing`. Called from /<<PKGBUILDDIR>>/spec/ffi/rbx/memory_pointer_spec.rb:65:in `block in (root)'.
>      [exec] WARNING: Using the `raise_error` matcher without providing a specific error or message risks false positives, since `raise_error` will match when Ruby raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially allowing the expectation to pass without even executing the method you are intending to call. Actual error raised was #<IndexError: Memory access offset=0 size=4 is out of bounds>. Instead consider providing a specific error class or message. This message can be suppressed by setting: `RSpec::Expectations.configuration.on_potential_false_positives = :nothing`. Called from /<<PKGBUILDDIR>>/spec/ffi/rbx/memory_pointer_spec.rb:70:in `block in (root)'.
>      [exec] WARNING: Using the `raise_error` matcher without providing a specific error or message risks false positives, since `raise_error` will match when Ruby raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially allowing the expectation to pass without even executing the method you are intending to call. Actual error raised was #<SecurityError: string contains null byte>. Instead consider providing a specific error class or message. This message can be suppressed by setting: `RSpec::Expectations.configuration.on_potential_false_positives = :nothing`. Called from /<<PKGBUILDDIR>>/spec/ffi/string_spec.rb:37:in `block in (root)'.
>      [exec] WARNING: Using the `raise_error` matcher without providing a specific error or message risks false positives, since `raise_error` will match when Ruby raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially allowing the expectation to pass without even executing the method you are intending to call. Actual error raised was #<IndexError: Memory access offset=40 size=8 is out of bounds>. Instead consider providing a specific error class or message. This message can be suppressed by setting: `RSpec::Expectations.configuration.on_potential_false_positives = :nothing`. Called from /<<PKGBUILDDIR>>/spec/ffi/string_spec.rb:104:in `block in (root)'.
>      [exec] WARNING: Using the `raise_error` matcher without providing a specific error or message risks false positives, since `raise_error` will match when Ruby raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially allowing the expectation to pass without even executing the method you are intending to call. Actual error raised was #<IndexError: Memory access offset=-1 size=8 is out of bounds>. Instead consider providing a specific error class or message. This message can be suppressed by setting: `RSpec::Expectations.configuration.on_potential_false_positives = :nothing`. Called from /<<PKGBUILDDIR>>/spec/ffi/string_spec.rb:116:in `block in (root)'.
>      [exec] WARNING: Using the `raise_error` matcher without providing a specific error or message risks false positives, since `raise_error` will match when Ruby raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially allowing the expectation to pass without even executing the method you are intending to call. Actual error raised was #<TypeError: sizeof field == 0>. Instead consider providing a specific error class or message. This message can be suppressed by setting: `RSpec::Expectations.configuration.on_potential_false_positives = :nothing`. Called from /<<PKGBUILDDIR>>/spec/ffi/struct_spec.rb:854:in `block in (root)'.
>      [exec] WARNING: Using the `raise_error` matcher without providing a specific error or message risks false positives, since `raise_error` will match when Ruby raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially allowing the expectation to pass without even executing the method you are intending to call. Actual error raised was #<IndexError: index 1 out of bounds>. Instead consider providing a specific error class or message. This message can be suppressed by setting: `RSpec::Expectations.configuration.on_potential_false_positives = :nothing`. Called from /<<PKGBUILDDIR>>/spec/ffi/struct_spec.rb:878:in `block in (root)'.
>      [exec] WARNING: Using the `raise_error` matcher without providing a specific error or message risks false positives, since `raise_error` will match when Ruby raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially allowing the expectation to pass without even executing the method you are intending to call. Actual error raised was #<IndexError: index 1 out of bounds>. Instead consider providing a specific error class or message. This message can be suppressed by setting: `RSpec::Expectations.configuration.on_potential_false_positives = :nothing`. Called from /<<PKGBUILDDIR>>/spec/ffi/struct_spec.rb:880:in `block in (root)'.
>      [exec] ...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
>      [exec] 
>      [exec] Finished in 7.25 seconds (files took 6.37 seconds to load)
>      [exec] 4843 examples, 0 failures
>      [exec] 
> [INFO] Executed tasks
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jruby-tests ---
> [WARNING] JAR will be empty - no content was marked for inclusion!
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary for JRuby 9.1.17.0:
> [INFO] 
> [INFO] JRuby .............................................. SUCCESS [  0.041 s]
> [INFO] JRuby Core ......................................... SUCCESS [  8.124 s]
> [INFO] JRuby Lib Setup .................................... SUCCESS [  0.409 s]
> [INFO] JRuby Integration Tests ............................ SUCCESS [ 19.873 s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  28.598 s
> [INFO] Finished at: 2020-05-03T04:01:48Z
> [INFO] ------------------------------------------------------------------------
> *** Running 'spec:regression' tests... ***
> 	/usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package -B -Dinvoker.skip=false -Prake -Dtask=spec:regression -DskipTests -Dnotimestamp=true -Dlocale=en_US
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
> WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
> WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> [INFO] Scanning for projects...
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-core:jar:9.1.17.0
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @ org.jruby:jruby-parent:9.1.17.0, /<<PKGBUILDDIR>>/pom.xml, line 285, column 13
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-tests:jar:9.1.17.0
> [WARNING] 'dependencies.dependency.systemPath' for org.jruby:requireTest:jar should not point at files within the project directory, ${project.basedir}/jruby/requireTest-1.0.jar will be unresolvable by dependent projects @ line 73, column 16
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-parent:pom:9.1.17.0
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @ line 285, column 13
> [WARNING] 
> [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
> [WARNING] 
> [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
> [WARNING] 
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO] 
> [INFO] JRuby                                                              [pom]
> [INFO] JRuby Core                                                         [jar]
> [INFO] JRuby Lib Setup                                                    [jar]
> [INFO] JRuby Integration Tests                                            [jar]
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-parent >-----------------------
> [INFO] Building JRuby 9.1.17.0                                            [1/4]
> [INFO] --------------------------------[ pom ]---------------------------------
> [INFO] 
> [INFO] ------------------------< org.jruby:jruby-core >------------------------
> [INFO] Building JRuby Core 9.1.17.0                                       [2/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- exec-maven-plugin:1.6.0:exec (default) @ jruby-core ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-core ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] Copying 41 resources
> [INFO] Copying 2 resources
> [INFO] Copying 1 resource to /<<PKGBUILDDIR>>/core/src/main/java
> [INFO] Copying 4 resources to /<<PKGBUILDDIR>>/core/target/classes/META-INF/
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (anno) @ jruby-core ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-core ---
> [INFO] Compiling 1 source file to /<<PKGBUILDDIR>>/core/target/classes
> [WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
> [WARNING] [options] bootstrap class path not set in conjunction with -source 7
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/main/java/org/jruby/runtime/Constants.java]]
> [INFO] [parsing completed 16ms]
> [INFO] [search path for source files: /<<PKGBUILDDIR>>/core/src/main/java,/<<PKGBUILDDIR>>/core/target/generated-sources/annotations,/<<PKGBUILDDIR>>/core/target/generated-sources]
> [INFO] [search path for class files: /usr/lib/jvm/java-11-openjdk-amd64/lib/modules,/<<PKGBUILDDIR>>/core/target/classes,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm/debian/asm-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-commons/debian/asm-commons-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-tree/debian/asm-tree-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-analysis/debian/asm-analysis-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-util/debian/asm-util-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-netdb/debian/jnr-netdb-debian.jar,/usr/share/java/jnr-ffi.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-enxio/debian/jnr-enxio-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-x86asm/debian/jnr-x86asm-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-unixsocket/debian/jnr-unixsocket-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-posix-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-ffi.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-constants.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-constants/debian/jnr-constants-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jffi/debian/jffi-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/joni/joni/debian/joni-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/joni/joni/debian/jcodings.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/extras/bytelist/debian/bytelist-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/jcodings/jcodings/debian/jcodings-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/dirgra/debian/dirgra-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/invokebinder/debian/invokebinder-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/options/debian/options-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/unsafe-fences/debian/unsafe-fences-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/bsf/bsf/debian/bsf-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/commons-logging-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/avalon-framework.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/excalibur-logkit.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/log4j-1.2.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/jcraft/jzlib/debian/jzlib-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/nailgun-server-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/jna-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/jna-platform-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/net/java/dev/jna/jna/debian/jna-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/net/java/dev/jna/jna-platform/debian/jna-platform-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/ant/ant/debian/ant-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/ant/ant-launcher/debian/ant-launcher-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/osgi/org.osgi.core/debian/org.osgi.core-debian.jar,/usr/share/java/osgi.annotation.jar,/<<PKGBUILDDIR>>/debian/maven-repo/joda-time/joda-time/debian/joda-time-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/slf4j/slf4j-api/debian/slf4j-api-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/me/qmx/jitescript/jitescript/debian/jitescript-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/modulator/debian/modulator-debian.jar,.]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/FlagRegistry.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyArray.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyBasicObject.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyHash.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyMatchData.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyModule.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyString.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/ext/stringio/StringIO.class]
> [INFO] [loading /modules/java.base/java/lang/Object.class]
> [INFO] [loading /modules/java.base/java/lang/String.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/JRubyClass.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/JRubyMethod.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/Visibility.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/FrameField.class]
> [INFO] [loading /modules/java.base/java/lang/Deprecated.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Annotation.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Retention.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/RetentionPolicy.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Target.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/ElementType.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/CompatVersion.class]
> [INFO] 
> [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-populators) @ jruby-core ---
> [INFO] Source directory: /<<PKGBUILDDIR>>/core/target/generated-sources added.
> [INFO] 
> [INFO] --- exec-maven-plugin:1.6.0:exec (invoker-generator) @ jruby-core ---
> /<<PKGBUILDDIR>>/core/target/generated-sources/annotated_classes.txt - not found. skip generator.
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (populators) @ jruby-core ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (eclipse-hack) @ jruby-core ---
> [INFO] Not compiling main sources
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-core ---
> [INFO] Not copying test resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-core ---
> [INFO] Not compiling test sources
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-core ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jruby-core ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/core/target/jruby-core-9.1.17.0.jar
> [INFO] 
> [INFO] --- maven-shade-plugin:3.1.1:shade (create lib/jruby.jar) @ jruby-core ---
> [INFO] Including org.ow2.asm:asm:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-commons:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-tree:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-analysis:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-util:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-netdb:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-enxio:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-x86asm:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-unixsocket:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-posix:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-constants:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-ffi:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jffi:jar:debian in the shaded jar.
> [INFO] Including org.jruby.joni:joni:jar:debian in the shaded jar.
> [INFO] Including org.jruby.extras:bytelist:jar:debian in the shaded jar.
> [INFO] Including org.jruby.jcodings:jcodings:jar:debian in the shaded jar.
> [INFO] Including org.jruby:dirgra:jar:debian in the shaded jar.
> [INFO] Including com.headius:invokebinder:jar:debian in the shaded jar.
> [INFO] Including com.headius:options:jar:debian in the shaded jar.
> [INFO] Including com.headius:unsafe-fences:jar:debian in the shaded jar.
> [INFO] Including com.jcraft:jzlib:jar:debian in the shaded jar.
> [INFO] Including com.martiansoftware:nailgun-server:jar:debian in the shaded jar.
> [INFO] Including net.java.dev.jna:jna:jar:debian in the shaded jar.
> [INFO] Including net.java.dev.jna:jna-platform:jar:debian in the shaded jar.
> [INFO] Including joda-time:joda-time:jar:debian in the shaded jar.
> [INFO] Including me.qmx.jitescript:jitescript:jar:debian in the shaded jar.
> [INFO] Including com.headius:modulator:jar:debian in the shaded jar.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-stdlib >-----------------------
> [INFO] Building JRuby Lib Setup 9.1.17.0                                  [3/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (default) @ jruby-stdlib ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-stdlib ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/lib/ruby/gems/shared
> [INFO] Copying 855 resources to /<<PKGBUILDDIR>>/lib/target/classes/META-INF/jruby.home
> [INFO] Copying 4 resources to /<<PKGBUILDDIR>>/lib/target/classes/META-INF/
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-stdlib ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-stdlib ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/lib/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-stdlib ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-stdlib ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jruby-stdlib ---
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-tests >------------------------
> [INFO] Building JRuby Integration Tests 9.1.17.0                          [4/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-tests ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/test/src/main/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-tests ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-dependency-plugin:3.1.1:copy (copy jars for testing) @ jruby-tests ---
> [INFO] Configured Artifact: junit:junit:4.x:jar
> [INFO] Configured Artifact: com.googlecode.jarjar:jarjar:debian:jar
> [INFO] Configured Artifact: bsf:bsf:debian:jar
> [INFO] junit:junit:4.x:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] com.googlecode.jarjar:jarjar:debian:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] bsf:bsf:debian:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-tests ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/test/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-tests ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-tests ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-antrun-plugin:1.8:run (rake) @ jruby-tests ---
> [INFO] Executing tasks
> 
> main:
>      [exec] /<<PKGBUILDDIR>>/bin/jruby -X-C -I/usr/share/rubygems-integration/all/gems/rspec-support-3.9.2/lib:/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/exe/rspec --pattern spec/regression/\*\*/\*_spec.rb --color --format documentation 
>      [exec] WARNING: An illegal reflective access operation has occurred
>      [exec] WARNING: Illegal reflective access by org.jruby.ext.zlib.RubyZlib to field java.util.zip.CRC32.crc
>      [exec] WARNING: Please consider reporting this to the maintainers of org.jruby.ext.zlib.RubyZlib
>      [exec] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
>      [exec] WARNING: All illegal access operations will be denied in a future release
>      [exec] 
>      [exec] A define_method method called across threads and selfs
>      [exec]   never loses proper self identity
>      [exec] 
>      [exec] StringIO#read
>      [exec]   works when the contained string is frozen
>      [exec] 
>      [exec] A thread dying naturally while being killed
>      [exec]   should not deadlock
>      [exec] 
>      [exec] DateTime plus a numeric value larger than int range
>      [exec]   correctly uses long logic to do the addition
>      [exec] 
>      [exec] An Enumerator that has been abandoned
>      [exec]   cleans itself up properly
>      [exec] 
>      [exec] An exception that bubbles out when $stderr is redirected
>      [exec]   logs to the redirected target (FAILED - 1)
>      [exec] 
>      [exec] String#index given a Regexp and an index past the last character
>      [exec]   returns nil
>      [exec] 
>      [exec] Process#copy_stream when given a popen-based "from"
>      [exec]   copies the bytes from the process to the target stream
>      [exec] 
>      [exec] reopen $stdout and $stderr
>      [exec]   preserve file mode after reopen
>      [exec] 
>      [exec] A Fiber
>      [exec]   that sees a Java exception raised all the way out of its body
>      [exec]     propagates that exception to any resuming thread
>      [exec]     shuts down its internal queue so no further resumes are possible
>      [exec]   that is killed like a thread
>      [exec]     kills its parent thread
>      [exec] 
>      [exec] A Java inner class's name
>      [exec]   reflects its scoping within an outer class
>      [exec] 
>      [exec] An encoded date format
>      [exec]   properly preserves the pattern's encoding
>      [exec] 
>      [exec] A Hash being marshaled while modified
>      [exec]   produces valid marshal data or raises error if it cannot
>      [exec] 
>      [exec] A child class with the same fully-qualified name as a parent class
>      [exec]   uses its reified parent class as its own reified class
>      [exec] 
>      [exec] OpenSSL::PKey::RSA.new
>      [exec]   constructs a private key instance
>      [exec] 
>      [exec] A break passing through an intermediate escaped closure
>      [exec]   does not turn into a LocalJumpError
>      [exec] 
>      [exec] Numeric#step.size
>      [exec]   does not result in a ClassCastException when passed a bignum
>      [exec] 
>      [exec] An ASCII string with high-range bytes
>      [exec]   can each_char through the high bytes successfully
>      [exec] 
>      [exec] Zlib::GzipWriter
>      [exec]   doesn't corrupt the output
>      [exec] 
>      [exec] A global variable
>      [exec]   always updates for read when modified
>      [exec] 
>      [exec] A call to __method__
>      [exec]   Inside a class body within a method body
>      [exec]     returns nil
>      [exec] 
>      [exec] inspect called against the "top self"
>      [exec]   returns "main"
>      [exec] 
>      [exec] JRuby warnings
>      [exec]   have the correct line number
>      [exec] 
>      [exec] Pathname @path ivar should be transparent to Ruby land
>      [exec] /<<PKGBUILDDIR>>/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:1:in `require':
>      [exec] It seems your ruby installation is missing psych (for YAML output).
>      [exec] To eliminate this warning, please install libyaml and reinstall your ruby.
>      [exec]   instance_variable_get/set
>      [exec]   YAML deserialization (FAILED - 2)
>      [exec] 
>      [exec] A fiber
>      [exec]   that is running while its resuming thread receives an exception
>      [exec]     receives that exception
>      [exec]   that is paused in yield while it receives an exception
>      [exec]     raises that exception in its parent thread
>      [exec] 
>      [exec] Array#pack('c')
>      [exec]   does not raise RangeError when argument is bignum
>      [exec] 
>      [exec] Array#pack('C')
>      [exec]   does not raise RangeError when argument is bignum
>      [exec] 
>      [exec] String#format with %s passed US-ASCII input
>      [exec]   preserves the encoding of the ASCII-compatible format string
>      [exec] 
>      [exec] Time#to_s
>      [exec]   returns the same string
>      [exec] 
>      [exec] Time#eql?
>      [exec]   returns true
>      [exec] 
>      [exec] Time#zone
>      [exec]   returns nil
>      [exec] 
>      [exec] Time#utc_offset
>      [exec]   returns collect value
>      [exec] 
>      [exec] Time
>      [exec]   #new
>      [exec]     creates equal instances with both UTC offset representations
>      [exec] 
>      [exec] A Fiber
>      [exec]   propagates throw out to waiting fiber/thread's catch
>      [exec]   propagates exceptions out to waiting fiber/thread
>      [exec] 
>      [exec] java.lang.Object#compareTo
>      [exec]   returns the appropriate value when invoked on a to_java'd object
>      [exec] 
>      [exec] Proc#curry
>      [exec]   when applied successively
>      [exec]     combines arguments and calculates incoming arity accurately
>      [exec] 
>      [exec] Fixnum#to_s
>      [exec]   returns muttable string
>      [exec] 
>      [exec] BigDecimal#round
>      [exec]   returns fixnum if no args are passed
>      [exec] 
>      [exec] BigDecimal#truncate
>      [exec]   returns fixnum if no args are passed
>      [exec] 
>      [exec] BigDecimal#floor
>      [exec]   returns fixnum if no args are passed
>      [exec] 
>      [exec] BigDecimal#ceil
>      [exec]   returns fixnum if no args are passed
>      [exec] 
>      [exec] BasicSocket#shutdown
>      [exec]   accepts no arguments
>      [exec]   accepts number arguments
>      [exec]   accepts string arguments
>      [exec]   accepts symbol arguments
>      [exec] 
>      [exec] Compute a hash-code for this hash
>      [exec]   makes the computed hash-code value different from the hash size
>      [exec]   returns the same hash-code for hash with the same content
>      [exec] 
>      [exec] Kernel#Integer when given a string that contains invalid characters
>      [exec]   rejects the string
>      [exec] 
>      [exec] BigDecimal#mult
>      [exec]   raises a type error exception when the first param is nil
>      [exec] 
>      [exec] BigDecimal#*
>      [exec]   raises a type error exception when the first param is nil
>      [exec] 
>      [exec] BigDecimal#div
>      [exec]   raises a type error exception when the first param is nil
>      [exec] 
>      [exec] String#casecmp
>      [exec]   returns correct value
>      [exec] 
>      [exec] String#rindex
>      [exec]   works with matchdata
>      [exec] 
>      [exec] BigDecimal#*
>      [exec]   returns correct value
>      [exec] 
>      [exec] File#read
>      [exec]   raises an Errno::ENOENT when the filepath is an empty string
>      [exec] 
>      [exec] DateTime#jd
>      [exec]   returns chronological Julian day number
>      [exec] 
>      [exec] ServerSocket#accept_nonblock
>      [exec] server running on 34202
>      [exec]   returns the client address
>      [exec] 
>      [exec] A file required from a load path entry with an embedded symlink
>      [exec]   leaves __FILE__ unexpanded
>      [exec]   leaves LOADED_FEATURES unexpanded
>      [exec] 
>      [exec] Paths added to $LOADED_FEATURES by require
>      [exec]   do not expand symlinks
>      [exec] 
>      [exec] NonLocalReturn
>      [exec]   inside a block of a define_method block body returns normally
>      [exec] 
>      [exec] GH-1962: Kernel::Array
>      [exec]   coerces Array-like objects that define method_missing
>      [exec]   coerces Array-like objects that define to_ary
>      [exec]   coerces Array-like objects that define to_a
>      [exec] 
>      [exec] GH-1963: Array#product
>      [exec]   coerces Array-like objects that define method_missing
>      [exec]   coerces Array-like objects that define to_ary
>      [exec]   does not coerce Array-like objects that define to_a
>      [exec] 
>      [exec] Blocks with duplicate _ args
>      [exec]   should not crash
>      [exec] 
>      [exec] Multiple non-local returns in-flight
>      [exec]   should not collide
>      [exec] 
>      [exec] NonLocalReturn
>      [exec]   throwing a LocalJumpError should be properly rescued
>      [exec] 
>      [exec] Struct#inspect
>      [exec]   returns correct value
>      [exec] 
>      [exec] Protected methods
>      [exec]   should be accessed correctly
>      [exec] 
>      [exec] File.basename when given a path with non-default encoding
>      [exec]   produces the basename path with the same encoding
>      [exec] 
>      [exec] GH-2264: Illegal hex characters in escape pattern
>      [exec]   can glob directories
>      [exec] 
>      [exec] Constant lookup in stabby lambdas
>      [exec]   should not crash
>      [exec] 
>      [exec] Open3.popen3
>      [exec]   accepts and ignores empty trailing options hash (FAILED - 3)
>      [exec] 
>      [exec] Object#instance_eval
>      [exec]   uses the target object as self in the executed code
>      [exec] 
>      [exec] BigDecimal precision test with different execution order
>      [exec]   returns same precision
>      [exec] 
>      [exec] Socket.gethostname
>      [exec]   returns current host name with UTF-8 encoding
>      [exec] 
>      [exec] IPSocket.getaddress
>      [exec]   returns hostname for specified address with UTF-8 encoding
>      [exec] 
>      [exec] A string encoded as 'UTF-32'
>      [exec]   transcodes as UTF-32BE
>      [exec] 
>      [exec] double-quoted UTF8 hash key
>      [exec]   returns collect encoding
>      [exec] 
>      [exec] A stdio stream redirected from a pipe
>      [exec]   must report false for tty
>      [exec] 
>      [exec] A proc created from a Method object
>      [exec]   receives block arguments based on its arity
>      [exec] 
>      [exec] .const_get
>      [exec]   with leading colons
>      [exec]     finds the toplevel constant
>      [exec]     works with arbitrarily nested constants
>      [exec] 
>      [exec] Enumerable#inject passed a symbol and called as a proc
>      [exec]   correctly fills the array
>      [exec] 
>      [exec] UTF-8 text transcoded to ISO-2022-JP
>      [exec]   does not include null bytes in finish sequence
>      [exec] 
>      [exec] yield splat
>      [exec]   yields an array when block has only one argument
>      [exec]   yields an array when block as one argument and passed two
>      [exec]   yields one value when block has two arguments and passed one
>      [exec]   yields two values when block has two arguments and passed two
>      [exec]   yields two values when block has two arguments and passed three
>      [exec] 
>      [exec] A badly-encoded UTF-8 String reencoded with replacements as UTF-16
>      [exec]   completes for all inputs
>      [exec] 
>      [exec] A module with prepends
>      [exec]   is searched as a hierarchy
>      [exec] 
>      [exec] BigDecimal
>      [exec]   should be duplicable
>      [exec] 
>      [exec] DateTime.iso8601
>      [exec]   correctly parses fraction of a second
>      [exec] 
>      [exec] Symbol#inspect
>      [exec]   returns correct value
>      [exec] 
>      [exec] Writing zero bytes to a nonblocking socket
>      [exec]   returns 0 bytes and does not raise EAGAIN
>      [exec] 
>      [exec] Symbol#==
>      [exec]   returns true when comparing literal and internalized symbols
>      [exec] 
>      [exec] A native method with no-simple arity should not NPE
>      [exec]   an invoker has proper parameters
>      [exec] 
>      [exec] An empty %i{}
>      [exec]   will not crash
>      [exec] 
>      [exec] A method with anonymous required arguments
>      [exec]   can to_proc and produce parameters without error
>      [exec] 
>      [exec] nested rescue of java exception
>      [exec]   should not have a nil exception
>      [exec] 
>      [exec] A bunch of hash methods
>      [exec]   can handle standard arities for any?
>      [exec]   can handle standard arities for delete_if
>      [exec]   can handle standard arities for each
>      [exec]   can handle standard arities for select
>      [exec]   can handle standard arities for select!
>      [exec] 
>      [exec] Array#map with delete inside the loop
>      [exec]   must not produce invalid array contents
>      [exec] 
>      [exec] Kernel#timeout
>      [exec]   dynamically dispatches to Timeout::timeout
>      [exec] 
>      [exec] IO#syswrite
>      [exec]   does not freeze the string to be written
>      [exec] 
>      [exec] A UTF-8 string matched against a US-ASCII string
>      [exec]   compiles to regexp successfully
>      [exec] 
>      [exec] String#encode with :replace option
>      [exec]   returns correct value
>      [exec] 
>      [exec] GH3545Loop
>      [exec]   GH-3545: should not raise retrieving current scope
>      [exec] 
>      [exec] OpenSSL::PKey::RSA.new
>      [exec]   constructs a private key with correct value
>      [exec] 
>      [exec] syswrite called on unix socket in nonblocking mode
>      [exec]   should not fail with 'SystemCallError: Unknown error -'
>      [exec] 
>      [exec] NameError created internally using a format string
>      [exec]   does not warn in verbose mode
>      [exec]   does not raise formatting errors in debug mode
>      [exec] 
>      [exec] Method defined inside an instance method
>      [exec]   should succeed even when that instance method is generated via define_method
>      [exec] 
>      [exec] Hash
>      [exec]   will raise a NoMethodError and not crash
>      [exec] 
>      [exec] A thread that has not yet started running
>      [exec]   should return nil for Thread#backtrace
>      [exec] 
>      [exec] #4124 Packed arrays
>      [exec]   replaces properly
>      [exec] 
>      [exec] java.script.ScriptManager for JRuby
>      [exec]   when assigning global variables
>      [exec]     allows different types of values to be assigned in sequence (FAILED - 4)
>      [exec] 
>      [exec] A GzipWriter instance
>      [exec]   supports all respond_to? arities
>      [exec] 
>      [exec] A GzipReader instance
>      [exec]   supports all respond_to? arities
>      [exec] 
>      [exec] mod rescue
>      [exec]   can capture $! and return backtrace_locations without crashing
>      [exec] 
>      [exec] unmarshalling multiple strings with encodings
>      [exec]   does not throw an encoding error
>      [exec] 
>      [exec] A non-magical comment which sort of looks like one will finish
>      [exec]   in a sane amount of time
>      [exec] 
>      [exec] Module#module_function
>      [exec]   will call method_added before method_singleton_added
>      [exec] 
>      [exec] Accessing instance variables
>      [exec]   should not lose concurrent writes under growth operations
>      [exec] 
>      [exec] utf-16BE should write regardless of underlying locale encoding
>      [exec]   should read the written string
>      [exec] 
>      [exec] Kernel#__dir__
>      [exec]   returns the parent dir of the current file
>      [exec] 
>      [exec] time add precision
>      [exec]   handles BC time correctly
>      [exec] 
>      [exec] time minus precision
>      [exec]   handles BC time correctly
>      [exec] 
>      [exec] Enumerable#each_with_index with Enumerable#each implemented with a call rather than a yield
>      [exec]   passes nil to the block if each passes no args
>      [exec]   passes the arg directly to the block if each passes one arg
>      [exec]   passes an array of arguments to the block if Enumerable#each passes multiple values
>      [exec] 
>      [exec] Enumerator#each_with_index for a method implemented with a call rather than a yield
>      [exec]   passes nil to the block if the method passes no args
>      [exec]   passes the arg directly to the block if the method passes one arg
>      [exec]   passes an array of arguments to the block if the method passes multiple values
>      [exec] 
>      [exec] Enumerables whose #each method passes multiple values to a block.call (rather than a yield),
>      [exec]   Enumerable#to_a
>      [exec]     behaves like an Enumerable method which returns an array
>      [exec]       puts an array of all each args in the returned array
>      [exec]   Enumerable#sort
>      [exec]     behaves like an Enumerable method which returns an array
>      [exec]       puts an array of all each args in the returned array
>      [exec]   Enumerable#sort_by
>      [exec]     behaves like an Enumerable method which takes a block
>      [exec]       passes all #each args to its block
>      [exec]       passes the appropriate args to blocks of arity one
>      [exec]     behaves like an Enumerable method which returns an array
>      [exec]       puts an array of all each args in the returned array
>      [exec]   Enumerable#select
>      [exec]     behaves like an Enumerable method which takes a block
>      [exec]       passes all #each args to its block
>      [exec]       passes the appropriate args to blocks of arity one
>      [exec]     behaves like an Enumerable method which returns an array
>      [exec]       puts an array of all each args in the returned array
>      [exec]   Enumerable#parition
>      [exec]     returns all #each args
>      [exec]     behaves like an Enumerable method which takes a block
>      [exec]       passes all #each args to its block
>      [exec]       passes the appropriate args to blocks of arity one
>      [exec]   Enumerable#reject
>      [exec]     behaves like an Enumerable method which takes a block
>      [exec]       passes all #each args to its block
>      [exec]       passes the appropriate args to blocks of arity one
>      [exec]     behaves like an Enumerable method which returns an array
>      [exec]       puts an array of all each args in the returned array
>      [exec]   Enumerable#min
>      [exec]     behaves like an Enumerable method which takes a block
>      [exec]       passes all #each args to its block
>      [exec]       passes the appropriate args to blocks of arity one
>      [exec]     behaves like an Enumerable method which returns an enum element
>      [exec]       puts an array of all each args in the returned value
>      [exec]   Enumerable#max
>      [exec]     behaves like an Enumerable method which takes a block
>      [exec]       passes all #each args to its block
>      [exec]       passes the appropriate args to blocks of arity one
>      [exec]     behaves like an Enumerable method which returns an enum element
>      [exec]       puts an array of all each args in the returned value
>      [exec]   Enumerable#minmax
>      [exec]     returns all #each args
>      [exec]     behaves like an Enumerable method which takes a block
>      [exec]       passes all #each args to its block
>      [exec]       passes the appropriate args to blocks of arity one
>      [exec]   Enumerable#min_by
>      [exec]     behaves like an Enumerable method which takes a block
>      [exec]       passes all #each args to its block
>      [exec]       passes the appropriate args to blocks of arity one
>      [exec]     behaves like an Enumerable method which returns an enum element
>      [exec]       puts an array of all each args in the returned value
>      [exec]   Enumerable#max_by
>      [exec]     behaves like an Enumerable method which takes a block
>      [exec]       passes all #each args to its block
>      [exec]       passes the appropriate args to blocks of arity one
>      [exec]     behaves like an Enumerable method which returns an enum element
>      [exec]       puts an array of all each args in the returned value
>      [exec]   Enumerable#minmax_by
>      [exec]     returns all #each args
>      [exec]     behaves like an Enumerable method which takes a block
>      [exec]       passes all #each args to its block
>      [exec]       passes the appropriate args to blocks of arity one
>      [exec]   Enumerable#include?
>      [exec]     tests against all #each args
>      [exec]   Enumerable#any?
>      [exec]     behaves like an Enumerable method which takes a block
>      [exec]       passes all #each args to its block
>      [exec]       passes the appropriate args to blocks of arity one
>      [exec]   Enumerable#none?
>      [exec]     behaves like an Enumerable method which takes a block
>      [exec]       passes all #each args to its block
>      [exec]       passes the appropriate args to blocks of arity one
>      [exec]   Enumerable#one?
>      [exec]     behaves like an Enumerable method which takes a block
>      [exec]       passes all #each args to its block
>      [exec]       passes the appropriate args to blocks of arity one
>      [exec]   Enumerable#all?
>      [exec]     behaves like an Enumerable method which takes a block
>      [exec]       passes all #each args to its block
>      [exec]       passes the appropriate args to blocks of arity one
>      [exec]   Enumerable#inject
>      [exec]     passes all each args to its block
>      [exec]   Enumerable#group_by
>      [exec]     returns groups containing all #each arguments in an array
>      [exec]     behaves like an Enumerable method which takes a block
>      [exec]       passes all #each args to its block
>      [exec]       passes the appropriate args to blocks of arity one
>      [exec]   Enumerable#cycle
>      [exec]     passes all #each args to its block
>      [exec]   Enumerable#each_slice
>      [exec]     passes all #each args to its block
>      [exec]   Enumerable#drop_while
>      [exec]     returns all #each args even if its block does not use them
>      [exec]     behaves like an Enumerable method which takes a block
>      [exec]       passes all #each args to its block
>      [exec]       passes the appropriate args to blocks of arity one
>      [exec]   Enumerable#take_while
>      [exec]     returns all #each args even if its block does not use them
>      [exec]     behaves like an Enumerable method which takes a block
>      [exec]       passes all #each args to its block
>      [exec]       passes the appropriate args to blocks of arity one
>      [exec]   Enumerable#find_index
>      [exec]     behaves like an Enumerable method which takes a block
>      [exec]       passes all #each args to its block
>      [exec]       passes the appropriate args to blocks of arity one
>      [exec]   Enumerable#detect
>      [exec]     behaves like an Enumerable method which takes a block
>      [exec]       passes all #each args to its block
>      [exec]       passes the appropriate args to blocks of arity one
>      [exec]   Enumerable#grep
>      [exec]     finds array of all #each args
>      [exec]   Enumerable#zip
>      [exec]     includes all #each args in the zipped array
>      [exec]   Enumerable#each_cons
>      [exec]     puts all #each args in its block array
>      [exec]   Enumerable#each_with_object
>      [exec]     passes all each args to its block
>      [exec]   Enumerable#each_entry
>      [exec]     behaves like an Enumerable method which takes a block
>      [exec]       passes all #each args to its block
>      [exec]       passes the appropriate args to blocks of arity one
>      [exec]   Enumerable#slice_before
>      [exec]     passes all #each args to its block
>      [exec]   Enumerable#flat_map
>      [exec]     behaves like an Enumerable method which takes a block
>      [exec]       passes all #each args to its block
>      [exec]       passes the appropriate args to blocks of arity one
>      [exec]   Enumerable#chunk
>      [exec]     passes all #each args to its block
>      [exec]     passes all #each args to its block
>      [exec] 
>      [exec] defined?(::BasicObject)
>      [exec]   returns "constant"
>      [exec] 
>      [exec] Colon2 lookup with changing receiver under concurrent load
>      [exec]   never fails to produce the correct value
>      [exec] 
>      [exec] JRUBY-2388: GC methods
>      [exec]   do not appear on other classes
>      [exec] 
>      [exec] JRUBY-3194: threaded autoload
>      [exec]   should not raise recursive autoload
>      [exec]   should not raise for accessing a constant
>      [exec] /<<PKGBUILDDIR>>/spec/regression/JRUBY-5122_nonblocking_io_spec.rb:305: warning: Object#timeout is deprecated, use Timeout.timeout instead
>      [exec] /<<PKGBUILDDIR>>/spec/regression/JRUBY-5122_nonblocking_io_spec.rb:311: warning: Object#timeout is deprecated, use Timeout.timeout instead
>      [exec] /<<PKGBUILDDIR>>/spec/regression/JRUBY-5122_nonblocking_io_spec.rb:317: warning: Object#timeout is deprecated, use Timeout.timeout instead
>      [exec] /<<PKGBUILDDIR>>/spec/regression/JRUBY-5122_nonblocking_io_spec.rb:305: warning: Object#timeout is deprecated, use Timeout.timeout instead
>      [exec]   should not raise for accessing an inner constant
>      [exec]   should raise NameError when autoload did not define the constant
>      [exec]   should allow to override autoload with constant
>      [exec] 
>      [exec] A simple float
>      [exec]   roundtrips correctly
>      [exec] 
>      [exec] A calculated float
>      [exec]   roundtrips correctly
>      [exec] 
>      [exec] A long-mantissa float
>      [exec]   roundtrips correctly
>      [exec] 
>      [exec] #4463 BigDecimal marshal
>      [exec]   roundtrips correctly
>      [exec] 
>      [exec] nonblocking IO blocking behavior: JRUBY-5122
>      [exec]   should not block for gets
>      [exec]   should not block for eof
>      [exec]   should not block for getc
>      [exec]   should not block for readlines
>      [exec]   should not block for read
>      [exec]   should not block for read(n) where n is shorter than the buffer
>      [exec]   should not block for read(n) where n is longer than the buffer
>      [exec] /<<PKGBUILDDIR>>/spec/regression/JRUBY-5122_nonblocking_io_spec.rb:311: warning: Object#timeout is deprecated, use Timeout.timeout instead
>      [exec] /<<PKGBUILDDIR>>/spec/regression/JRUBY-5122_nonblocking_io_spec.rb:317: warning: Object#timeout is deprecated, use Timeout.timeout instead
>      [exec] /<<PKGBUILDDIR>>/spec/regression/JRUBY-5122_nonblocking_io_spec.rb:305: warning: Object#timeout is deprecated, use Timeout.timeout instead
>      [exec] /<<PKGBUILDDIR>>/spec/regression/JRUBY-5122_nonblocking_io_spec.rb:311: warning: Object#timeout is deprecated, use Timeout.timeout instead
>      [exec] /<<PKGBUILDDIR>>/spec/regression/JRUBY-5122_nonblocking_io_spec.rb:317: warning: Object#timeout is deprecated, use Timeout.timeout instead
>      [exec] /<<PKGBUILDDIR>>/spec/regression/JRUBY-5122_nonblocking_io_spec.rb:305: warning: Object#timeout is deprecated, use Timeout.timeout instead
>      [exec] /<<PKGBUILDDIR>>/spec/regression/JRUBY-5122_nonblocking_io_spec.rb:311: warning: Object#timeout is deprecated, use Timeout.timeout instead
>      [exec] /<<PKGBUILDDIR>>/spec/regression/JRUBY-5122_nonblocking_io_spec.rb:317: warning: Object#timeout is deprecated, use Timeout.timeout instead
>      [exec] /<<PKGBUILDDIR>>/spec/regression/JRUBY-5122_nonblocking_io_spec.rb:305: warning: Object#timeout is deprecated, use Timeout.timeout instead
>      [exec] /<<PKGBUILDDIR>>/spec/regression/JRUBY-5122_nonblocking_io_spec.rb:311: warning: Object#timeout is deprecated, use Timeout.timeout instead
>      [exec] /<<PKGBUILDDIR>>/spec/regression/JRUBY-5122_nonblocking_io_spec.rb:317: warning: Object#timeout is deprecated, use Timeout.timeout instead
>      [exec] /<<PKGBUILDDIR>>/spec/regression/JRUBY-5122_nonblocking_io_spec.rb:305: warning: Object#timeout is deprecated, use Timeout.timeout instead
>      [exec] /<<PKGBUILDDIR>>/spec/regression/JRUBY-5122_nonblocking_io_spec.rb:311: warning: Object#timeout is deprecated, use Timeout.timeout instead
>      [exec] /<<PKGBUILDDIR>>/spec/regression/JRUBY-5122_nonblocking_io_spec.rb:317: warning: Object#timeout is deprecated, use Timeout.timeout instead
>      [exec] /<<PKGBUILDDIR>>/spec/regression/JRUBY-5122_nonblocking_io_spec.rb:305: warning: Object#timeout is deprecated, use Timeout.timeout instead
>      [exec] /<<PKGBUILDDIR>>/spec/regression/JRUBY-5122_nonblocking_io_spec.rb:311: warning: Object#timeout is deprecated, use Timeout.timeout instead
>      [exec] /<<PKGBUILDDIR>>/spec/regression/JRUBY-5122_nonblocking_io_spec.rb:317: warning: Object#timeout is deprecated, use Timeout.timeout instead
>      [exec]   should read 4 bytes for read(4)
>      [exec]   should not block for readpartial
>      [exec]   should not block for sysread
>      [exec] /<<PKGBUILDDIR>>/spec/regression/JRUBY-5122_nonblocking_io_spec.rb:305: warning: Object#timeout is deprecated, use Timeout.timeout instead
>      [exec] /<<PKGBUILDDIR>>/spec/regression/JRUBY-5122_nonblocking_io_spec.rb:311: warning: Object#timeout is deprecated, use Timeout.timeout instead
>      [exec] /<<PKGBUILDDIR>>/spec/regression/JRUBY-5122_nonblocking_io_spec.rb:317: warning: Object#timeout is deprecated, use Timeout.timeout instead
>      [exec] /<<PKGBUILDDIR>>/spec/regression/JRUBY-5122_nonblocking_io_spec.rb:305: warning: Object#timeout is deprecated, use Timeout.timeout instead
>      [exec] /<<PKGBUILDDIR>>/spec/regression/JRUBY-5122_nonblocking_io_spec.rb:311: warning: Object#timeout is deprecated, use Timeout.timeout instead
>      [exec] /<<PKGBUILDDIR>>/spec/regression/JRUBY-5122_nonblocking_io_spec.rb:317: warning: Object#timeout is deprecated, use Timeout.timeout instead
>      [exec] /<<PKGBUILDDIR>>/spec/regression/JRUBY-5122_nonblocking_io_spec.rb:305: warning: Object#timeout is deprecated, use Timeout.timeout instead
>      [exec] /<<PKGBUILDDIR>>/spec/regression/JRUBY-5122_nonblocking_io_spec.rb:311: warning: Object#timeout is deprecated, use Timeout.timeout instead
>      [exec] /<<PKGBUILDDIR>>/spec/regression/JRUBY-5122_nonblocking_io_spec.rb:317: warning: Object#timeout is deprecated, use Timeout.timeout instead
>      [exec] /<<PKGBUILDDIR>>/spec/regression/JRUBY-5122_nonblocking_io_spec.rb:305: warning: Object#timeout is deprecated, use Timeout.timeout instead
>      [exec] /<<PKGBUILDDIR>>/spec/regression/JRUBY-5122_nonblocking_io_spec.rb:311: warning: Object#timeout is deprecated, use Timeout.timeout instead
>      [exec] /<<PKGBUILDDIR>>/spec/regression/JRUBY-5122_nonblocking_io_spec.rb:317: warning: Object#timeout is deprecated, use Timeout.timeout instead
>      [exec] /<<PKGBUILDDIR>>/spec/regression/JRUBY-5122_nonblocking_io_spec.rb:317: warning: Object#timeout is deprecated, use Timeout.timeout instead
>      [exec] Exception `RuntimeError' at /<<PKGBUILDDIR>>/spec/regression/JRUBY-5223_marshal_load_spec.rb:45 - 
>      [exec]   should not block for each_byte
>      [exec]   should not block for each_line
>      [exec]   should not block for write_nonblock
>      [exec] 
>      [exec] Calling behavior: JRUBY-5220
>      [exec]   on calling blocks with wrong number of arguments
>      [exec]     should use the same message MRI uses
>      [exec]   on calling methods with wrong number of arguments
>      [exec]     should use the same message MRI uses
>      [exec] 
>      [exec] Marshal load behavior: JRUBY-5223
>      [exec]   should load string
>      [exec]   should propagate taintness
>      [exec]   should load IO
>      [exec]   should load string if it responds to :read
>      [exec]   should try stringify with to_str
>      [exec]   should try to set binmode if it seems IO
>      [exec] 
>      [exec] TCPServer#getsockname behavior: JRUBY-5232
>      [exec]   should return proper struct after bind call
>      [exec] 
>      [exec] Enumerator#each_slice
>      [exec]   when called with no block
>      [exec]     and .first
>      [exec]       returns the first slice
>      [exec]     and .to_a
>      [exec]       returns the slices in an array
>      [exec]     and .map{}
>      [exec]       yields the slices and produces mapped result
>      [exec]   called with a block
>      [exec]     with n arguments
>      [exec]       yields the slice arrays' elements
>      [exec] 
>      [exec] A Hash
>      [exec]   yields k, v to a map() block receiving k, v
>      [exec] 
>      [exec] Lexer
>      [exec]   should parse identifier at the end of stream
>      [exec] 
>      [exec] Array#sample
>      [exec]   accepts PRNG instance
>      [exec]   accepts PRNG class
>      [exec] 
>      [exec] Array#shuffle
>      [exec]   accepts PRNG instance
>      [exec]   accepts PRNG class
>      [exec] 
>      [exec] Enumerator#combination
>      [exec]   returns Enumerator that can call #with_index
>      [exec] 
>      [exec] Enumerator#cycle
>      [exec]   returns Enumerator that can call #with_index
>      [exec] 
>      [exec] Enumerator#each_slice
>      [exec]   returns Enumerator that can call #with_index
>      [exec] 
>      [exec] Enumerator#each_cons
>      [exec]   returns Enumerator that can call #with_index
>      [exec] 
>      [exec] Enumerator#permutation
>      [exec]   returns Enumerator that can call #with_index
>      [exec] 
>      [exec] Enumerator#slice_before
>      [exec]   returns Enumerator that can call #with_index
>      [exec] 
>      [exec] Enumerator#repeated_combination
>      [exec]   returns Enumerator that can call #with_index
>      [exec] 
>      [exec] TCPSocket method
>      [exec]   read sets thread status to sleep
>      [exec]   readline sets thread status to sleep
>      [exec] 
>      [exec] Kernel#select with a zero timeout
>      [exec]   selects a single readable socket with data in buffer
>      [exec]   selects a single writable socket
>      [exec]   selects a readable (data in buffer), writable socket as readable and writable
>      [exec] 
>      [exec] A pipe from IO.pipe
>      [exec]   can be closed when not being read from
>      [exec]   can be closed by a timeout thread when not being read from
>      [exec]   can be closed by a timeout thread when being read from
>      [exec] 
>      [exec] JRUBY-5610: TCPServer#accept_nonblock
>      [exec]   should not raise EAGAIN if a connection is available
>      [exec] 
>      [exec] JRUBY-5684: Piped file descriptors wrapped in an IO
>      [exec]   can write and read to and from the pipe
>      [exec] 
>      [exec] JRUBY-5773: assignment in a method with default argument strip off other arguments.
>      [exec]   should assign proper post args at proper offsets
>      [exec] 
>      [exec] JRUBY-5776: SecureRandom#random_number
>      [exec]   works
>      [exec] 
>      [exec] JRUBY-6559: GZipReader rewind with buffered input
>      [exec]   rewinds properly when the input is buffered internally
>      [exec] 
>      [exec] JRUBY-5918: Float marshaling
>      [exec]   always uses . for decimal separator, regardless of locale
>      [exec] 
>      [exec] JRUBY-5946 IO.select returns write array with nil elements
>      [exec]   returns writes elements correctly even when there aren't reads nor errors elements
>      [exec] 
>      [exec] JRUBY-5981: thread-local cached UTF-8 coder
>      [exec]   should not truncate strings smaller than 1k
>      [exec]   should not truncate strings smaller than 4k
>      [exec]   should not truncate strings larger than 4k
>      [exec] 
>      [exec] JRUBY-5987: Module include wrappers
>      [exec]   delegate to the included module for autoloads
>      [exec] 
>      [exec] JRUBY-6049: Bignum#[]
>      [exec]   handles negative value correctly
>      [exec]   normalizes Bignum argument
>      [exec] 
>      [exec] JRUBY-6050: Fixnum#[]
>      [exec]   normalizes Bignum argument
>      [exec] 
>      [exec] JRUBY-6053: Array#pack
>      [exec]   returns 2 bytes for "b2"
>      [exec]   returns 0 bytes for "b0"
>      [exec]   returns 0 bytes for "b1"
>      [exec]   returns 0 bytes for "b3"
>      [exec]   returns 0 bytes for "b4"
>      [exec]   returns 2 bytes for "B2"
>      [exec] 
>      [exec] JRUBY-6141: Matchdata#captures
>      [exec]   returns first value from Regexp.last_match after all String#scan iterations
>      [exec]   returns last value from Regexp.last_match after all String#scan iterations
>      [exec] 
>      [exec] JRUBY-6208: GzipWriter creates corrupted gzip stream
>      [exec] Exception `IOError' at org/jruby/RubyIO.java:3061 - stream closed
>      [exec]   should not try to convert binary to default_external
>      [exec] 
>      [exec] JRUBY-6209: Hash#rehash does not work under some condition
>      [exec]   works even it contains a key where #hash is negative
>      [exec] 
>      [exec] JRUBY-6278: Double require bug in the handling of concurrent requires
>      [exec] Exception `RuntimeError' at /tmp/sleeper20200503-22637-1g0vrdf.rb:4 - 
>      [exec] Exception `RuntimeError' at /tmp/sleeper20200503-22637-1g0vrdf.rb:4 - 
>      [exec]   serializes requires even after raising an exception from required file
>      [exec] 
>      [exec] JRUBY-6291: Closing Stream in IO.popen4 and Open3.popen3
>      [exec]   should not error when reading from other streams using IO.popen4 (FAILED - 5)
>      [exec]   should not error when reading from other streams using Open3.popen3 (FAILED - 6)
>      [exec] 
>      [exec] JRUBY-6307: Powering operation of Integer sometimes gets a wrong calculation when 1.9 mode.
>      [exec]   returns the powers correctly
>      [exec] 
>      [exec] JRUBY-6324: random seed for srand is not initialized properly
>      [exec]   initializes initial seed for PRNG
>      [exec] (eval):1: warning: encountered \r in middle of line, treated as a mere space
>      [exec]   initializes initial seed for PRNG
>      [exec] 
>      [exec] JRUBY-6339: File does not load from inside path with a '#' symbol
>      [exec]   should load a file from inside a path with a '#' symbol with the current directory set as the load path
>      [exec] 
>      [exec] JRUBY-6344: embedded CR
>      [exec]   should not be treated as EOL
>      [exec] 
>      [exec] JRUBY-6417: IO.popen() when given a hash with an Encoding as a value
>      [exec]   does not throw a TypeError
>      [exec] 
>      [exec] JRUBY-6554: \r at end of string
>      [exec]   does not cause SyntaxError when eval'd
>      [exec] 
>      [exec] JRUBY-6559: GZipReader rewind with buffered input
>      [exec]   rewinds properly when the input is buffered internally
>      [exec] 
>      [exec] A procified Symbol
>      [exec]   receives the array when yielded an array
>      [exec] 
>      [exec] JRUBY-6570: autoload called from instance method
>      [exec]   defines an autoload on the current object's class
>      [exec] 
>      [exec] JRUBY-6612: multiplication
>      [exec]   works when other is Long.MIN_VALUE
>      [exec] 
>      [exec] String#setbyte
>      [exec]   forces the string to unshare, and does not modify other sharers
>      [exec] 
>      [exec] JRUBY-6661: %N formatter
>      [exec]   does not affect the output of the next (narrow) formatter
>      [exec] 
>      [exec] JRUBY-6668: StringScanner.scan
>      [exec]   must properly negotiate encoding based on incoming string
>      [exec] 
>      [exec] JRUBY-6679: Encoding.default_external
>      [exec]   should count in Windows console code page
>      [exec] 
>      [exec] File#utime
>      [exec]   should raise appropriate errno on failure
>      [exec] 
>      [exec] A ThreadGroup subclass
>      [exec]   may define an initialize method with different arity
>      [exec] 
>      [exec] A custom respond_to? on a BasicObject subclass
>      [exec]   should not try to invoke respond_to_missing? on false result
>      [exec] 
>      [exec] A newly created thread
>      [exec]   should always appear in Thread.list
>      [exec] 
>      [exec] Time.utc
>      [exec]   when given usec
>      [exec]     Rounds towards zero
>      [exec] 
>      [exec] The Proc class
>      [exec]   should not be directly allocatable
>      [exec] 
>      [exec] Time.at with float
>      [exec]   preserves sub-ms part when passing through getutc
>      [exec]   preserves sub-ms part when passing through localtime
>      [exec] 
>      [exec] JRUBY-6860: String#slice
>      [exec]   checks range properly when given begin or length outside actual
>      [exec] 
>      [exec] JRUBY-6863
>      [exec]   String#index without args
>      [exec]   String#index with args
>      [exec]   String#rindex without args
>      [exec]   String#rindex with args
>      [exec] 
>      [exec] Kernel#public_send
>      [exec]   invokes method missing when the name in question is defined but not public
>      [exec] 
>      [exec] Enumerable#drop
>      [exec]   when called on an Enumerator
>      [exec]     should behave as if it is called on an Enumerable
>      [exec] 
>      [exec] Thread#join
>      [exec]   waits forever if passed nil for timeout
>      [exec] 
>      [exec] Kernel#` on Windows
>      [exec]   replaces \r\n line endings with \n
>      [exec] 
>      [exec] JRUBY-6933: A COWed String being split by another String
>      [exec]   properly matches the split token
>      [exec] 
>      [exec] Time#+
>      [exec]   does not introduce rounding errors
>      [exec] 
>      [exec] JRUBY-6954: Time.new does not respect UTC offset in the 7-argument form
>      [exec]   should respect the UTC offset when called with 7 arguments
>      [exec] 
>      [exec] File.join
>      [exec]   when a file has the backslash as the initial character
>      [exec]     should build the correct path
>      [exec] 
>      [exec] Time#strftime
>      [exec]   %3N is passed
>      [exec]     truncate output to 3 characters
>      [exec]   %2N is passed
>      [exec]     truncate output to 2 characters
>      [exec] 
>      [exec] OpenSSL::SSL::SSLContext
>      [exec]   has "ssl_timeout" defined
>      [exec] 
>      [exec] Array#repeated_permutation
>      [exec]   has arity one
>      [exec] 
>      [exec] ArrayJavaProxy#to_a
>      [exec]   succesfully converts arrays containing nil
>      [exec] 
>      [exec] embedded runtimes
>      [exec]   should not leak runtimes after tearing them down
>      [exec]   should not leak runtimes blocked on IO
>      [exec] 
>      [exec] Enumerable
>      [exec]   behaves like enum
>      [exec]     #enum_slice
>      [exec]       is only defined in 1.8 mode
>      [exec]     #enum_cons
>      [exec]       is only defined in 1.8 mode
>      [exec] 
>      [exec] Enumerator
>      [exec]   behaves like enum
>      [exec]     #enum_slice
>      [exec]       is only defined in 1.8 mode
>      [exec]     #enum_cons
>      [exec]       is only defined in 1.8 mode
>      [exec] 
>      [exec] Enumerator#with_object
>      [exec]   provides the yielder's return value to its block
>      [exec] 
>      [exec] SimpleDelegator
>      [exec]   passes block when object does not implement method
>      [exec] 
>      [exec] zip an array with
>      [exec]   infinite enum returns a correct new array
>      [exec]   infinite enum, appending block is yielded with correct argument
>      [exec]   another array returns a correct new array
>      [exec]   another array, appending block is yielded with correct argument
>      [exec] 
>      [exec] Rational
>      [exec]   #to_s
>      [exec]     returns a string with US-ASCII encoding
>      [exec] 
>      [exec] Array#each_slice
>      [exec]   when #transpose is invoked in the block
>      [exec]     does not raise error
>      [exec] 
>      [exec] Date#inspect
>      [exec]   returns correct offset
>      [exec] 
>      [exec] Date#zone
>      [exec]   returns nil
>      [exec] 
>      [exec] JavaProxy
>      [exec]   should clear $! if there is not exception
>      [exec] 
>      [exec] The Parsing experience
>      [exec]   parses a cond which used to get confused as a tLABEL
>      [exec]   parse the stabby lambda even if args params separated by space
>      [exec]   parses a jumbled mess of nestng
>      [exec]   parses a block do inside of a call arg list
>      [exec]   parses a do block with magical combo of stuff before it
>      [exec]   parses weird embexpr bug GH #1887
>      [exec]   parses method with block in embedded hash/kwarg. GH #3085.
>      [exec] 
>      [exec] Random.rand(1.0)
>      [exec]   returns a Float
>      [exec]   does not always equal 0
>      [exec] 
>      [exec] Random::DEFAULT
>      [exec]   returns a Float for a Float argument
>      [exec] 
>      [exec] Joining an array that contains arrays
>      [exec]   should work across multiple threads without error
>      [exec] 
>      [exec] A class on which singleton_class has been called
>      [exec]   still shows instance variables in #inspect
>      [exec] 
>      [exec] shared string generated by crypt
>      [exec]   works for internally shared strings
>      [exec] 
>      [exec] StringIO.set_encoding
>      [exec]   does not change the encoding of shared empty bytelist
>      [exec] 
>      [exec] symbol encoding
>      [exec]   should be US-ASCII
>      [exec]   should be US-ASCII after converting to string
>      [exec] 
>      [exec] An unselectable (for read) channel
>      [exec]   is considered ready by IO.select
>      [exec] 
>      [exec] Failures:
>      [exec] 
>      [exec]   1) An exception that bubbles out when $stderr is redirected logs to the redirected target
>      [exec]      Failure/Error: expect(lines[2]).to eq("RuntimeError: No current exception\n")
>      [exec] 
>      [exec]        expected: "RuntimeError: No current exception\n"
>      [exec]             got: "WARNING: An illegal reflective access operation has occurred\n"
>      [exec] 
>      [exec]        (compared using ==)
>      [exec] 
>      [exec]        Diff:
>      [exec]        @@ -1,2 +1,2 @@
>      [exec]        -RuntimeError: No current exception
>      [exec]        +WARNING: An illegal reflective access operation has occurred
>      [exec]      # ./spec/regression/GH-1082_bubbled_exceptions_should_report_to_redirected_stderr_spec.rb:21:in `block in (root)'
>      [exec] 
>      [exec]   2) Pathname @path ivar should be transparent to Ruby land YAML deserialization
>      [exec]      Failure/Error: return gem_original_require(path)
>      [exec] 
>      [exec]      LoadError:
>      [exec]        no such file to load -- psych
>      [exec]      # ./spec/regression/GH-1460_pathname_ivar_spec.rb:12:in `block in (root)'
>      [exec] 
>      [exec]   3) Open3.popen3 accepts and ignores empty trailing options hash
>      [exec]      Failure/Error: pid = spawn(*cmd, opts)
>      [exec] 
>      [exec]      Errno::EBADF:
>      [exec]        Bad file descriptor - echo
>      [exec]      # ./spec/regression/GH-2298_capture3_accepts_trailing_options_spec.rb:7:in `block in (root)'
>      [exec] 
>      [exec]   4) java.script.ScriptManager for JRuby when assigning global variables allows different types of values to be assigned in sequence
>      [exec]      Failure/Error: Unable to infer file and line number from backtrace
>      [exec] 
>      [exec]      Java::JavaLang::NoClassDefFoundError:
>      [exec]        javax/script/ScriptEngineFactory
>      [exec]      # java.lang.ClassLoader.findBootstrapClass(Native Method)
>      [exec]      # java.lang.ClassLoader.findBootstrapClassOrNull(java/lang/ClassLoader.java:1258)
>      [exec]      # java.lang.System$2.findBootstrapClassOrNull(java/lang/System.java:2131)
>      [exec]      # jdk.internal.loader.ClassLoaders$BootClassLoader.loadClassOrNull(jdk/internal/loader/ClassLoaders.java:118)
>      [exec]      # jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(jdk/internal/loader/BuiltinClassLoader.java:616)
>      [exec]      # jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(jdk/internal/loader/BuiltinClassLoader.java:640)
>      [exec]      # jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(jdk/internal/loader/BuiltinClassLoader.java:616)
>      [exec]      # jdk.internal.loader.BuiltinClassLoader.loadClass(jdk/internal/loader/BuiltinClassLoader.java:579)
>      [exec]      # jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(jdk/internal/loader/ClassLoaders.java:178)
>      [exec]      # java.lang.ClassLoader.loadClass(java/lang/ClassLoader.java:576)
>      [exec]      # java.lang.ClassLoader.loadClass(java/lang/ClassLoader.java:522)
>      [exec]      # java.lang.Class.forName0(Native Method)
>      [exec]      # java.lang.Class.forName(java/lang/Class.java:398)
>      [exec]      # java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(java/util/ServiceLoader.java:1209)
>      [exec]      # java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(java/util/ServiceLoader.java:1220)
>      [exec]      # java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(java/util/ServiceLoader.java:1264)
>      [exec]      # java.util.ServiceLoader$2.hasNext(java/util/ServiceLoader.java:1299)
>      [exec]      # java.util.ServiceLoader$3.hasNext(java/util/ServiceLoader.java:1384)
>      [exec]      # javax.script.ScriptEngineManager.initEngines(javax/script/ScriptEngineManager.java:123)
>      [exec]      # javax.script.ScriptEngineManager.init(javax/script/ScriptEngineManager.java:87)
>      [exec]      # javax.script.ScriptEngineManager.<init>(javax/script/ScriptEngineManager.java:62)
>      [exec]      # jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>      [exec]      # jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(jdk/internal/reflect/NativeConstructorAccessorImpl.java:62)
>      [exec]      # jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(jdk/internal/reflect/DelegatingConstructorAccessorImpl.java:45)
>      [exec]      # java.lang.reflect.Constructor.newInstance(java/lang/reflect/Constructor.java:490)
>      [exec]      # RUBY.block in (root)(/<<PKGBUILDDIR>>/spec/regression/GH-4178_script_engine_should_not_cache_variable_coercion_type_spec.rb:4)
>      [exec] 
>      [exec]   5) JRUBY-6291: Closing Stream in IO.popen4 and Open3.popen3 should not error when reading from other streams using IO.popen4
>      [exec]      Failure/Error:
>      [exec]        IO.popen4(command) do |pid, stdin, stdout, stderr|
>      [exec]          stdin.close
>      [exec]          stdout.each_line { |l| output << l }
>      [exec]        end
>      [exec] 
>      [exec]      Errno::EBADF:
>      [exec]        Bad file descriptor - /bin/echo
>      [exec]      # uri:classloader:/jruby/kernel/io.rb:46:in `popen4'
>      [exec]      # ./spec/regression/JRUBY-6291_popen_close_streams_spec.rb:11:in `block in (root)'
>      [exec] 
>      [exec]   6) JRUBY-6291: Closing Stream in IO.popen4 and Open3.popen3 should not error when reading from other streams using Open3.popen3
>      [exec]      Failure/Error: pid = spawn(*cmd, opts)
>      [exec] 
>      [exec]      Errno::EBADF:
>      [exec]        Bad file descriptor - /bin/echo
>      [exec]      # ./spec/regression/JRUBY-6291_popen_close_streams_spec.rb:26:in `block in (root)'
>      [exec] 
>      [exec] Finished in 44.01 seconds (files took 2.16 seconds to load)
>      [exec] 375 examples, 6 failures
>      [exec] 
>      [exec] Failed examples:
>      [exec] 
>      [exec] rspec ./spec/regression/GH-1082_bubbled_exceptions_should_report_to_redirected_stderr_spec.rb:13 # An exception that bubbles out when $stderr is redirected logs to the redirected target
>      [exec] rspec ./spec/regression/GH-1460_pathname_ivar_spec.rb:11 # Pathname @path ivar should be transparent to Ruby land YAML deserialization
>      [exec] rspec ./spec/regression/GH-2298_capture3_accepts_trailing_options_spec.rb:5 # Open3.popen3 accepts and ignores empty trailing options hash
>      [exec] rspec ./spec/regression/GH-4178_script_engine_should_not_cache_variable_coercion_type_spec.rb:3 # java.script.ScriptManager for JRuby when assigning global variables allows different types of values to be assigned in sequence
>      [exec] rspec ./spec/regression/JRUBY-6291_popen_close_streams_spec.rb:4 # JRUBY-6291: Closing Stream in IO.popen4 and Open3.popen3 should not error when reading from other streams using IO.popen4
>      [exec] rspec ./spec/regression/JRUBY-6291_popen_close_streams_spec.rb:18 # JRUBY-6291: Closing Stream in IO.popen4 and Open3.popen3 should not error when reading from other streams using Open3.popen3
>      [exec] 
>      [exec] /<<PKGBUILDDIR>>/bin/jruby -X-C -I/usr/share/rubygems-integration/all/gems/rspec-support-3.9.2/lib:/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/exe/rspec --pattern spec/regression/\*\*/\*_spec.rb --color --format documentation  failed
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary for JRuby 9.1.17.0:
> [INFO] 
> [INFO] JRuby .............................................. SUCCESS [  0.033 s]
> [INFO] JRuby Core ......................................... SUCCESS [  7.724 s]
> [INFO] JRuby Lib Setup .................................... SUCCESS [  0.422 s]
> [INFO] JRuby Integration Tests ............................ FAILURE [ 52.592 s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  01:00 min
> [INFO] Finished at: 2020-05-03T04:02:50Z
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (rake) on project jruby-tests: An Ant BuildException has occured: exec returned: 1
> [ERROR] around Ant part ...<exec failonerror="true" dir="/<<PKGBUILDDIR>>/test/.." executable="/<<PKGBUILDDIR>>/test/../bin/jruby">... @ 4:143 in /<<PKGBUILDDIR>>/test/target/antrun/build-main.xml
> [ERROR] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR]   mvn <args> -rf :jruby-tests
> dh_auto_build: error: /usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package -B -Dinvoker.skip=false -Prake -Dtask=spec:regression -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1
> *** Running 'spec:jrubyc' tests... ***
> 	/usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package -B -Dinvoker.skip=false -Prake -Dtask=spec:jrubyc -DskipTests -Dnotimestamp=true -Dlocale=en_US
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
> WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
> WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> [INFO] Scanning for projects...
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-core:jar:9.1.17.0
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @ org.jruby:jruby-parent:9.1.17.0, /<<PKGBUILDDIR>>/pom.xml, line 285, column 13
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-tests:jar:9.1.17.0
> [WARNING] 'dependencies.dependency.systemPath' for org.jruby:requireTest:jar should not point at files within the project directory, ${project.basedir}/jruby/requireTest-1.0.jar will be unresolvable by dependent projects @ line 73, column 16
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-parent:pom:9.1.17.0
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @ line 285, column 13
> [WARNING] 
> [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
> [WARNING] 
> [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
> [WARNING] 
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO] 
> [INFO] JRuby                                                              [pom]
> [INFO] JRuby Core                                                         [jar]
> [INFO] JRuby Lib Setup                                                    [jar]
> [INFO] JRuby Integration Tests                                            [jar]
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-parent >-----------------------
> [INFO] Building JRuby 9.1.17.0                                            [1/4]
> [INFO] --------------------------------[ pom ]---------------------------------
> [INFO] 
> [INFO] ------------------------< org.jruby:jruby-core >------------------------
> [INFO] Building JRuby Core 9.1.17.0                                       [2/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- exec-maven-plugin:1.6.0:exec (default) @ jruby-core ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-core ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] Copying 41 resources
> [INFO] Copying 2 resources
> [INFO] Copying 1 resource to /<<PKGBUILDDIR>>/core/src/main/java
> [INFO] Copying 4 resources to /<<PKGBUILDDIR>>/core/target/classes/META-INF/
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (anno) @ jruby-core ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-core ---
> [INFO] Compiling 1 source file to /<<PKGBUILDDIR>>/core/target/classes
> [WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
> [WARNING] [options] bootstrap class path not set in conjunction with -source 7
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/main/java/org/jruby/runtime/Constants.java]]
> [INFO] [parsing completed 16ms]
> [INFO] [search path for source files: /<<PKGBUILDDIR>>/core/src/main/java,/<<PKGBUILDDIR>>/core/target/generated-sources/annotations,/<<PKGBUILDDIR>>/core/target/generated-sources]
> [INFO] [search path for class files: /usr/lib/jvm/java-11-openjdk-amd64/lib/modules,/<<PKGBUILDDIR>>/core/target/classes,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm/debian/asm-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-commons/debian/asm-commons-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-tree/debian/asm-tree-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-analysis/debian/asm-analysis-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-util/debian/asm-util-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-netdb/debian/jnr-netdb-debian.jar,/usr/share/java/jnr-ffi.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-enxio/debian/jnr-enxio-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-x86asm/debian/jnr-x86asm-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-unixsocket/debian/jnr-unixsocket-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-posix-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-ffi.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-constants.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-constants/debian/jnr-constants-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jffi/debian/jffi-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/joni/joni/debian/joni-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/joni/joni/debian/jcodings.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/extras/bytelist/debian/bytelist-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/jcodings/jcodings/debian/jcodings-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/dirgra/debian/dirgra-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/invokebinder/debian/invokebinder-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/options/debian/options-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/unsafe-fences/debian/unsafe-fences-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/bsf/bsf/debian/bsf-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/commons-logging-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/avalon-framework.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/excalibur-logkit.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/log4j-1.2.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/jcraft/jzlib/debian/jzlib-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/nailgun-server-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/jna-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/jna-platform-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/net/java/dev/jna/jna/debian/jna-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/net/java/dev/jna/jna-platform/debian/jna-platform-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/ant/ant/debian/ant-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/ant/ant-launcher/debian/ant-launcher-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/osgi/org.osgi.core/debian/org.osgi.core-debian.jar,/usr/share/java/osgi.annotation.jar,/<<PKGBUILDDIR>>/debian/maven-repo/joda-time/joda-time/debian/joda-time-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/slf4j/slf4j-api/debian/slf4j-api-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/me/qmx/jitescript/jitescript/debian/jitescript-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/modulator/debian/modulator-debian.jar,.]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/FlagRegistry.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyArray.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyBasicObject.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyHash.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyMatchData.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyModule.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyString.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/ext/stringio/StringIO.class]
> [INFO] [loading /modules/java.base/java/lang/Object.class]
> [INFO] [loading /modules/java.base/java/lang/String.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/JRubyClass.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/JRubyMethod.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/Visibility.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/FrameField.class]
> [INFO] [loading /modules/java.base/java/lang/Deprecated.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Annotation.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Retention.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/RetentionPolicy.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Target.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/ElementType.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/CompatVersion.class]
> [INFO] 
> [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-populators) @ jruby-core ---
> [INFO] Source directory: /<<PKGBUILDDIR>>/core/target/generated-sources added.
> [INFO] 
> [INFO] --- exec-maven-plugin:1.6.0:exec (invoker-generator) @ jruby-core ---
> /<<PKGBUILDDIR>>/core/target/generated-sources/annotated_classes.txt - not found. skip generator.
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (populators) @ jruby-core ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (eclipse-hack) @ jruby-core ---
> [INFO] Not compiling main sources
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-core ---
> [INFO] Not copying test resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-core ---
> [INFO] Not compiling test sources
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-core ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jruby-core ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/core/target/jruby-core-9.1.17.0.jar
> [INFO] 
> [INFO] --- maven-shade-plugin:3.1.1:shade (create lib/jruby.jar) @ jruby-core ---
> [INFO] Including org.ow2.asm:asm:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-commons:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-tree:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-analysis:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-util:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-netdb:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-enxio:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-x86asm:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-unixsocket:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-posix:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-constants:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-ffi:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jffi:jar:debian in the shaded jar.
> [INFO] Including org.jruby.joni:joni:jar:debian in the shaded jar.
> [INFO] Including org.jruby.extras:bytelist:jar:debian in the shaded jar.
> [INFO] Including org.jruby.jcodings:jcodings:jar:debian in the shaded jar.
> [INFO] Including org.jruby:dirgra:jar:debian in the shaded jar.
> [INFO] Including com.headius:invokebinder:jar:debian in the shaded jar.
> [INFO] Including com.headius:options:jar:debian in the shaded jar.
> [INFO] Including com.headius:unsafe-fences:jar:debian in the shaded jar.
> [INFO] Including com.jcraft:jzlib:jar:debian in the shaded jar.
> [INFO] Including com.martiansoftware:nailgun-server:jar:debian in the shaded jar.
> [INFO] Including net.java.dev.jna:jna:jar:debian in the shaded jar.
> [INFO] Including net.java.dev.jna:jna-platform:jar:debian in the shaded jar.
> [INFO] Including joda-time:joda-time:jar:debian in the shaded jar.
> [INFO] Including me.qmx.jitescript:jitescript:jar:debian in the shaded jar.
> [INFO] Including com.headius:modulator:jar:debian in the shaded jar.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-stdlib >-----------------------
> [INFO] Building JRuby Lib Setup 9.1.17.0                                  [3/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (default) @ jruby-stdlib ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-stdlib ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/lib/ruby/gems/shared
> [INFO] Copying 855 resources to /<<PKGBUILDDIR>>/lib/target/classes/META-INF/jruby.home
> [INFO] Copying 4 resources to /<<PKGBUILDDIR>>/lib/target/classes/META-INF/
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-stdlib ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-stdlib ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/lib/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-stdlib ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-stdlib ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jruby-stdlib ---
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-tests >------------------------
> [INFO] Building JRuby Integration Tests 9.1.17.0                          [4/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-tests ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/test/src/main/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-tests ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-dependency-plugin:3.1.1:copy (copy jars for testing) @ jruby-tests ---
> [INFO] Configured Artifact: junit:junit:4.x:jar
> [INFO] Configured Artifact: com.googlecode.jarjar:jarjar:debian:jar
> [INFO] Configured Artifact: bsf:bsf:debian:jar
> [INFO] junit:junit:4.x:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] com.googlecode.jarjar:jarjar:debian:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] bsf:bsf:debian:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-tests ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/test/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-tests ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-tests ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-antrun-plugin:1.8:run (rake) @ jruby-tests ---
> [INFO] Executing tasks
> 
> main:
>      [exec] /<<PKGBUILDDIR>>/bin/jruby -X-C -I/usr/share/rubygems-integration/all/gems/rspec-support-3.9.2/lib:/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/exe/rspec --pattern spec/jrubyc/\*\*/\*_spec.rb
>      [exec] 
>      [exec] Deprecation Warnings:
>      [exec] 
>      [exec] Using `should` from rspec-expectations' old `:should` syntax without explicitly enabling the syntax is deprecated. Use the new `:expect` syntax or explicitly enable `:should` with `config.expect_with(:rspec) { |c| c.syntax = :should }` instead. Called from /<<PKGBUILDDIR>>/spec/jrubyc/java/constructor_spec.rb:20:in `block in (root)'.
>      [exec] 
>      [exec] 
>      [exec] If you need more of the backtrace for any of these deprecations to
>      [exec] identify where to make the necessary changes, you can configure
>      [exec] `config.raise_errors_for_deprecations!`, and it will turn the
>      [exec] deprecation warnings into errors, giving you the full backtrace.
>      [exec] .............................................
>      [exec] 
>      [exec] 1 deprecation warning total
>      [exec] 
>      [exec] Finished in 0.4025 seconds (files took 0.90957 seconds to load)
>      [exec] 45 examples, 0 failures
>      [exec] 
> [INFO] Executed tasks
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jruby-tests ---
> [WARNING] JAR will be empty - no content was marked for inclusion!
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary for JRuby 9.1.17.0:
> [INFO] 
> [INFO] JRuby .............................................. SUCCESS [  0.041 s]
> [INFO] JRuby Core ......................................... SUCCESS [  7.677 s]
> [INFO] JRuby Lib Setup .................................... SUCCESS [  0.394 s]
> [INFO] JRuby Integration Tests ............................ SUCCESS [  7.508 s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  15.762 s
> [INFO] Finished at: 2020-05-03T04:03:07Z
> [INFO] ------------------------------------------------------------------------
> *** Running 'spec:profiler' tests... ***
> 	/usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package -B -Dinvoker.skip=false -Prake -Dtask=spec:profiler -DskipTests -Dnotimestamp=true -Dlocale=en_US
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
> WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
> WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> [INFO] Scanning for projects...
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-core:jar:9.1.17.0
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @ org.jruby:jruby-parent:9.1.17.0, /<<PKGBUILDDIR>>/pom.xml, line 285, column 13
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-tests:jar:9.1.17.0
> [WARNING] 'dependencies.dependency.systemPath' for org.jruby:requireTest:jar should not point at files within the project directory, ${project.basedir}/jruby/requireTest-1.0.jar will be unresolvable by dependent projects @ line 73, column 16
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.jruby:jruby-parent:pom:9.1.17.0
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @ line 285, column 13
> [WARNING] 
> [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
> [WARNING] 
> [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
> [WARNING] 
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO] 
> [INFO] JRuby                                                              [pom]
> [INFO] JRuby Core                                                         [jar]
> [INFO] JRuby Lib Setup                                                    [jar]
> [INFO] JRuby Integration Tests                                            [jar]
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-parent >-----------------------
> [INFO] Building JRuby 9.1.17.0                                            [1/4]
> [INFO] --------------------------------[ pom ]---------------------------------
> [INFO] 
> [INFO] ------------------------< org.jruby:jruby-core >------------------------
> [INFO] Building JRuby Core 9.1.17.0                                       [2/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- exec-maven-plugin:1.6.0:exec (default) @ jruby-core ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-core ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] Copying 41 resources
> [INFO] Copying 2 resources
> [INFO] Copying 1 resource to /<<PKGBUILDDIR>>/core/src/main/java
> [INFO] Copying 4 resources to /<<PKGBUILDDIR>>/core/target/classes/META-INF/
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (anno) @ jruby-core ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-core ---
> [INFO] Compiling 1 source file to /<<PKGBUILDDIR>>/core/target/classes
> [WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
> [WARNING] [options] bootstrap class path not set in conjunction with -source 7
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/main/java/org/jruby/runtime/Constants.java]]
> [INFO] [parsing completed 19ms]
> [INFO] [search path for source files: /<<PKGBUILDDIR>>/core/src/main/java,/<<PKGBUILDDIR>>/core/target/generated-sources/annotations,/<<PKGBUILDDIR>>/core/target/generated-sources]
> [INFO] [search path for class files: /usr/lib/jvm/java-11-openjdk-amd64/lib/modules,/<<PKGBUILDDIR>>/core/target/classes,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm/debian/asm-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-commons/debian/asm-commons-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-tree/debian/asm-tree-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-analysis/debian/asm-analysis-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/ow2/asm/asm-util/debian/asm-util-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-netdb/debian/jnr-netdb-debian.jar,/usr/share/java/jnr-ffi.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-enxio/debian/jnr-enxio-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-x86asm/debian/jnr-x86asm-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-unixsocket/debian/jnr-unixsocket-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-posix-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-ffi.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-posix/debian/jnr-constants.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jnr-constants/debian/jnr-constants-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/github/jnr/jffi/debian/jffi-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/joni/joni/debian/joni-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/joni/joni/debian/jcodings.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/extras/bytelist/debian/bytelist-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/jcodings/jcodings/debian/jcodings-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/dirgra/debian/dirgra-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/invokebinder/debian/invokebinder-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/options/debian/options-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/unsafe-fences/debian/unsafe-fences-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/bsf/bsf/debian/bsf-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/commons-logging-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/avalon-framework.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/excalibur-logkit.jar,/<<PKGBUILDDIR>>/debian/maven-repo/commons-logging/commons-logging/debian/log4j-1.2.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/jcraft/jzlib/debian/jzlib-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/nailgun-server-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/jna-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/martiansoftware/nailgun-server/debian/jna-platform-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/net/java/dev/jna/jna/debian/jna-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/net/java/dev/jna/jna-platform/debian/jna-platform-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/ant/ant/debian/ant-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/apache/ant/ant-launcher/debian/ant-launcher-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/osgi/org.osgi.core/debian/org.osgi.core-debian.jar,/usr/share/java/osgi.annotation.jar,/<<PKGBUILDDIR>>/debian/maven-repo/joda-time/joda-time/debian/joda-time-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/org/slf4j/slf4j-api/debian/slf4j-api-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/me/qmx/jitescript/jitescript/debian/jitescript-debian.jar,/<<PKGBUILDDIR>>/debian/maven-repo/com/headius/modulator/debian/modulator-debian.jar,.]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/FlagRegistry.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyArray.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyBasicObject.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyHash.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyMatchData.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyModule.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyString.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/ext/stringio/StringIO.class]
> [INFO] [loading /modules/java.base/java/lang/Object.class]
> [INFO] [loading /modules/java.base/java/lang/String.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/JRubyClass.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/JRubyMethod.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/Visibility.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/FrameField.class]
> [INFO] [loading /modules/java.base/java/lang/Deprecated.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Annotation.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Retention.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/RetentionPolicy.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/Target.class]
> [INFO] [loading /modules/java.base/java/lang/annotation/ElementType.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/CompatVersion.class]
> [INFO] 
> [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-populators) @ jruby-core ---
> [INFO] Source directory: /<<PKGBUILDDIR>>/core/target/generated-sources added.
> [INFO] 
> [INFO] --- exec-maven-plugin:1.6.0:exec (invoker-generator) @ jruby-core ---
> /<<PKGBUILDDIR>>/core/target/generated-sources/annotated_classes.txt - not found. skip generator.
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (populators) @ jruby-core ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (eclipse-hack) @ jruby-core ---
> [INFO] Not compiling main sources
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-core ---
> [INFO] Not copying test resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-core ---
> [INFO] Not compiling test sources
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-core ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jruby-core ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/core/target/jruby-core-9.1.17.0.jar
> [INFO] 
> [INFO] --- maven-shade-plugin:3.1.1:shade (create lib/jruby.jar) @ jruby-core ---
> [INFO] Including org.ow2.asm:asm:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-commons:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-tree:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-analysis:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-util:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-netdb:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-enxio:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-x86asm:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-unixsocket:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-posix:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-constants:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jnr-ffi:jar:debian in the shaded jar.
> [INFO] Including com.github.jnr:jffi:jar:debian in the shaded jar.
> [INFO] Including org.jruby.joni:joni:jar:debian in the shaded jar.
> [INFO] Including org.jruby.extras:bytelist:jar:debian in the shaded jar.
> [INFO] Including org.jruby.jcodings:jcodings:jar:debian in the shaded jar.
> [INFO] Including org.jruby:dirgra:jar:debian in the shaded jar.
> [INFO] Including com.headius:invokebinder:jar:debian in the shaded jar.
> [INFO] Including com.headius:options:jar:debian in the shaded jar.
> [INFO] Including com.headius:unsafe-fences:jar:debian in the shaded jar.
> [INFO] Including com.jcraft:jzlib:jar:debian in the shaded jar.
> [INFO] Including com.martiansoftware:nailgun-server:jar:debian in the shaded jar.
> [INFO] Including net.java.dev.jna:jna:jar:debian in the shaded jar.
> [INFO] Including net.java.dev.jna:jna-platform:jar:debian in the shaded jar.
> [INFO] Including joda-time:joda-time:jar:debian in the shaded jar.
> [INFO] Including me.qmx.jitescript:jitescript:jar:debian in the shaded jar.
> [INFO] Including com.headius:modulator:jar:debian in the shaded jar.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-stdlib >-----------------------
> [INFO] Building JRuby Lib Setup 9.1.17.0                                  [3/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (default) @ jruby-stdlib ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-stdlib ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/lib/ruby/gems/shared
> [INFO] Copying 855 resources to /<<PKGBUILDDIR>>/lib/target/classes/META-INF/jruby.home
> [INFO] Copying 4 resources to /<<PKGBUILDDIR>>/lib/target/classes/META-INF/
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-stdlib ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-stdlib ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/lib/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-stdlib ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-stdlib ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jruby-stdlib ---
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-tests >------------------------
> [INFO] Building JRuby Integration Tests 9.1.17.0                          [4/4]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jruby-tests ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/test/src/main/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jruby-tests ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-dependency-plugin:3.1.1:copy (copy jars for testing) @ jruby-tests ---
> [INFO] Configured Artifact: junit:junit:4.x:jar
> [INFO] Configured Artifact: com.googlecode.jarjar:jarjar:debian:jar
> [INFO] Configured Artifact: bsf:bsf:debian:jar
> [INFO] junit:junit:4.x:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] com.googlecode.jarjar:jarjar:debian:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] bsf:bsf:debian:jar already exists in /<<PKGBUILDDIR>>/test/target
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jruby-tests ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/test/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jruby-tests ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jruby-tests ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-antrun-plugin:1.8:run (rake) @ jruby-tests ---
> [INFO] Executing tasks
> 
> main:
>      [exec] /<<PKGBUILDDIR>>/bin/jruby -I. --profile -I/usr/share/rubygems-integration/all/gems/rspec-support-3.9.2/lib:/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/exe/rspec --pattern spec/profiler/\*\*/\*_spec.rb
>      [exec] Profiling enabled; ^C shutdown will now dump profile info
>      [exec] /<<PKGBUILDDIR>>/spec/profiler/profiler_spec_helpers.rb:89: warning: key (SymbolNode:children 90) is duplicated and overwritten on line 90
>      [exec] /<<PKGBUILDDIR>>/spec/profiler/profiler_spec_helpers.rb:89: warning: key (SymbolNode:children 90) is duplicated and overwritten on line 90
>      [exec] /<<PKGBUILDDIR>>/spec/profiler/profiler_spec_helpers.rb:89: warning: key (SymbolNode:children 90) is duplicated and overwritten on line 90
>      [exec] 
>      [exec] An error occurred while loading ./spec/profiler/graph_profile_printer_spec.rb.
>      [exec] Hint: Install the `did_you_mean` gem in order to provide suggestions for similarly named files.
>      [exec] Failure/Error: return gem_original_require(path)
>      [exec] 
>      [exec] LoadError:
>      [exec]   no such file to load -- json
>      [exec] # ./spec/profiler/profiler_spec_helpers.rb:2:in `<main>'
>      [exec] # ./spec/profiler/graph_profile_printer_spec.rb:2:in `(root)'
>      [exec] 
>      [exec] An error occurred while loading ./spec/profiler/json_profile_printer_spec.rb.
>      [exec] Hint: Install the `did_you_mean` gem in order to provide suggestions for similarly named files.
>      [exec] Failure/Error: return gem_original_require(path)
>      [exec] 
>      [exec] LoadError:
>      [exec]   no such file to load -- json
>      [exec] # ./spec/profiler/profiler_spec_helpers.rb:2:in `<main>'
>      [exec] # ./spec/profiler/json_profile_printer_spec.rb:1:in `(root)'
>      [exec] /<<PKGBUILDDIR>>/spec/profiler/profiler_spec_helpers.rb:89: warning: key (SymbolNode:children 90) is duplicated and overwritten on line 90
>      [exec] 
>      [exec] An error occurred while loading ./spec/profiler/profile_data_spec.rb.
>      [exec] Hint: Install the `did_you_mean` gem in order to provide suggestions for similarly named files.
>      [exec] Failure/Error: return gem_original_require(path)
>      [exec] 
>      [exec] LoadError:
>      [exec]   no such file to load -- json
>      [exec] # ./spec/profiler/profiler_spec_helpers.rb:2:in `<main>'
>      [exec] # ./spec/profiler/profile_data_spec.rb:2:in `(root)'
>      [exec] 
>      [exec] An error occurred while loading ./spec/profiler/profiler_basics_spec.rb.
>      [exec] Hint: Install the `did_you_mean` gem in order to provide suggestions for similarly named files.
>      [exec] Failure/Error: return gem_original_require(path)
>      [exec] 
>      [exec] LoadError:
>      [exec]   no such file to load -- json
>      [exec] # ./spec/profiler/profiler_spec_helpers.rb:2:in `<main>'
>      [exec] # ./spec/profiler/profiler_basics_spec.rb:2:in `(root)'
>      [exec] 
>      [exec] main profile results:
>      [exec] Total time: 1.90
>      [exec] 
>      [exec]      total        self    children       calls  method
>      [exec] ----------------------------------------------------------------
>      [exec]       1.16        0.03        1.12         264  Kernel.require
>      [exec]       1.14        0.03        1.11         475  Array#each
>      [exec]       0.95        0.12        0.83          31  Kernel.load
>      [exec]       0.90        0.00        0.90           1  RSpec::Core::Runner.invoke
>      [exec]       0.90        0.00        0.90           1  RSpec::Core::Runner.run
>      [exec]       0.75        0.00        0.75           1  RSpec::Core::Runner#run
>      [exec] 
>      [exec] 
>      [exec] Finished in 0.00054 seconds (files took 1.23 seconds to load)
>      [exec] 0 examples, 0 failures, 4 errors occurred outside of examples
>      [exec] 
>      [exec]       0.75        0.00        0.75           1  RSpec::Core::Runner#setup
>      [exec]       0.74        0.00        0.74           1  RSpec::Core::Configuration#load_spec_files
>      [exec]       0.74        0.00        0.74           5  RSpec::Core::Configuration#load_file_handling_errors
>      [exec]       0.73        0.01        0.73          48  Kernel.require
>      [exec]       0.55        0.00        0.55         189  Proc#call
>      [exec]       0.54        0.00        0.54         113  Kernel.require_relative
>      [exec]       0.45        0.00        0.45          42  RSpec::Support.require_rspec_core
>      [exec]       0.43        0.00        0.43           4  RSpec::Core::Reporter#notify_non_example_exception
>      [exec]       0.39        0.00        0.39           4  RSpec::Core::Formatters::ExceptionPresenter#fully_formatted
>      [exec]       0.39        0.00        0.39           4  RSpec::Core::Formatters::ExceptionPresenter#fully_formatted_lines
>      [exec]       0.39        0.00        0.39           4  RSpec::Core::Formatters::ExceptionPresenter#formatted_message_and_backtrace
>      [exec]       0.38        0.00        0.38           4  RSpec::Core::Formatters::ExceptionPresenter#colorized_message_lines
>      [exec]       0.37        0.00        0.37          10  Kernel.tap
>      [exec]       0.37        0.00        0.37           4  RSpec::Core::Formatters::ExceptionPresenter#failure_lines
>      [exec]       0.37        0.00        0.37           8  RSpec::Core::Formatters::ExceptionPresenter#failure_slash_error_lines
>      [exec]       0.37        0.00        0.37           8  RSpec::Core::Formatters::ExceptionPresenter#read_failed_lines
>      [exec]       0.36        0.00        0.35           8  RSpec::Core::Formatters::SnippetExtractor.extract_expression_lines_at
>      [exec]       0.33        0.00        0.33           8  RSpec::Core::Formatters::SnippetExtractor#expression_lines
>      [exec]       0.33        0.06        0.27        1564  Class#new
>      [exec]       0.32        0.00        0.32           8  RSpec::Core::Formatters::SnippetExtractor#line_range_of_expression
>      [exec]       0.31        0.00        0.31         515  BasicObject#__send__
>      [exec]       0.26        0.00        0.26           8  RSpec::Core::Formatters::SnippetExtractor#line_range_of_location_nodes_in_expression
>      [exec]       0.26        0.00        0.26           8  RSpec::Core::Formatters::SnippetExtractor#expression_node
>      [exec]       0.26        0.00        0.26          16  RSpec::Core::Formatters::SnippetExtractor#location_nodes_at_beginning_line
>      [exec]       0.26        0.00        0.26          16  RSpec::Support::Source#nodes_by_line_number
>      [exec]       0.23        0.00        0.23           1  Object(singleton)#describe
>      [exec]       0.23        0.00        0.23           1  RSpec.describe
>      [exec]       0.23        0.00        0.23           1  RSpec::Core::ExampleGroup.describe
>      [exec]       0.23        0.00        0.23           2  RSpec::Core::ExampleGroup.subclass
>      [exec]       0.23        0.00        0.23           2  RSpec::Core::ExampleGroup.set_it_up
>      [exec]       0.23        0.00        0.23           2  RSpec::Core::ExampleGroup.ensure_example_groups_are_configured
>      [exec]       0.18        0.00        0.18           1  RSpec::Support::Source#ast
>      [exec]       0.16        0.03        0.13         548  Array#map
>      [exec]       0.16        0.00        0.16           1  RSpec::Core::Configuration#configure_mock_framework
>      [exec]       0.16        0.00        0.16           1  RSpec::Core::Configuration#mock_framework
>      [exec]       0.16        0.00        0.16           1  RSpec::Core::Configuration#mock_with
>      [exec]       0.13        0.00        0.13           1  RSpec::Core::ConfigurationOptions#initialize
>      [exec]       0.13        0.00        0.13           1  RSpec::Core::ConfigurationOptions#organize_options
>      [exec]       0.13        0.00        0.13           1  RSpec::Core::ConfigurationOptions#file_options
>      [exec]       0.13        0.00        0.13           4  RSpec::Core::Parser.parse
>      [exec]       0.13        0.00        0.13           2  RSpec::Core::ConfigurationOptions#command_line_options
>      [exec]       0.13        0.00        0.13           1  RSpec::Core::ConfigurationOptions#custom_options_file
>      [exec]       0.12        0.00        0.12           4  RSpec::Core::Parser#parse
>      [exec]       0.12        0.00        0.12           1  RSpec::Core::Parser#parser
>      [exec] /<<PKGBUILDDIR>>/bin/jruby -I. --profile -I/usr/share/rubygems-integration/all/gems/rspec-support-3.9.2/lib:/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/exe/rspec --pattern spec/profiler/\*\*/\*_spec.rb failed
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary for JRuby 9.1.17.0:
> [INFO] 
> [INFO] JRuby .............................................. SUCCESS [  0.039 s]
> [INFO] JRuby Core ......................................... SUCCESS [  7.949 s]
> [INFO] JRuby Lib Setup .................................... SUCCESS [  0.410 s]
> [INFO] JRuby Integration Tests ............................ FAILURE [  7.493 s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  16.031 s
> [INFO] Finished at: 2020-05-03T04:03:24Z
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (rake) on project jruby-tests: An Ant BuildException has occured: exec returned: 1
> [ERROR] around Ant part ...<exec failonerror="true" dir="/<<PKGBUILDDIR>>/test/.." executable="/<<PKGBUILDDIR>>/test/../bin/jruby">... @ 4:143 in /<<PKGBUILDDIR>>/test/target/antrun/build-main.xml
> [ERROR] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR]   mvn <args> -rf :jruby-tests
> dh_auto_build: error: /usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package -B -Dinvoker.skip=false -Prake -Dtask=spec:profiler -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1
> make[1]: *** [debian/rules:87: override_dh_auto_test] Error 25

The full build log is available from:
   http://qa-logs.debian.net/2020/05/01/jruby_9.1.17.0-3_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



More information about the pkg-java-maintainers mailing list