Your message dated Fri, 17 Feb 2023 21:49:48 +0000
with message-id <[email protected]>
and subject line Bug#1031480: fixed in libreflectasm-java 1.11.9+dfsg-4
has caused the Debian Bug report #1031480,
regarding libreflectasm-java: FTBFS: make: *** [debian/rules:4: binary] Error 25
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 [email protected]
immediately.)


-- 
1031480: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1031480
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libreflectasm-java
Version: 1.11.9+dfsg-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20230216 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> dh binary --with javahelper
>    dh_update_autotools_config
>    dh_autoreconf
>    dh_auto_configure
>       mh_patchpoms -plibreflectasm-java --debian-build --keep-pom-version 
> --maven-repo=/<<BUILDDIR>>/libreflectasm-java-1.11.9\+dfsg/debian/maven-repo
>    jh_linkjars
>    dh_auto_build
>       /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>>/libreflectasm-java-1.11.9\+dfsg
>  -Dclassworlds.conf=/etc/maven/m2-debian.conf 
> org.codehaus.plexus.classworlds.launcher.Launcher 
> -s/etc/maven/settings-debian.xml 
> -Ddebian.dir=/<<BUILDDIR>>/libreflectasm-java-1.11.9\+dfsg/debian 
> -Dmaven.repo.local=/<<BUILDDIR>>/libreflectasm-java-1.11.9\+dfsg/debian/maven-repo
>  --batch-mode package javadoc:jar javadoc:aggregate -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...
> [INFO] 
> [INFO] ------------------< com.esotericsoftware:reflectasm 
> >-------------------
> [INFO] Building ReflectASM 1.11.9
> [INFO] -------------------------------[ bundle 
> ]-------------------------------
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ 
> reflectasm ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 5 source files to /<<PKGBUILDDIR>>/target/classes
> Use of target 1.5 is no longer supported, switching to 7
> Use of source 1.5 is no longer supported, switching to 7
> [INFO] 
> /<<PKGBUILDDIR>>/src/com/esotericsoftware/reflectasm/ConstructorAccess.java: 
> Some input files use or override a deprecated API.
> [INFO] 
> /<<PKGBUILDDIR>>/src/com/esotericsoftware/reflectasm/ConstructorAccess.java: 
> Recompile with -Xlint:deprecation for details.
> [INFO] 
> /<<PKGBUILDDIR>>/src/com/esotericsoftware/reflectasm/AccessClassLoader.java: 
> Some input files use unchecked or unsafe operations.
> [INFO] 
> /<<PKGBUILDDIR>>/src/com/esotericsoftware/reflectasm/AccessClassLoader.java: 
> Recompile with -Xlint:unchecked for details.
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ 
> reflectasm ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 8 source files to /<<PKGBUILDDIR>>/target/test-classes
> Use of target 1.5 is no longer supported, switching to 7
> Use of source 1.5 is no longer supported, switching to 7
> [INFO] 
> /<<PKGBUILDDIR>>/test/com/esotericsoftware/reflectasm/MethodAccessTest.java: 
> Some input files use or override a deprecated API.
> [INFO] 
> /<<PKGBUILDDIR>>/test/com/esotericsoftware/reflectasm/MethodAccessTest.java: 
> Recompile with -Xlint:deprecation for details.
> [INFO] 
> /<<PKGBUILDDIR>>/test/com/esotericsoftware/reflectasm/benchmark/Benchmark.java:
>  Some input files use unchecked or unsafe operations.
> [INFO] 
> /<<PKGBUILDDIR>>/test/com/esotericsoftware/reflectasm/benchmark/Benchmark.java:
>  Recompile with -Xlint:unchecked for details.
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ reflectasm ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-bundle-plugin:3.5.1:bundle (default-bundle) @ reflectasm ---
> [INFO] 
> [INFO] --- maven-javadoc-plugin:3.4.1:jar (default-cli) @ reflectasm ---
> [INFO] Adding the --ignore-source-errors option
> [INFO] No previous run data found, generating javadoc.
> [INFO] Building jar: /<<PKGBUILDDIR>>/target/reflectasm-1.11.9-javadoc.jar
> [INFO] 
> [INFO] ------------------< com.esotericsoftware:reflectasm 
> >-------------------
> [INFO] Building ReflectASM 1.11.9
> [INFO] -------------------------------[ bundle 
> ]-------------------------------
> [INFO] 
> [INFO] >>> maven-javadoc-plugin:3.4.1:aggregate (default-cli) > compile @ 
> reflectasm >>>
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ 
> reflectasm ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 5 source files to /<<PKGBUILDDIR>>/target/classes
> Use of target 1.5 is no longer supported, switching to 7
> Use of source 1.5 is no longer supported, switching to 7
> [INFO] 
> /<<PKGBUILDDIR>>/src/com/esotericsoftware/reflectasm/ConstructorAccess.java: 
> Some input files use or override a deprecated API.
> [INFO] 
> /<<PKGBUILDDIR>>/src/com/esotericsoftware/reflectasm/ConstructorAccess.java: 
> Recompile with -Xlint:deprecation for details.
> [INFO] 
> /<<PKGBUILDDIR>>/src/com/esotericsoftware/reflectasm/AccessClassLoader.java: 
> Some input files use unchecked or unsafe operations.
> [INFO] 
> /<<PKGBUILDDIR>>/src/com/esotericsoftware/reflectasm/AccessClassLoader.java: 
> Recompile with -Xlint:unchecked for details.
> [INFO] 
> [INFO] <<< maven-javadoc-plugin:3.4.1:aggregate (default-cli) < compile @ 
> reflectasm <<<
> [INFO] 
> [INFO] 
> [INFO] --- maven-javadoc-plugin:3.4.1:aggregate (default-cli) @ reflectasm ---
> [INFO] Adding the --ignore-source-errors option
> [INFO] Configuration changed, re-generating javadoc.
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time:  5.520 s
> [INFO] Finished at: 2023-02-17T01:29:17Z
> [INFO] 
> ------------------------------------------------------------------------
>    dh_auto_test
>       /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>>/libreflectasm-java-1.11.9\+dfsg
>  -Dclassworlds.conf=/etc/maven/m2-debian.conf 
> org.codehaus.plexus.classworlds.launcher.Launcher 
> -s/etc/maven/settings-debian.xml 
> -Ddebian.dir=/<<BUILDDIR>>/libreflectasm-java-1.11.9\+dfsg/debian 
> -Dmaven.repo.local=/<<BUILDDIR>>/libreflectasm-java-1.11.9\+dfsg/debian/maven-repo
>  --batch-mode test
> 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...
> [INFO] 
> [INFO] ------------------< com.esotericsoftware:reflectasm 
> >-------------------
> [INFO] Building ReflectASM 1.11.9
> [INFO] -------------------------------[ bundle 
> ]-------------------------------
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ 
> reflectasm ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ 
> reflectasm ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ reflectasm ---
> [INFO] 
> [INFO] -------------------------------------------------------
> [INFO]  T E S T S
> [INFO] -------------------------------------------------------
> [INFO] Running com.esotericsoftware.reflectasm.FieldAccessTest
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 
> s - in com.esotericsoftware.reflectasm.FieldAccessTest
> [INFO] Running com.esotericsoftware.reflectasm.MethodAccessTest
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in com.esotericsoftware.reflectasm.MethodAccessTest
> [INFO] Running com.esotericsoftware.reflectasm.ConstructorAccessTest
> Expected exception happened: java.lang.RuntimeException: Class cannot be 
> created (missing no-arg constructor): 
> com.esotericsoftware.reflectasm.ConstructorAccessTest$HasArgumentConstructor
> Expected exception happened: java.lang.RuntimeException: Class cannot be 
> created (the no-arg constructor is private): 
> com.esotericsoftware.reflectasm.ConstructorAccessTest$HasPrivateConstructor
> [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 
> s - in com.esotericsoftware.reflectasm.ConstructorAccessTest
> [INFO] Running com.esotericsoftware.reflectasm.ClassLoaderTest
> [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.029 
> s <<< FAILURE! - in com.esotericsoftware.reflectasm.ClassLoaderTest
> [ERROR] 
> testAutoUnloadClassloaders(com.esotericsoftware.reflectasm.ClassLoaderTest)  
> Time elapsed: 0.021 s  <<< FAILURE!
> junit.framework.AssertionFailedError: expected:<3> but was:<2>
>       at 
> com.esotericsoftware.reflectasm.ClassLoaderTest.testAutoUnloadClassloaders(ClassLoaderTest.java:63)
> 
> [INFO] 
> [INFO] Results:
> [INFO] 
> [ERROR] Failures: 
> [ERROR]   ClassLoaderTest.testAutoUnloadClassloaders:63 expected:<3> but 
> was:<2>
> [INFO] 
> [ERROR] Tests run: 16, Failures: 1, Errors: 0, Skipped: 0
> [INFO] 
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time:  10.835 s
> [INFO] Finished at: 2023-02-17T01:29:29Z
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-surefire-plugin:2.22.3:test (default-test) on 
> project reflectasm: There are test failures.
> [ERROR] 
> [ERROR] Please refer to /<<PKGBUILDDIR>>/target/surefire-reports for the 
> individual test results.
> [ERROR] Please refer to dump files (if any exist) [date].dump, 
> [date]-jvmRun[N].dump and [date].dumpstream.
> [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
> dh_auto_test: 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>>/libreflectasm-java-1.11.9\+dfsg
>  -Dclassworlds.conf=/etc/maven/m2-debian.conf 
> org.codehaus.plexus.classworlds.launcher.Launcher 
> -s/etc/maven/settings-debian.xml 
> -Ddebian.dir=/<<BUILDDIR>>/libreflectasm-java-1.11.9\+dfsg/debian 
> -Dmaven.repo.local=/<<BUILDDIR>>/libreflectasm-java-1.11.9\+dfsg/debian/maven-repo
>  --batch-mode test returned exit code 1
> make: *** [debian/rules:4: binary] Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/02/16/libreflectasm-java_1.11.9+dfsg-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230216;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230216&[email protected]&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: libreflectasm-java
Source-Version: 1.11.9+dfsg-4
Done: Pierre Gruet <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libreflectasm-java, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Pierre Gruet <[email protected]> (supplier of updated libreflectasm-java 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 17 Feb 2023 21:51:44 +0100
Source: libreflectasm-java
Architecture: source
Version: 1.11.9+dfsg-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: Pierre Gruet <[email protected]>
Closes: 1031480
Changes:
 libreflectasm-java (1.11.9+dfsg-4) unstable; urgency=medium
 .
   * Deactivating flaky assertion in ClassLoaderTest (Closes: #1031480)
   * Raising Standards version to 4.6.2 (no change)
   * Removing unneeded versioned B-D on javahelper
Checksums-Sha1:
 85f8ec22a6e78e8ad225749b17a3ff5fe2a22497 2317 
libreflectasm-java_1.11.9+dfsg-4.dsc
 559385039ec7bae6122738ff1f78a5ab25a8dcb2 6076 
libreflectasm-java_1.11.9+dfsg-4.debian.tar.xz
 ca336696388de8db2a210bfbdfa499a1030d8fc7 15319 
libreflectasm-java_1.11.9+dfsg-4_amd64.buildinfo
Checksums-Sha256:
 1d6371dbc694dbaa530e2dd0e8a36ae5abefd82840765773e75ea488fce014d1 2317 
libreflectasm-java_1.11.9+dfsg-4.dsc
 14f71523e0cb7d0849ca60ca02704622c517e5a60ef11f534a5f94815a864b74 6076 
libreflectasm-java_1.11.9+dfsg-4.debian.tar.xz
 6d33dfac0f7989bfdd1a52e8a5d6df0de066ceb206708fc6cd48b3c18c59b47d 15319 
libreflectasm-java_1.11.9+dfsg-4_amd64.buildinfo
Files:
 25b51d45ffc34a3a2310442a182fda59 2317 java optional 
libreflectasm-java_1.11.9+dfsg-4.dsc
 b08df17cc3d7cb929c07307409172c03 6076 java optional 
libreflectasm-java_1.11.9+dfsg-4.debian.tar.xz
 07cb0cc81376991f3ac5312f88f8cd90 15319 java optional 
libreflectasm-java_1.11.9+dfsg-4_amd64.buildinfo

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

iQIzBAEBCgAdFiEEM8soQxPpC9J9y0UjYAMWptwndHYFAmPv8hwACgkQYAMWptwn
dHbZ8hAAllf+QKmh0WsU7eC5xcIjyJqzdk+n0aQNsMlV8l9EO+WBbGDJDOseP/Jp
BdCIPqPq/nAeUz51dxnjZdKdWz8++nV/EFYAbmDMJfJ8+xZkev3/A8zvtBGnkbl2
2cUyN5ezMKIZDEN2EKxvVE/ZCyVLIYYuLNNrczBHX43PwpBjQrcMj1943QAlD+8N
brksvJIZ+KSwK6tlKQ4yS4zgkumCCIztd1c0RbgmVb+P12ClUMQNOxudN2Za9bmo
8uRnzY1MJ0fxcvAGIQewn0426PTtFsu9JGfCdvgbr8tmZFtFC4e+9yQnV0Tng+vk
LCY6IRSH0XpuhRIXGR/UEk25Kng791RjHSm+yHmOEvepyn/Ap/4/IKMtUXdbYIcu
N3ANqzLKvxQ6snrsNQBRJjjaWELFZaXaI0qVpKMML9GVBHVG+JN8iLc+X14qVPrP
7eUYqQtWf1TaIj5dPtQFXh/3pEgQb6oI/u54CQhsJnquKXCn3iQ9j3AhNVUsV4xr
JjtjU0XQjw0Aa0UtuKNqOFyh5AHCOT7DGd6KORX3Ei7wdV3S5BSJu7tNk4XcQaFZ
jV/t6Fk9BqlcfuQ5Nc2s8HR3hFCbcpor5tDeu1+SLrnYXwt5mh44ugjUdGp0af0+
6lv3Fa1JOVw9IQMnBU5aESWAYVTo1r7wVscb7NWLfllR7Hbc9x0=
=2ahA
-----END 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
[email protected] for discussions and questions.

Reply via email to