Package: src:rdf4j
Version: 3.7.7+ds-1
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:rdf4j, 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 -plibrdf4j-java
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
        mh_patchpoms -plibrdf4j-java --debian-build --keep-pom-version 
--maven-repo=/<<BUILDDIR>>/rdf4j-3.7.7\+ds/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=/<<BUILDDIR>>/rdf4j-3.7.7\+ds 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/<<BUILDDIR>>/rdf4j-3.7.7\+ds/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml 
-Ddebian.dir=/<<BUILDDIR>>/rdf4j-3.7.7\+ds/debian 
-Dmaven.repo.local=/<<BUILDDIR>>/rdf4j-3.7.7\+ds/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.

[... snipped ...]

[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ 
rdf4j-model-vocabulary ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- surefire:2.22.3:test (default-test) @ rdf4j-model-vocabulary ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ rdf4j-model-vocabulary ---
[INFO] Building jar: 
/<<PKGBUILDDIR>>/core/model-vocabulary/target/rdf4j-model-vocabulary-3.7.7.jar
[INFO] 
[INFO] -------------------< org.eclipse.rdf4j:rdf4j-model >--------------------
[INFO] Building RDF4J: Model 3.7.7                                       [5/43]
[INFO]   from core/model/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ rdf4j-model ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, 
i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory 
/<<PKGBUILDDIR>>/core/model/src/main/resources
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ rdf4j-model ---
[INFO] Recompiling the module because of changed dependency.
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. 
build is platform dependent!
[INFO] Compiling 64 source files with javac [debug target 8] to target/classes
[WARNING] bootstrap class path is not set in conjunction with -source 8
  not setting the bootstrap class path may lead to class files that cannot run 
on JDK 8
    --release 8 is recommended instead of -source 8 -target 8 because it sets 
the bootstrap class path automatically
[WARNING] source value 8 is obsolete and will be removed in a future release
[WARNING] target value 8 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
/<<PKGBUILDDIR>>/core/model/src/main/java/org/eclipse/rdf4j/model/impl/ValidatingValueFactory.java:
 Some input files use or override a deprecated API.
[INFO] 
/<<PKGBUILDDIR>>/core/model/src/main/java/org/eclipse/rdf4j/model/impl/ValidatingValueFactory.java:
 Recompile with -Xlint:deprecation for details.
[INFO] 
/<<PKGBUILDDIR>>/core/model/src/main/java/org/eclipse/rdf4j/model/util/Models.java:
 Some input files use unchecked or unsafe operations.
[INFO] 
/<<PKGBUILDDIR>>/core/model/src/main/java/org/eclipse/rdf4j/model/util/Models.java:
 Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ rdf4j-model 
---
[INFO] Not copying test resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ rdf4j-model ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- surefire:2.22.3:test (default-test) @ rdf4j-model ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ rdf4j-model ---
[INFO] Building jar: /<<PKGBUILDDIR>>/core/model/target/rdf4j-model-3.7.7.jar
[INFO] 
[INFO] ---------------< org.eclipse.rdf4j:rdf4j-sparqlbuilder >----------------
[INFO] Building RDF4J: SparqlBuilder 3.7.7                               [6/43]
[INFO]   from core/sparqlbuilder/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ rdf4j-sparqlbuilder 
---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, 
i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory 
/<<PKGBUILDDIR>>/core/sparqlbuilder/src/main/resources
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ rdf4j-sparqlbuilder ---
[INFO] Recompiling the module because of changed dependency.
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. 
build is platform dependent!
[INFO] Compiling 87 source files with javac [debug target 8] to target/classes
[WARNING] bootstrap class path is not set in conjunction with -source 8
  not setting the bootstrap class path may lead to class files that cannot run 
on JDK 8
    --release 8 is recommended instead of -source 8 -target 8 because it sets 
the bootstrap class path automatically
[WARNING] source value 8 is obsolete and will be removed in a future release
[WARNING] target value 8 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ 
rdf4j-sparqlbuilder ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ 
rdf4j-sparqlbuilder ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- surefire:2.22.3:test (default-test) @ rdf4j-sparqlbuilder ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ rdf4j-sparqlbuilder ---
[INFO] Building jar: 
/<<PKGBUILDDIR>>/core/sparqlbuilder/target/rdf4j-sparqlbuilder-3.7.7.jar
[INFO] 
[INFO] ------------------< org.eclipse.rdf4j:rdf4j-rio-api >-------------------
[INFO] Building RDF4J: Rio - API 3.7.7                                   [7/43]
[INFO]   from core/rio/api/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ rdf4j-rio-api ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, 
i.e. build is platform dependent!
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ rdf4j-rio-api ---
[INFO] Recompiling the module because of changed dependency.
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. 
build is platform dependent!
[INFO] Compiling 70 source files with javac [debug target 8] to target/classes
[WARNING] bootstrap class path is not set in conjunction with -source 8
  not setting the bootstrap class path may lead to class files that cannot run 
on JDK 8
    --release 8 is recommended instead of -source 8 -target 8 because it sets 
the bootstrap class path automatically
[WARNING] source value 8 is obsolete and will be removed in a future release
[WARNING] target value 8 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
/<<PKGBUILDDIR>>/core/rio/api/src/main/java/org/eclipse/rdf4j/rio/ParserConfig.java:
 Some input files use or override a deprecated API.
[INFO] 
/<<PKGBUILDDIR>>/core/rio/api/src/main/java/org/eclipse/rdf4j/rio/ParserConfig.java:
 Recompile with -Xlint:deprecation for details.
[INFO] 
/<<PKGBUILDDIR>>/core/rio/api/src/main/java/org/eclipse/rdf4j/rio/helpers/ClassRioSetting.java:
 Some input files use unchecked or unsafe operations.
[INFO] 
/<<PKGBUILDDIR>>/core/rio/api/src/main/java/org/eclipse/rdf4j/rio/helpers/ClassRioSetting.java:
 Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ 
rdf4j-rio-api ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ rdf4j-rio-api ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- surefire:2.22.3:test (default-test) @ rdf4j-rio-api ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ rdf4j-rio-api ---
[INFO] Building jar: 
/<<PKGBUILDDIR>>/core/rio/api/target/rdf4j-rio-api-3.7.7.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ rdf4j-rio-api ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] ---------------< org.eclipse.rdf4j:rdf4j-rio-languages >----------------
[INFO] Building RDF4J: Rio - Languages 3.7.7                             [8/43]
[INFO]   from core/rio/languages/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ rdf4j-rio-languages 
---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, 
i.e. build is platform dependent!
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ rdf4j-rio-languages ---
[INFO] Recompiling the module because of changed dependency.
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. 
build is platform dependent!
[INFO] Compiling 3 source files with javac [debug target 8] to target/classes
[WARNING] bootstrap class path is not set in conjunction with -source 8
  not setting the bootstrap class path may lead to class files that cannot run 
on JDK 8
    --release 8 is recommended instead of -source 8 -target 8 because it sets 
the bootstrap class path automatically
[WARNING] source value 8 is obsolete and will be removed in a future release
[WARNING] target value 8 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ 
rdf4j-rio-languages ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ 
rdf4j-rio-languages ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- surefire:2.22.3:test (default-test) @ rdf4j-rio-languages ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ rdf4j-rio-languages ---
[INFO] Building jar: 
/<<PKGBUILDDIR>>/core/rio/languages/target/rdf4j-rio-languages-3.7.7.jar
[INFO] 
[INFO] ---------------< org.eclipse.rdf4j:rdf4j-rio-datatypes >----------------
[INFO] Building RDF4J: Rio - Datatypes 3.7.7                             [9/43]
[INFO]   from core/rio/datatypes/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ rdf4j-rio-datatypes 
---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, 
i.e. build is platform dependent!
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ rdf4j-rio-datatypes ---
[INFO] Recompiling the module because of changed dependency.
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. 
build is platform dependent!
[INFO] Compiling 6 source files with javac [debug target 8] to target/classes
[WARNING] bootstrap class path is not set in conjunction with -source 8
  not setting the bootstrap class path may lead to class files that cannot run 
on JDK 8
    --release 8 is recommended instead of -source 8 -target 8 because it sets 
the bootstrap class path automatically
[WARNING] source value 8 is obsolete and will be removed in a future release
[WARNING] target value 8 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ 
rdf4j-rio-datatypes ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ 
rdf4j-rio-datatypes ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- surefire:2.22.3:test (default-test) @ rdf4j-rio-datatypes ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ rdf4j-rio-datatypes ---
[INFO] Building jar: 
/<<PKGBUILDDIR>>/core/rio/datatypes/target/rdf4j-rio-datatypes-3.7.7.jar
[INFO] 
[INFO] -------------------< org.eclipse.rdf4j:rdf4j-query >--------------------
[INFO] Building RDF4J: Query 3.7.7                                      [10/43]
[INFO]   from core/query/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ rdf4j-query ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, 
i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory 
/<<PKGBUILDDIR>>/core/query/src/main/resources
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ rdf4j-query ---
[INFO] Recompiling the module because of changed dependency.
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. 
build is platform dependent!
[INFO] Compiling 58 source files with javac [debug target 8] to target/classes
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] bootstrap class path is not set in conjunction with -source 8
  not setting the bootstrap class path may lead to class files that cannot run 
on JDK 8
    --release 8 is recommended instead of -source 8 -target 8 because it sets 
the bootstrap class path automatically
[WARNING] source value 8 is obsolete and will be removed in a future release
[WARNING] target value 8 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 4 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] 
/<<PKGBUILDDIR>>/core/query/src/main/java/org/eclipse/rdf4j/query/explanation/ExplanationImpl.java:[50,60]
 unreported exception java.io.IOException; must be caught or declared to be 
thrown
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse RDF4J 3.7.7:
[INFO] 
[INFO] RDF4J: Model API ................................... SUCCESS [  1.412 s]
[INFO] RDF4J Core ......................................... SUCCESS [  0.011 s]
[INFO] RDF4J: util ........................................ SUCCESS [  0.860 s]
[INFO] RDF4J: RDF Vocabularies ............................ SUCCESS [  0.239 s]
[INFO] RDF4J: Model ....................................... SUCCESS [  0.797 s]
[INFO] RDF4J: SparqlBuilder ............................... SUCCESS [  0.302 s]
[INFO] RDF4J: Rio - API ................................... SUCCESS [  0.284 s]
[INFO] RDF4J: Rio - Languages ............................. SUCCESS [  0.077 s]
[INFO] RDF4J: Rio - Datatypes ............................. SUCCESS [  0.063 s]
[INFO] RDF4J: Query ....................................... FAILURE [  0.180 s]
[INFO] RDF4J: Rio - Binary ................................ SKIPPED
[INFO] RDF4J: Rio - N-Triples ............................. SKIPPED
[INFO] RDF4J: Rio - HDT ................................... SKIPPED
[INFO] RDF4J: Rio - JSON-LD ............................... SKIPPED
[INFO] RDF4J: Rio - Turtle ................................ SKIPPED
[INFO] RDF4J: Rio - N3 (writer-only) ...................... SKIPPED
[INFO] RDF4J: Rio - N-Quads ............................... SKIPPED
[INFO] RDF4J: Rio - RDF/JSON .............................. SKIPPED
[INFO] RDF4J: Rio - RDF/XML ............................... SKIPPED
[INFO] RDF4J: Rio - TriX .................................. SKIPPED
[INFO] RDF4J: Rio - TriG .................................. SKIPPED
[INFO] RDF4J: Rio ......................................... SKIPPED
[INFO] RDF4J: Query result IO - API ....................... SKIPPED
[INFO] RDF4J: Query result IO - binary .................... SKIPPED
[INFO] RDF4J: Query result IO - SPARQL/JSON ............... SKIPPED
[INFO] RDF4J: Query result IO - SPARQL/XML ................ SKIPPED
[INFO] RDF4J: Query result IO ............................. SKIPPED
[INFO] RDF4J: Query algebra - model ....................... SKIPPED
[INFO] RDF4J: Query algebra ............................... SKIPPED
[INFO] RDF4J: Query parser - API .......................... SKIPPED
[INFO] RDF4J: Query parser - SeRQL ........................ SKIPPED
[INFO] RDF4J: Query parser - SPARQL ....................... SKIPPED
[INFO] RDF4J: Query parser ................................ SKIPPED
[INFO] RDF4J: Repository .................................. SKIPPED
[INFO] RDF4J: Client Libraries ............................ SKIPPED
[INFO] RDF4J: Storage Libraries ........................... SKIPPED
[INFO] RDF4J: application configuration ................... SKIPPED
[INFO] RDF4J: Runtime ..................................... SKIPPED
[INFO] RDF4J Tools ........................................ SKIPPED
[INFO] RDF4J : Test Suites ................................ SKIPPED
[INFO] RDF4J Compliance tests ............................. SKIPPED
[INFO] RDF4J BOM .......................................... SKIPPED
[INFO] Eclipse RDF4J ...................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.387 s
[INFO] Finished at: 2026-06-08T22:05:32Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) 
on project rdf4j-query: Compilation failure
[ERROR] 
/<<PKGBUILDDIR>>/core/query/src/main/java/org/eclipse/rdf4j/query/explanation/ExplanationImpl.java:[50,60]
 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 :rdf4j-query
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>>/rdf4j-3.7.7\+ds 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/<<BUILDDIR>>/rdf4j-3.7.7\+ds/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml 
-Ddebian.dir=/<<BUILDDIR>>/rdf4j-3.7.7\+ds/debian 
-Dmaven.repo.local=/<<BUILDDIR>>/rdf4j-3.7.7\+ds/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
--------------------------------------------------------------------------------

Reply via email to