Bug#1028670: jgit: FTBFS: [ERROR] Failed to execute goal on project org.eclipse.jgit.pgm: Could not resolve dependencies for project org.eclipse.jgit:org.eclipse.jgit.pgm:jar:4.11.9.201909030838-r: Cannot access jgit-repository (https://repo.eclipse.org/content/repositories/jgit-releases/) in offline mode and the artifact log4j:log4j:jar:debian has not been downloaded from it before. -> [Help 1]

Lucas Nussbaum lucas at debian.org
Sat Jan 14 12:46:25 GMT 2023


Source: jgit
Version: 4.11.9-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20230113 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 -plibjgit-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
> 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] JGit - Parent                                                      [pom]
> [INFO] JGit - Core                                                        [jar]
> [INFO] JGit - Ant Tasks                                                   [jar]
> [INFO] JGit - Archive Formats                                             [jar]
> [INFO] JGit - AWT User Interface                                          [jar]
> [INFO] JGit - Apache httpclient based HTTP support                        [jar]
> [INFO] JGit - HTTP Server                                                 [jar]
> [INFO] JGit - Large File Storage                                          [jar]
> [INFO] JGit - Large File Storage Server                                   [jar]
> [INFO] JGit - Command Line Interface                                      [jar]
> [INFO] 
> [INFO] Using the MultiThreadedBuilder implementation with a thread count of 8
> [INFO] 
> [INFO] --------------< org.eclipse.jgit:org.eclipse.jgit-parent >--------------
> [INFO] Building JGit - Parent 4.11.9.201909030838-r                      [1/10]
> [INFO] --------------------------------[ pom ]---------------------------------
> [INFO] 
> [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit-parent ---
> [INFO] 
> [INFO] --- maven-antrun-plugin:3.1.0:run (translate-qualifier) @ org.eclipse.jgit-parent ---
> [INFO] Executing tasks
> [INFO] Executed tasks
> [INFO] 
> [INFO] -----------------< org.eclipse.jgit:org.eclipse.jgit >------------------
> [INFO] Building JGit - Core 4.11.9.201909030838-r                        [2/10]
> [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.0
> [INFO] 
> [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit ---
> [INFO] 
> [INFO] --- maven-antrun-plugin:3.1.0:run (translate-qualifier) @ org.eclipse.jgit ---
> [INFO] Executing tasks
> [INFO]      [copy] Copying 1 file to /<<PKGBUILDDIR>>/org.eclipse.jgit/target/META-INF
> [INFO] Executed tasks
> [INFO] 
> [INFO] --- maven-antrun-plugin:3.1.0:run (translate-source-qualifier) @ org.eclipse.jgit ---
> [INFO] Executing tasks
> [INFO]      [copy] Copying 1 file to /<<PKGBUILDDIR>>/org.eclipse.jgit/target/META-INF
> [INFO] Executed tasks
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jgit ---
> [INFO] Copying 2 resources
> [INFO] Copying 6 resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.eclipse.jgit ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 817 source files to /<<PKGBUILDDIR>>/org.eclipse.jgit/target/classes
> [INFO] /<<PKGBUILDDIR>>/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/BitmapIndexImpl.java: /<<PKGBUILDDIR>>/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/BitmapIndexImpl.java uses or overrides a deprecated API.
> [INFO] /<<PKGBUILDDIR>>/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/BitmapIndexImpl.java: Recompile with -Xlint:deprecation for details.
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jgit ---
> [INFO] Not copying test resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ org.eclipse.jgit ---
> [INFO] Not compiling test sources
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ org.eclipse.jgit ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ org.eclipse.jgit ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/org.eclipse.jgit/target/org.eclipse.jgit-4.11.9.201909030838-r.jar
> [INFO] 
> [INFO] ---------------< org.eclipse.jgit:org.eclipse.jgit.ant >----------------
> [INFO] Building JGit - Ant Tasks 4.11.9.201909030838-r                   [3/10]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] -------------< org.eclipse.jgit:org.eclipse.jgit.archive >--------------
> [INFO] 
> [INFO] ----------------< org.eclipse.jgit:org.eclipse.jgit.ui >----------------
> [INFO] Building JGit - AWT User Interface 4.11.9.201909030838-r          [5/10]
> [INFO] 
> [INFO] Building JGit - Archive Formats 4.11.9.201909030838-r             [4/10]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] -----------< org.eclipse.jgit:org.eclipse.jgit.http.apache >------------
> [INFO] Building JGit - Apache httpclient based HTTP support 4.11.9.201909030838-r [6/10]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] ---------------< org.eclipse.jgit:org.eclipse.jgit.lfs >----------------
> [INFO] Building JGit - Large File Storage 4.11.9.201909030838-r          [7/10]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] 
> [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.http.apache ---
> [INFO] -----------< org.eclipse.jgit:org.eclipse.jgit.http.server >------------
> [INFO] Building JGit - HTTP Server 4.11.9.201909030838-r                 [8/10]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.ant ---
> [INFO] 
> [INFO] --- maven-antrun-plugin:3.1.0:run (translate-qualifier) @ org.eclipse.jgit.http.apache ---
> [INFO] 
> [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.lfs ---
> [INFO] 
> [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.ui ---
> [INFO] 
> [INFO] --- maven-antrun-plugin:3.1.0:run (translate-qualifier) @ org.eclipse.jgit.lfs ---
> [INFO] 
> [INFO] --- maven-antrun-plugin:3.1.0:run (translate-qualifier) @ org.eclipse.jgit.ui ---
> [INFO] 
> [INFO] --- maven-antrun-plugin:3.1.0:run (translate-qualifier) @ org.eclipse.jgit.ant ---
> [INFO] 
> [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.archive ---
> [INFO] 
> [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.http.server ---
> [INFO] 
> [INFO] --- maven-antrun-plugin:3.1.0:run (translate-qualifier) @ org.eclipse.jgit.http.server ---
> [INFO] 
> [INFO] --- maven-antrun-plugin:3.1.0:run (translate-qualifier) @ org.eclipse.jgit.archive ---
> [INFO] Executing tasks
> [INFO]      [copy] Copying 1 file to /<<PKGBUILDDIR>>/org.eclipse.jgit.http.apache/target/META-INF
> [INFO] Executing tasks
> [INFO]      [copy] Copying 1 file to /<<PKGBUILDDIR>>/org.eclipse.jgit.ant/target/META-INF
> [INFO] Executing tasks
> [INFO] Executed tasks
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jgit.ant ---
> [INFO] Executing tasks
> [INFO] Copying 2 resources
> [INFO] Executed tasks
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jgit.http.apache ---
> [INFO] Copying 1 resource
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.eclipse.jgit.ant ---
> [INFO] Copying 2 resources
> [INFO] Copying 1 resource
> [INFO]      [copy] Copying 1 file to /<<PKGBUILDDIR>>/org.eclipse.jgit.http.server/target/META-INF
> [INFO] Changes detected - recompiling the module!
> [INFO] 
> [INFO]      [copy] Copying 1 file to /<<PKGBUILDDIR>>/org.eclipse.jgit.lfs/target/META-INF
> [INFO] Executing tasks
> [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.eclipse.jgit.http.apache ---
> [INFO]      [copy] Copying 1 file to /<<PKGBUILDDIR>>/org.eclipse.jgit.ui/target/META-INF
> [INFO] Executed tasks
> [INFO] Executed tasks
> [INFO] Compiling 4 source files to /<<PKGBUILDDIR>>/org.eclipse.jgit.ant/target/classes
> [INFO] Executed tasks
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jgit.ui ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 4 source files to /<<PKGBUILDDIR>>/org.eclipse.jgit.http.apache/target/classes
> [INFO] Copying 2 resources
> [INFO] Copying 1 resource
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.eclipse.jgit.ui ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jgit.http.server ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jgit.lfs ---
> [INFO] Copying 2 resources
> [INFO] Changes detected - recompiling the module!
> [INFO] Copying 2 resources
> [INFO] Compiling 6 source files to /<<PKGBUILDDIR>>/org.eclipse.jgit.ui/target/classes
> [INFO] Copying 1 resource
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.eclipse.jgit.http.server ---
> [INFO] Copying 1 resource
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.eclipse.jgit.lfs ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 32 source files to /<<PKGBUILDDIR>>/org.eclipse.jgit.lfs/target/classes
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 33 source files to /<<PKGBUILDDIR>>/org.eclipse.jgit.http.server/target/classes
> [INFO] Executing tasks
> [INFO]      [copy] Copying 1 file to /<<PKGBUILDDIR>>/org.eclipse.jgit.archive/target/META-INF
> [INFO] Executed tasks
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jgit.archive ---
> [INFO] Copying 2 resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.eclipse.jgit.archive ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 9 source files to /<<PKGBUILDDIR>>/org.eclipse.jgit.archive/target/classes
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jgit.ant ---
> [INFO] Not copying test resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ org.eclipse.jgit.ant ---
> [INFO] Not compiling test sources
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ org.eclipse.jgit.ant ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ org.eclipse.jgit.ant ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/org.eclipse.jgit.ant/target/org.eclipse.jgit.ant-4.11.9.201909030838-r.jar
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jgit.http.apache ---
> [INFO] Not copying test resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ org.eclipse.jgit.http.apache ---
> [INFO] Not compiling test sources
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ org.eclipse.jgit.http.apache ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ org.eclipse.jgit.http.apache ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/org.eclipse.jgit.http.apache/target/org.eclipse.jgit.http.apache-4.11.9.201909030838-r.jar
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jgit.ui ---
> [INFO] Not copying test resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ org.eclipse.jgit.ui ---
> [INFO] Not compiling test sources
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ org.eclipse.jgit.ui ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ org.eclipse.jgit.ui ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/org.eclipse.jgit.ui/target/org.eclipse.jgit.ui-4.11.9.201909030838-r.jar
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jgit.archive ---
> [INFO] Not copying test resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ org.eclipse.jgit.archive ---
> [INFO] Not compiling test sources
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ org.eclipse.jgit.archive ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ org.eclipse.jgit.archive ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/org.eclipse.jgit.archive/target/org.eclipse.jgit.archive-4.11.9.201909030838-r.jar
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jgit.http.server ---
> [INFO] Not copying test resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ org.eclipse.jgit.http.server ---
> [INFO] Not compiling test sources
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ org.eclipse.jgit.http.server ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ org.eclipse.jgit.http.server ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/org.eclipse.jgit.http.server/target/org.eclipse.jgit.http.server-4.11.9.201909030838-r.jar
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jgit.lfs ---
> [INFO] Not copying test resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ org.eclipse.jgit.lfs ---
> [INFO] Not compiling test sources
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ org.eclipse.jgit.lfs ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ org.eclipse.jgit.lfs ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/org.eclipse.jgit.lfs/target/org.eclipse.jgit.lfs-4.11.9.201909030838-r.jar
> [INFO] 
> [INFO] ------------< org.eclipse.jgit:org.eclipse.jgit.lfs.server >------------
> [INFO] Building JGit - Large File Storage Server 4.11.9.201909030838-r   [9/10]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.lfs.server ---
> [INFO] 
> [INFO] --- maven-antrun-plugin:3.1.0:run (translate-qualifier) @ org.eclipse.jgit.lfs.server ---
> [INFO] Executing tasks
> [INFO]      [copy] Copying 1 file to /<<PKGBUILDDIR>>/org.eclipse.jgit.lfs.server/target/META-INF
> [INFO] Executed tasks
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jgit.lfs.server ---
> [INFO] Copying 2 resources
> [INFO] Copying 1 resource
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.eclipse.jgit.lfs.server ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 14 source files to /<<PKGBUILDDIR>>/org.eclipse.jgit.lfs.server/target/classes
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jgit.lfs.server ---
> [INFO] Not copying test resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ org.eclipse.jgit.lfs.server ---
> [INFO] Not compiling test sources
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ org.eclipse.jgit.lfs.server ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ org.eclipse.jgit.lfs.server ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/org.eclipse.jgit.lfs.server/target/org.eclipse.jgit.lfs.server-4.11.9.201909030838-r.jar
> [INFO] 
> [INFO] ---------------< org.eclipse.jgit:org.eclipse.jgit.pgm >----------------
> [INFO] Building JGit - Command Line Interface 4.11.9.201909030838-r     [10/10]
> [INFO] --------------------------------[ jar ]---------------------------------
> [WARNING] The POM for log4j:log4j:jar:debian is missing, no dependency information available
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary for JGit - Parent 4.11.9.201909030838-r:
> [INFO] 
> [INFO] JGit - Parent ...................................... SUCCESS [  0.433 s]
> [INFO] JGit - Core ........................................ SUCCESS [  7.389 s]
> [INFO] JGit - Ant Tasks ................................... SUCCESS [  0.456 s]
> [INFO] JGit - Archive Formats ............................. SUCCESS [  0.494 s]
> [INFO] JGit - AWT User Interface .......................... SUCCESS [  0.481 s]
> [INFO] JGit - Apache httpclient based HTTP support ........ SUCCESS [  0.454 s]
> [INFO] JGit - HTTP Server ................................. SUCCESS [  0.586 s]
> [INFO] JGit - Large File Storage .......................... SUCCESS [  0.618 s]
> [INFO] JGit - Large File Storage Server ................... SUCCESS [  0.248 s]
> [INFO] JGit - Command Line Interface ...................... FAILURE [  0.027 s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  8.849 s (Wall Clock)
> [INFO] Finished at: 2023-01-13T20:29:49Z
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project org.eclipse.jgit.pgm: Could not resolve dependencies for project org.eclipse.jgit:org.eclipse.jgit.pgm:jar:4.11.9.201909030838-r: Cannot access jgit-repository (https://repo.eclipse.org/content/repositories/jgit-releases/) in offline mode and the artifact log4j:log4j:jar:debian has not been downloaded from it before. -> [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/DependencyResolutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR]   mvn <args> -rf :org.eclipse.jgit.pgm
> dh_auto_build: error: /usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1
> make: *** [debian/rules:4: build] Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/01/13/jgit_4.11.9-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230113;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230113&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 mark 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