Package: src:libwikidata-toolkit-java Version: 0.17.0-2 Severity: serious Tags: ftbfs forky sid
Dear maintainer: During a rebuild of all packages in unstable, this package failed to build. Below you will find the last part of the build log (probably the most relevant part, but not necessarily). If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202606/ About the archive rebuild: The build was made on virtual machines from AWS, using sbuild and a reduced chroot with only build-essential packages. If you cannot reproduce the bug please contact me privately, as I am willing to provide ssh access to a virtual machine where the bug is fully reproducible. If this is really a bug in one of the build-depends, please use reassign and add an affects on src:libwikidata-toolkit-java, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] debian/rules clean dh clean dh_auto_clean bash -c "for dir in \$(find . -name target -type d); do if [ -f \$(echo \$dir | sed -e s/target\$/pom.xml/) ]; then rm -Rf \$dir; fi done" mh_unpatchpoms -plibwikidata-toolkit-java dh_clean debian/rules binary dh binary dh_update_autotools_config dh_autoreconf dh_auto_configure mh_patchpoms -plibwikidata-toolkit-java --debian-build --keep-pom-version --maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo 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=/<<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 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. WARNING: A terminally deprecated method in sun.misc.Unsafe has been called WARNING: sun.misc.Unsafe::objectFieldOffset has been called by com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper (file:/usr/share/maven/lib/guava.jar) WARNING: Please consider reporting this to the maintainers of class com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Wikidata Toolkit [pom] [INFO] Wikidata Toolkit Utilities [jar] [INFO] Wikidata Toolkit Data Model [jar] [INFO] Wikidata Toolkit Wikibase API [jar] [INFO] [INFO] -------------------< org.wikidata.wdtk:wdtk-parent >-------------------- [INFO] Building Wikidata Toolkit 0.17.0 [1/4] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --------------------< org.wikidata.wdtk:wdtk-util >--------------------- [INFO] Building Wikidata Toolkit Utilities 0.17.0 [2/4] [INFO] from wdtk-util/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] The artifact org.apache.maven.plugins:maven-surefire-plugin:jar:2.17 has been relocated to org.apache.maven.plugins:maven-surefire-plugin:jar:2.22.3 [WARNING] The artifact org.apache.maven.plugins:maven-jar-plugin:jar:3.1.2 has been relocated to org.apache.maven.plugins:maven-jar-plugin:jar:3.3.0 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ wdtk-util --- [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/wdtk-util/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ wdtk-util --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 9 source files with javac [debug target 11] to target/classes [WARNING] location of system modules is not set in conjunction with -source 11 not setting the location of system modules may lead to class files that cannot run on JDK 11 --release 11 is recommended instead of -source 11 -target 11 because it sets the location of system modules automatically [INFO] /<<PKGBUILDDIR>>/wdtk-util/src/main/java/org/wikidata/wdtk/util/WebResourceFetcherImpl.java: Some input files use or override a deprecated API. [INFO] /<<PKGBUILDDIR>>/wdtk-util/src/main/java/org/wikidata/wdtk/util/WebResourceFetcherImpl.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ wdtk-util --- [INFO] Not copying test resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ wdtk-util --- [INFO] Not compiling test sources [INFO] [INFO] --- surefire:2.22.3:test (default-test) @ wdtk-util --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ wdtk-util --- [INFO] Building jar: /<<PKGBUILDDIR>>/wdtk-util/target/wdtk-util-0.17.0.jar [INFO] [INFO] ------------------< org.wikidata.wdtk:wdtk-datamodel >------------------ [INFO] Building Wikidata Toolkit Data Model 0.17.0 [3/4] [INFO] from wdtk-datamodel/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ wdtk-datamodel --- [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ wdtk-datamodel --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 152 source files with javac [debug target 11] to target/classes [INFO] /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/implementation/EntityDocumentImpl.java: Some input files use or override a deprecated API. [INFO] /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/implementation/EntityDocumentImpl.java: Recompile with -Xlint:deprecation for details. [INFO] ------------------------------------------------------------- [WARNING] COMPILATION WARNING : [INFO] ------------------------------------------------------------- [WARNING] location of system modules is not set in conjunction with -source 11 not setting the location of system modules may lead to class files that cannot run on JDK 11 --release 11 is recommended instead of -source 11 -target 11 because it sets the location of system modules automatically [WARNING] /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/interfaces/DatatypeIdValue.java:[36,16] deprecated item is not annotated with @Deprecated [WARNING] /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/interfaces/DatatypeIdValue.java:[41,16] deprecated item is not annotated with @Deprecated [WARNING] /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/interfaces/DatatypeIdValue.java:[46,16] deprecated item is not annotated with @Deprecated [WARNING] /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/interfaces/DatatypeIdValue.java:[51,16] deprecated item is not annotated with @Deprecated [WARNING] /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/interfaces/DatatypeIdValue.java:[56,16] deprecated item is not annotated with @Deprecated [WARNING] /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/interfaces/DatatypeIdValue.java:[61,16] deprecated item is not annotated with @Deprecated [WARNING] /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/interfaces/DatatypeIdValue.java:[66,16] deprecated item is not annotated with @Deprecated [WARNING] /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/interfaces/DatatypeIdValue.java:[71,16] deprecated item is not annotated with @Deprecated [WARNING] /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/interfaces/DatatypeIdValue.java:[76,16] deprecated item is not annotated with @Deprecated [WARNING] /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/interfaces/DatatypeIdValue.java:[81,16] deprecated item is not annotated with @Deprecated [WARNING] /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/interfaces/DatatypeIdValue.java:[86,16] deprecated item is not annotated with @Deprecated [WARNING] /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/interfaces/DatatypeIdValue.java:[91,16] deprecated item is not annotated with @Deprecated [WARNING] /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/interfaces/DatatypeIdValue.java:[96,16] deprecated item is not annotated with @Deprecated [WARNING] /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/interfaces/DatatypeIdValue.java:[101,16] deprecated item is not annotated with @Deprecated [WARNING] /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/interfaces/DatatypeIdValue.java:[106,16] deprecated item is not annotated with @Deprecated [WARNING] /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/interfaces/DatatypeIdValue.java:[111,16] deprecated item is not annotated with @Deprecated [WARNING] /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/interfaces/DatatypeIdValue.java:[116,16] deprecated item is not annotated with @Deprecated [WARNING] /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/interfaces/DatatypeIdValue.java:[121,16] deprecated item is not annotated with @Deprecated [WARNING] /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/interfaces/DatatypeIdValue.java:[182,16] deprecated item is not annotated with @Deprecated [WARNING] /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/interfaces/DataObjectFactory.java:[143,25] deprecated item is not annotated with @Deprecated [WARNING] /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/helpers/PropertyDocumentBuilder.java:[104,47] deprecated item is not annotated with @Deprecated [WARNING] /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/helpers/Datamodel.java:[272,39] deprecated item is not annotated with @Deprecated [WARNING] /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/implementation/DatatypeIdImpl.java:[177,30] deprecated item is not annotated with @Deprecated [WARNING] /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/implementation/DatatypeIdImpl.java:[241,16] deprecated item is not annotated with @Deprecated [INFO] 25 warnings [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/helpers/JsonSerializer.java:[191,49] unreported exception java.io.IOException; must be caught or declared to be thrown [ERROR] /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/helpers/JsonSerializer.java:[204,49] unreported exception java.io.IOException; must be caught or declared to be thrown [ERROR] /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/helpers/JsonSerializer.java:[217,49] unreported exception java.io.IOException; must be caught or declared to be thrown [ERROR] /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/helpers/JsonSerializer.java:[230,49] unreported exception java.io.IOException; must be caught or declared to be thrown [ERROR] /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/helpers/JsonSerializer.java:[243,49] unreported exception java.io.IOException; must be caught or declared to be thrown [ERROR] /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/helpers/JsonSerializer.java:[256,49] unreported exception java.io.IOException; must be caught or declared to be thrown [INFO] 6 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Wikidata Toolkit 0.17.0: [INFO] [INFO] Wikidata Toolkit ................................... SUCCESS [ 0.001 s] [INFO] Wikidata Toolkit Utilities ......................... SUCCESS [ 1.214 s] [INFO] Wikidata Toolkit Data Model ........................ FAILURE [ 1.236 s] [INFO] Wikidata Toolkit Wikibase API ...................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.541 s [INFO] Finished at: 2026-06-08T22:06:08Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) on project wdtk-datamodel: Compilation failure: Compilation failure: [ERROR] /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/helpers/JsonSerializer.java:[191,49] unreported exception java.io.IOException; must be caught or declared to be thrown [ERROR] /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/helpers/JsonSerializer.java:[204,49] unreported exception java.io.IOException; must be caught or declared to be thrown [ERROR] /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/helpers/JsonSerializer.java:[217,49] unreported exception java.io.IOException; must be caught or declared to be thrown [ERROR] /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/helpers/JsonSerializer.java:[230,49] unreported exception java.io.IOException; must be caught or declared to be thrown [ERROR] /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/helpers/JsonSerializer.java:[243,49] unreported exception java.io.IOException; must be caught or declared to be thrown [ERROR] /<<PKGBUILDDIR>>/wdtk-datamodel/src/main/java/org/wikidata/wdtk/datamodel/helpers/JsonSerializer.java:[256,49] unreported exception java.io.IOException; must be caught or declared to be thrown [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 :wdtk-datamodel 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 failed with exit status 2 -------------------------------------------------------------------------------- __ 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.
