Package: src:openrefine Version: 3.9.5-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:openrefine, 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 -popenrefine dh_clean debian/rules binary dh binary dh_update_autotools_config dh_autoreconf dh_auto_configure mh_patchpoms -popenrefine --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] OpenRefine [pom] [INFO] OpenRefine - core [jar] [INFO] OpenRefine - GREL [jar] [INFO] OpenRefine - main [jar] [INFO] OpenRefine - server [jar] [INFO] OpenRefine - extensions [pom] [INFO] OpenRefine - Jython extension [jar] [INFO] OpenRefine - Wikibase extension [jar] [INFO] OpenRefine - Database extension [jar] [INFO] OpenRefine - PC-axis extension [jar] [INFO] [INFO] ---------------------< org.openrefine:openrefine >---------------------- [INFO] Building OpenRefine 3.9.5 [1/10] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- localizer:1.13:generate (default) @ openrefine --- [INFO] [INFO] ------------------------< org.openrefine:core >------------------------- [INFO] Building OpenRefine - core 3.9.5 [2/10] [INFO] from modules/core/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 [INFO] [INFO] --- localizer:1.13:generate (default) @ core --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ core --- [INFO] Copying 45 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ core --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 206 source files with javac [debug release 11] to target/classes [INFO] /<<PKGBUILDDIR>>/modules/core/src/main/java/com/google/refine/clustering/binning/BinningClusterer.java: Some input files use or override a deprecated API. [INFO] /<<PKGBUILDDIR>>/modules/core/src/main/java/com/google/refine/clustering/binning/BinningClusterer.java: Recompile with -Xlint:deprecation for details. [INFO] /<<PKGBUILDDIR>>/modules/core/src/main/java/com/google/refine/ProjectMetadata.java: /<<PKGBUILDDIR>>/modules/core/src/main/java/com/google/refine/ProjectMetadata.java uses unchecked or unsafe operations. [INFO] /<<PKGBUILDDIR>>/modules/core/src/main/java/com/google/refine/ProjectMetadata.java: Recompile with -Xlint:unchecked for details. [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /<<PKGBUILDDIR>>/modules/core/src/main/java/com/google/refine/model/recon/StandardReconConfig.java:[112,66] unreported exception java.io.IOException; must be caught or declared to be thrown [ERROR] /<<PKGBUILDDIR>>/modules/core/src/main/java/com/google/refine/model/recon/StandardReconConfig.java:[368,66] unreported exception java.io.IOException; must be caught or declared to be thrown [ERROR] /<<PKGBUILDDIR>>/modules/core/src/main/java/com/google/refine/model/recon/StandardReconConfig.java:[426,66] unreported exception java.io.IOException; must be caught or declared to be thrown [ERROR] /<<PKGBUILDDIR>>/modules/core/src/main/java/com/google/refine/model/recon/StandardReconConfig.java:[464,66] unreported exception java.io.IOException; must be caught or declared to be thrown [ERROR] /<<PKGBUILDDIR>>/modules/core/src/main/java/com/google/refine/model/recon/StandardReconConfig.java:[340,81] unreported exception java.io.IOException; must be caught or declared to be thrown [ERROR] /<<PKGBUILDDIR>>/modules/core/src/main/java/com/google/refine/model/recon/StandardReconConfig.java:[516,73] unreported exception java.io.IOException; must be caught or declared to be thrown [INFO] 6 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for OpenRefine 3.9.5: [INFO] [INFO] OpenRefine ......................................... SUCCESS [ 0.305 s] [INFO] OpenRefine - core .................................. FAILURE [ 2.498 s] [INFO] OpenRefine - GREL .................................. SKIPPED [INFO] OpenRefine - main .................................. SKIPPED [INFO] OpenRefine - server ................................ SKIPPED [INFO] OpenRefine - extensions ............................ SKIPPED [INFO] OpenRefine - Jython extension ...................... SKIPPED [INFO] OpenRefine - Wikibase extension .................... SKIPPED [INFO] OpenRefine - Database extension .................... SKIPPED [INFO] OpenRefine - PC-axis extension ..................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.889 s [INFO] Finished at: 2026-06-08T22:08:08Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) on project core: Compilation failure: Compilation failure: [ERROR] /<<PKGBUILDDIR>>/modules/core/src/main/java/com/google/refine/model/recon/StandardReconConfig.java:[112,66] unreported exception java.io.IOException; must be caught or declared to be thrown [ERROR] /<<PKGBUILDDIR>>/modules/core/src/main/java/com/google/refine/model/recon/StandardReconConfig.java:[368,66] unreported exception java.io.IOException; must be caught or declared to be thrown [ERROR] /<<PKGBUILDDIR>>/modules/core/src/main/java/com/google/refine/model/recon/StandardReconConfig.java:[426,66] unreported exception java.io.IOException; must be caught or declared to be thrown [ERROR] /<<PKGBUILDDIR>>/modules/core/src/main/java/com/google/refine/model/recon/StandardReconConfig.java:[464,66] unreported exception java.io.IOException; must be caught or declared to be thrown [ERROR] /<<PKGBUILDDIR>>/modules/core/src/main/java/com/google/refine/model/recon/StandardReconConfig.java:[340,81] unreported exception java.io.IOException; must be caught or declared to be thrown [ERROR] /<<PKGBUILDDIR>>/modules/core/src/main/java/com/google/refine/model/recon/StandardReconConfig.java:[516,73] 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 :core 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:45: 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.
