Bug#1022388: jacoco: FTBFS: make: *** [debian/rules:4: build] Error 25

Lucas Nussbaum lucas at debian.org
Sun Oct 23 14:21:02 BST 2022


Source: jacoco
Version: 0.8.6-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20221023 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules build
> dh build --with javahelper
>    dh_update_autotools_config
>    dh_autoreconf
>    dh_auto_configure
> 	mh_patchpoms -plibjacoco-java --debian-build --keep-pom-version --maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo
>    jh_linkjars
>    dh_auto_build
> 	/usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package -DskipTests -Dnotimestamp=true -Dlocale=en_US
> [INFO] Scanning for projects...
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO] 
> [INFO] JaCoCo                                                             [pom]
> [INFO] JaCoCo :: Core                                                     [jar]
> [INFO] JaCoCo :: Report                                                   [jar]
> [INFO] JaCoCo :: Agent RT                                                 [jar]
> [INFO] JaCoCo :: Agent                                                    [jar]
> [INFO] JaCoCo :: Ant                                                      [jar]
> [INFO] root                                                               [pom]
> [INFO] 
> [INFO] --------------------< org.jacoco:org.jacoco.build >---------------------
> [INFO] Building JaCoCo 0.8.6                                              [1/7]
> [INFO] --------------------------------[ pom ]---------------------------------
> [INFO] 
> [INFO] --- maven-antrun-plugin:1.8:run (check-license-header) @ org.jacoco.build ---
> [INFO] Executing tasks
> 
> main:
> [INFO] Executed tasks
> [INFO] 
> [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ org.jacoco.build ---
> [INFO] 
> [INFO] ---------------------< org.jacoco:org.jacoco.core >---------------------
> [INFO] Building JaCoCo :: Core 0.8.6                                      [2/7]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-antrun-plugin:1.8:run (check-license-header) @ org.jacoco.core ---
> [INFO] Executing tasks
> 
> main:
> [INFO] Executed tasks
> [INFO] 
> [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ org.jacoco.core ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.jacoco.core ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] Copying 1 resource
> [INFO] Copying 0 resource
> [INFO] Copying 1 resource
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.jacoco.core ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 123 source files to /<<PKGBUILDDIR>>/org.jacoco.core/target/classes
> Use of target 6 is no longer supported, switching to 7
> Use of source 6 is no longer supported, switching to 7
> [INFO] 
> [INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ org.jacoco.core ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.jacoco.core ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/org.jacoco.core/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.jacoco.core ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ org.jacoco.core ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ org.jacoco.core ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/org.jacoco.core/target/org.jacoco.core-0.8.6.jar
> [INFO] 
> [INFO] --------------------< org.jacoco:org.jacoco.report >--------------------
> [INFO] Building JaCoCo :: Report 0.8.6                                    [3/7]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-antrun-plugin:1.8:run (check-license-header) @ org.jacoco.report ---
> [INFO] Executing tasks
> 
> main:
> [INFO] Executed tasks
> [INFO] 
> [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ org.jacoco.report ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.jacoco.report ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 21 resources
> [INFO] Copying 0 resource
> [INFO] Copying 0 resource
> [INFO] Copying 1 resource
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.jacoco.report ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 68 source files to /<<PKGBUILDDIR>>/org.jacoco.report/target/classes
> Use of target 6 is no longer supported, switching to 7
> Use of source 6 is no longer supported, switching to 7
> [INFO] 
> [INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ org.jacoco.report ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.jacoco.report ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/org.jacoco.report/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.jacoco.report ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ org.jacoco.report ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ org.jacoco.report ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/org.jacoco.report/target/org.jacoco.report-0.8.6.jar
> [INFO] 
> [INFO] -------------------< org.jacoco:org.jacoco.agent.rt >-------------------
> [INFO] Building JaCoCo :: Agent RT 0.8.6                                  [4/7]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-antrun-plugin:1.8:run (check-license-header) @ org.jacoco.agent.rt ---
> [INFO] Executing tasks
> 
> main:
> [INFO] Executed tasks
> [INFO] 
> [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ org.jacoco.agent.rt ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.jacoco.agent.rt ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] Copying 0 resource
> [INFO] Copying 0 resource
> [INFO] Copying 1 resource
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.jacoco.agent.rt ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 19 source files to /<<PKGBUILDDIR>>/org.jacoco.agent.rt/target/classes
> Use of target 6 is no longer supported, switching to 7
> Use of source 6 is no longer supported, switching to 7
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.jacoco.agent.rt ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/org.jacoco.agent.rt/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.jacoco.agent.rt ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ org.jacoco.agent.rt ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ org.jacoco.agent.rt ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/org.jacoco.agent.rt/target/org.jacoco.agent.rt-0.8.6.jar
> [INFO] 
> [INFO] --- maven-shade-plugin:3.4.0:shade (default) @ org.jacoco.agent.rt ---
> [INFO] Including org.jacoco:org.jacoco.core:jar:0.8.6 in the shaded jar.
> [INFO] Including org.ow2.asm:asm:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-commons:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-analysis:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-tree:jar:debian in the shaded jar.
> [INFO] Minimizing jar org.jacoco:org.jacoco.agent.rt:jar:0.8.6
> [WARNING] /<<PKGBUILDDIR>>/org.jacoco.agent.rt/target/classes (Is a directory)
> [INFO] Dependency-reduced POM written at: /<<PKGBUILDDIR>>/org.jacoco.agent.rt/dependency-reduced-pom.xml
> [WARNING] org.jacoco.agent.rt-0.8.6.jar, org.jacoco.core-0.8.6.jar define 1 overlapping resource: 
> [WARNING]   - about.html
> [WARNING] asm-analysis-debian.jar, asm-commons-debian.jar, asm-debian.jar, asm-tree-debian.jar, org.jacoco.agent.rt-0.8.6.jar, org.jacoco.core-0.8.6.jar define 1 overlapping resource: 
> [WARNING]   - META-INF/MANIFEST.MF
> [WARNING] maven-shade-plugin has detected that some class files are
> [WARNING] present in two or more JARs. When this happens, only one
> [WARNING] single version of the class is copied to the uber jar.
> [WARNING] Usually this is not harmful and you can skip these warnings,
> [WARNING] otherwise try to manually exclude artifacts based on
> [WARNING] mvn dependency:tree -Ddetail=true and the above output.
> [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
> [INFO] Minimized 331 -> 169 (51%)
> [INFO] Attaching shaded artifact.
> [INFO] 
> [INFO] --------------------< org.jacoco:org.jacoco.agent >---------------------
> [INFO] Building JaCoCo :: Agent 0.8.6                                     [5/7]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-antrun-plugin:1.8:run (check-license-header) @ org.jacoco.agent ---
> [INFO] Executing tasks
> 
> main:
> [INFO] Executed tasks
> [INFO] 
> [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ org.jacoco.agent ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.jacoco.agent ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] Copying 0 resource
> [INFO] Copying 0 resource
> [INFO] Copying 1 resource
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.jacoco.agent ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 2 source files to /<<PKGBUILDDIR>>/org.jacoco.agent/target/classes
> Use of target 6 is no longer supported, switching to 7
> Use of source 6 is no longer supported, switching to 7
> [INFO] 
> [INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ org.jacoco.agent ---
> [WARNING] Manifest org.jacoco:org.jacoco.agent:jar:0.8.6 : Unused Export-Package instructions: [*.internal*] 
> [WARNING] Manifest org.jacoco:org.jacoco.agent:jar:0.8.6 : Unused Import-Package instructions: [org.jacoco.*, org.objectweb.asm.*] 
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.jacoco.agent ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/org.jacoco.agent/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.jacoco.agent ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ org.jacoco.agent ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-dependency-plugin:3.1.1:copy (default) @ org.jacoco.agent ---
> [INFO] Configured Artifact: org.jacoco:org.jacoco.agent.rt:all:0.8.6:jar
> [INFO] Copying org.jacoco.agent.rt-0.8.6-all.jar to /<<PKGBUILDDIR>>/org.jacoco.agent/target/classes/jacocoagent.jar
> [INFO] 
> [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ org.jacoco.agent ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/org.jacoco.agent/target/org.jacoco.agent-0.8.6.jar
> [INFO] 
> [INFO] --- build-helper-maven-plugin:3.3.0:attach-artifact (attach-artifacts) @ org.jacoco.agent ---
> [INFO] 
> [INFO] ---------------------< org.jacoco:org.jacoco.ant >----------------------
> [INFO] Building JaCoCo :: Ant 0.8.6                                       [6/7]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-antrun-plugin:1.8:run (check-license-header) @ org.jacoco.ant ---
> [INFO] Executing tasks
> 
> main:
> [INFO] Executed tasks
> [INFO] 
> [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ org.jacoco.ant ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.jacoco.ant ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 0 resource
> [INFO] Copying 0 resource
> [INFO] Copying 1 resource
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.jacoco.ant ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 9 source files to /<<PKGBUILDDIR>>/org.jacoco.ant/target/classes
> Use of target 6 is no longer supported, switching to 7
> Use of source 6 is no longer supported, switching to 7
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.jacoco.ant ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/org.jacoco.ant/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.jacoco.ant ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ org.jacoco.ant ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ org.jacoco.ant ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/org.jacoco.ant/target/org.jacoco.ant-0.8.6.jar
> [INFO] 
> [INFO] --- maven-shade-plugin:3.4.0:shade (default) @ org.jacoco.ant ---
> [INFO] Including org.jacoco:org.jacoco.core:jar:0.8.6 in the shaded jar.
> [INFO] Including org.ow2.asm:asm:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-commons:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-analysis:jar:debian in the shaded jar.
> [INFO] Including org.ow2.asm:asm-tree:jar:debian in the shaded jar.
> [INFO] Including org.jacoco:org.jacoco.report:jar:0.8.6 in the shaded jar.
> [INFO] Including org.jacoco:org.jacoco.agent:jar:0.8.6 in the shaded jar.
> [INFO] Minimizing jar org.jacoco:org.jacoco.ant:jar:0.8.6
> [WARNING] /<<PKGBUILDDIR>>/org.jacoco.ant/target/classes (Is a directory)
> [INFO] Dependency-reduced POM written at: /<<PKGBUILDDIR>>/org.jacoco.ant/dependency-reduced-pom.xml
> [WARNING] org.jacoco.agent-0.8.6.jar, org.jacoco.ant-0.8.6.jar, org.jacoco.core-0.8.6.jar, org.jacoco.report-0.8.6.jar define 1 overlapping resource: 
> [WARNING]   - about.html
> [WARNING] asm-analysis-debian.jar, asm-commons-debian.jar, asm-debian.jar, asm-tree-debian.jar, org.jacoco.agent-0.8.6.jar, org.jacoco.ant-0.8.6.jar, org.jacoco.core-0.8.6.jar, org.jacoco.report-0.8.6.jar define 1 overlapping resource: 
> [WARNING]   - META-INF/MANIFEST.MF
> [WARNING] maven-shade-plugin has detected that some class files are
> [WARNING] present in two or more JARs. When this happens, only one
> [WARNING] single version of the class is copied to the uber jar.
> [WARNING] Usually this is not harmful and you can skip these warnings,
> [WARNING] otherwise try to manually exclude artifacts based on
> [WARNING] mvn dependency:tree -Ddetail=true and the above output.
> [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
> [INFO] Minimized 438 -> 371 (84%)
> [INFO] Attaching shaded artifact.
> [INFO] 
> [INFO] --- maven-bundle-plugin:3.5.1:bundle (default) @ org.jacoco.ant ---
> [WARNING] Bundle org.jacoco:org.jacoco.ant:jar:0.8.6 : Unused Export-Package instructions: [*.internal*] 
> [WARNING] Bundle org.jacoco:org.jacoco.ant:jar:0.8.6 : Host org.apache.ant=bundle-version="[1.7.0,2.0.0)" for this fragment/require bundle cannot be found on the classpath
> [WARNING] Bundle org.jacoco:org.jacoco.ant:jar:0.8.6 : Unused Import-Package instructions: [org.objectweb.asm.*] 
> [INFO] 
> [INFO] --------------------------< org.jacoco:root >---------------------------
> [INFO] Building root 0.8.6                                                [7/7]
> [INFO] --------------------------------[ pom ]---------------------------------
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary for root 0.8.6:
> [INFO] 
> [INFO] JaCoCo ............................................. SUCCESS [  0.524 s]
> [INFO] JaCoCo :: Core ..................................... SUCCESS [  2.432 s]
> [INFO] JaCoCo :: Report ................................... SUCCESS [  0.487 s]
> [INFO] JaCoCo :: Agent RT ................................. SUCCESS [  0.711 s]
> [INFO] JaCoCo :: Agent .................................... SUCCESS [  0.268 s]
> [INFO] JaCoCo :: Ant ...................................... SUCCESS [  0.550 s]
> [INFO] root ............................................... SUCCESS [  0.001 s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  5.106 s
> [INFO] Finished at: 2022-10-23T07:33:52Z
> [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 -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode test
> [INFO] Scanning for projects...
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO] 
> [INFO] JaCoCo                                                             [pom]
> [INFO] JaCoCo :: Core                                                     [jar]
> [INFO] JaCoCo :: Report                                                   [jar]
> [INFO] JaCoCo :: Agent RT                                                 [jar]
> [INFO] JaCoCo :: Agent                                                    [jar]
> [INFO] JaCoCo :: Ant                                                      [jar]
> [INFO] root                                                               [pom]
> [INFO] 
> [INFO] --------------------< org.jacoco:org.jacoco.build >---------------------
> [INFO] Building JaCoCo 0.8.6                                              [1/7]
> [INFO] --------------------------------[ pom ]---------------------------------
> [INFO] 
> [INFO] --- maven-antrun-plugin:1.8:run (check-license-header) @ org.jacoco.build ---
> [INFO] Executing tasks
> 
> main:
> [INFO] Executed tasks
> [INFO] 
> [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ org.jacoco.build ---
> [INFO] 
> [INFO] ---------------------< org.jacoco:org.jacoco.core >---------------------
> [INFO] Building JaCoCo :: Core 0.8.6                                      [2/7]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-antrun-plugin:1.8:run (check-license-header) @ org.jacoco.core ---
> [INFO] Executing tasks
> 
> main:
> [INFO] Executed tasks
> [INFO] 
> [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ org.jacoco.core ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.jacoco.core ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] Copying 1 resource
> [INFO] Copying 0 resource
> [INFO] Copying 1 resource
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.jacoco.core ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 123 source files to /<<PKGBUILDDIR>>/org.jacoco.core/target/classes
> Use of target 6 is no longer supported, switching to 7
> Use of source 6 is no longer supported, switching to 7
> [INFO] 
> [INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ org.jacoco.core ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.jacoco.core ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/org.jacoco.core/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.jacoco.core ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ org.jacoco.core ---
> [INFO] 
> [INFO] --------------------< org.jacoco:org.jacoco.report >--------------------
> [INFO] Building JaCoCo :: Report 0.8.6                                    [3/7]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-antrun-plugin:1.8:run (check-license-header) @ org.jacoco.report ---
> [INFO] Executing tasks
> 
> main:
> [INFO] Executed tasks
> [INFO] 
> [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ org.jacoco.report ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.jacoco.report ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 21 resources
> [INFO] Copying 0 resource
> [INFO] Copying 0 resource
> [INFO] Copying 1 resource
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.jacoco.report ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 68 source files to /<<PKGBUILDDIR>>/org.jacoco.report/target/classes
> Use of target 6 is no longer supported, switching to 7
> Use of source 6 is no longer supported, switching to 7
> [INFO] 
> [INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ org.jacoco.report ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.jacoco.report ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/org.jacoco.report/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.jacoco.report ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ org.jacoco.report ---
> [INFO] 
> [INFO] -------------------< org.jacoco:org.jacoco.agent.rt >-------------------
> [INFO] Building JaCoCo :: Agent RT 0.8.6                                  [4/7]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-antrun-plugin:1.8:run (check-license-header) @ org.jacoco.agent.rt ---
> [INFO] Executing tasks
> 
> main:
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary for root 0.8.6:
> [INFO] 
> [INFO] JaCoCo ............................................. SUCCESS [  0.502 s]
> [INFO] JaCoCo :: Core ..................................... SUCCESS [  2.257 s]
> [INFO] JaCoCo :: Report ................................... SUCCESS [  0.487 s]
> [INFO] JaCoCo :: Agent RT ................................. FAILURE [  0.064 s]
> [INFO] JaCoCo :: Agent .................................... SKIPPED
> [INFO] JaCoCo :: Ant ...................................... SKIPPED
> [INFO] root ............................................... SKIPPED
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  3.427 s
> [INFO] Finished at: 2022-10-23T07:33:56Z
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (check-license-header) on project org.jacoco.agent.rt: An Ant BuildException has occured: Invalid license info in: /<<PKGBUILDDIR>>/org.jacoco.agent.rt/dependency-reduced-pom.xml
> [ERROR] around Ant part ...<fail message="Invalid license info in: ${missing}">... @ 19:55 in /<<PKGBUILDDIR>>/org.jacoco.agent.rt/target/antrun/build-main.xml
> [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/MojoExecutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR]   mvn <args> -rf :org.jacoco.agent.rt
> dh_auto_test: error: /usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode test returned exit code 1
> make: *** [debian/rules:4: build] Error 25


The full build log is available from:
http://qa-logs.debian.net/2022/10/23/jacoco_0.8.6-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221023;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221023&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



More information about the pkg-java-maintainers mailing list