Your message dated Tue, 09 Apr 2024 12:34:51 +0000
with message-id <e1ruagd-00hn5y...@fasolo.debian.org>
and subject line Bug#1057493: fixed in byte-buddy 1.14.13-1
has caused the Debian Bug report #1057493,
regarding byte-buddy:  FTBFS with default Java 21
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.)


-- 
1057493: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057493
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: byte-buddy
Version: 1.12.23-1
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21

Dear Maintainers,

The package byte-buddy ftbfs with default Java 21.
The relevant part of the build log:
---------------
[INFO] Processing class files located in in: 
/<<PKGBUILDDIR>>/byte-buddy-dep/target/classes
[WARNING] Failed to transform class net.bytebuddy.utility.FileSystem using 
net.bytebuddy.build.CachedReturnPlugin@7e53b92e
java.lang.IllegalArgumentException: Java 21 (65) is not supported by the 
current version of Byte Buddy which officially supports Java 20 (64) - update 
Byte Buddy or set net.bytebuddy.experimental as a VM property
    at net.bytebuddy.utility.OpenedClassReader.of (OpenedClassReader.java:96)
    at net.bytebuddy.pool.TypePool$Default.parse (TypePool.java:855)
    at net.bytebuddy.pool.TypePool$Default.doDescribe (TypePool.java:841)
    at net.bytebuddy.pool.TypePool$AbstractBase.describe (TypePool.java:574)
    at net.bytebuddy.pool.TypePool$AbstractBase$Hierarchical.describe 
(TypePool.java:657)
    at 
net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TokenizedGenericType.toErasure
 (TypePool.java:6875)
    at 
net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType.of
 (TypePool.java:3757)
    at 
net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw.resolveReturnType
 (TypePool.java:3665)
    at 
net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription.getReturnType
 (TypePool.java:7437)
    at net.bytebuddy.asm.Advice$Dispatcher$Resolved$AbstractBase.<init> 
(Advice.java:7975)
    at net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved.<init> 
(Advice.java:8261)
    at 
net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter.<init> 
(Advice.java:8659)
    at 
net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter$WithRetainedEnterType.<init>
 (Advice.java:8861)
    at net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter.of 
(Advice.java:8701)
    at net.bytebuddy.asm.Advice$Dispatcher$Inlining.asMethodEnter 
(Advice.java:8206)
    at net.bytebuddy.asm.Advice.to (Advice.java:360)
    at net.bytebuddy.asm.Advice$WithCustomMapping.to (Advice.java:14427)
    at net.bytebuddy.build.CachedReturnPlugin.apply 
(CachedReturnPlugin.java:166)
    at net.bytebuddy.build.Plugin$Engine$Default$Preprocessor$Resolved.call 
(Plugin.java:4877)
    at net.bytebuddy.build.Plugin$Engine$Default$Preprocessor$Resolved.call 
(Plugin.java:4850)
    at 
net.bytebuddy.build.Plugin$Engine$Dispatcher$ForSerialTransformation.accept 
(Plugin.java:3902)
    at net.bytebuddy.build.Plugin$Engine$Default.apply (Plugin.java:4697)
    at net.bytebuddy.build.maven.ByteBuddyMojo.apply (ByteBuddyMojo.java:451)
    at net.bytebuddy.build.maven.ByteBuddyMojo.execute (ByteBuddyMojo.java:323)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo 
(DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 
(MojoExecutor.java:370)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute 
(MojoExecutor.java:351)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:171)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:163)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:81)
    at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
 (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
(LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:185)
    at org.debian.maven.Wrapper.main (Wrapper.java:89)
    at jdk.internal.reflect.DirectMethodHandleAccessor.invoke 
(DirectMethodHandleAccessor.java:103)
    at java.lang.reflect.Method.invoke (Method.java:580)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard 
(Launcher.java:322)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch 
(Launcher.java:235)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode 
(Launcher.java:407)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main 
(Launcher.java:348)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Byte Buddy (parent) 1.12.23:
[INFO]
[INFO] Byte Buddy (parent) ................................ SUCCESS [  0.002 s]
[INFO] Byte Buddy (with dependencies) ..................... FAILURE [  8.144 s]
[INFO] Byte Buddy (without dependencies) .................. SKIPPED
[INFO] Byte Buddy agent ................................... SKIPPED
[INFO] Byte Buddy for Android (test application) .......... SKIPPED
[INFO] Byte Buddy Maven plugin ............................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  8.281 s
[INFO] Finished at: 2023-09-29T09:36:22Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
net.bytebuddy:byte-buddy-previous-maven-plugin:previous:transform (default) on 
project byte-buddy-dep: Failed to transform class files in 
/<<PKGBUILDDIR>>/byte-buddy-dep/target/classes: Failed to transform class 
net.bytebuddy.utility.FileSystem using 
net.bytebuddy.build.CachedReturnPlugin@7e53b92e: Java 21 (65) is not supported 
by the current version of Byte Buddy which officially supports Java 20 (64) - 
update Byte Buddy or set net.bytebuddy.experimental as a VM property -> [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 :byte-buddy-dep
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 
-DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1
make: *** [debian/rules:4: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
Build finished at 2023-09-29T09:36:22Z

---------------


-- System Information:
Debian Release: trixie/sid
  APT prefers mantic-updates
  APT policy: (500, 'mantic-updates'), (500, 'mantic-security'), (500, 'mantic')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.5.0-13-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

--- End Message ---
--- Begin Message ---
Source: byte-buddy
Source-Version: 1.14.13-1
Done: Emmanuel Bourg <ebo...@apache.org>

We believe that the bug you reported is fixed in the latest version of
byte-buddy, 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 1057...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Emmanuel Bourg <ebo...@apache.org> (supplier of updated byte-buddy 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: SHA512

Format: 1.8
Date: Tue, 09 Apr 2024 13:54:36 +0200
Source: byte-buddy
Architecture: source
Version: 1.14.13-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Emmanuel Bourg <ebo...@apache.org>
Closes: 1057493
Changes:
 byte-buddy (1.14.13-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release (Closes: #1057493)
     - Refreshed the patches
     - Depend on libasm-java (>= 9.7)
   * Filter out the Linux libraries from the upstream tarball
   * Standards-Version updated to 4.7.0
Checksums-Sha1:
 ac84ff32e522670b2aefc577af5c117e3545e6cd 2443 byte-buddy_1.14.13-1.dsc
 a6a20df74039a04c36c5aaded6fc1eed9ae71eac 1152540 byte-buddy_1.14.13.orig.tar.xz
 60336b9cf2d81f1a9d23e782114d518f45f5c182 4820 
byte-buddy_1.14.13-1.debian.tar.xz
 d62a77f7e7efa9122df8bfbb92d75bba93cae689 16753 
byte-buddy_1.14.13-1_source.buildinfo
Checksums-Sha256:
 4a12c2cbb97ea8e5963065e4515a781cace665849cb8d5da3f7abe23f1bf6f17 2443 
byte-buddy_1.14.13-1.dsc
 fd8cd9b674cd1c40de57e38b021221f9e64e18e7340bf65ff4ba3d41b20f797f 1152540 
byte-buddy_1.14.13.orig.tar.xz
 deba77efc9b14eb8d3f29891cae462a5bd67b829f47e21e19867af06f1af4b79 4820 
byte-buddy_1.14.13-1.debian.tar.xz
 e0ca3ae2f43edbc22675337ef1b1d15adc0805f9cf2593505b78151a4351585d 16753 
byte-buddy_1.14.13-1_source.buildinfo
Files:
 aa1bc4369fb95eae51e7654bf5090485 2443 java optional byte-buddy_1.14.13-1.dsc
 40d5c042a520afed4e6b5193385363e8 1152540 java optional 
byte-buddy_1.14.13.orig.tar.xz
 07274fc86df011979bf6a050afe3c735 4820 java optional 
byte-buddy_1.14.13-1.debian.tar.xz
 1c28157b8f70d285f1180ed9ccb3a31b 16753 java optional 
byte-buddy_1.14.13-1_source.buildinfo

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

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAmYVLYkSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsfPwQAIWUfvQ2fsZ4AYSf+tRtNfa0tJnnWoUa
UWfnGTXMNP48LtV1losWIZritoMH0KDlXQD4a/GM6XzpWC4zmLWLerkxh7Cmm4Sl
rb5JmiNt5KJkQF8TypQb4923nGFEV1GvNa3PhIhAbudeb/WrlJa1Gra0T+Hm7e5D
bxhra+pGpuRGdNm0wgW97PF8WUbwMQBxKaKSGN9a7uOsBwgCzTm95W6+/9jPBqda
CkwzB/JBCEwxDufb53pJo0Zqn3vaSZB+g+R2bUs5ihikmzNAgdl1AVQU8EPAoI4T
zeqjo7jMRr4Fnv6R564owCovexq5GwZH7LmLDJ4+3DisPgV8ndju0ZG9GaaGC+ZQ
h4XIVwivk7R6PDbv0yOeNZxkKNCp+d87SnRjqPKFXbkZBP+6bv1113Y8Qrw4dwn8
A++MHf8keEfk02YMW5GS8Jeu5N6rMl03klG6VKgKVa6lbfhpUCIgxCq11RHnYeG/
xZkBDMbp49trnCcW5Z+yOGl6pZNkggtbrYT6/lMeSjqIp6u0Q9BFCjYtfzztY7ki
Bo/NtMWwqPDVHLYCbGUgmNwPdR0jcfAJYaeahbc184hJrAuBpuLM3Vb6I/Dwm93z
zOz4/cqRYieiNF5RPvKh2LjG2LEq8dgfh5fwp297bsMTH5vQaE8szvHUd4SqNA5G
QkXVAezbGETs
=2KRv
-----END PGP SIGNATURE-----

Attachment: pgpmp51P_wMUQ.pgp
Description: PGP signature


--- End Message ---
__
This is the maintainer address of Debian's Java team
<https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
 Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to