Bug#976477: jruby: FTBFS: cp: cannot stat '/usr/lib/ruby/vendor_ruby/rake*': No such file or directory

Lucas Nussbaum lucas at debian.org
Sat Dec 5 13:03:13 GMT 2020


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

Hi,

During a rebuild of all packages in sid, your package failed to build
on arm64 (I don't know if it also fails 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 ]---------------------------------
> [WARNING] The artifact org.osgi:org.osgi.core:jar:debian has been relocated to org.osgi:osgi.core:jar:debian
> [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 20ms]
> [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-arm64/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/osgi.core/debian/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/test/ThrowingConstructor.java]]
> [INFO] [parsing completed 14ms]
> [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/test/TestRequire.java]]
> [INFO] [parsing completed 3ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/embed/internal/BiVariableMapTest.java]]
> [INFO] [parsing completed 18ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestJavaUtil.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/javasupport/test/JavaSupportTestSuite.java]]
> [INFO] [parsing completed 1ms]
> [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/test/bench/BenchFloatFibRecursive.java]]
> [INFO] [parsing completed 2ms]
> [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/util/MurmurHashTest.java]]
> [INFO] [parsing completed 3ms]
> [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/runtime/profile/builtin/ProfileMethodsTest.java]]
> [INFO] [parsing completed 4ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestRubyArray.java]]
> [INFO] [parsing completed 4ms]
> [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/runtime/load/LoadServiceResourceInputStreamTest.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/MockRubyObject.java]]
> [INFO] [parsing completed 0ms]
> [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/util/log/ParameterSubstitutionTest.java]]
> [INFO] [parsing completed 1ms]
> [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 2ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestRbConfigLibrary.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/embed/MultipleScriptsRunner.java]]
> [INFO] [parsing completed 2ms]
> [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/util/log/StandardErrorLoggerTest.java]]
> [INFO] [parsing completed 0ms]
> [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/management/ManagementBeanTest.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestRubyRational.java]]
> [INFO] [parsing completed 1ms]
> [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/embed/internal/SingletonLocalContextProviderTest.java]]
> [INFO] [parsing completed 4ms]
> [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/Overloaded.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/embed/ReaderInputStreamTest.java]]
> [INFO] [parsing completed 2ms]
> [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/util/RandomTest.java]]
> [INFO] [parsing completed 2ms]
> [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/runtime/TestDynamicScope.java]]
> [INFO] [parsing completed 2ms]
> [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/TestCommandlineParser.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/lexer/yacc/StringTermTest.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestRaiseException.java]]
> [INFO] [parsing completed 3ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/runtime/profile/ProfilingTest.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/test/TestArrayFlatten.java]]
> [INFO] [parsing completed 0ms]
> [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/util/JarResourceTest.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/bench/BenchIntFibRecursive.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/util/ShellLauncherTest.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/embed/bsf/JRubyEngineTest.java]]
> [INFO] [parsing completed 3ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/javasupport/TestJava.java]]
> [INFO] [parsing completed 2ms]
> [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/javasupport/test/TestNativeException.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestSignature.java]]
> [INFO] [parsing completed 0ms]
> [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/javasupport/TestJavaClass.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/embed/ScriptingContainerTest.java]]
> [INFO] [parsing completed 19ms]
> [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/bench/BenchFixnumCreation.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/javasupport/test/TestBSF.java]]
> [INFO] [parsing completed 2ms]
> [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/util/log/LoggerFactoryTest.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestRubyException.java]]
> [INFO] [parsing completed 4ms]
> [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/embed/internal/ThreadSafeLocalContextProviderTest.java]]
> [INFO] [parsing completed 1ms]
> [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/test/bench/BenchFixnumFibRecursive.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/embed/internal/ConcurrentLocalContextProviderTest.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/embed/jsr223/JRubyCompiledScriptTest.java]]
> [INFO] [parsing completed 1ms]
> [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/TestRubyBase.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/javasupport/test/TestIntWrapperImpl.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestRuby.java]]
> [INFO] [parsing completed 4ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/embed/jsr223/JRubyEngineFactoryTest.java]]
> [INFO] [parsing completed 1ms]
> [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/test/TestRubyInstanceConfig.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestMethodFactories.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/embed/IsolatedScriptingContainerTest.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/test/TestJavaReentrantExceptions.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/test/TestRubyClass.java]]
> [INFO] [parsing completed 1ms]
> [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/embed/util/SystemPropertyCatcherTest.java]]
> [INFO] [parsing completed 2ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/runtime/profile/TestProfilingService.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/embed/ParentClassLoaderTest.java]]
> [INFO] [parsing completed 3ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/embed/jsr223/JRubyEngineTest.java]]
> [INFO] [parsing completed 4ms]
> [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/test/ITest.java]]
> [INFO] [parsing completed 0ms]
> [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/bench/BenchEventHook.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestAdoptedThreading.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/bench/BenchLongFibRecursive.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/exceptions/TestRaiseException.java]]
> [INFO] [parsing completed 0ms]
> [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/SipHashInlineTest.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestRubyBigDecimal.java]]
> [INFO] [parsing completed 0ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/test/TestRubyString.java]]
> [INFO] [parsing completed 0ms]
> [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/java/dispatch/CallableSelectorTest.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/bench/BenchArrayCopy.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/ext/tracepoint/TracePointTest.java]]
> [INFO] [parsing completed 1ms]
> [INFO] [parsing started SimpleFileObject[/<<PKGBUILDDIR>>/core/src/test/java/org/jruby/TestRegexpCache.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-arm64/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/osgi.core/debian/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 /modules/java.base/java/lang/Object.class]
> [INFO] [loading /modules/java.base/java/lang/Integer.class]
> [INFO] [loading /modules/java.base/java/io/IOException.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/Ruby.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/load/BasicLibraryService.class]
> [INFO] [loading /modules/java.base/java/util/ArrayList.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/exceptions/RaiseException.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 /usr/share/java/junit4.jar(/junit/framework/TestCase.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 /usr/share/java/junit4.jar(/junit/framework/Test.class)]
> [INFO] [loading /usr/share/java/junit4.jar(/junit/framework/Assert.class)]
> [INFO] [loading /modules/java.base/java/lang/String.class]
> [INFO] [loading /modules/java.base/java/lang/Exception.class]
> [INFO] [loading /modules/java.logging/java/util/logging/ConsoleHandler.class]
> [INFO] [loading /modules/java.logging/java/util/logging/Level.class]
> [INFO] [loading /modules/java.logging/java/util/logging/StreamHandler.class]
> [INFO] [loading /modules/java.logging/java/util/logging/SimpleFormatter.class]
> [INFO] [loading /modules/java.logging/java/util/logging/Handler.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/OutputStream.class]
> [INFO] [loading /modules/java.logging/java/util/logging/Logger.class]
> [INFO] [loading /modules/java.base/java/util/Arrays.class]
> [INFO] [loading /modules/java.base/java/util/Collection.class]
> [INFO] [loading /modules/java.base/java/util/HashMap.class]
> [INFO] [loading /modules/java.base/java/util/List.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyClass.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/embed/LocalVariableBehavior.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/junit4.jar(/org/junit/After.class)]
> [INFO] [loading /usr/share/java/junit4.jar(/org/junit/AfterClass.class)]
> [INFO] [loading /usr/share/java/junit4.jar(/org/junit/Before.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 /usr/share/java/junit4.jar(/org/junit/Assert.class)]
> [INFO] [loading /modules/java.base/java/lang/SuppressWarnings.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/javasupport/JavaUtil.class]
> [INFO] [loading /usr/share/java/junit4.jar(/junit/framework/TestSuite.class)]
> [INFO] [loading /usr/share/java/jnr-posix.jar(/jnr/posix/JavaFileStat.class)]
> [INFO] [loading /usr/share/java/jnr-posix.jar(/jnr/posix/util/Platform.class)]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyFloat.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/ThreadContext.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 /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 /<<PKGBUILDDIR>>/core/target/classes/org/jruby/internal/runtime/methods/DynamicMethod.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyArray.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/javasupport/JavaEmbedUtils.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/builtin/IRubyObject.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/EventHook.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/RubyEvent.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyObject.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/Block.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/io/Serializable.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/RubyModule.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/util/log/OutputStreamLogger.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/log/Logger.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/CodegenUtils.class]
> [INFO] [loading /usr/share/java/asm-7.3.1.jar(/org/objectweb/asm/AnnotationVisitor.class)]
> [INFO] [loading /usr/share/java/asm-7.3.1.jar(/org/objectweb/asm/Opcodes.class)]
> [INFO] [loading /usr/share/java/asm-7.3.1.jar(/org/objectweb/asm/Type.class)]
> [INFO] [loading /modules/java.base/java/util/LinkedHashMap.class]
> [INFO] [loading /modules/java.base/java/util/Map.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/runtime/load/ClassExtensionLibrary.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/load/LoadService.class]
> [INFO] [loading /modules/java.base/java/io/File.class]
> [INFO] [loading /modules/java.base/java/util/Iterator.class]
> [INFO] [loading /modules/java.base/java/util/TreeSet.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyRational.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 /modules/java.base/java/io/FileReader.class]
> [INFO] [loading /usr/share/java/ant-1.10.9.jar(/org/apache/tools/ant/util/FileUtils.class)]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/embed/io/ReaderInputStream.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 /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/lang/Throwable.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyInstanceConfig$CompileMode.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/Constants.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/ShellLauncher.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 /usr/share/java/bsf-2.4.0.jar(/org/apache/bsf/BSFException.class)]
> [INFO] [loading /usr/share/java/bsf-2.4.0.jar(/org/apache/bsf/BSFManager.class)]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/embed/PathType.class]
> [INFO] [loading /modules/java.base/java/lang/reflect/Method.class]
> [INFO] [loading /modules/java.base/java/lang/Runnable.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/Signature.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyException.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/Profile.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/BiVariableMap.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/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/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 /modules/java.base/java/util/Calendar.class]
> [INFO] [loading /modules/java.base/java/io/InputStreamReader.class]
> [INFO] [loading /modules/java.base/java/util/Set.class]
> [INFO] [loading /modules/java.base/java/net/URL.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/util/NormalizedFile.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/Field.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 /usr/share/java/asm-7.3.1.jar(/org/objectweb/asm/ClassWriter.class)]
> [INFO] [loading /usr/share/java/asm-7.3.1.jar(/org/objectweb/asm/MethodVisitor.class)]
> [INFO] [loading /modules/java.base/java/lang/ClassLoader.class]
> [INFO] [loading /modules/java.base/java/lang/ClassNotFoundException.class]
> [INFO] [loading /modules/java.base/java/lang/NullPointerException.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/ObjectSpace.class]
> [INFO] [loading /modules/java.scripting/javax/script/Bindings.class]
> [INFO] [loading /modules/java.scripting/javax/script/ScriptContext.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 /modules/java.scripting/javax/script/ScriptEngineManager.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/embed/AttributeName.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/backtrace/TraceType.class]
> [INFO] [loading /modules/java.scripting/javax/script/ScriptEngine.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/RubyMethod.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/anno/JRubyMethod.class]
> [INFO] [loading /modules/java.base/java/net/URLClassLoader.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/NativeException.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/embed/PropertyName.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 /<<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 /modules/java.scripting/javax/script/Invocable.class]
> [INFO] [loading /modules/java.scripting/javax/script/Compilable.class]
> [INFO] [loading /modules/java.base/java/nio/charset/Charset.class]
> [INFO] [loading /modules/java.scripting/javax/script/CompiledScript.class]
> [INFO] [loading /modules/java.scripting/javax/script/ScriptEngineFactory.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/Binding.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/RuntimeException.class]
> [INFO] [loading /modules/java.base/java/lang/Long.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/backtrace/RubyStackTraceElement.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/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/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/backtrace/BacktraceElement.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 /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/ArraySupport.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 /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/lang/Deprecated.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/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/JRubyModule.class]
> [INFO] [loading /modules/java.base/jdk/internal/vm/annotation/Contended.class]
> [INFO] [checking org.jruby.test.ThrowingConstructor]
> [INFO] [loading /modules/java.base/java/lang/AutoCloseable.class]
> [INFO] [loading /modules/java.base/java/lang/IllegalStateException.class]
> [INFO] [loading /modules/java.base/java/lang/Number.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/Error.class]
> [INFO] [loading /modules/java.base/java/lang/StringBuilder.class]
> [INFO] [loading /modules/java.base/java/lang/CharSequence.class]
> [INFO] [loading /modules/java.base/java/lang/AbstractStringBuilder.class]
> [INFO] [loading /modules/java.base/java/lang/Appendable.class]
> [INFO] [loading /modules/java.base/java/lang/StringBuffer.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/ThrowingConstructor.class]
> [INFO] [checking org.jruby.test.BasicLibraryTestService]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/BasicLibraryTestService.class]
> [INFO] [checking org.jruby.test.TestRequire]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/compiler/Constantizable.class]
> [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 /<<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 /<<PKGBUILDDIR>>/core/target/classes/org/jruby/exceptions/JumpException.class]
> [INFO] [checking org.jruby.test.TestRubyBase]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestRequire.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestRubyBase.class]
> [INFO] [checking org.jruby.embed.internal.BiVariableMapTest]
> [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/System.class]
> [INFO] [loading /modules/java.base/java/io/OutputStreamWriter.class]
> [INFO] [loading /modules/java.base/java/util/function/Supplier.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/embed/EmbedRubyInstanceConfigAdapter.class]
> [INFO] [loading /modules/java.base/java/util/AbstractList.class]
> [INFO] [loading /modules/java.base/java/util/AbstractCollection.class]
> [INFO] [loading /modules/java.base/java/lang/Iterable.class]
> [INFO] [loading /modules/java.base/java/util/RandomAccess.class]
> [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 /modules/java.base/java/util/Map$Entry.class]
> [INFO] [loading /modules/java.base/java/util/AbstractMap.class]
> [INFO] [loading /usr/share/java/junit4.jar(/org/junit/runner/JUnitCore.class)]
> [INFO] [loading /modules/java.base/java/lang/SecurityException.class]
> [INFO] [loading /modules/java.logging/java/util/logging/Formatter.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/embed/internal/BiVariableMapTest.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.javasupport.test.JavaSupportTestSuite]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/javasupport/test/JavaSupportTestSuite.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.test.bench.BenchFloatFibRecursive]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyNumeric.class]
> [INFO] [loading /modules/java.base/java/lang/NumberFormatException.class]
> [INFO] [loading /modules/java.base/java/lang/IllegalArgumentException.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/bench/BenchFloatFibRecursive.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] [loading /modules/java.base/java/lang/ReflectiveOperationException.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/MockJavaSupport.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.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.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.test.TestRubyArray]
> [INFO] [loading /modules/java.base/java/util/function/IntFunction.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestRubyArray.class]
> [INFO] [checking org.jruby.test.TestParser]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestParser.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.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.MockRubyObject]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/builtin/Variable.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyBoolean.class]
> [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.TestRubyHash]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestRubyHash.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.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.TestRbConfigLibrary]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestRbConfigLibrary.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.embed.MultipleScriptsRunner]
> [INFO] [loading /modules/java.base/java/net/URI.class]
> [INFO] [loading /modules/java.base/java/lang/Throwable$PrintStreamOrWriter.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/embed/MultipleScriptsRunner.class]
> [INFO] [checking org.jruby.test.NormalJavaClass]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/NormalJavaClass.class]
> [INFO] [checking org.jruby.util.log.StandardErrorLoggerTest]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/log/StandardErrorLogger.class]
> [INFO] [checking org.jruby.util.log.OutputStreamLoggerTest]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/util/log/StandardErrorLoggerTest.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/util/log/OutputStreamLoggerTest.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.management.ManagementBeanTest]
> [INFO] [loading /modules/java.base/java/util/SortedSet.class]
> [INFO] [loading /modules/java.base/java/util/Comparator.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] [loading /modules/java.base/java/lang/InterruptedException.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.test.TestRubyRational]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestRubyRational.class]
> [INFO] [checking org.jruby.embed.FooArU]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/embed/FooArU.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.embed.RadioActiveDecay]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/embed/RadioActiveDecay.class]
> [INFO] [checking org.jruby.test.Overloaded]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/Overloaded.class]
> [INFO] [checking org.jruby.embed.ReaderInputStreamTest]
> [INFO] [loading /modules/java.base/java/io/FileDescriptor.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/embed/ReaderInputStreamTest.class]
> [INFO] [checking org.jruby.util.RubyTimeOutputFormatterTest]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/util/RubyTimeOutputFormatterTest.class]
> [INFO] [checking org.jruby.util.RandomTest]
> [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.util.URLResourceTest]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/FileResource.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/URLResource.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/AbstractFileResource.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/util/URLResourceTest.class]
> [INFO] [checking org.jruby.runtime.TestDynamicScope]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/DynamicScope.class]
> [INFO] [loading /modules/java.base/java/lang/NoSuchMethodException.class]
> [INFO] [loading /modules/java.base/java/lang/reflect/Executable.class]
> [INFO] [loading /modules/java.base/java/lang/reflect/Member.class]
> [INFO] [loading /modules/java.base/java/lang/reflect/AccessibleObject.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.test.MainTestSuite]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/MainTestSuite.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.lexer.yacc.StringTermTest]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/lexer/yacc/StringTermTest.class]
> [INFO] [checking org.jruby.test.TestRaiseException]
> [INFO] [loading /modules/java.base/java/lang/StackTraceElement.class]
> [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.runtime.profile.ProfilingTest]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyInstanceConfig$ProfilingMode.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/runtime/profile/ProfilingTest.class]
> [INFO] [checking org.jruby.test.TestRubyObject]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestRubyObject.class]
> [INFO] [checking org.jruby.test.TestArrayFlatten]
> [INFO] [loading /usr/share/java/jnr-constants.jar(/jnr/constants/Constant.class)]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/RubyInteger.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestArrayFlatten.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.util.JarResourceTest]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/util/JarResource.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/util/JarResourceTest.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.embed.ConstantCompilationTest]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/embed/ConstantCompilationTest.class]
> [INFO] [checking org.jruby.util.ShellLauncherTest]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/util/ShellLauncherTest.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.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/lang/AssertionError.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 /<<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/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.TestNativeException]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/javasupport/test/TestNativeException.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.test.TestKernel]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestKernel.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.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 /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 /modules/java.base/java/security/SecureClassLoader.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] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/embed/ScriptingContainerTest.class]
> [INFO] [checking org.jruby.javasupport.TypeMatcher]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/javasupport/TypeMatcher.class]
> [INFO] [checking org.jruby.bench.BenchFixnumCreation]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/bench/BenchFixnumCreation.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
> [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.TestRubyCollect]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestRubyCollect.class]
> [INFO] [checking org.jruby.util.log.LoggerFactoryTest]
> [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] [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.TestRubyException]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestRubyException.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.3.1.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.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.test.MockObjectSpace]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/MockObjectSpace.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.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.embed.jsr223.JRubyCompiledScriptTest]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/embed/jsr223/JRubyEngine.class]
> [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.javasupport.test.TestIntWrapperImpl]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/javasupport/test/TestIntWrapperImpl.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.embed.jsr223.JRubyEngineFactoryTest]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/embed/jsr223/JRubyEngineFactoryTest.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.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.test.TestMethodFactories]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/AbstractRubyMethod.class]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/runtime/marshal/DataType.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.embed.IsolatedScriptingContainerTest]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/embed/IsolatedScriptingContainer.class]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/embed/IsolatedScriptingContainerTest.class]
> [INFO] [checking org.jruby.test.TestObjectSpace]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestObjectSpace.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.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.test.TestRubyClass]
> [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.test.OverloadedTest]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/OverloadedTest.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.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] [checking org.jruby.embed.ParentClassLoaderTest]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/embed/ParentClassLoaderTest.class]
> [INFO] [checking org.jruby.embed.jsr223.JRubyEngineTest]
> [INFO] [loading /<<PKGBUILDDIR>>/core/target/classes/org/jruby/embed/jsr223/JRubyScriptEngineManager.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.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.test.ITest]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/ITest.class]
> [INFO] [checking org.jruby.util.Pwd]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/util/Pwd.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.TestAdoptedThreading]
> [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.bench.BenchLongFibRecursive]
> [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.SimpleInterface]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/javasupport/test/SimpleInterface.class]
> [INFO] [checking org.jruby.exceptions.TestRaiseException]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/exceptions/TestRaiseException.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.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.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.TestRubyString]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/test/TestRubyString.class]
> [INFO] [checking org.jruby.embed.PositionFunction]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/embed/PositionFunction.class]
> [INFO] [checking org.jruby.java.dispatch.CallableSelectorTest]
> [INFO] [loading /modules/java.base/java/io/FileFilter.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/java/invokers/RubyToJavaInvoker.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.bench.BenchArrayCopy]
> [INFO] [wrote /<<PKGBUILDDIR>>/core/target/test-classes/org/jruby/bench/BenchArrayCopy.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.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] [total 1679ms]
> [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 [  8.556 s]
> [INFO] JRuby Lib Setup .................................... SUCCESS [  0.713 s]
> [INFO] JRuby Integration Tests ............................ SUCCESS [  0.460 s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  9.922 s
> [INFO] Finished at: 2020-12-05T01:32:53Z
> [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 ]---------------------------------
> [WARNING] The artifact org.osgi:org.osgi.core:jar:debian has been relocated to org.osgi:osgi.core:jar:debian
> [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-arm64/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/osgi.core/debian/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] 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] NameError: undefined method `default_specifications_dir' for class `#<Class:0x436390f4>'
>      [exec]   singleton class at /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:84
>      [exec]            <main> at /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:58
>      [exec]           require at org/jruby/RubyKernel.java:956
>      [exec]            <main> at /<<PKGBUILDDIR>>/lib/ruby/stdlib/rubygems.rb:1
>      [exec]           require at org/jruby/RubyKernel.java:956
>      [exec]            <main> at /<<PKGBUILDDIR>>/lib/ruby/stdlib/rubygems.rb:1347
>      [exec]              load at org/jruby/RubyKernel.java:974
>      [exec]            <main> at uri:classloader:/jruby/kernel/gem_prelude.rb:1
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary for JRuby 9.1.17.0:
> [INFO] 
> [INFO] JRuby .............................................. SUCCESS [  0.044 s]
> [INFO] JRuby Core ......................................... SUCCESS [  6.474 s]
> [INFO] JRuby Lib Setup .................................... SUCCESS [  0.351 s]
> [INFO] JRuby Integration Tests ............................ FAILURE [  2.033 s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  9.037 s
> [INFO] Finished at: 2020-12-05T01:33:04Z
> [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 ]---------------------------------
> [WARNING] The artifact org.osgi:org.osgi.core:jar:debian has been relocated to org.osgi:osgi.core:jar:debian
> [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 20ms]
> [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-arm64/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/osgi.core/debian/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] 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] NameError: undefined method `default_specifications_dir' for class `#<Class:0x436390f4>'
>      [exec]   singleton class at /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:84
>      [exec]            <main> at /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:58
>      [exec]           require at org/jruby/RubyKernel.java:956
>      [exec]            <main> at /<<PKGBUILDDIR>>/lib/ruby/stdlib/rubygems.rb:1
>      [exec]           require at org/jruby/RubyKernel.java:956
>      [exec]            <main> at /<<PKGBUILDDIR>>/lib/ruby/stdlib/rubygems.rb:1347
>      [exec]              load at org/jruby/RubyKernel.java:974
>      [exec]            <main> at uri:classloader:/jruby/kernel/gem_prelude.rb:1
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary for JRuby 9.1.17.0:
> [INFO] 
> [INFO] JRuby .............................................. SUCCESS [  0.033 s]
> [INFO] JRuby Core ......................................... SUCCESS [  6.339 s]
> [INFO] JRuby Lib Setup .................................... SUCCESS [  0.342 s]
> [INFO] JRuby Integration Tests ............................ FAILURE [  1.965 s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  8.828 s
> [INFO] Finished at: 2020-12-05T01:33:13Z
> [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 ]---------------------------------
> [WARNING] The artifact org.osgi:org.osgi.core:jar:debian has been relocated to org.osgi:osgi.core:jar:debian
> [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 20ms]
> [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-arm64/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/osgi.core/debian/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] 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] NameError: undefined method `default_specifications_dir' for class `#<Class:0x436390f4>'
>      [exec]   singleton class at /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:84
>      [exec]            <main> at /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:58
>      [exec]           require at org/jruby/RubyKernel.java:956
>      [exec]            <main> at /<<PKGBUILDDIR>>/lib/ruby/stdlib/rubygems.rb:1
>      [exec]           require at org/jruby/RubyKernel.java:956
>      [exec]            <main> at /<<PKGBUILDDIR>>/lib/ruby/stdlib/rubygems.rb:1347
>      [exec]              load at org/jruby/RubyKernel.java:974
>      [exec]            <main> at uri:classloader:/jruby/kernel/gem_prelude.rb:1
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary for JRuby 9.1.17.0:
> [INFO] 
> [INFO] JRuby .............................................. SUCCESS [  0.055 s]
> [INFO] JRuby Core ......................................... SUCCESS [  6.507 s]
> [INFO] JRuby Lib Setup .................................... SUCCESS [  0.345 s]
> [INFO] JRuby Integration Tests ............................ FAILURE [  1.957 s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  8.990 s
> [INFO] Finished at: 2020-12-05T01:33: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: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 ]---------------------------------
> [WARNING] The artifact org.osgi:org.osgi.core:jar:debian has been relocated to org.osgi:osgi.core:jar:debian
> [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 20ms]
> [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-arm64/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/osgi.core/debian/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] 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] NameError: undefined method `default_specifications_dir' for class `#<Class:0x436390f4>'
>      [exec]   singleton class at /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:84
>      [exec]            <main> at /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:58
>      [exec]           require at org/jruby/RubyKernel.java:956
>      [exec]            <main> at /<<PKGBUILDDIR>>/lib/ruby/stdlib/rubygems.rb:1
>      [exec]           require at org/jruby/RubyKernel.java:956
>      [exec]            <main> at /<<PKGBUILDDIR>>/lib/ruby/stdlib/rubygems.rb:1347
>      [exec]              load at org/jruby/RubyKernel.java:974
>      [exec]            <main> at uri:classloader:/jruby/kernel/gem_prelude.rb:1
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary for JRuby 9.1.17.0:
> [INFO] 
> [INFO] JRuby .............................................. SUCCESS [  0.034 s]
> [INFO] JRuby Core ......................................... SUCCESS [  6.552 s]
> [INFO] JRuby Lib Setup .................................... SUCCESS [  0.352 s]
> [INFO] JRuby Integration Tests ............................ FAILURE [  1.983 s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  9.073 s
> [INFO] Finished at: 2020-12-05T01:33:34Z
> [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 ]---------------------------------
> [WARNING] The artifact org.osgi:org.osgi.core:jar:debian has been relocated to org.osgi:osgi.core:jar:debian
> [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 20ms]
> [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-arm64/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/osgi.core/debian/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] 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] NameError: undefined method `default_specifications_dir' for class `#<Class:0x6ebd78d1>'
>      [exec]   singleton class at /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:84
>      [exec]            <main> at /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:58
>      [exec]           require at org/jruby/RubyKernel.java:956
>      [exec]            <main> at /<<PKGBUILDDIR>>/lib/ruby/stdlib/rubygems.rb:1
>      [exec]           require at org/jruby/RubyKernel.java:956
>      [exec]            <main> at /<<PKGBUILDDIR>>/lib/ruby/stdlib/rubygems.rb:1347
>      [exec]              load at org/jruby/RubyKernel.java:974
>      [exec]            <main> at uri:classloader:/jruby/kernel/gem_prelude.rb:1
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary for JRuby 9.1.17.0:
> [INFO] 
> [INFO] JRuby .............................................. SUCCESS [  0.036 s]
> [INFO] JRuby Core ......................................... SUCCESS [  6.663 s]
> [INFO] JRuby Lib Setup .................................... SUCCESS [  0.347 s]
> [INFO] JRuby Integration Tests ............................ FAILURE [  1.977 s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  9.173 s
> [INFO] Finished at: 2020-12-05T01:33:44Z
> [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 ]---------------------------------
> [WARNING] The artifact org.osgi:org.osgi.core:jar:debian has been relocated to org.osgi:osgi.core:jar:debian
> [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-arm64/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/osgi.core/debian/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] 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] NameError: undefined method `default_specifications_dir' for class `#<Class:0x6ebd78d1>'
>      [exec]   singleton class at /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:84
>      [exec]            <main> at /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:58
>      [exec]           require at org/jruby/RubyKernel.java:956
>      [exec]            <main> at /<<PKGBUILDDIR>>/lib/ruby/stdlib/rubygems.rb:1
>      [exec]           require at org/jruby/RubyKernel.java:956
>      [exec]            <main> at /<<PKGBUILDDIR>>/lib/ruby/stdlib/rubygems.rb:1347
>      [exec]              load at org/jruby/RubyKernel.java:974
>      [exec]            <main> at uri:classloader:/jruby/kernel/gem_prelude.rb:1
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary for JRuby 9.1.17.0:
> [INFO] 
> [INFO] JRuby .............................................. SUCCESS [  0.034 s]
> [INFO] JRuby Core ......................................... SUCCESS [  6.647 s]
> [INFO] JRuby Lib Setup .................................... SUCCESS [  0.367 s]
> [INFO] JRuby Integration Tests ............................ FAILURE [  2.006 s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  9.210 s
> [INFO] Finished at: 2020-12-05T01:33:54Z
> [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 ]---------------------------------
> [WARNING] The artifact org.osgi:org.osgi.core:jar:debian has been relocated to org.osgi:osgi.core:jar:debian
> [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 21ms]
> [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-arm64/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/osgi.core/debian/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] 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] NameError: undefined method `default_specifications_dir' for class `#<Class:0x6ebd78d1>'
>      [exec]   singleton class at /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:84
>      [exec]            <main> at /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:58
>      [exec]           require at org/jruby/RubyKernel.java:956
>      [exec]            <main> at /<<PKGBUILDDIR>>/lib/ruby/stdlib/rubygems.rb:1
>      [exec]           require at org/jruby/RubyKernel.java:956
>      [exec]            <main> at /<<PKGBUILDDIR>>/lib/ruby/stdlib/rubygems.rb:1347
>      [exec]              load at org/jruby/RubyKernel.java:974
>      [exec]            <main> at uri:classloader:/jruby/kernel/gem_prelude.rb:1
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary for JRuby 9.1.17.0:
> [INFO] 
> [INFO] JRuby .............................................. SUCCESS [  0.036 s]
> [INFO] JRuby Core ......................................... SUCCESS [  6.477 s]
> [INFO] JRuby Lib Setup .................................... SUCCESS [  0.348 s]
> [INFO] JRuby Integration Tests ............................ FAILURE [  1.955 s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  8.982 s
> [INFO] Finished at: 2020-12-05T01:34:04Z
> [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 ]---------------------------------
> [WARNING] The artifact org.osgi:org.osgi.core:jar:debian has been relocated to org.osgi:osgi.core:jar:debian
> [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 20ms]
> [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-arm64/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/osgi.core/debian/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] 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] NameError: undefined method `default_specifications_dir' for class `#<Class:0x436390f4>'
>      [exec]   singleton class at /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:84
>      [exec]            <main> at /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:58
>      [exec]           require at org/jruby/RubyKernel.java:956
>      [exec]            <main> at /<<PKGBUILDDIR>>/lib/ruby/stdlib/rubygems.rb:1
>      [exec]           require at org/jruby/RubyKernel.java:956
>      [exec]            <main> at /<<PKGBUILDDIR>>/lib/ruby/stdlib/rubygems.rb:1347
>      [exec]              load at org/jruby/RubyKernel.java:974
>      [exec]            <main> at uri:classloader:/jruby/kernel/gem_prelude.rb:1
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary for JRuby 9.1.17.0:
> [INFO] 
> [INFO] JRuby .............................................. SUCCESS [  0.035 s]
> [INFO] JRuby Core ......................................... SUCCESS [  6.622 s]
> [INFO] JRuby Lib Setup .................................... SUCCESS [  0.352 s]
> [INFO] JRuby Integration Tests ............................ FAILURE [  1.958 s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  9.118 s
> [INFO] Finished at: 2020-12-05T01:34:15Z
> [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 ]---------------------------------
> [WARNING] The artifact org.osgi:org.osgi.core:jar:debian has been relocated to org.osgi:osgi.core:jar:debian
> [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 21ms]
> [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-arm64/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/osgi.core/debian/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] 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] NameError: undefined method `default_specifications_dir' for class `#<Class:0x6ebd78d1>'
>      [exec]   singleton class at /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:84
>      [exec]            <main> at /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:58
>      [exec]           require at org/jruby/RubyKernel.java:956
>      [exec]            <main> at /<<PKGBUILDDIR>>/lib/ruby/stdlib/rubygems.rb:1
>      [exec]           require at org/jruby/RubyKernel.java:956
>      [exec]            <main> at /<<PKGBUILDDIR>>/lib/ruby/stdlib/rubygems.rb:1347
>      [exec]              load at org/jruby/RubyKernel.java:974
>      [exec]            <main> at uri:classloader:/jruby/kernel/gem_prelude.rb:1
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary for JRuby 9.1.17.0:
> [INFO] 
> [INFO] JRuby .............................................. SUCCESS [  0.034 s]
> [INFO] JRuby Core ......................................... SUCCESS [  6.500 s]
> [INFO] JRuby Lib Setup .................................... SUCCESS [  0.343 s]
> [INFO] JRuby Integration Tests ............................ FAILURE [  1.991 s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  9.044 s
> [INFO] Finished at: 2020-12-05T01:34:25Z
> [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 ]---------------------------------
> [WARNING] The artifact org.osgi:org.osgi.core:jar:debian has been relocated to org.osgi:osgi.core:jar:debian
> [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 20ms]
> [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-arm64/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/osgi.core/debian/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] 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] NameError: undefined method `default_specifications_dir' for class `#<Class:0x436390f4>'
>      [exec]   singleton class at /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:84
>      [exec]            <main> at /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:58
>      [exec]           require at org/jruby/RubyKernel.java:956
>      [exec]            <main> at /<<PKGBUILDDIR>>/lib/ruby/stdlib/rubygems.rb:1
>      [exec]           require at org/jruby/RubyKernel.java:956
>      [exec]            <main> at /<<PKGBUILDDIR>>/lib/ruby/stdlib/rubygems.rb:1347
>      [exec]              load at org/jruby/RubyKernel.java:974
>      [exec]            <main> at uri:classloader:/jruby/kernel/gem_prelude.rb:1
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary for JRuby 9.1.17.0:
> [INFO] 
> [INFO] JRuby .............................................. SUCCESS [  0.037 s]
> [INFO] JRuby Core ......................................... SUCCESS [  6.377 s]
> [INFO] JRuby Lib Setup .................................... SUCCESS [  0.346 s]
> [INFO] JRuby Integration Tests ............................ FAILURE [  2.006 s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  8.915 s
> [INFO] Finished at: 2020-12-05T01:34:35Z
> [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:compiler -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1
> *** 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 ]---------------------------------
> [WARNING] The artifact org.osgi:org.osgi.core:jar:debian has been relocated to org.osgi:osgi.core:jar:debian
> [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-arm64/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/osgi.core/debian/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] 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] NameError: undefined method `default_specifications_dir' for class `#<Class:0x6ebd78d1>'
>      [exec]   singleton class at /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:84
>      [exec]            <main> at /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:58
>      [exec]           require at org/jruby/RubyKernel.java:956
>      [exec]            <main> at /<<PKGBUILDDIR>>/lib/ruby/stdlib/rubygems.rb:1
>      [exec]           require at org/jruby/RubyKernel.java:956
>      [exec]            <main> at /<<PKGBUILDDIR>>/lib/ruby/stdlib/rubygems.rb:1347
>      [exec]              load at org/jruby/RubyKernel.java:974
>      [exec]            <main> at uri:classloader:/jruby/kernel/gem_prelude.rb:1
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary for JRuby 9.1.17.0:
> [INFO] 
> [INFO] JRuby .............................................. SUCCESS [  0.049 s]
> [INFO] JRuby Core ......................................... SUCCESS [  6.458 s]
> [INFO] JRuby Lib Setup .................................... SUCCESS [  0.357 s]
> [INFO] JRuby Integration Tests ............................ FAILURE [  1.978 s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  8.972 s
> [INFO] Finished at: 2020-12-05T01:34:45Z
> [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:ffi -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1
> *** 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 ]---------------------------------
> [WARNING] The artifact org.osgi:org.osgi.core:jar:debian has been relocated to org.osgi:osgi.core:jar:debian
> [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 20ms]
> [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-arm64/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/osgi.core/debian/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] 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] NameError: undefined method `default_specifications_dir' for class `#<Class:0x436390f4>'
>      [exec]   singleton class at /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:84
>      [exec]            <main> at /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:58
>      [exec]           require at org/jruby/RubyKernel.java:956
>      [exec]            <main> at /<<PKGBUILDDIR>>/lib/ruby/stdlib/rubygems.rb:1
>      [exec]           require at org/jruby/RubyKernel.java:956
>      [exec]            <main> at /<<PKGBUILDDIR>>/lib/ruby/stdlib/rubygems.rb:1347
>      [exec]              load at org/jruby/RubyKernel.java:974
>      [exec]            <main> at uri:classloader:/jruby/kernel/gem_prelude.rb:1
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary for JRuby 9.1.17.0:
> [INFO] 
> [INFO] JRuby .............................................. SUCCESS [  0.036 s]
> [INFO] JRuby Core ......................................... SUCCESS [  6.580 s]
> [INFO] JRuby Lib Setup .................................... SUCCESS [  0.354 s]
> [INFO] JRuby Integration Tests ............................ FAILURE [  1.951 s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  9.080 s
> [INFO] Finished at: 2020-12-05T01:34:55Z
> [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 ]---------------------------------
> [WARNING] The artifact org.osgi:org.osgi.core:jar:debian has been relocated to org.osgi:osgi.core:jar:debian
> [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-arm64/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/osgi.core/debian/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] 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] NameError: undefined method `default_specifications_dir' for class `#<Class:0x6ebd78d1>'
>      [exec]   singleton class at /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:84
>      [exec]            <main> at /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:58
>      [exec]           require at org/jruby/RubyKernel.java:956
>      [exec]            <main> at /<<PKGBUILDDIR>>/lib/ruby/stdlib/rubygems.rb:1
>      [exec]           require at org/jruby/RubyKernel.java:956
>      [exec]            <main> at /<<PKGBUILDDIR>>/lib/ruby/stdlib/rubygems.rb:1347
>      [exec]              load at org/jruby/RubyKernel.java:974
>      [exec]            <main> at uri:classloader:/jruby/kernel/gem_prelude.rb:1
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary for JRuby 9.1.17.0:
> [INFO] 
> [INFO] JRuby .............................................. SUCCESS [  0.034 s]
> [INFO] JRuby Core ......................................... SUCCESS [  6.472 s]
> [INFO] JRuby Lib Setup .................................... SUCCESS [  0.343 s]
> [INFO] JRuby Integration Tests ............................ FAILURE [  1.893 s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  8.898 s
> [INFO] Finished at: 2020-12-05T01:35:05Z
> [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:jrubyc -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1
> *** 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 ]---------------------------------
> [WARNING] The artifact org.osgi:org.osgi.core:jar:debian has been relocated to org.osgi:osgi.core:jar:debian
> [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 20ms]
> [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-arm64/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/osgi.core/debian/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] 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] NameError: undefined method `default_specifications_dir' for class `#<Class:0x6ebd78d1>'
>      [exec]   singleton class at /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:84
>      [exec]            <main> at /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:58
>      [exec]           require at org/jruby/RubyKernel.java:956
>      [exec]            <main> at /<<PKGBUILDDIR>>/lib/ruby/stdlib/rubygems.rb:1
>      [exec]           require at org/jruby/RubyKernel.java:956
>      [exec]            <main> at /<<PKGBUILDDIR>>/lib/ruby/stdlib/rubygems.rb:1347
>      [exec]              load at org/jruby/RubyKernel.java:974
>      [exec]            <main> at uri:classloader:/jruby/kernel/gem_prelude.rb:1
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary for JRuby 9.1.17.0:
> [INFO] 
> [INFO] JRuby .............................................. SUCCESS [  0.038 s]
> [INFO] JRuby Core ......................................... SUCCESS [  6.525 s]
> [INFO] JRuby Lib Setup .................................... SUCCESS [  0.341 s]
> [INFO] JRuby Integration Tests ............................ FAILURE [  1.977 s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  9.039 s
> [INFO] Finished at: 2020-12-05T01:35:15Z
> [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/12/05/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!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with me
so that we can identify if something relevant changed in the meantime.

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