Bug#1088118: activemq-protobuf: FTBFS: dh_install: warning: Cannot find (any matches for) "target/site/apidocs/*"
Santiago Vila
sanvila at debian.org
Sat Nov 23 18:08:07 GMT 2024
Package: src:activemq-protobuf
Version: 1.1-7
Severity: serious
Tags: ftbfs
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
mh_patchpoms -plibactivemq-protobuf-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 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 javadoc:jar javadoc:aggregate -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...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.apache.activemq.protobuf:activemq-protobuf:maven-plugin:1.1
[WARNING] The expression ${artifactId} is deprecated. Please use ${project.artifactId} instead.
[WARNING] The expression ${groupId} is deprecated. Please use ${project.groupId} instead.
[... snipped ...]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13.121 s
[INFO] Finished at: 2024-11-23T12:33:33Z
[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...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.apache.activemq.protobuf:activemq-protobuf:maven-plugin:1.1
[WARNING] The expression ${artifactId} is deprecated. Please use ${project.artifactId} instead.
[WARNING] The expression ${groupId} is deprecated. Please use ${project.groupId} instead.
[WARNING] The expression ${artifactId} is deprecated. Please use ${project.artifactId} instead.
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.apache.activemq.protobuf:activemq-protobuf-test:jar:1.1
[WARNING] 'dependencies.dependency.systemPath' for org.apache.activemq.protobuf:activemq-protobuf:jar should not point at files within the project directory, ${basedir}/../activemq-protobuf/target/activemq-protobuf-1.1.jar will be unresolvable by dependent projects @ line 48, column 16
[WARNING] The expression ${artifactId} is deprecated. Please use ${project.artifactId} instead.
[WARNING] The expression ${groupId} is deprecated. Please use ${project.groupId} instead.
[WARNING] The expression ${artifactId} is deprecated. Please use ${project.artifactId} instead.
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.apache.activemq.protobuf:activemq-protobuf-pom:pom:1.1
[WARNING] The expression ${artifactId} is deprecated. Please use ${project.artifactId} instead.
[WARNING] The expression ${groupId} is deprecated. Please use ${project.groupId} instead.
[WARNING] The expression ${artifactId} is deprecated. Please use ${project.artifactId} instead.
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[WARNING] The project org.apache.activemq.protobuf:activemq-protobuf-pom:pom:1.1 uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] ActiveMQ Protocol Buffers POM [pom]
[INFO] ActiveMQ Protocol Buffers Implementation and Compiler [maven-plugin]
[INFO] ActiveMQ Protocol Buffers Tests [jar]
[INFO]
[INFO] ---------< org.apache.activemq.protobuf:activemq-protobuf-pom >---------
[INFO] Building ActiveMQ Protocol Buffers POM 1.1 [1/3]
[INFO] from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] -----------< org.apache.activemq.protobuf:activemq-protobuf >-----------
[INFO] Building ActiveMQ Protocol Buffers Implementation and Compiler 1.1 [2/3]
[INFO] from activemq-protobuf/pom.xml
[INFO] ----------------------------[ maven-plugin ]----------------------------
[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
[WARNING] The artifact org.apache.maven.plugins:maven-plugin-plugin:jar:3.2 has been relocated to org.apache.maven.plugins:maven-plugin-plugin:jar:3.10.2
[INFO]
[INFO] --- javacc-maven-plugin:2.6:javacc (javacc) @ activemq-protobuf ---
[INFO] Skipping - all parsers are up to date
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ activemq-protobuf ---
[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] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ activemq-protobuf ---
[INFO] Nothing to compile - all classes are up to date.
[INFO]
[INFO] --- maven-plugin-plugin:3.10.2:descriptor (default-descriptor) @ activemq-protobuf ---
[WARNING]
Some dependencies of Maven Plugins are expected to be in provided scope.
Please make sure that dependencies listed below declared in POM
have set '<scope>provided</scope>' as well.
The following dependencies are in wrong scope:
* org.apache.maven:maven-plugin-api:jar:3.x:compile
* org.apache.maven:maven-model:jar:3.x:compile
* org.apache.maven:maven-artifact:jar:3.x:compile
* org.apache.maven:maven-core:jar:3.x:compile
* org.apache.maven:maven-settings:jar:3.x:compile
* org.apache.maven:maven-settings-builder:jar:3.x:compile
* org.apache.maven:maven-builder-support:jar:3.x:compile
* org.apache.maven:maven-repository-metadata:jar:3.x:compile
* org.apache.maven:maven-model-builder:jar:3.x:compile
* org.apache.maven:maven-resolver-provider:jar:3.x:compile
[WARNING] Using platform encoding (UTF-8 actually) to read mojo source files, i.e. build is platform dependent!
[INFO] java-annotations mojo extractor found 0 mojo descriptor.
[WARNING] org.apache.activemq.protobuf.compiler.ProtoMojo#outputDirectory:
[WARNING] The syntax
[WARNING] @parameter expression="${property}"
[WARNING] is deprecated, please use
[WARNING] @parameter property="property"
[WARNING] instead.
[WARNING] org.apache.activemq.protobuf.compiler.ProtoMojo#project:
[WARNING] The syntax
[WARNING] @parameter expression="${property}"
[WARNING] is deprecated, please use
[WARNING] @parameter property="property"
[WARNING] instead.
[WARNING] org.apache.activemq.protobuf.compiler.ProtoMojo#sourceDirectory:
[WARNING] The syntax
[WARNING] @parameter expression="${property}"
[WARNING] is deprecated, please use
[WARNING] @parameter property="property"
[WARNING] instead.
[INFO] java-javadoc mojo extractor found 1 mojo descriptor.
[WARNING]
[WARNING] Deprecated extractor java-javadoc extracted 1 descriptor. Upgrade your Mojo definitions.
[WARNING] You should use Mojo Annotations instead of Javadoc tags.
[WARNING]
[INFO] ant mojo extractor found 0 mojo descriptor.
[INFO] bsh mojo extractor found 0 mojo descriptor.
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 1 column 1 - Warning: plain text isn't allowed in <head> elements
line 1 column 64 - Warning: inserting missing 'title' element
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 1 column 1 - Warning: plain text isn't allowed in <head> elements
line 1 column 54 - Warning: inserting missing 'title' element
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 1 column 1 - Warning: plain text isn't allowed in <head> elements
line 1 column 19 - Warning: inserting missing 'title' element
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 1 column 1 - Warning: plain text isn't allowed in <head> elements
line 2 column 9 - Warning: inserting missing 'title' element
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 1 column 1 - Warning: plain text isn't allowed in <head> elements
line 1 column 30 - Warning: inserting missing 'title' element
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 1 column 1 - Warning: plain text isn't allowed in <head> elements
line 1 column 64 - Warning: inserting missing 'title' element
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 1 column 1 - Warning: plain text isn't allowed in <head> elements
line 1 column 54 - Warning: inserting missing 'title' element
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 1 column 1 - Warning: plain text isn't allowed in <head> elements
line 2 column 9 - Warning: inserting missing 'title' element
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 1 column 1 - Warning: plain text isn't allowed in <head> elements
line 1 column 30 - Warning: inserting missing 'title' element
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 1 column 1 - Warning: plain text isn't allowed in <head> elements
line 1 column 64 - Warning: inserting missing 'title' element
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 1 column 1 - Warning: plain text isn't allowed in <head> elements
line 1 column 54 - Warning: inserting missing 'title' element
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 1 column 1 - Warning: plain text isn't allowed in <head> elements
line 1 column 19 - Warning: inserting missing 'title' element
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 1 column 1 - Warning: plain text isn't allowed in <head> elements
line 2 column 9 - Warning: inserting missing 'title' element
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 1 column 1 - Warning: plain text isn't allowed in <head> elements
line 1 column 30 - Warning: inserting missing 'title' element
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ activemq-protobuf ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/activemq-protobuf/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ activemq-protobuf ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ activemq-protobuf ---
[INFO] No tests to run.
[INFO]
[INFO] --------< org.apache.activemq.protobuf:activemq-protobuf-test >---------
[INFO] Building ActiveMQ Protocol Buffers Tests 1.1 [3/3]
[INFO] from activemq-protobuf-test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- activemq-protobuf:1.1:compile (default) @ activemq-protobuf-test ---
[INFO] Compiling: /<<PKGBUILDDIR>>/activemq-protobuf-test/src/main/proto/multiple_files_test.proto
[INFO] Compiling: /<<PKGBUILDDIR>>/activemq-protobuf-test/src/main/proto/unittest.proto
[INFO] Compiling: /<<PKGBUILDDIR>>/activemq-protobuf-test/src/main/proto/unittest_import.proto
[INFO] Compiling: /<<PKGBUILDDIR>>/activemq-protobuf-test/src/main/proto/unittest_embed_optimize_for.proto
[INFO] Compiling: /<<PKGBUILDDIR>>/activemq-protobuf-test/src/main/proto/unittest_mset.proto
[INFO] Compiling: /<<PKGBUILDDIR>>/activemq-protobuf-test/src/main/proto/unittest_optimize_for.proto
[INFO] Compiling: /<<PKGBUILDDIR>>/activemq-protobuf-test/src/main/proto/deferred_decode.proto
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ activemq-protobuf-test ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/activemq-protobuf-test/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ activemq-protobuf-test ---
[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 8 source files with javac [debug optimize deprecation target 1.7] to target/classes
Use of target 1.7 is no longer supported, switching to 8
Use of source 1.7 is no longer supported, switching to 8
[WARNING] bootstrap class path not set in conjunction with -source 8
[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.
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/target/generated-sources/proto/protobuf_unittest/UnittestProto.java:[5120,68] Buffer(java.lang.String) in org.apache.activemq.protobuf.Buffer has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/target/generated-sources/proto/protobuf_unittest/UnittestProto.java:[5141,32] Buffer(java.lang.String) in org.apache.activemq.protobuf.Buffer has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/target/generated-sources/proto/protobuf_unittest/UnittestProto.java:[2594,33] Long(long) in java.lang.Long has been deprecated and marked for removal
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/target/generated-sources/proto/protobuf_unittest/UnittestProto.java:[2600,34] Long(long) in java.lang.Long has been deprecated and marked for removal
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/target/generated-sources/proto/protobuf_unittest/UnittestProto.java:[2606,33] Long(long) in java.lang.Long has been deprecated and marked for removal
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/target/generated-sources/proto/protobuf_unittest/UnittestProto.java:[2612,33] Long(long) in java.lang.Long has been deprecated and marked for removal
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/target/generated-sources/proto/protobuf_unittest/UnittestProto.java:[2618,31] Long(long) in java.lang.Long has been deprecated and marked for removal
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/target/generated-sources/proto/protobuf_unittest/UnittestProto.java:[2621,33] Double(double) in java.lang.Double has been deprecated and marked for removal
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/target/generated-sources/proto/protobuf_unittest/UnittestProto.java:[2624,33] Double(double) in java.lang.Double has been deprecated and marked for removal
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/target/generated-sources/proto/protobuf_unittest/UnittestProto.java:[2738,33] Long(long) in java.lang.Long has been deprecated and marked for removal
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/target/generated-sources/proto/protobuf_unittest/UnittestProto.java:[2744,33] Long(long) in java.lang.Long has been deprecated and marked for removal
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/target/generated-sources/proto/protobuf_unittest/UnittestProto.java:[2750,33] Long(long) in java.lang.Long has been deprecated and marked for removal
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/target/generated-sources/proto/protobuf_unittest/UnittestProto.java:[2756,32] Long(long) in java.lang.Long has been deprecated and marked for removal
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/target/generated-sources/proto/protobuf_unittest/UnittestProto.java:[2762,34] Long(long) in java.lang.Long has been deprecated and marked for removal
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/target/generated-sources/proto/protobuf_unittest/UnittestProto.java:[2765,33] Double(double) in java.lang.Double has been deprecated and marked for removal
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/target/generated-sources/proto/protobuf_unittest/UnittestProto.java:[2768,33] Double(double) in java.lang.Double has been deprecated and marked for removal
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/target/generated-sources/proto/protobuf_unittest/UnittestProto.java:[11143,31] Long(long) in java.lang.Long has been deprecated and marked for removal
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/target/generated-sources/proto/protobuf_unittest/UnittestProto.java:[11146,34] Double(double) in java.lang.Double has been deprecated and marked for removal
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/target/generated-sources/proto/protobuf_unittest/UnittestProto.java:[11493,68] Buffer(java.lang.String) in org.apache.activemq.protobuf.Buffer has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/target/generated-sources/proto/protobuf_unittest/UnittestProto.java:[11514,32] Buffer(java.lang.String) in org.apache.activemq.protobuf.Buffer has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/target/generated-sources/proto/protobuf_unittest/UnittestProto.java:[11474,32] Long(long) in java.lang.Long has been deprecated and marked for removal
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/target/generated-sources/proto/protobuf_unittest/UnittestProto.java:[11480,34] Long(long) in java.lang.Long has been deprecated and marked for removal
[INFO] /<<PKGBUILDDIR>>/activemq-protobuf-test/target/generated-sources/proto/protobuf_unittest/MessageWithNoOuter.java: Some input files use unchecked or unsafe operations.
[INFO] /<<PKGBUILDDIR>>/activemq-protobuf-test/target/generated-sources/proto/protobuf_unittest/MessageWithNoOuter.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ activemq-protobuf-test ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ activemq-protobuf-test ---
[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 optimize deprecation target 1.7] to target/test-classes
Use of target 1.7 is no longer supported, switching to 8
Use of source 1.7 is no longer supported, switching to 8
[WARNING] bootstrap class path not set in conjunction with -source 8
[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.
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[29,23] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[249,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[250,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[251,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[252,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[253,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[254,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[255,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[256,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[257,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[258,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[259,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[260,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[261,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[262,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[263,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[265,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[266,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[267,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[268,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[270,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[271,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[272,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[273,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[275,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[276,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[277,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[279,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[280,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[282,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[283,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[284,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[285,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[286,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[287,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[288,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[289,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[290,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[291,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[292,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[293,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[294,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[295,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[296,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[298,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[299,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[300,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[301,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[303,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[304,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[305,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[307,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[308,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[312,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[313,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[314,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[315,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[316,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[317,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[318,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[319,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[320,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[321,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[322,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[323,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[324,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[325,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[326,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[328,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[329,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[330,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[331,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[332,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[333,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[334,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[336,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[337,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[339,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[340,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[341,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[342,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[343,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[344,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[345,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[346,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[347,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[348,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[349,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[350,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[351,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[352,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[353,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[355,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[356,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[357,5] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java:[358,5] junit.framework.Assert in junit.framework has been deprecated
[INFO] /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java: /<<PKGBUILDDIR>>/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java has additional uses or overrides of a deprecated API.
[INFO]
[INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ activemq-protobuf-test ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running com.google.protobuf.GeneratedMessageTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in com.google.protobuf.GeneratedMessageTest
[INFO] Running com.google.protobuf.WireFormatTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in com.google.protobuf.WireFormatTest
[INFO] Running com.google.protobuf.MessageTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in com.google.protobuf.MessageTest
[INFO] Running org.apache.activemq.protobuf.DeferredUnmarshalTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.activemq.protobuf.DeferredUnmarshalTest
[INFO] Running org.apache.activemq.protobuf.EqualsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.activemq.protobuf.EqualsTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for ActiveMQ Protocol Buffers POM 1.1:
[INFO]
[INFO] ActiveMQ Protocol Buffers POM ...................... SUCCESS [ 0.002 s]
[INFO] ActiveMQ Protocol Buffers Implementation and Compiler SUCCESS [ 1.264 s]
[INFO] ActiveMQ Protocol Buffers Tests .................... SUCCESS [ 32.546 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 34.272 s
[INFO] Finished at: 2024-11-23T12:34:08Z
[INFO] ------------------------------------------------------------------------
create-stamp debian/debhelper-build-stamp
dh_prep
dh_auto_install
/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 -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Ddebian.package=libactivemq-protobuf-java -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo -Dinstall.to.usj=true org.debian.maven:debian-maven-plugin:2.6:install
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...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.apache.activemq.protobuf:activemq-protobuf:maven-plugin:1.1
[WARNING] The expression ${artifactId} is deprecated. Please use ${project.artifactId} instead.
[WARNING] The expression ${groupId} is deprecated. Please use ${project.groupId} instead.
[WARNING] The expression ${artifactId} is deprecated. Please use ${project.artifactId} instead.
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.apache.activemq.protobuf:activemq-protobuf-test:jar:1.1
[WARNING] 'dependencies.dependency.systemPath' for org.apache.activemq.protobuf:activemq-protobuf:jar should not point at files within the project directory, ${basedir}/../activemq-protobuf/target/activemq-protobuf-1.1.jar will be unresolvable by dependent projects @ line 48, column 16
[WARNING] The expression ${artifactId} is deprecated. Please use ${project.artifactId} instead.
[WARNING] The expression ${groupId} is deprecated. Please use ${project.groupId} instead.
[WARNING] The expression ${artifactId} is deprecated. Please use ${project.artifactId} instead.
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.apache.activemq.protobuf:activemq-protobuf-pom:pom:1.1
[WARNING] The expression ${artifactId} is deprecated. Please use ${project.artifactId} instead.
[WARNING] The expression ${groupId} is deprecated. Please use ${project.groupId} instead.
[WARNING] The expression ${artifactId} is deprecated. Please use ${project.artifactId} instead.
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[WARNING] The project org.apache.activemq.protobuf:activemq-protobuf-pom:pom:1.1 uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] ActiveMQ Protocol Buffers POM [pom]
[INFO] ActiveMQ Protocol Buffers Implementation and Compiler [maven-plugin]
[INFO] ActiveMQ Protocol Buffers Tests [jar]
[INFO]
[INFO] ---------< org.apache.activemq.protobuf:activemq-protobuf-pom >---------
[INFO] Building ActiveMQ Protocol Buffers POM 1.1 [1/3]
[INFO] from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- debian-maven-plugin:2.6:install (default-cli) @ activemq-protobuf-pom ---
[INFO] Cleaning pom file: /<<PKGBUILDDIR>>/pom.xml.save with options:
[INFO] --keep-pom-version --package=libactivemq-protobuf-java
[INFO] --rules=/<<PKGBUILDDIR>>/debian/maven.rules
[INFO] --ignore-rules=/<<PKGBUILDDIR>>/debian/maven.ignoreRules
[INFO] --published-rules=/<<PKGBUILDDIR>>/debian/maven.publishedRules
[INFO] --no-parent
[INFO]
[INFO] -----------< org.apache.activemq.protobuf:activemq-protobuf >-----------
[INFO] Building ActiveMQ Protocol Buffers Implementation and Compiler 1.1 [2/3]
[INFO] from activemq-protobuf/pom.xml
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO]
[INFO] --- debian-maven-plugin:2.6:install (default-cli) @ activemq-protobuf ---
[INFO] Cleaning pom file: /<<PKGBUILDDIR>>/activemq-protobuf/pom.xml.save with options:
[INFO] --keep-pom-version --package=libactivemq-protobuf-java
[INFO] --rules=/<<PKGBUILDDIR>>/debian/maven.rules
[INFO] --ignore-rules=/<<PKGBUILDDIR>>/debian/maven.ignoreRules
[INFO] --published-rules=/<<PKGBUILDDIR>>/debian/maven.publishedRules
[INFO] Install jar for activemq-protobuf into /usr/share/java
[INFO]
[INFO] --------< org.apache.activemq.protobuf:activemq-protobuf-test >---------
[INFO] Building ActiveMQ Protocol Buffers Tests 1.1 [3/3]
[INFO] from activemq-protobuf-test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- debian-maven-plugin:2.6:install (default-cli) @ activemq-protobuf-test ---
[INFO] Cleaning pom file: /<<PKGBUILDDIR>>/activemq-protobuf-test/pom.xml.save with options:
[INFO] --keep-pom-version --package=libactivemq-protobuf-java
[INFO] --rules=/<<PKGBUILDDIR>>/debian/maven.rules
[INFO] --ignore-rules=/<<PKGBUILDDIR>>/debian/maven.ignoreRules
[INFO] --published-rules=/<<PKGBUILDDIR>>/debian/maven.publishedRules
[INFO] Install jar for activemq-protobuf-test into /usr/share/java
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for ActiveMQ Protocol Buffers POM 1.1:
[INFO]
[INFO] ActiveMQ Protocol Buffers POM ...................... SUCCESS [ 0.086 s]
[INFO] ActiveMQ Protocol Buffers Implementation and Compiler SUCCESS [ 0.027 s]
[INFO] ActiveMQ Protocol Buffers Tests .................... SUCCESS [ 0.019 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.598 s
[INFO] Finished at: 2024-11-23T12:34:09Z
[INFO] ------------------------------------------------------------------------
mh_resolve_dependencies --non-interactive --offline --build -plibactivemq-protobuf-java --javadoc --base-directory=/<<PKGBUILDDIR>> --non-explore
Analysing pom.xml...
Analysing activemq-protobuf/pom.xml...
Checking the parent dependency in the sub project activemq-protobuf/pom.xml
Analysing activemq-protobuf-test/pom.xml...
Checking the parent dependency in the sub project activemq-protobuf-test/pom.xml
> dpkg --search /usr/share/maven-repo/org/apache/activemq/protobuf/activemq-protobuf/*/*
dpkg failed to execute successfully
Offline mode. Give up looking for package containing /usr/share/maven-repo/org/apache/activemq/protobuf/activemq-protobuf
Nov 23, 2024 12:34:15 PM org.debian.maven.packager.DependenciesSolver$ToResolve resolve
SEVERE: Cannot resolve dependencies in /<<PKGBUILDDIR>>/activemq-protobuf-test/pom.xml: Dependency not found org.apache.activemq.protobuf:activemq-protobuf:jar:debian
ERROR:
activemq-protobuf-test/pom.xml: dependency is not packaged in the Maven repository for Debian: org.apache.activemq.protobuf:activemq-protobuf:debian
--------
Checking dependencies for documentation packages...
> dpkg --search /usr/share/doc/libmaven3-core-java/api/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing /usr/share/doc/libmaven3-core-java/api/index.html
> dpkg --search /usr/share/doc/libmaven3-core-java-doc/api/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing /usr/share/doc/libmaven3-core-java-doc/api/index.html
> dpkg --search /usr/share/doc/libmaven3-core-java/apidocs/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing /usr/share/doc/libmaven3-core-java/apidocs/index.html
> dpkg --search /usr/share/doc/libmaven3-core-java-doc/apidocs/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing /usr/share/doc/libmaven3-core-java-doc/apidocs/index.html
Some problems were found in this project, exiting...
bash -c "rm -f target/apidocs/*.sh target/apidocs/options"
mh_unpatchpoms -plibactivemq-protobuf-java
dh_install
dh_install: warning: Cannot find (any matches for) "target/site/apidocs/*" (tried in ., debian/tmp)
dh_install: warning: libactivemq-protobuf-java-doc missing files: target/site/apidocs/*
dh_install: error: missing files, aborting
make: *** [debian/rules:5: binary] Error 255
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
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/202411/
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 pkg-java-maintainers
mailing list