Bug#1086353: apache-opennlp: FTBFS: autobuilder hangs
Santiago Vila
sanvila at debian.org
Wed Oct 30 11:15:39 GMT 2024
Package: src:apache-opennlp
Version: 2.4.0-1
Severity: serious
Tags: ftbfs
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules build
dh build
dh_update_autotools_config
dh_autoreconf
debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure
mh_patchpoms -plibapache-opennlp-java --debian-build --keep-pom-version --maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo
mkdir --parents debian/maven-repo/org/apache/opennlp/opennlp-tools/debian
test -e debian/maven-repo/org/apache/opennlp/opennlp-tools/debian/opennlp-tools-debian.pom || \
ln -s ../../../../../../../opennlp-tools/pom.xml \
debian/maven-repo/org/apache/opennlp/opennlp-tools/debian/opennlp-tools-debian.pom
test -e debian/maven-repo/org/apache/opennlp/opennlp-tools/debian/opennlp-tools-debian.jar || \
ln -s ../../../../../../../opennlp-tools/target/opennlp-tools-2.4.0.jar \
debian/maven-repo/org/apache/opennlp/opennlp-tools/debian/opennlp-tools-debian.jar
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
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 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.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Apache OpenNLP Reactor [pom]
[INFO] Apache OpenNLP Tools [jar]
[INFO] Apache OpenNLP Morfologik Addon [jar]
[INFO]
[INFO] ---------------------< org.apache.opennlp:opennlp >---------------------
[INFO] Building Apache OpenNLP Reactor 2.4.0 [1/3]
[INFO] from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce-java) @ opennlp ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO]
[INFO] --- maven-javadoc-plugin:3.10.1:jar (create-javadoc-jar) @ opennlp ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO]
[INFO] ------------------< org.apache.opennlp:opennlp-tools >------------------
[INFO] Building Apache OpenNLP Tools 2.4.0 [2/3]
[INFO] from opennlp-tools/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The artifact org.apache.maven.plugins:maven-resources-plugin:jar:2.6 has been relocated to org.apache.maven.plugins:maven-resources-plugin:jar:3.3.1
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce-java) @ opennlp-tools ---
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ opennlp-tools ---
[WARNING] File encoding has not been set, using platform encoding UTF-8. Build is platform dependent!
[WARNING] See https://maven.apache.org/general.html#encoding-warning
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ opennlp-tools ---
[INFO] Recompiling the module because of changed source code.
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 729 source files with javac [debug release 17] to target/classes
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/chunker/ChunkSample.java:[34,30] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/chunker/ChunkSample.java:[35,30] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/chunker/ChunkSample.java:[36,30] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/util/model/BaseModel.java:[74,46] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/util/model/BaseModel.java:[76,33] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/util/model/BaseModel.java:[78,29] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/util/model/BaseModel.java:[142,24] possible 'this' escape before subclass is fully initialized
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/util/model/BaseModel.java:[283,72] previous possible 'this' escape happens here via invocation
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/util/model/BaseModel.java:[173,14] possible 'this' escape before subclass is fully initialized
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/util/model/BaseModel.java:[266,22] previous possible 'this' escape happens here via invocation
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/util/model/BaseModel.java:[283,72] previous possible 'this' escape happens here via invocation
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/util/model/BaseModel.java:[189,16] possible 'this' escape before subclass is fully initialized
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/util/model/BaseModel.java:[266,22] previous possible 'this' escape happens here via invocation
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/util/model/BaseModel.java:[283,72] previous possible 'this' escape happens here via invocation
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/util/model/BaseModel.java:[206,16] possible 'this' escape before subclass is fully initialized
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/util/model/BaseModel.java:[266,22] previous possible 'this' escape happens here via invocation
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/util/model/BaseModel.java:[283,72] previous possible 'this' escape happens here via invocation
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/util/model/BaseModel.java:[223,16] possible 'this' escape before subclass is fully initialized
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/util/model/BaseModel.java:[266,22] previous possible 'this' escape happens here via invocation
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/util/model/BaseModel.java:[283,72] previous possible 'this' escape happens here via invocation
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/util/InvalidFormatException.java:[35,14] possible 'this' escape before subclass is fully initialized
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/util/InvalidFormatException.java:[40,14] possible 'this' escape before subclass is fully initialized
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/dictionary/Dictionary.java:[301,45] unchecked cast
required: java.util.Set<java.lang.String>
found: java.lang.Object
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/dictionary/Dictionary.java:[75,59] possible 'this' escape before subclass is fully initialized
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/namefind/NameSample.java:[40,30] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/namefind/NameSample.java:[41,28] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/sentdetect/SentenceSample.java:[38,28] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/sentdetect/SentenceDetectorFactory.java:[63,14] possible 'this' escape before subclass is fully initialized
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/stemmer/snowball/SnowballProgram.java:[111,11] implicit cast from int to char in compound assignment is possibly lossy
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/stemmer/snowball/SnowballProgram.java:[127,11] implicit cast from int to char in compound assignment is possibly lossy
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/stemmer/snowball/SnowballProgram.java:[144,11] implicit cast from int to char in compound assignment is possibly lossy
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/stemmer/snowball/SnowballProgram.java:[161,11] implicit cast from int to char in compound assignment is possibly lossy
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/formats/brat/AnnotatorNoteAnnotation.java:[28,17] possible 'this' escape before subclass is fully initialized
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/doccat/DocumentSample.java:[35,30] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/doccat/DocumentSample.java:[36,37] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/tokenize/TokenSample.java:[42,28] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/parser/AbstractParserEventStream.java:[55,37] CHUNK in opennlp.tools.parser.ParserEventTypeEnum has been deprecated
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/parser/AbstractParserEventStream.java:[58,42] TAG in opennlp.tools.parser.ParserEventTypeEnum has been deprecated
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/parser/AbstractParserEventStream.java:[78,37] TAG in opennlp.tools.parser.ParserEventTypeEnum has been deprecated
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/parser/AbstractParserEventStream.java:[81,42] CHUNK in opennlp.tools.parser.ParserEventTypeEnum has been deprecated
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/parser/AbstractParserEventStream.java:[65,9] possible 'this' escape before subclass is fully initialized
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/parser/treeinsert/AttachContextGenerator.java:[46,82] unchecked cast
required: java.util.List<opennlp.tools.parser.Parse>
found: java.lang.Object
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/postag/POSSample.java:[35,30] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/postag/POSSample.java:[36,30] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/doccat/DoccatModel.java:[58,21] possible 'this' escape before subclass is fully initialized
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/doccat/DoccatFactory.java:[51,9] possible 'this' escape before subclass is fully initialized
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/ml/AbstractTrainer.java:[51,9] possible 'this' escape before subclass is fully initialized
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/lemmatizer/LemmaSample.java:[33,30] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/lemmatizer/LemmaSample.java:[35,30] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/lemmatizer/LemmaSample.java:[37,30] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/util/InsufficientTrainingDataException.java:[36,14] possible 'this' escape before subclass is fully initialized
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/util/InsufficientTrainingDataException.java:[41,14] possible 'this' escape before subclass is fully initialized
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/chunker/ChunkerModel.java:[62,21] possible 'this' escape before subclass is fully initialized
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/chunker/ChunkerModel.java:[95,21] possible 'this' escape before subclass is fully initialized
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/util/PlainTextByLineStream.java:[64,10] possible 'this' escape before subclass is fully initialized
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/formats/masc/MascSentence.java:[73,32] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/formats/masc/MascSentence.java:[75,32] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/formats/masc/MascSentence.java:[76,40] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/formats/masc/MascSentence.java:[77,27] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/formats/masc/MascSentence.java:[78,39] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/formats/masc/MascSentence.java:[79,22] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/parser/ParserModel.java:[102,24] possible 'this' escape before subclass is fully initialized
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/formats/leipzig/LeipzigLanguageSampleStream.java:[175,10] possible 'this' escape before subclass is fully initialized
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/namefind/TokenNameFinderModel.java:[90,9] possible 'this' escape before subclass is fully initialized
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/namefind/TokenNameFinderModel.java:[252,21] previous possible 'this' escape happens here via invocation
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/namefind/TokenNameFinderModel.java:[121,9] possible 'this' escape before subclass is fully initialized
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/namefind/TokenNameFinderModel.java:[252,21] previous possible 'this' escape happens here via invocation
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/namefind/TokenNameFinderFactory.java:[215,26] CachedFeatureGenerator(opennlp.tools.util.featuregen.AdaptiveFeatureGenerator...) in opennlp.tools.util.featuregen.CachedFeatureGenerator has been deprecated
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/namefind/TokenNameFinderFactory.java:[299,52] unchecked conversion
required: opennlp.tools.util.SequenceCodec<java.lang.String>
found: opennlp.tools.util.SequenceCodec
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/namefind/TokenNameFinderFactory.java:[71,9] possible 'this' escape before subclass is fully initialized
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/util/CollectionObjectStream.java:[36,10] possible 'this' escape before subclass is fully initialized
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/ml/TrainerFactory.java:[173,55] unchecked conversion
required: opennlp.tools.ml.EventModelSequenceTrainer<T>
found: opennlp.tools.ml.EventModelSequenceTrainer
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/formats/brat/BratDocumentStream.java:[86,10] possible 'this' escape before subclass is fully initialized
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/ml/naivebayes/LogProbability.java:[30,8] possible 'this' escape before subclass is fully initialized
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/ml/maxent/quasinewton/LineSearch.java:[177,13] possible 'this' escape before subclass is fully initialized
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/ml/maxent/quasinewton/LineSearch.java:[196,13] possible 'this' escape before subclass is fully initialized
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/ngram/NGramModel.java:[61,41] possible 'this' escape before subclass is fully initialized
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/tokenize/TokenizerFactory.java:[67,14] possible 'this' escape before subclass is fully initialized
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/lemmatizer/LemmatizerModel.java:[62,21] possible 'this' escape before subclass is fully initialized
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/lemmatizer/LemmatizerModel.java:[94,21] possible 'this' escape before subclass is fully initialized
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/langdetect/LanguageDetectorModel.java:[59,21] possible 'this' escape before subclass is fully initialized
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/sentdetect/SentenceModel.java:[58,21] possible 'this' escape before subclass is fully initialized
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/postag/POSTaggerME.java:[154,67] possible 'this' escape before subclass is fully initialized
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/util/featuregen/DictionaryFeatureGenerator.java:[43,18] possible 'this' escape before subclass is fully initialized
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/ml/naivebayes/NaiveBayesModel.java:[64,38] possible 'this' escape before subclass is fully initialized
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/postag/POSTaggerCrossValidator.java:[179,40] create(java.lang.String,opennlp.tools.dictionary.Dictionary,opennlp.tools.postag.TagDictionary) in opennlp.tools.postag.POSTaggerFactory has been deprecated
[WARNING] /<<PKGBUILDDIR>>/opennlp-tools/src/main/java/opennlp/tools/formats/masc/MascDocumentStream.java:[160,10] possible 'this' escape before subclass is fully initialized
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ opennlp-tools ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 122 resources from src/test/resources to target/test-classes
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ opennlp-tools ---
[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 271 source files with javac [debug release 17] to target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ opennlp-tools ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ opennlp-tools ---
[INFO] Building jar: /<<PKGBUILDDIR>>/opennlp-tools/target/opennlp-tools-2.4.0.jar
[INFO]
[INFO] --- maven-jar-plugin:3.3.0:test-jar (default) @ opennlp-tools ---
[INFO] Building jar: /<<PKGBUILDDIR>>/opennlp-tools/target/opennlp-tools-2.4.0-tests.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.10.1:jar (create-javadoc-jar) @ opennlp-tools ---
[WARNING] Source files encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Adding the --ignore-source-errors option
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /<<PKGBUILDDIR>>/opennlp-tools/target/opennlp-tools-2.4.0-javadoc.jar
[INFO]
[INFO] ------------< org.apache.opennlp:opennlp-morfologik-addon >-------------
[INFO] Building Apache OpenNLP Morfologik Addon 2.4.0 [3/3]
[INFO] from opennlp-morfologik-addon/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The artifact org.apache.maven.plugins:maven-jar-plugin:jar:2.4 has been relocated to org.apache.maven.plugins:maven-jar-plugin:jar:3.3.0
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce-java) @ opennlp-morfologik-addon ---
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ opennlp-morfologik-addon ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/opennlp-morfologik-addon/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ opennlp-morfologik-addon ---
[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 10 source files with javac [debug release 17] to target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ opennlp-morfologik-addon ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 4 resources from src/test/resources to target/test-classes
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ opennlp-morfologik-addon ---
[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 5 source files with javac [debug release 17] to target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ opennlp-morfologik-addon ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ opennlp-morfologik-addon ---
[INFO] Building jar: /<<PKGBUILDDIR>>/opennlp-morfologik-addon/target/opennlp-morfologik-addon-2.4.0.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.10.1:jar (create-javadoc-jar) @ opennlp-morfologik-addon ---
[WARNING] Source files encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Adding the --ignore-source-errors option
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /<<PKGBUILDDIR>>/opennlp-morfologik-addon/target/opennlp-morfologik-addon-2.4.0-javadoc.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache OpenNLP Reactor 2.4.0:
[INFO]
[INFO] Apache OpenNLP Reactor ............................. SUCCESS [ 0.462 s]
[INFO] Apache OpenNLP Tools ............................... SUCCESS [ 11.090 s]
[INFO] Apache OpenNLP Morfologik Addon .................... SUCCESS [ 1.406 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13.031 s
[INFO] Finished at: 2024-10-30T08:49:34Z
[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=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf 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 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] Reactor Build Order:
[INFO]
[INFO] Apache OpenNLP Reactor [pom]
[INFO] Apache OpenNLP Tools [jar]
[INFO] Apache OpenNLP Morfologik Addon [jar]
[INFO]
[INFO] ---------------------< org.apache.opennlp:opennlp >---------------------
[INFO] Building Apache OpenNLP Reactor 2.4.0 [1/3]
[INFO] from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce-java) @ opennlp ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO]
[INFO] ------------------< org.apache.opennlp:opennlp-tools >------------------
[INFO] Building Apache OpenNLP Tools 2.4.0 [2/3]
[INFO] from opennlp-tools/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The artifact org.apache.maven.plugins:maven-resources-plugin:jar:2.6 has been relocated to org.apache.maven.plugins:maven-resources-plugin:jar:3.3.1
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce-java) @ opennlp-tools ---
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ opennlp-tools ---
[WARNING] File encoding has not been set, using platform encoding UTF-8. Build is platform dependent!
[WARNING] See https://maven.apache.org/general.html#encoding-warning
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ opennlp-tools ---
[INFO] Nothing to compile - all classes are up to date.
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ opennlp-tools ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 122 resources from src/test/resources to target/test-classes
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ opennlp-tools ---
[INFO] Nothing to compile - all classes are up to date.
[INFO]
[INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ opennlp-tools ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
E: Build killed with signal TERM after 60 minutes of inactivity
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202410/
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 could not 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 affects, so that this is still visible in the BTS web
page for this package.
Thanks.
More information about the debian-science-maintainers
mailing list