Source: libpf4j-java
Version: 3.8.0+dfsg-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221220 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 -plibpf4j-java --debian-build --keep-pom-version 
> --maven-repo=/<<BUILDDIR>>/libpf4j-java-3.8.0\+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>>/libpf4j-java-3.8.0\+dfsg 
> -Dclassworlds.conf=/etc/maven/m2-debian.conf 
> org.codehaus.plexus.classworlds.launcher.Launcher 
> -s/etc/maven/settings-debian.xml 
> -Ddebian.dir=/<<BUILDDIR>>/libpf4j-java-3.8.0\+dfsg/debian 
> -Dmaven.repo.local=/<<BUILDDIR>>/libpf4j-java-3.8.0\+dfsg/debian/maven-repo 
> --batch-mode package -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] Reactor Build Order:
> [INFO] 
> [INFO] PF4J Parent                                                        
> [pom]
> [INFO] PF4J                                                               
> [jar]
> [INFO] 
> [INFO] ------------------------< org.pf4j:pf4j-parent 
> >------------------------
> [INFO] Building PF4J Parent 3.8.0                                         
> [1/2]
> [INFO] --------------------------------[ pom 
> ]---------------------------------
> [INFO] 
> [INFO] --- maven-javadoc-plugin:3.0.1:jar (default) @ pf4j-parent ---
> [INFO] Not executing Javadoc as the project is not a Java classpath-capable 
> package
> [INFO] 
> [INFO] >>> maven-source-plugin:3.2.1:jar (default) > generate-sources @ 
> pf4j-parent >>>
> [INFO] 
> [INFO] <<< maven-source-plugin:3.2.1:jar (default) < generate-sources @ 
> pf4j-parent <<<
> [INFO] 
> [INFO] 
> [INFO] --- maven-source-plugin:3.2.1:jar (default) @ pf4j-parent ---
> [INFO] 
> [INFO] ---------------------------< org.pf4j:pf4j 
> >----------------------------
> [INFO] Building PF4J 3.8.0                                                
> [2/2]
> [INFO] --------------------------------[ jar 
> ]---------------------------------
> [WARNING] The artifact org.hamcrest:hamcrest-all:jar:debian has been 
> relocated to org.hamcrest:hamcrest:jar:debian
> [INFO] 
> [INFO] --- templating-maven-plugin:1.0.0:filter-sources (filter-src) @ pf4j 
> ---
> [INFO] Coping files with filtering to temporary directory.
> [INFO] Copying 1 resource
> [INFO] Copied 1 files to output directory: 
> /<<PKGBUILDDIR>>/pf4j/target/generated-sources/java-templates
> [INFO] Source directory: 
> /<<PKGBUILDDIR>>/pf4j/target/generated-sources/java-templates added.
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ pf4j 
> ---
> [INFO] Copying 1 resource
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ pf4j ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 79 source files to /<<PKGBUILDDIR>>/pf4j/target/classes
> [INFO] 
> /<<PKGBUILDDIR>>/pf4j/src/main/java/org/pf4j/AbstractPluginManager.java: Some 
> input files use or override a deprecated API.
> [INFO] 
> /<<PKGBUILDDIR>>/pf4j/src/main/java/org/pf4j/AbstractPluginManager.java: 
> Recompile with -Xlint:deprecation for details.
> [INFO] 
> /<<PKGBUILDDIR>>/pf4j/src/main/java/org/pf4j/AbstractExtensionFinder.java: 
> /<<PKGBUILDDIR>>/pf4j/src/main/java/org/pf4j/AbstractExtensionFinder.java 
> uses unchecked or unsafe operations.
> [INFO] 
> /<<PKGBUILDDIR>>/pf4j/src/main/java/org/pf4j/AbstractExtensionFinder.java: 
> Recompile with -Xlint:unchecked for details.
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (java9-compile) @ pf4j ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 1 source file to 
> /<<PKGBUILDDIR>>/pf4j/target/classes/META-INF/versions/9
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR : 
> [INFO] -------------------------------------------------------------
> [ERROR] /<<PKGBUILDDIR>>/pf4j/src/main/java/module-info.java:[30,34] module 
> not found: org.objectweb.asm
> [INFO] 1 error
> [INFO] -------------------------------------------------------------
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Reactor Summary for PF4J Parent 3.8.0:
> [INFO] 
> [INFO] PF4J Parent ........................................ SUCCESS [  0.828 
> s]
> [INFO] PF4J ............................................... FAILURE [  2.026 
> s]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time:  2.969 s
> [INFO] Finished at: 2022-12-20T09:45:45Z
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (java9-compile) 
> on project pf4j: Compilation failure
> [ERROR] /<<PKGBUILDDIR>>/pf4j/src/main/java/module-info.java:[30,34] module 
> not found: org.objectweb.asm
> [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 :pf4j
> 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>>/libpf4j-java-3.8.0\+dfsg 
> -Dclassworlds.conf=/etc/maven/m2-debian.conf 
> org.codehaus.plexus.classworlds.launcher.Launcher 
> -s/etc/maven/settings-debian.xml 
> -Ddebian.dir=/<<BUILDDIR>>/libpf4j-java-3.8.0\+dfsg/debian 
> -Dmaven.repo.local=/<<BUILDDIR>>/libpf4j-java-3.8.0\+dfsg/debian/maven-repo 
> --batch-mode package -DskipTests -Dnotimestamp=true -Dlocale=en_US returned 
> exit code 1
> make: *** [debian/rules:4: binary] Error 25


The full build log is available from:
http://qa-logs.debian.net/2022/12/20/libpf4j-java_3.8.0+dfsg-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221220;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221220&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.

Reply via email to