Your message dated Sat, 09 Dec 2023 19:36:51 +0000
with message-id <e1rc387-003rn2...@fasolo.debian.org>
and subject line Bug#1042129: fixed in jruby 9.4.3.0+ds-1~exp1
has caused the Debian Bug report #1042129,
regarding jruby: FTBFS: [ERROR] 
/<<PKGBUILDDIR>>/core/src/main/java/org/jruby/ext/strscan/RubyStringScanner.java:[653,34]
 error: cannot find symbol
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1042129: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042129
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: jruby
Version: 9.3.9.0+ds-8
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_build -- -Djruby.revision=9.3.9.0+ds-8 -Pmain,complete,dist
>       /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=/<<BUILDDIR>>/jruby-9.3.9.0\+ds 
> -Dclassworlds.conf=/etc/maven/m2-debian.conf 
> -Dproperties.file.manual=/<<BUILDDIR>>/jruby-9.3.9.0\+ds/debian/maven.properties
>  org.codehaus.plexus.classworlds.launcher.Launcher 
> -s/etc/maven/settings-debian.xml 
> -Ddebian.dir=/<<BUILDDIR>>/jruby-9.3.9.0\+ds/debian 
> -Dmaven.repo.local=/<<BUILDDIR>>/jruby-9.3.9.0\+ds/debian/maven-repo 
> --batch-mode -Djruby.revision=9.3.9.0\+ds-8 -Pmain,complete,dist -DskipTests 
> -Dnotimestamp=true -Dlocale=en_US
> OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were 
> deprecated in JDK 13 and will likely be removed 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.3.9.0
> [WARNING] 'build.plugins.plugin.version' for 
> org.apache.maven.plugins:maven-source-plugin is missing. @ line 106, column 15
> [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 Base                                                         
> [jar]
> [INFO] JRuby Core                                                         
> [jar]
> [INFO] JRuby Lib Setup                                                    
> [jar]
> [INFO] JRuby Artifacts                                                    
> [pom]
> [INFO] JRuby Main Maven Artifact                                          
> [jar]
> [INFO] JRuby Complete                                                  
> [bundle]
> [INFO] JRuby Dist                                                         
> [pom]
> [INFO] 
> [INFO] -----------------------< org.jruby:jruby-parent 
> >-----------------------
> [INFO] Building JRuby 9.3.9.0                                             
> [1/8]
> [INFO] --------------------------------[ pom 
> ]---------------------------------
> [INFO] 
> [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ 
> jruby-parent ---
> [INFO] Installing /<<PKGBUILDDIR>>/pom.xml to 
> /<<PKGBUILDDIR>>/debian/maven-repo/org/jruby/jruby-parent/9.3.9.0/jruby-parent-9.3.9.0.pom
> [INFO] 
> [INFO] ------------------------< org.jruby:jruby-base 
> >------------------------
> [INFO] Building JRuby Base 9.3.9.0                                        
> [2/8]
> [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:3.1.0:exec (default) @ jruby-base ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ 
> jruby-base ---
> [INFO] Copying 42 resources
> [INFO] Copying 2 resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.10.1:compile (anno) @ jruby-base ---
> [INFO] Compiling 7 source files to /<<PKGBUILDDIR>>/core/target/classes
> [WARNING] [options] bootstrap class path not set in conjunction with -source 8
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:copy-resources (default) @ jruby-base 
> ---
> [INFO] Copying 1 resource to /<<PKGBUILDDIR>>/core/src/main/java
> [INFO] Copying 4 resources to /<<PKGBUILDDIR>>/core/src/main/java/META-INF/
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ 
> jruby-base ---
> [INFO] Compiling 1463 source files to /<<PKGBUILDDIR>>/core/target/classes
> [INFO] -------------------------------------------------------------
> [WARNING] COMPILATION WARNING : 
> [INFO] -------------------------------------------------------------
> [WARNING] [options] bootstrap class path not set in conjunction with -source 8
> [WARNING] method 
> org.jruby.ext.jruby.JRubyUtilLibrary.wait(org.jruby.runtime.ThreadContext,org.jruby.runtime.builtin.IRubyObject,org.jruby.runtime.builtin.IRubyObject)
>  should not throw exceptions: java.lang.InterruptedException
> method 
> org.jruby.ext.jruby.JRubyUtilLibrary.wait(org.jruby.runtime.ThreadContext,org.jruby.runtime.builtin.IRubyObject,org.jruby.runtime.builtin.IRubyObject,org.jruby.runtime.builtin.IRubyObject)
>  should not throw exceptions: java.lang.InterruptedException
> method 
> org.jruby.ext.jruby.JRubyUtilLibrary.wait(org.jruby.runtime.ThreadContext,org.jruby.runtime.builtin.IRubyObject,org.jruby.runtime.builtin.IRubyObject,org.jruby.runtime.builtin.IRubyObject,org.jruby.runtime.builtin.IRubyObject)
>  should not throw exceptions: java.lang.InterruptedException
> method org.jruby.ext.socket.Ifaddr.netmask(org.jruby.runtime.ThreadContext) 
> should not throw exceptions: java.net.UnknownHostException
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyModule.java:[47,20] 
> [removal] AccessControlException in java.security has been deprecated and 
> marked for removal
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/runtime/load/LoadService.java:[44,20]
>  [removal] AccessControlException in java.security has been deprecated and 
> marked for removal
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/javasupport/proxy/JavaProxyClass.java:[57,20]
>  [removal] AccessController in java.security has been deprecated and marked 
> for removal
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/util/JarCache.java:[8,20] 
> [removal] AccessControlException in java.security has been deprecated and 
> marked for removal
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/management/BeanManagerImpl.java:[5,20]
>  [removal] AccessControlException in java.security has been deprecated and 
> marked for removal
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/ir/passes/AddCallProtocolInstructions.java:[3,32]
>  [deprecation] CollectionUtils in org.apache.tools.ant.util has been 
> deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyModule.java:[47,20] 
> [removal] AccessControlException in java.security has been deprecated and 
> marked for removal
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/runtime/load/LoadService.java:[44,20]
>  [removal] AccessControlException in java.security has been deprecated and 
> marked for removal
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/javasupport/proxy/JavaProxyClass.java:[57,20]
>  [removal] AccessController in java.security has been deprecated and marked 
> for removal
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/util/JarCache.java:[8,20] 
> [removal] AccessControlException in java.security has been deprecated and 
> marked for removal
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/management/BeanManagerImpl.java:[5,20]
>  [removal] AccessControlException in java.security has been deprecated and 
> marked for removal
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/ir/passes/AddCallProtocolInstructions.java:[3,32]
>  [deprecation] CollectionUtils in org.apache.tools.ant.util has been 
> deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyModule.java:[47,20] 
> [removal] AccessControlException in java.security has been deprecated and 
> marked for removal
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/runtime/load/LoadService.java:[44,20]
>  [removal] AccessControlException in java.security has been deprecated and 
> marked for removal
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/javasupport/proxy/JavaProxyClass.java:[57,20]
>  [removal] AccessController in java.security has been deprecated and marked 
> for removal
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/util/JarCache.java:[8,20] 
> [removal] AccessControlException in java.security has been deprecated and 
> marked for removal
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/management/BeanManagerImpl.java:[5,20]
>  [removal] AccessControlException in java.security has been deprecated and 
> marked for removal
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/ir/passes/AddCallProtocolInstructions.java:[3,32]
>  [deprecation] CollectionUtils in org.apache.tools.ant.util has been 
> deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyBasicObject.java:[1958,20] 
> [deprecation] finalize() in Object has been deprecated
> [WARNING] /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/Ruby.java:[5514,12] 
> [removal] SecurityManager in java.lang has been deprecated and marked for 
> removal
> [WARNING] /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/Ruby.java:[5514,39] 
> [removal] getSecurityManager() in System has been deprecated and marked for 
> removal
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/javasupport/Java.java:[1205,21] 
> [deprecation] getArity() in JavaMethod has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyModule.java:[5589,41] 
> [removal] AccessControlException in java.security has been deprecated and 
> marked for removal
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/runtime/ThreadContext.java:[242,19]
>  [deprecation] finalize() in Object has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyInstanceConfig.java:[1632,65]
>  [deprecation] COMPILE_FASTOPS in Options has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/runtime/load/LoadService.java:[1022,21]
>  [removal] AccessControlException in java.security has been deprecated and 
> marked for removal
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/util/io/OpenFile.java:[859,16] 
> [deprecation] finalize() in Object has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/runtime/load/LibrarySearcher.java:[942,42]
>  [deprecation] inputStream() in FileResource has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/runtime/load/LibrarySearcher.java:[957,43]
>  [deprecation] inputStream() in FileResource has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/ext/fiber/ThreadFiber.java:[435,19]
>  [deprecation] finalize() in Object has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/ext/fiber/ThreadFiber.java:[439,17]
>  [deprecation] finalize() in Object has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/javasupport/JavaObject.java:[99,32]
>  [deprecation] get(Ruby,Class<?>) in JavaClass has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/javasupport/JavaClass.java:[854,11]
>  [deprecation] JavaField in org.jruby.javasupport has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/javasupport/JavaClass.java:[854,11]
>  [deprecation] JavaField in org.jruby.javasupport has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/javasupport/JavaClass.java:[854,11]
>  [deprecation] JavaField in org.jruby.javasupport has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/javasupport/JavaClass.java:[860,23]
>  [deprecation] JavaField in org.jruby.javasupport has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/javasupport/JavaClass.java:[865,31]
>  [deprecation] JavaField in org.jruby.javasupport has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/javasupport/JavaClass.java:[873,11]
>  [deprecation] JavaField in org.jruby.javasupport has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/javasupport/JavaClass.java:[873,11]
>  [deprecation] JavaField in org.jruby.javasupport has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/javasupport/JavaClass.java:[873,11]
>  [deprecation] JavaField in org.jruby.javasupport has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/javasupport/JavaClass.java:[879,23]
>  [deprecation] JavaField in org.jruby.javasupport has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/javasupport/JavaClass.java:[884,31]
>  [deprecation] JavaField in org.jruby.javasupport has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/javasupport/proxy/JavaProxyClass.java:[284,49]
>  [removal] Float(float) in Float has been deprecated and marked for removal
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/javasupport/proxy/JavaProxyClass.java:[285,50]
>  [removal] Double(double) in Double has been deprecated and marked for removal
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/javasupport/proxy/JavaProxyClass.java:[444,31]
>  [removal] AccessController in java.security has been deprecated and marked 
> for removal
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/javasupport/JavaUtil.java:[1535,25]
>  [removal] Double(double) in Double has been deprecated and marked for removal
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/runtime/ObjectSpace.java:[318,23]
>  [deprecation] finalize() in Object has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/runtime/ObjectSpace.java:[323,21]
>  [deprecation] finalize() in Object has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/parser/RubyParser.java:[3241,28]
>  [removal] Integer(int) in Integer has been deprecated and marked for removal
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/ext/ripper/RipperParser.java:[2778,28]
>  [removal] Integer(int) in Integer has been deprecated and marked for removal
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/embed/ScriptingContainer.java:[1863,16]
>  [deprecation] finalize() in Object has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/embed/ScriptingContainer.java:[1864,13]
>  [deprecation] finalize() in Object has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/util/JarCache.java:[188,21] 
> [removal] AccessControlException in java.security has been deprecated and 
> marked for removal
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/ext/ffi/jffi/NativeInvoker.java:[49,23]
>  [deprecation] getArity() in DynamicMethod has been deprecated
> [WARNING] /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/Main.java:[500,57] 
> [removal] getSecurityManager() in System has been deprecated and marked for 
> removal
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/ext/ffi/jffi/DefaultMethod.java:[41,23]
>  [deprecation] getArity() in DynamicMethod has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/javasupport/JavaSupportImpl.java:[281,21]
>  [deprecation] getJavaConstructorClass() in JavaSupport has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/javasupport/JavaSupportImpl.java:[275,21]
>  [deprecation] getJavaMethodClass() in JavaSupport has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/javasupport/JavaSupportImpl.java:[269,21]
>  [deprecation] getJavaFieldClass() in JavaSupport has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/javasupport/JavaSupportImpl.java:[162,34]
>  [deprecation] getNameClassMap() in JavaSupport has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/javasupport/JavaPackage.java:[275,22]
>  [deprecation] getPackage(String) in Package has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/javasupport/JavaPackage.java:[285,35]
>  [deprecation] getPackage(String) in Package has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/javasupport/JavaPackage.java:[294,38]
>  [deprecation] getPackage(String) in Package has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/management/BeanManagerImpl.java:[125,17]
>  [removal] AccessControlException in java.security has been deprecated and 
> marked for removal
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/management/BeanManagerImpl.java:[151,17]
>  [removal] AccessControlException in java.security has been deprecated and 
> marked for removal
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/ext/tempfile/Tempfile.java:[257,16]
>  [deprecation] finalize() in Object has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/ext/tempfile/Tempfile.java:[259,17]
>  [deprecation] finalize() in Object has been deprecated
> [INFO] 68 warnings 
> [INFO] -------------------------------------------------------------
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR : 
> [INFO] -------------------------------------------------------------
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyString.java:[3846,45] 
> error: cannot find symbol
>   symbol:   variable numRegs
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyString.java:[3874,30] 
> error: cannot find symbol
>   symbol:   variable beg
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyString.java:[3875,28] 
> error: cannot find symbol
>   symbol:   variable end
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyRegexp.java:[1591,33] 
> error: cannot find symbol
>   symbol:   variable numRegs
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyRegexp.java:[1591,73] 
> error: cannot find symbol
>   symbol:   variable numRegs
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyRegexp.java:[1594,30] 
> error: cannot find symbol
>   symbol:   variable beg
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyRegexp.java:[1595,28] 
> error: cannot find symbol
>   symbol:   variable end
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyRegexp.java:[1646,36] 
> error: cannot find symbol
>   symbol:   variable beg
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyRegexp.java:[1649,23] 
> error: cannot find symbol
>   symbol:   variable numRegs
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyRegexp.java:[1649,43] 
> error: cannot find symbol
>   symbol:   variable beg
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyRegexp.java:[1760,29] 
> error: cannot find symbol
>   symbol:   variable numRegs
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyRegexp.java:[1761,31] 
> error: cannot find symbol
>   symbol:   variable beg
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyRegexp.java:[1775,34] 
> error: cannot find symbol
>   symbol:   variable numRegs
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyRegexp.java:[1776,28] 
> error: cannot find symbol
>   symbol:   variable beg
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyRegexp.java:[1777,108] 
> error: cannot find symbol
>   symbol:   variable beg
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyRegexp.java:[1777,122] 
> error: cannot find symbol
>   symbol:   variable end
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyRegexp.java:[1777,137] 
> error: cannot find symbol
>   symbol:   variable beg
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[178,46] 
> error: cannot find symbol
>   symbol:   variable numRegs
>   location: variable charOffsets of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[178,74] 
> error: Region is abstract; cannot be instantiated
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[181,23] 
> error: cannot find symbol
>   symbol:   variable beg
>   location: variable charOffsets of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[182,23] 
> error: cannot find symbol
>   symbol:   variable end
>   location: variable charOffsets of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[198,23] 
> error: cannot find symbol
>   symbol:   variable beg
>   location: variable charOffsets of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[198,44] 
> error: cannot find symbol
>   symbol:   variable end
>   location: variable charOffsets of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[203,19] 
> error: cannot find symbol
>   symbol:   variable beg
>   location: variable charOffsets of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[205,19] 
> error: cannot find symbol
>   symbol:   variable end
>   location: variable charOffsets of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[214,26] 
> error: cannot find symbol
>   symbol:   variable numRegs
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[216,46] 
> error: cannot find symbol
>   symbol:   variable numRegs
>   location: variable charOffsets of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[216,80] 
> error: Region is abstract; cannot be instantiated
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[220,27] 
> error: cannot find symbol
>   symbol:   variable beg
>   location: variable charOffsets of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[220,41] 
> error: cannot find symbol
>   symbol:   variable beg
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[221,27] 
> error: cannot find symbol
>   symbol:   variable end
>   location: variable charOffsets of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[221,41] 
> error: cannot find symbol
>   symbol:   variable end
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[232,20] 
> error: cannot find symbol
>   symbol:   variable beg
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[233,42] 
> error: cannot find symbol
>   symbol:   variable beg
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[234,42] 
> error: cannot find symbol
>   symbol:   variable end
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[240,32] 
> error: cannot find symbol
>   symbol:   variable numRegs
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[241,20] 
> error: cannot find symbol
>   symbol:   variable beg
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[242,27] 
> error: cannot find symbol
>   symbol:   variable beg
>   location: variable charOffsets of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[242,48] 
> error: cannot find symbol
>   symbol:   variable end
>   location: variable charOffsets of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[245,30] 
> error: cannot find symbol
>   symbol:   variable beg
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[246,23] 
> error: cannot find symbol
>   symbol:   variable beg
>   location: variable charOffsets of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[247,30] 
> error: cannot find symbol
>   symbol:   variable end
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[248,23] 
> error: cannot find symbol
>   symbol:   variable end
>   location: variable charOffsets of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[317,65] 
> error: cannot find symbol
>   symbol:   variable numRegs
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[319,38] 
> error: cannot find symbol
>   symbol:   variable numRegs
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[320,24] 
> error: cannot find symbol
>   symbol:   variable beg
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[323,65] 
> error: cannot find symbol
>   symbol:   variable beg
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[323,78] 
> error: cannot find symbol
>   symbol:   variable end
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[323,92] 
> error: cannot find symbol
>   symbol:   variable beg
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[378,65] 
> error: cannot find symbol
>   symbol:   variable numRegs
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[523,23] 
> error: cannot find symbol
>   symbol:   variable numRegs
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[545,26] 
> error: cannot find symbol
>   symbol:   variable numRegs
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[615,90] 
> error: cannot find symbol
>   symbol:   variable numRegs
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[627,45] 
> error: cannot find symbol
>   symbol:   variable numRegs
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[631,43] 
> error: cannot find symbol
>   symbol:   variable beg
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[637,56] 
> error: cannot find symbol
>   symbol:   variable beg
>   location: variable charOffsets of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[650,45] 
> error: cannot find symbol
>   symbol:   variable numRegs
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[654,41] 
> error: cannot find symbol
>   symbol:   variable end
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[660,27] 
> error: cannot find symbol
>   symbol:   variable end
>   location: variable charOffsets of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[680,45] 
> error: cannot find symbol
>   symbol:   variable numRegs
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[689,20] 
> error: cannot find symbol
>   symbol:   variable beg
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[690,20] 
> error: cannot find symbol
>   symbol:   variable end
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[697,27] 
> error: cannot find symbol
>   symbol:   variable beg
>   location: variable charOffsets of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[698,27] 
> error: cannot find symbol
>   symbol:   variable end
>   location: variable charOffsets of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[836,20] 
> error: cannot find symbol
>   symbol:   variable numRegs
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[837,19] 
> error: cannot find symbol
>   symbol:   variable beg
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[851,20] 
> error: cannot find symbol
>   symbol:   variable numRegs
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[852,19] 
> error: cannot find symbol
>   symbol:   variable end
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[861,38] 
> error: cannot find symbol
>   symbol:   variable numRegs
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/ext/strscan/RubyStringScanner.java:[285,27]
>  error: cannot find symbol
>   symbol:   variable beg
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/ext/strscan/RubyStringScanner.java:[286,27]
>  error: cannot find symbol
>   symbol:   variable end
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/ext/strscan/RubyStringScanner.java:[527,45]
>  error: cannot find symbol
>   symbol:   variable numRegs
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/ext/strscan/RubyStringScanner.java:[539,20]
>  error: cannot find symbol
>   symbol:   variable beg
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/ext/strscan/RubyStringScanner.java:[540,63]
>  error: cannot find symbol
>   symbol:   variable beg
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/ext/strscan/RubyStringScanner.java:[540,86]
>  error: cannot find symbol
>   symbol:   variable end
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/ext/strscan/RubyStringScanner.java:[636,45]
>  error: cannot find symbol
>   symbol:   variable numRegs
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/ext/strscan/RubyStringScanner.java:[648,22]
>  error: cannot find symbol
>   symbol:   variable numRegs
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/ext/strscan/RubyStringScanner.java:[652,66]
>  error: cannot find symbol
>   symbol:   variable beg
>   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/ext/strscan/RubyStringScanner.java:[653,34]
>  error: cannot find symbol
>   symbol:   variable end
>   location: variable regs of type Region
> [INFO] 79 errors 
> [INFO] -------------------------------------------------------------
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Reactor Summary for JRuby 9.3.9.0:
> [INFO] 
> [INFO] JRuby .............................................. SUCCESS [  0.100 
> s]
> [INFO] JRuby Base ......................................... FAILURE [ 15.754 
> s]
> [INFO] JRuby Core ......................................... SKIPPED
> [INFO] JRuby Lib Setup .................................... SKIPPED
> [INFO] JRuby Artifacts .................................... SKIPPED
> [INFO] JRuby Main Maven Artifact .......................... SKIPPED
> [INFO] JRuby Complete ..................................... SKIPPED
> [INFO] JRuby Dist ......................................... SKIPPED
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time:  16.542 s
> [INFO] Finished at: 2023-07-26T19:13:27Z
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile 
> (default-compile) on project jruby-base: Compilation failure: Compilation 
> failure: 
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyString.java:[3846,45] 
> error: cannot find symbol
> [ERROR]   symbol:   variable numRegs
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyString.java:[3874,30] 
> error: cannot find symbol
> [ERROR]   symbol:   variable beg
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyString.java:[3875,28] 
> error: cannot find symbol
> [ERROR]   symbol:   variable end
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyRegexp.java:[1591,33] 
> error: cannot find symbol
> [ERROR]   symbol:   variable numRegs
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyRegexp.java:[1591,73] 
> error: cannot find symbol
> [ERROR]   symbol:   variable numRegs
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyRegexp.java:[1594,30] 
> error: cannot find symbol
> [ERROR]   symbol:   variable beg
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyRegexp.java:[1595,28] 
> error: cannot find symbol
> [ERROR]   symbol:   variable end
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyRegexp.java:[1646,36] 
> error: cannot find symbol
> [ERROR]   symbol:   variable beg
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyRegexp.java:[1649,23] 
> error: cannot find symbol
> [ERROR]   symbol:   variable numRegs
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyRegexp.java:[1649,43] 
> error: cannot find symbol
> [ERROR]   symbol:   variable beg
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyRegexp.java:[1760,29] 
> error: cannot find symbol
> [ERROR]   symbol:   variable numRegs
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyRegexp.java:[1761,31] 
> error: cannot find symbol
> [ERROR]   symbol:   variable beg
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyRegexp.java:[1775,34] 
> error: cannot find symbol
> [ERROR]   symbol:   variable numRegs
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyRegexp.java:[1776,28] 
> error: cannot find symbol
> [ERROR]   symbol:   variable beg
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyRegexp.java:[1777,108] 
> error: cannot find symbol
> [ERROR]   symbol:   variable beg
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyRegexp.java:[1777,122] 
> error: cannot find symbol
> [ERROR]   symbol:   variable end
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyRegexp.java:[1777,137] 
> error: cannot find symbol
> [ERROR]   symbol:   variable beg
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[178,46] 
> error: cannot find symbol
> [ERROR]   symbol:   variable numRegs
> [ERROR]   location: variable charOffsets of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[178,74] 
> error: Region is abstract; cannot be instantiated
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[181,23] 
> error: cannot find symbol
> [ERROR]   symbol:   variable beg
> [ERROR]   location: variable charOffsets of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[182,23] 
> error: cannot find symbol
> [ERROR]   symbol:   variable end
> [ERROR]   location: variable charOffsets of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[198,23] 
> error: cannot find symbol
> [ERROR]   symbol:   variable beg
> [ERROR]   location: variable charOffsets of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[198,44] 
> error: cannot find symbol
> [ERROR]   symbol:   variable end
> [ERROR]   location: variable charOffsets of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[203,19] 
> error: cannot find symbol
> [ERROR]   symbol:   variable beg
> [ERROR]   location: variable charOffsets of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[205,19] 
> error: cannot find symbol
> [ERROR]   symbol:   variable end
> [ERROR]   location: variable charOffsets of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[214,26] 
> error: cannot find symbol
> [ERROR]   symbol:   variable numRegs
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[216,46] 
> error: cannot find symbol
> [ERROR]   symbol:   variable numRegs
> [ERROR]   location: variable charOffsets of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[216,80] 
> error: Region is abstract; cannot be instantiated
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[220,27] 
> error: cannot find symbol
> [ERROR]   symbol:   variable beg
> [ERROR]   location: variable charOffsets of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[220,41] 
> error: cannot find symbol
> [ERROR]   symbol:   variable beg
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[221,27] 
> error: cannot find symbol
> [ERROR]   symbol:   variable end
> [ERROR]   location: variable charOffsets of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[221,41] 
> error: cannot find symbol
> [ERROR]   symbol:   variable end
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[232,20] 
> error: cannot find symbol
> [ERROR]   symbol:   variable beg
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[233,42] 
> error: cannot find symbol
> [ERROR]   symbol:   variable beg
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[234,42] 
> error: cannot find symbol
> [ERROR]   symbol:   variable end
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[240,32] 
> error: cannot find symbol
> [ERROR]   symbol:   variable numRegs
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[241,20] 
> error: cannot find symbol
> [ERROR]   symbol:   variable beg
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[242,27] 
> error: cannot find symbol
> [ERROR]   symbol:   variable beg
> [ERROR]   location: variable charOffsets of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[242,48] 
> error: cannot find symbol
> [ERROR]   symbol:   variable end
> [ERROR]   location: variable charOffsets of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[245,30] 
> error: cannot find symbol
> [ERROR]   symbol:   variable beg
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[246,23] 
> error: cannot find symbol
> [ERROR]   symbol:   variable beg
> [ERROR]   location: variable charOffsets of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[247,30] 
> error: cannot find symbol
> [ERROR]   symbol:   variable end
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[248,23] 
> error: cannot find symbol
> [ERROR]   symbol:   variable end
> [ERROR]   location: variable charOffsets of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[317,65] 
> error: cannot find symbol
> [ERROR]   symbol:   variable numRegs
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[319,38] 
> error: cannot find symbol
> [ERROR]   symbol:   variable numRegs
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[320,24] 
> error: cannot find symbol
> [ERROR]   symbol:   variable beg
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[323,65] 
> error: cannot find symbol
> [ERROR]   symbol:   variable beg
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[323,78] 
> error: cannot find symbol
> [ERROR]   symbol:   variable end
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[323,92] 
> error: cannot find symbol
> [ERROR]   symbol:   variable beg
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[378,65] 
> error: cannot find symbol
> [ERROR]   symbol:   variable numRegs
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[523,23] 
> error: cannot find symbol
> [ERROR]   symbol:   variable numRegs
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[545,26] 
> error: cannot find symbol
> [ERROR]   symbol:   variable numRegs
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[615,90] 
> error: cannot find symbol
> [ERROR]   symbol:   variable numRegs
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[627,45] 
> error: cannot find symbol
> [ERROR]   symbol:   variable numRegs
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[631,43] 
> error: cannot find symbol
> [ERROR]   symbol:   variable beg
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[637,56] 
> error: cannot find symbol
> [ERROR]   symbol:   variable beg
> [ERROR]   location: variable charOffsets of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[650,45] 
> error: cannot find symbol
> [ERROR]   symbol:   variable numRegs
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[654,41] 
> error: cannot find symbol
> [ERROR]   symbol:   variable end
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[660,27] 
> error: cannot find symbol
> [ERROR]   symbol:   variable end
> [ERROR]   location: variable charOffsets of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[680,45] 
> error: cannot find symbol
> [ERROR]   symbol:   variable numRegs
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[689,20] 
> error: cannot find symbol
> [ERROR]   symbol:   variable beg
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[690,20] 
> error: cannot find symbol
> [ERROR]   symbol:   variable end
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[697,27] 
> error: cannot find symbol
> [ERROR]   symbol:   variable beg
> [ERROR]   location: variable charOffsets of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[698,27] 
> error: cannot find symbol
> [ERROR]   symbol:   variable end
> [ERROR]   location: variable charOffsets of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[836,20] 
> error: cannot find symbol
> [ERROR]   symbol:   variable numRegs
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[837,19] 
> error: cannot find symbol
> [ERROR]   symbol:   variable beg
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[851,20] 
> error: cannot find symbol
> [ERROR]   symbol:   variable numRegs
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[852,19] 
> error: cannot find symbol
> [ERROR]   symbol:   variable end
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/RubyMatchData.java:[861,38] 
> error: cannot find symbol
> [ERROR]   symbol:   variable numRegs
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/ext/strscan/RubyStringScanner.java:[285,27]
>  error: cannot find symbol
> [ERROR]   symbol:   variable beg
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/ext/strscan/RubyStringScanner.java:[286,27]
>  error: cannot find symbol
> [ERROR]   symbol:   variable end
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/ext/strscan/RubyStringScanner.java:[527,45]
>  error: cannot find symbol
> [ERROR]   symbol:   variable numRegs
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/ext/strscan/RubyStringScanner.java:[539,20]
>  error: cannot find symbol
> [ERROR]   symbol:   variable beg
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/ext/strscan/RubyStringScanner.java:[540,63]
>  error: cannot find symbol
> [ERROR]   symbol:   variable beg
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/ext/strscan/RubyStringScanner.java:[540,86]
>  error: cannot find symbol
> [ERROR]   symbol:   variable end
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/ext/strscan/RubyStringScanner.java:[636,45]
>  error: cannot find symbol
> [ERROR]   symbol:   variable numRegs
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/ext/strscan/RubyStringScanner.java:[648,22]
>  error: cannot find symbol
> [ERROR]   symbol:   variable numRegs
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/ext/strscan/RubyStringScanner.java:[652,66]
>  error: cannot find symbol
> [ERROR]   symbol:   variable beg
> [ERROR]   location: variable regs of type Region
> [ERROR] 
> /<<PKGBUILDDIR>>/core/src/main/java/org/jruby/ext/strscan/RubyStringScanner.java:[653,34]
>  error: cannot find symbol
> [ERROR]   symbol:   variable end
> [ERROR]   location: variable regs of type Region
> [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/MojoFailureException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the 
> command
> [ERROR]   mvn <args> -rf :jruby-base
> 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=/<<BUILDDIR>>/jruby-9.3.9.0\+ds 
> -Dclassworlds.conf=/etc/maven/m2-debian.conf 
> -Dproperties.file.manual=/<<BUILDDIR>>/jruby-9.3.9.0\+ds/debian/maven.properties
>  org.codehaus.plexus.classworlds.launcher.Launcher 
> -s/etc/maven/settings-debian.xml 
> -Ddebian.dir=/<<BUILDDIR>>/jruby-9.3.9.0\+ds/debian 
> -Dmaven.repo.local=/<<BUILDDIR>>/jruby-9.3.9.0\+ds/debian/maven-repo 
> --batch-mode -Djruby.revision=9.3.9.0\+ds-8 -Pmain,complete,dist -DskipTests 
> -Dnotimestamp=true -Dlocale=en_US returned exit code 1
> make[1]: *** [debian/rules:77: override_dh_auto_build] Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/07/26/jruby_9.3.9.0+ds-8_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230726;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230726&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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 mark 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 mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: jruby
Source-Version: 9.4.3.0+ds-1~exp1
Done: Jérôme Charaoui <jer...@riseup.net>

We believe that the bug you reported is fixed in the latest version of
jruby, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1042...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jérôme Charaoui <jer...@riseup.net> (supplier of updated jruby package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 08 Dec 2023 14:41:18 -0500
Source: jruby
Architecture: source
Version: 9.4.3.0+ds-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Jérôme Charaoui <jer...@riseup.net>
Closes: 1036283 1042129
Changes:
 jruby (9.4.3.0+ds-1~exp1) experimental; urgency=medium
 .
   * New upstream version 9.4.3.0+ds (Closes: #1036283, #1042129)
     - includes fixes for CVE-2023-28755 and CVE-2023-28756
   * build with polyglot-ruby and mavengem plugin
   * keep bundled bouncycastle-1.71 jar in package
   * switch to snakeyaml-engine for pysch 5.1
   * don't ship jruby-stdlib and jruby-complete anymore
   * d/copyright: update for new upstream release
   * d/control:
     + add new libfixposix4 binary dependency
     + add copy-rename-maven-plugin to build-deps
     + bump Standards-Version, no changes needed
     + run wrap-and-sort -bastk
   * d/patches:
     + rebase patches for new upstream version
     + add patch to omit bundled gems from build
     + re-enable JarResourceTest with workaround
     + fix gems path in lib/pom.rb
     + patch stdlib gems to load jars from usj
     + patch io-console to load on all platforms
     - drop mri test patch, merged upstream
   * d/tests:
     + add rexml for new test in jruby set
     + don't run chroot specs even if root
     + fix test exclusion missing trailing newline
     + improve adding mri exclusions
     + fix jirb expect-based test
     + skip some tests failing if ipv6 is absent
     + exclude two unreliable mri-core tests
     + exclude flaky mri-stdlib test in salsa
     - mark jrib test as no longer flaky
     - pack/unpack tests on 32-bit fixed upstream
   * d/rules:
     + use jruby.dirs to create usj/jruby/lib/jni
     + ship SourceCodePro font in package
     + improve dh_auto_clean target
     - rework override_dh_prep stanza
   * d/gbp.conf: add rubygems component to export
   * d/salsa-ci.yml: build and run autopkgtests in salsa
   * various lintian fixes / overrides
Checksums-Sha1:
 873d3f9732f5f0e9cfb2bb1cbd39a7802a4a0a14 2885 jruby_9.4.3.0+ds-1~exp1.dsc
 d993c566e6f49751227d44593ccd81eb54aab9a2 12745444 
jruby_9.4.3.0+ds.orig-rubygems.tar.xz
 4c9d47d14b7259092701f6829b43eb2b67967d47 5737216 jruby_9.4.3.0+ds.orig.tar.xz
 37d3beb9112099f70b88ad46cb09d4569b865b2b 39284 
jruby_9.4.3.0+ds-1~exp1.debian.tar.xz
 1ad20447f2591bc84cee4d6ced2e8fa25fb0de0d 16097 
jruby_9.4.3.0+ds-1~exp1_amd64.buildinfo
Checksums-Sha256:
 893b7775452bc8b3826728fc6e0899b12ac0ad3477ec40bd75dc6993c2bc1787 2885 
jruby_9.4.3.0+ds-1~exp1.dsc
 9acf568748cf517f39e4deb779e0ba1fc40a87904e4cf0dac41b9ed4e7bd9c8a 12745444 
jruby_9.4.3.0+ds.orig-rubygems.tar.xz
 e669dec374e0e733b59d46f54b5644e9a4ddeab2d4e1579a20ce386d2f8e4e2b 5737216 
jruby_9.4.3.0+ds.orig.tar.xz
 df98574bd105e3c430a7bd467c3b6ba82ffc4a29075bf69a38ca7b7b31393d8c 39284 
jruby_9.4.3.0+ds-1~exp1.debian.tar.xz
 7e48487ef21b9abe889e5f2100dbf9441bf86c6e829a49fdcf059eda2f2e7770 16097 
jruby_9.4.3.0+ds-1~exp1_amd64.buildinfo
Files:
 9f59612f2768a08837e41404ba047990 2885 ruby optional jruby_9.4.3.0+ds-1~exp1.dsc
 348002aa47ceb3a65db7b5af95e8e918 12745444 ruby optional 
jruby_9.4.3.0+ds.orig-rubygems.tar.xz
 14df5bd8eb77d4cd0e8cde994c2fe2ff 5737216 ruby optional 
jruby_9.4.3.0+ds.orig.tar.xz
 94fbed7c49ee80047c0b49fa7aa897b2 39284 ruby optional 
jruby_9.4.3.0+ds-1~exp1.debian.tar.xz
 a41be4ecdea7abce77e300c993d7a545 16097 ruby optional 
jruby_9.4.3.0+ds-1~exp1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iHUEARYIAB0WIQTAq04Rv2xblqv/eu5pxS9ljpiFQgUCZXS9ggAKCRBpxS9ljpiF
QtYOAPsFqN7Tk455PPy1LZVQct2OeaDUM1maAbqlOqb+tk/KlgEA3ICCLT8FJ7ug
0AfPAfhpfiY5n70RcJ9UUUKf8T+L5QE=
=oT+O
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to