Started by user Mikaël Barbero Running as Mikaël Barbero [Pipeline] Start of Pipeline [Pipeline] node Agent basic-c1m3s is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-c1m3s" namespace: "cbi" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.cbi.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-c1m3s" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-c1m3s" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.cbi.svc.cluster.local/cbi/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3131.vf2b_b_798b_ce99" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.gradle/daemon" name: "volume-6" readOnly: false - mountPath: "/home/jenkins/.gradle/caches" name: "volume-5" readOnly: false - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.gradle/gradle.properties" name: "gradle-secret-dir" readOnly: true subPath: "gradle.properties" - mountPath: "/home/jenkins/.gradle/workers" name: "volume-8" readOnly: false - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.gradle/native" name: "volume-7" readOnly: false - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/.gradle/wrapper" name: "volume-9" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-8" - emptyDir: medium: "" name: "volume-7" - emptyDir: medium: "" name: "volume-9" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" - emptyDir: medium: "" name: "volume-6" - emptyDir: medium: "" name: "volume-5" - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-cbi" readOnly: true - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - name: "gradle-secret-dir" secret: secretName: "gradle-secret-dir" Running on basic-c1m3s in /home/jenkins/agent/workspace/Sonatype_PoC/jgit [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare package) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] checkout The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://git.eclipse.org/r/jgit/jgit.git > git init /home/jenkins/agent/workspace/Sonatype_PoC/jgit # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/jgit/jgit.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://git.eclipse.org/r/jgit/jgit.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision d3962e0e722f40c02e06e785e0ec62fe1c536d7f (refs/tags/v6.6.0.202305301015-r) Commit message: "JGit v6.6.0.202305301015-r" > git config remote.origin.url https://git.eclipse.org/r/jgit/jgit.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/refs/tags/v6.6.0.202305301015-r^{commit} # timeout=10 > git rev-parse refs/tags/v6.6.0.202305301015-r^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d3962e0e722f40c02e06e785e0ec62fe1c536d7f # timeout=10 > git rev-list --no-walk d3962e0e722f40c02e06e785e0ec62fe1c536d7f # timeout=10 [Pipeline] sh + mvn -f pom.xml -Djgit.test.long=false clean verify -DskipTests Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.6, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [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 - BouncyCastle-based GPG support [jar] [INFO] JGit - Apache httpclient based HTTP support [jar] [INFO] JGit - HTTP Server [jar] [INFO] JGit - Apache sshd-based SSH support [jar] [INFO] JGit - Apache sshd SSH agent support [jar] [INFO] JGit - JSch-based SSH support [jar] [INFO] JGit - Large File Storage [jar] [INFO] JGit - Large File Storage Server [jar] [INFO] JGit - Command Line Interface [jar] [INFO] JGit - JUnit Utility Classes [jar] [INFO] JGit - JUnit Http Utility Classes [jar] [INFO] JGit - JUnit Ssh Utility Classes [jar] [INFO] JGit - Core Tests [jar] [INFO] JGit - Ant Tasks Tests [jar] [INFO] JGit - BouncyCastle GPG Tests [jar] [INFO] JGit - HTTP Tests [jar] [INFO] JGit - Command Line Interface Tests [jar] [INFO] JGit - Large File Storage Tests [jar] [INFO] JGit - LFS Server Tests [jar] [INFO] JGit - Apache sshd SSH Tests [jar] [INFO] JGit - JSch sshd SSH Tests [jar] [INFO] JGit - Test Coverage [pom] [INFO] JGit - JMH based benchmarks [jar] [INFO] [INFO] Using the MultiThreadedBuilder implementation with a thread count of 2 [INFO] [INFO] --------------< org.eclipse.jgit:org.eclipse.jgit-parent >-------------- [INFO] Building JGit - Parent 6.6.0.202305301015-r [1/28] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.jgit-parent --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit-parent --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit-parent --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- antrun:3.1.0:run (translate-qualifier) @ org.eclipse.jgit-parent --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ org.eclipse.jgit-parent >>> [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit-parent --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit-parent --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ org.eclipse.jgit-parent <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ org.eclipse.jgit-parent --- [INFO] [INFO] --- javadoc:3.5.0:jar (default) @ org.eclipse.jgit-parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.jgit-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.10:check (default-check) @ org.eclipse.jgit-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Sonatype_PoC/jgit/target/jacoco.exec [INFO] Artifact org.eclipse.jgit:org.eclipse.jgit:jar:6.6.0.202305301015-r is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.eclipse.jgit:org.eclipse.jgit.junit:jar:6.6.0.202305301015-r is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.eclipse.jgit:org.eclipse.jgit:jar:6.6.0.202305301015-r is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.eclipse.jgit:org.eclipse.jgit.junit:jar:6.6.0.202305301015-r is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] [INFO] --- license-tool:1.0.2:license-check (license-check) @ org.eclipse.jgit-parent --- [INFO] Querying Eclipse Foundation for license data for 67 items. [INFO] Found 64 items. [INFO] Querying ClearlyDefined for license data for 3 items. [INFO] Found 3 items. [INFO] Vetted license information was found for all content. No further investigation is required. [INFO] Summary file was written to: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/target/dash/summary [INFO] [INFO] -----------------< org.eclipse.jgit:org.eclipse.jgit >------------------ [INFO] Building JGit - Core 6.6.0.202305301015-r [2/28] [INFO] from org.eclipse.jgit/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.jgit --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- antrun:3.1.0:run (translate-qualifier) @ org.eclipse.jgit --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- antrun:3.1.0:run (translate-source-qualifier) @ org.eclipse.jgit --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jgit --- [INFO] Copying 2 resources from to target/classes [INFO] Copying 5 resources from resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.jgit --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug deprecation release 11] to target/classes [INFO] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/dfs/DfsInserter.java:[639,22] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/util/io/ThrowingPrintWriter.java:[14,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/util/io/ThrowingPrintWriter.java:[38,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/util/io/ThrowingPrintWriter.java:[39,6] The method doPrivileged(java.security.PrivilegedAction) from the type java.security.AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java:[33,8] The type java.security.AccessControlException has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java:[34,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java:[1286,17] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java:[1286,34] The method doPrivileged(java.security.PrivilegedAction) from the type java.security.AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java:[1424,12] The type java.security.AccessControlException has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java:[1427,22] The method getPermission() from the type java.security.AccessControlException is deprecated [INFO] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/treewalk/TreeWalk.java:[1386,20] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.unusedTypeParameter' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/transport/FetchProcess.java:[569,8] The method getRefs(java.lang.String) from the type org.eclipse.jgit.lib.RefDatabase is deprecated [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/util/FS_Win32_Cygwin.java:[17,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/util/FS_Win32_Cygwin.java:[46,23] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/util/FS_Win32_Cygwin.java:[47,6] The method doPrivileged(java.security.PrivilegedAction) from the type java.security.AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/util/FS_Win32_Cygwin.java:[105,23] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/util/FS_Win32_Cygwin.java:[105,40] The method doPrivileged(java.security.PrivilegedAction) from the type java.security.AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/util/SystemReader.java:[26,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/util/SystemReader.java:[589,10] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/util/SystemReader.java:[589,27] The method doPrivileged(java.security.PrivilegedAction) from the type java.security.AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/transport/SshSessionFactory.java:[14,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/transport/SshSessionFactory.java:[102,10] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/transport/SshSessionFactory.java:[103,6] The method doPrivileged(java.security.PrivilegedAction) from the type java.security.AccessController is deprecated [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ org.eclipse.jgit >>> [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ org.eclipse.jgit <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ org.eclipse.jgit --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/target/org.eclipse.jgit-6.6.0.202305301015-r-sources.jar [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jgit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.jgit --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0:test (default-test) @ org.eclipse.jgit --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.jgit --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/target/org.eclipse.jgit-6.6.0.202305301015-r.jar [INFO] [INFO] --- javadoc:3.5.0:jar (default) @ org.eclipse.jgit --- [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/lib/AbbrevConfig.java:21: warning: invalid input: '<' [WARNING] * Git configuration option RFC [WARNING] * {@link RFC [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/transport/http/HttpConnection.java:233: warning: invalid usage of tag {@link RFC [WARNING] * {@link RFC [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/util/IntList.java:235: warning: invalid input: '<' [WARNING] * @return a negative number if first < second, 0 if first == second, or [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/transport/http/HttpConnection.java:216: warning: invalid usage of tag {@link RFC [WARNING] * {@link RFC [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/transport/http/HttpConnection.java:233: warning: invalid usage of tag {@link RFC [WARNING] * {@link RFC [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/AbstractRevQueue.java:87: warning: @inheritDoc used but next() does not override or implement any method. [WARNING] public abstract RevCommit next(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/BlockRevQueue.java:61: warning: @inheritDoc used but shareFreeList(BlockRevQueue) does not override or implement any method. [WARNING] public void shareFreeList(BlockRevQueue q) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/AbstractRevQueue.java:87: warning: @inheritDoc used but next() does not override or implement any method. [WARNING] public abstract RevCommit next(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/BlockRevQueue.java:61: warning: @inheritDoc used but shareFreeList(BlockRevQueue) does not override or implement any method. [WARNING] public void shareFreeList(BlockRevQueue q) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/ObjectDirectory.java:239: warning: @inheritDoc used but getCommitGraph() does not override or implement any method. [WARNING] public Optional getCommitGraph() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/ObjectDirectory.java:150: warning: @inheritDoc used but getDirectory() does not override or implement any method. [WARNING] public final File getDirectory() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/ObjectDirectory.java:219: warning: @inheritDoc used but getPacks() does not override or implement any method. [WARNING] public Collection getPacks() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/ObjectDirectory.java:252: warning: @inheritDoc used but openPack(File) does not override or implement any method. [WARNING] public Pack openPack(File pack) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/ObjectDirectory.java:150: warning: @inheritDoc used but getDirectory() does not override or implement any method. [WARNING] public final File getDirectory() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/ObjectDirectory.java:219: warning: @inheritDoc used but getPacks() does not override or implement any method. [WARNING] public Collection getPacks() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/ObjectDirectory.java:239: warning: @inheritDoc used but getCommitGraph() does not override or implement any method. [WARNING] public Optional getCommitGraph() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/ObjectDirectory.java:252: warning: @inheritDoc used but openPack(File) does not override or implement any method. [WARNING] public Pack openPack(File pack) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/PackConfig.java:265: warning: @value tag (which references DEFAULT_SEARCH_FOR_REUSE_TIMEOUT) can only be used in constants. [WARNING] public static final Duration DEFAULT_SEARCH_FOR_REUSE_TIMEOUT = Duration [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/PackConfig.java:1193: warning: @value tag (which references DEFAULT_SEARCH_FOR_REUSE_TIMEOUT) can only be used in constants. [WARNING] public Duration getSearchForReuseTimeout() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/PackConfig.java:1240: warning: @value tag (which references DEFAULT_SEARCH_FOR_REUSE_TIMEOUT) can only be used in constants. [WARNING] public void setSearchForReuseTimeout(Duration timeout) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/util/StringUtils.java:356: warning: {@value} (referenced by @value tag) is an unknown reference. [WARNING] public static long parseLongWithSuffix(@NonNull String value, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/util/StringUtils.java:430: warning: {@value} (referenced by @value tag) is an unknown reference. [WARNING] public static int parseIntWithSuffix(@NonNull String value, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/lib/AbbrevConfig.java:21: warning: invalid input: '<' [WARNING] * Git configuration option getCommitGraph() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/ObjectDirectory.java:252: warning: @inheritDoc used but openPack(File) does not override or implement any method. [WARNING] public Pack openPack(File pack) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/ObjectDirectory.java:219: warning: @inheritDoc used but getPacks() does not override or implement any method. [WARNING] public Collection getPacks() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/AbstractRevQueue.java:87: warning: @inheritDoc used but next() does not override or implement any method. [WARNING] public abstract RevCommit next(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/AbstractRevQueue.java:87: warning: @inheritDoc used but next() does not override or implement any method. [WARNING] public abstract RevCommit next(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/AbstractRevQueue.java:87: warning: @inheritDoc used but next() does not override or implement any method. [WARNING] public abstract RevCommit next(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/transport/BasePackConnection.java:93: warning: Tag link: reference not accessible: org.eclipse.jgit.transport.BasePackConnection [WARNING] /** Packet line decoder around {@link #in}. */ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/transport/BasePackConnection.java:93: warning: Tag link: reference not accessible: org.eclipse.jgit.transport.BasePackConnection [WARNING] /** Packet line decoder around {@link #in}. */ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/transport/BasePackConnection.java:96: warning: Tag link: reference not accessible: org.eclipse.jgit.transport.BasePackConnection [WARNING] /** Packet line encoder around {@link #out}. */ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/transport/BasePackConnection.java:96: warning: Tag link: reference not accessible: org.eclipse.jgit.transport.BasePackConnection [WARNING] /** Packet line encoder around {@link #out}. */ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/transport/BasePackConnection.java:75: warning: Tag link: reference not accessible: org.eclipse.jgit.transport.BasePackConnection [WARNING] /** A transport connected to {@link #uri}. */ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/transport/BasePackConnection.java:75: warning: Tag link: reference not accessible: org.eclipse.jgit.transport.BasePackConnection [WARNING] /** A transport connected to {@link #uri}. */ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/lib/AbbrevConfig.java:21: warning: invalid input: '<' [WARNING] * Git configuration option getCommitGraph() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/ObjectDirectory.java:150: warning: @inheritDoc used but getDirectory() does not override or implement any method. [WARNING] public final File getDirectory() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/ObjectDirectory.java:219: warning: @inheritDoc used but getPacks() does not override or implement any method. [WARNING] public Collection getPacks() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/patch/CombinedFileHeader.java:57: warning: @inheritDoc used but getParentCount() does not override or implement any method. [WARNING] public int getParentCount() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/patch/CombinedFileHeader.java:119: warning: @inheritDoc used but getScriptText(Charset[]) does not override or implement any method. [WARNING] public String getScriptText(Charset[] charsetGuess) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/AbstractRevQueue.java:87: warning: @inheritDoc used but next() does not override or implement any method. [WARNING] public abstract RevCommit next(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/AbstractRevQueue.java:87: warning: @inheritDoc used but next() does not override or implement any method. [WARNING] public abstract RevCommit next(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/AbstractRevQueue.java:87: warning: @inheritDoc used but next() does not override or implement any method. [WARNING] public abstract RevCommit next(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/ObjectDirectory.java:252: warning: @inheritDoc used but openPack(File) does not override or implement any method. [WARNING] public Pack openPack(File pack) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/transport/BasePackConnection.java:99: warning: Tag link: reference not accessible: org.eclipse.jgit.transport.BasePackConnection [WARNING] /** Send {@link PacketLineOut#end()} before closing {@link #out}? */ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/patch/CombinedFileHeader.java:161: warning: @inheritDoc used but parseIndexLine(int, int) does not override or implement any method. [WARNING] protected void parseIndexLine(int ptr, int eol) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/patch/CombinedFileHeader.java:183: warning: @inheritDoc used but parseNewFileMode(int, int) does not override or implement any method. [WARNING] protected void parseNewFileMode(int ptr, int eol) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/transport/BasePackConnection.java:93: warning: Tag link: reference not accessible: org.eclipse.jgit.transport.BasePackConnection [WARNING] /** Packet line decoder around {@link #in}. */ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/transport/BasePackConnection.java:96: warning: Tag link: reference not accessible: org.eclipse.jgit.transport.BasePackConnection [WARNING] /** Packet line encoder around {@link #out}. */ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/dircache/BaseDirCacheEditor.java:140: warning: Tag link: reference not accessible: org.eclipse.jgit.dircache.BaseDirCacheEditor [WARNING] * Update the DirCache with the contents of {@link #entries}. [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/BlockRevQueue.java:61: warning: @inheritDoc used but shareFreeList(BlockRevQueue) does not override or implement any method. [WARNING] public void shareFreeList(BlockRevQueue q) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/transport/BasePackConnection.java:75: warning: Tag link: reference not accessible: org.eclipse.jgit.transport.BasePackConnection [WARNING] /** A transport connected to {@link #uri}. */ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/src/org/eclipse/jgit/lib/Constants.java:342: warning: invalid usage of tag {@link "https://wiki.archlinux.org/index.php/XDG_Base_Directory" [WARNING] * {@link "https://wiki.archlinux.org/index.php/XDG_Base_Directory"} [WARNING] ^ [WARNING] 86 warnings [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/target/org.eclipse.jgit-6.6.0.202305301015-r-javadoc.jar [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.jgit --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.10:check (default-check) @ org.eclipse.jgit --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/target/jacoco.exec [INFO] [INFO] --- license-tool:1.0.2:license-check (license-check) @ org.eclipse.jgit --- [INFO] [INFO] --- japicmp:0.17.2:cmp (default) @ org.eclipse.jgit --- [INFO] Written file '/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit/target/japicmp/japicmp.html'. [INFO] [INFO] [INFO] -------------< org.eclipse.jgit:org.eclipse.jgit.archive >-------------- [INFO] ---------------< org.eclipse.jgit:org.eclipse.jgit.ant >---------------- [INFO] Building JGit - Archive Formats 6.6.0.202305301015-r [3/28] [INFO] Building JGit - Ant Tasks 6.6.0.202305301015-r [4/28] [INFO] from org.eclipse.jgit.archive/pom.xml [INFO] from org.eclipse.jgit.ant/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.jgit.archive --- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.jgit.ant --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.ant --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.archive --- [INFO] [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.archive --- [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.ant --- [INFO] [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.archive --- [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.ant --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.archive/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ant/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] [INFO] --- antrun:3.1.0:run (translate-qualifier) @ org.eclipse.jgit.ant --- [INFO] --- antrun:3.1.0:run (translate-qualifier) @ org.eclipse.jgit.archive --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ant/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- antrun:3.1.0:run (translate-source-qualifier) @ org.eclipse.jgit.ant --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.archive/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- antrun:3.1.0:run (translate-source-qualifier) @ org.eclipse.jgit.archive --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ant/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jgit.ant --- [INFO] Copying 2 resources from to target/classes [INFO] Copying 1 resource from resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.jgit.ant --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.archive/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jgit.archive --- [INFO] Copying 2 resources from to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.jgit.archive --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug deprecation release 11] to target/classes [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug deprecation release 11] to target/classes [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ org.eclipse.jgit.ant >>> [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.ant --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.ant --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.ant --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ant/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ org.eclipse.jgit.ant <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ org.eclipse.jgit.ant --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ant/target/org.eclipse.jgit.ant-6.6.0.202305301015-r-sources.jar [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jgit.ant --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ant/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.jgit.ant --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0:test (default-test) @ org.eclipse.jgit.ant --- [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ org.eclipse.jgit.archive >>> [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.jgit.ant --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.archive --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.archive --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.archive --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.archive/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ org.eclipse.jgit.archive <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ org.eclipse.jgit.archive --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ant/target/org.eclipse.jgit.ant-6.6.0.202305301015-r.jar [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.archive/target/org.eclipse.jgit.archive-6.6.0.202305301015-r-sources.jar [INFO] [INFO] --- javadoc:3.5.0:jar (default) @ org.eclipse.jgit.ant --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jgit.archive --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.archive/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.jgit.archive --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0:test (default-test) @ org.eclipse.jgit.archive --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.jgit.archive --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.archive/target/org.eclipse.jgit.archive-6.6.0.202305301015-r.jar [INFO] [INFO] --- javadoc:3.5.0:jar (default) @ org.eclipse.jgit.archive --- [INFO] No previous run data found, generating javadoc. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ant/target/org.eclipse.jgit.ant-6.6.0.202305301015-r-javadoc.jar [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.jgit.ant --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.10:check (default-check) @ org.eclipse.jgit.ant --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ant/target/jacoco.exec [WARNING] ***************************************************************** [WARNING] * An aggregator mojo is already being executed in this * [WARNING] * parallel build, those kind of mojos require exclusive access * [WARNING] * to reactor to prevent race conditions. This mojo execution * [WARNING] * will be blocked until the aggregator mojo is done. * [WARNING] ***************************************************************** [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.archive/target/org.eclipse.jgit.archive-6.6.0.202305301015-r-javadoc.jar [INFO] [INFO] --- license-tool:1.0.2:license-check (license-check) @ org.eclipse.jgit.ant --- [WARNING] ***************************************************************** [WARNING] * The org.eclipse.dash:license-tool-plugin:1.0.2:license-check * [WARNING] * aggregator mojo is already being executed in this parallel * [WARNING] * build, those kind of mojos require exclusive access to * [WARNING] * reactor to prevent race conditions. This mojo execution will * [WARNING] * be blocked until the aggregator mojo is done. * [WARNING] ***************************************************************** [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.jgit.archive --- [INFO] [INFO] --- japicmp:0.17.2:cmp (default) @ org.eclipse.jgit.ant --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.10:check (default-check) @ org.eclipse.jgit.archive --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.archive/target/jacoco.exec [WARNING] ***************************************************************** [WARNING] * An aggregator mojo is already being executed in this * [WARNING] * parallel build, those kind of mojos require exclusive access * [WARNING] * to reactor to prevent race conditions. This mojo execution * [WARNING] * will be blocked until the aggregator mojo is done. * [WARNING] ***************************************************************** [INFO] Written file '/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ant/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ant/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ant/target/japicmp/japicmp.html'. [INFO] [INFO] ----------------< org.eclipse.jgit:org.eclipse.jgit.ui >---------------- [INFO] Building JGit - AWT User Interface 6.6.0.202305301015-r [5/28] [INFO] from org.eclipse.jgit.ui/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- license-tool:1.0.2:license-check (license-check) @ org.eclipse.jgit.archive --- [INFO] [INFO] --- japicmp:0.17.2:cmp (default) @ org.eclipse.jgit.archive --- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.jgit.ui --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.ui --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.ui --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ui/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- antrun:3.1.0:run (translate-qualifier) @ org.eclipse.jgit.ui --- [INFO] Written file '/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.archive/target/japicmp/japicmp.diff'. [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ui/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- antrun:3.1.0:run (translate-source-qualifier) @ org.eclipse.jgit.ui --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ui/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jgit.ui --- [INFO] Copying 2 resources from to target/classes [INFO] Copying 1 resource from resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.jgit.ui --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug deprecation release 11] to target/classes [INFO] Written file '/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.archive/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.archive/target/japicmp/japicmp.html'. [INFO] [INFO] --------------< org.eclipse.jgit:org.eclipse.jgit.gpg.bc >-------------- [INFO] Building JGit - BouncyCastle-based GPG support 6.6.0.202305301015-r [6/28] [INFO] from org.eclipse.jgit.gpg.bc/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.jgit.gpg.bc --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.gpg.bc --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.gpg.bc --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.gpg.bc --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.gpg.bc/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- antrun:3.1.0:run (translate-qualifier) @ org.eclipse.jgit.gpg.bc --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.gpg.bc/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- antrun:3.1.0:run (translate-source-qualifier) @ org.eclipse.jgit.gpg.bc --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.gpg.bc/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jgit.gpg.bc --- [INFO] Copying 2 resources from to target/classes [INFO] Copying 3 resources from resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.jgit.gpg.bc --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug deprecation release 11] to target/classes [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ org.eclipse.jgit.ui >>> [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.ui --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.ui --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ui/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ org.eclipse.jgit.ui <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ org.eclipse.jgit.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ui/target/org.eclipse.jgit.ui-6.6.0.202305301015-r-sources.jar [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jgit.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ui/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.jgit.ui --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0:test (default-test) @ org.eclipse.jgit.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.jgit.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ui/target/org.eclipse.jgit.ui-6.6.0.202305301015-r.jar [INFO] [INFO] --- javadoc:3.5.0:jar (default) @ org.eclipse.jgit.ui --- [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.gpg.bc/src/org/eclipse/jgit/gpg/bc/internal/keys/KeyGrip.java:[102,31] The field org.bouncycastle.bcpg.PublicKeyAlgorithmTags.EDDSA is deprecated [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.gpg.bc/src/org/eclipse/jgit/gpg/bc/internal/keys/KeyGrip.java:[144,59] The field org.bouncycastle.bcpg.PublicKeyAlgorithmTags.EDDSA is deprecated [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ org.eclipse.jgit.gpg.bc >>> [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.gpg.bc --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.gpg.bc --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.gpg.bc --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.gpg.bc/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ org.eclipse.jgit.gpg.bc <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ org.eclipse.jgit.gpg.bc --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.gpg.bc/target/org.eclipse.jgit.gpg.bc-6.6.0.202305301015-r-sources.jar [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jgit.gpg.bc --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.gpg.bc/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.jgit.gpg.bc --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0:test (default-test) @ org.eclipse.jgit.gpg.bc --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.jgit.gpg.bc --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.gpg.bc/target/org.eclipse.jgit.gpg.bc-6.6.0.202305301015-r.jar [INFO] [INFO] --- javadoc:3.5.0:jar (default) @ org.eclipse.jgit.gpg.bc --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ui/target/org.eclipse.jgit.ui-6.6.0.202305301015-r-javadoc.jar [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.jgit.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.10:check (default-check) @ org.eclipse.jgit.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ui/target/jacoco.exec [WARNING] ***************************************************************** [WARNING] * An aggregator mojo is already being executed in this * [WARNING] * parallel build, those kind of mojos require exclusive access * [WARNING] * to reactor to prevent race conditions. This mojo execution * [WARNING] * will be blocked until the aggregator mojo is done. * [WARNING] ***************************************************************** [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.gpg.bc/target/org.eclipse.jgit.gpg.bc-6.6.0.202305301015-r-javadoc.jar [INFO] [INFO] --- license-tool:1.0.2:license-check (license-check) @ org.eclipse.jgit.ui --- [WARNING] ***************************************************************** [WARNING] * The org.eclipse.dash:license-tool-plugin:1.0.2:license-check * [WARNING] * aggregator mojo is already being executed in this parallel * [WARNING] * build, those kind of mojos require exclusive access to * [WARNING] * reactor to prevent race conditions. This mojo execution will * [WARNING] * be blocked until the aggregator mojo is done. * [WARNING] ***************************************************************** [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.jgit.gpg.bc --- [INFO] [INFO] -----------< org.eclipse.jgit:org.eclipse.jgit.http.apache >------------ [INFO] Building JGit - Apache httpclient based HTTP support 6.6.0.202305301015-r [7/28] [INFO] from org.eclipse.jgit.http.apache/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.10:check (default-check) @ org.eclipse.jgit.gpg.bc --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.gpg.bc/target/jacoco.exec [INFO] [INFO] --- license-tool:1.0.2:license-check (license-check) @ org.eclipse.jgit.gpg.bc --- [INFO] [INFO] --- japicmp:0.17.2:cmp (default) @ org.eclipse.jgit.gpg.bc --- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.jgit.http.apache --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.http.apache --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.http.apache --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.http.apache --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.http.apache/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- antrun:3.1.0:run (translate-qualifier) @ org.eclipse.jgit.http.apache --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.http.apache/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- antrun:3.1.0:run (translate-source-qualifier) @ org.eclipse.jgit.http.apache --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.http.apache/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jgit.http.apache --- [INFO] Copying 2 resources from to target/classes [INFO] Copying 1 resource from resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.jgit.http.apache --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug deprecation release 11] to target/classes [INFO] Written file '/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.gpg.bc/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.gpg.bc/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.gpg.bc/target/japicmp/japicmp.html'. [INFO] [INFO] -----------< org.eclipse.jgit:org.eclipse.jgit.http.server >------------ [INFO] Building JGit - HTTP Server 6.6.0.202305301015-r [8/28] [INFO] from org.eclipse.jgit.http.server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.jgit.http.server --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.http.server --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.http.server --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.http.server --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.http.server/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- antrun:3.1.0:run (translate-qualifier) @ org.eclipse.jgit.http.server --- [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ org.eclipse.jgit.http.apache >>> [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.http.apache --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.http.apache --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.http.apache --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.http.apache/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ org.eclipse.jgit.http.apache <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ org.eclipse.jgit.http.apache --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.http.apache/target/org.eclipse.jgit.http.apache-6.6.0.202305301015-r-sources.jar [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.http.server/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- antrun:3.1.0:run (translate-source-qualifier) @ org.eclipse.jgit.http.server --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jgit.http.apache --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.http.apache/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.jgit.http.apache --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0:test (default-test) @ org.eclipse.jgit.http.apache --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.jgit.http.apache --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.http.apache/target/org.eclipse.jgit.http.apache-6.6.0.202305301015-r.jar [INFO] [INFO] --- javadoc:3.5.0:jar (default) @ org.eclipse.jgit.http.apache --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.http.server/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jgit.http.server --- [INFO] Copying 2 resources from to target/classes [INFO] Copying 1 resource from resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.jgit.http.server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug deprecation release 11] to target/classes [INFO] No previous run data found, generating javadoc. [INFO] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.http.server/src/org/eclipse/jgit/http/server/UploadPackServlet.java:[180,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ org.eclipse.jgit.http.server >>> [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.http.server --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.http.server --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.http.server --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.http.server/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ org.eclipse.jgit.http.server <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ org.eclipse.jgit.http.server --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.http.server/target/org.eclipse.jgit.http.server-6.6.0.202305301015-r-sources.jar [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jgit.http.server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.http.server/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.jgit.http.server --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0:test (default-test) @ org.eclipse.jgit.http.server --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.jgit.http.server --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.http.server/target/org.eclipse.jgit.http.server-6.6.0.202305301015-r.jar [INFO] [INFO] --- javadoc:3.5.0:jar (default) @ org.eclipse.jgit.http.server --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.http.apache/target/org.eclipse.jgit.http.apache-6.6.0.202305301015-r-javadoc.jar [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.jgit.http.apache --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.10:check (default-check) @ org.eclipse.jgit.http.apache --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.http.apache/target/jacoco.exec [WARNING] ***************************************************************** [WARNING] * An aggregator mojo is already being executed in this * [WARNING] * parallel build, those kind of mojos require exclusive access * [WARNING] * to reactor to prevent race conditions. This mojo execution * [WARNING] * will be blocked until the aggregator mojo is done. * [WARNING] ***************************************************************** [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.http.server/target/org.eclipse.jgit.http.server-6.6.0.202305301015-r-javadoc.jar [INFO] [INFO] --- license-tool:1.0.2:license-check (license-check) @ org.eclipse.jgit.http.apache --- [WARNING] ***************************************************************** [WARNING] * The org.eclipse.dash:license-tool-plugin:1.0.2:license-check * [WARNING] * aggregator mojo is already being executed in this parallel * [WARNING] * build, those kind of mojos require exclusive access to * [WARNING] * reactor to prevent race conditions. This mojo execution will * [WARNING] * be blocked until the aggregator mojo is done. * [WARNING] ***************************************************************** [INFO] [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.jgit.http.server --- [INFO] --- japicmp:0.17.2:cmp (default) @ org.eclipse.jgit.http.apache --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.10:check (default-check) @ org.eclipse.jgit.http.server --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.http.server/target/jacoco.exec [WARNING] ***************************************************************** [WARNING] * An aggregator mojo is already being executed in this * [WARNING] * parallel build, those kind of mojos require exclusive access * [WARNING] * to reactor to prevent race conditions. This mojo execution * [WARNING] * will be blocked until the aggregator mojo is done. * [WARNING] ***************************************************************** [INFO] Written file '/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.http.apache/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.http.apache/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.http.apache/target/japicmp/japicmp.html'. [INFO] [INFO] [INFO] ------------< org.eclipse.jgit:org.eclipse.jgit.ssh.apache >------------ [INFO] --- license-tool:1.0.2:license-check (license-check) @ org.eclipse.jgit.http.server --- [INFO] Building JGit - Apache sshd-based SSH support 6.6.0.202305301015-r [9/28] [INFO] from org.eclipse.jgit.ssh.apache/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- japicmp:0.17.2:cmp (default) @ org.eclipse.jgit.http.server --- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.jgit.ssh.apache --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.ssh.apache --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.ssh.apache --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.ssh.apache --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.apache/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- antrun:3.1.0:run (translate-qualifier) @ org.eclipse.jgit.ssh.apache --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.apache/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- antrun:3.1.0:run (translate-source-qualifier) @ org.eclipse.jgit.ssh.apache --- [INFO] Written file '/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.http.server/target/japicmp/japicmp.diff'. [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.apache/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jgit.ssh.apache --- [INFO] Copying 2 resources from to target/classes [INFO] Copying 2 resources from resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.jgit.ssh.apache --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug deprecation release 11] to target/classes [INFO] Written file '/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.http.server/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.http.server/target/japicmp/japicmp.html'. [INFO] [INFO] -------------< org.eclipse.jgit:org.eclipse.jgit.ssh.jsch >------------- [INFO] Building JGit - JSch-based SSH support 6.6.0.202305301015-r [10/28] [INFO] from org.eclipse.jgit.ssh.jsch/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.jgit.ssh.jsch --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.ssh.jsch --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.ssh.jsch --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.ssh.jsch --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.jsch/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- antrun:3.1.0:run (translate-qualifier) @ org.eclipse.jgit.ssh.jsch --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.jsch/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- antrun:3.1.0:run (translate-source-qualifier) @ org.eclipse.jgit.ssh.jsch --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.jsch/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jgit.ssh.jsch --- [INFO] Copying 2 resources from to target/classes [INFO] Copying 2 resources from resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.jgit.ssh.jsch --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug deprecation release 11] to target/classes [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ org.eclipse.jgit.ssh.jsch >>> [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.ssh.jsch --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.ssh.jsch --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.ssh.jsch --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.jsch/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ org.eclipse.jgit.ssh.jsch <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ org.eclipse.jgit.ssh.jsch --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.jsch/target/org.eclipse.jgit.ssh.jsch-6.6.0.202305301015-r-sources.jar [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jgit.ssh.jsch --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.jsch/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.jgit.ssh.jsch --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0:test (default-test) @ org.eclipse.jgit.ssh.jsch --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.jgit.ssh.jsch --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.jsch/target/org.eclipse.jgit.ssh.jsch-6.6.0.202305301015-r.jar [INFO] [INFO] --- javadoc:3.5.0:jar (default) @ org.eclipse.jgit.ssh.jsch --- [INFO] No previous run data found, generating javadoc. [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.apache/src/org/eclipse/jgit/internal/transport/sshd/auth/BasicAuthentication.java:[20,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.apache/src/org/eclipse/jgit/internal/transport/sshd/auth/BasicAuthentication.java:[115,33] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.apache/src/org/eclipse/jgit/internal/transport/sshd/auth/BasicAuthentication.java:[115,50] The method doPrivileged(java.security.PrivilegedAction) from the type java.security.AccessController is deprecated [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ org.eclipse.jgit.ssh.apache >>> [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.ssh.apache --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.ssh.apache --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.ssh.apache --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.apache/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ org.eclipse.jgit.ssh.apache <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ org.eclipse.jgit.ssh.apache --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.apache/target/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r-sources.jar [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jgit.ssh.apache --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.apache/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.jgit.ssh.apache --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0:test (default-test) @ org.eclipse.jgit.ssh.apache --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.jgit.ssh.apache --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.apache/target/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r.jar [INFO] [INFO] --- javadoc:3.5.0:jar (default) @ org.eclipse.jgit.ssh.apache --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.jsch/target/org.eclipse.jgit.ssh.jsch-6.6.0.202305301015-r-javadoc.jar [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.jgit.ssh.jsch --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.10:check (default-check) @ org.eclipse.jgit.ssh.jsch --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.jsch/target/jacoco.exec [WARNING] ***************************************************************** [WARNING] * An aggregator mojo is already being executed in this * [WARNING] * parallel build, those kind of mojos require exclusive access * [WARNING] * to reactor to prevent race conditions. This mojo execution * [WARNING] * will be blocked until the aggregator mojo is done. * [WARNING] ***************************************************************** [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.apache/target/org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r-javadoc.jar [INFO] [WARNING] ***************************************************************** [WARNING] * The org.eclipse.dash:license-tool-plugin:1.0.2:license-check * [WARNING] * aggregator mojo is already being executed in this parallel * [WARNING] * build, those kind of mojos require exclusive access to * [WARNING] * reactor to prevent race conditions. This mojo execution will * [INFO] --- license-tool:1.0.2:license-check (license-check) @ org.eclipse.jgit.ssh.jsch --- [WARNING] * be blocked until the aggregator mojo is done. * [WARNING] ***************************************************************** [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.jgit.ssh.apache --- [INFO] [INFO] --- japicmp:0.17.2:cmp (default) @ org.eclipse.jgit.ssh.jsch --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.10:check (default-check) @ org.eclipse.jgit.ssh.apache --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.apache/target/jacoco.exec [WARNING] ***************************************************************** [WARNING] * An aggregator mojo is already being executed in this * [WARNING] * parallel build, those kind of mojos require exclusive access * [WARNING] * to reactor to prevent race conditions. This mojo execution * [WARNING] * will be blocked until the aggregator mojo is done. * [WARNING] ***************************************************************** [INFO] Written file '/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.jsch/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.jsch/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.jsch/target/japicmp/japicmp.html'. [INFO] [INFO] --- license-tool:1.0.2:license-check (license-check) @ org.eclipse.jgit.ssh.apache --- [INFO] [INFO] ---------------< org.eclipse.jgit:org.eclipse.jgit.lfs >---------------- [INFO] Building JGit - Large File Storage 6.6.0.202305301015-r [11/28] [INFO] from org.eclipse.jgit.lfs/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- japicmp:0.17.2:cmp (default) @ org.eclipse.jgit.ssh.apache --- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.jgit.lfs --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.lfs --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.lfs --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.lfs --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.lfs/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- antrun:3.1.0:run (translate-qualifier) @ org.eclipse.jgit.lfs --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.lfs/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- antrun:3.1.0:run (translate-source-qualifier) @ org.eclipse.jgit.lfs --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.lfs/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jgit.lfs --- [INFO] Copying 2 resources from to target/classes [INFO] Copying 1 resource from resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.jgit.lfs --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug deprecation release 11] to target/classes [INFO] Written file '/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.apache/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.apache/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.apache/target/japicmp/japicmp.html'. [INFO] [INFO] --------------< org.eclipse.jgit:org.eclipse.jgit.junit >--------------- [INFO] Building JGit - JUnit Utility Classes 6.6.0.202305301015-r [12/28] [INFO] from org.eclipse.jgit.junit/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.jgit.junit --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.junit --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.junit --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.junit --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.junit/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- antrun:3.1.0:run (translate-qualifier) @ org.eclipse.jgit.junit --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.junit/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- antrun:3.1.0:run (translate-source-qualifier) @ org.eclipse.jgit.junit --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.junit/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jgit.junit --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.jgit.junit --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug deprecation release 11] to target/classes [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ org.eclipse.jgit.lfs >>> [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.lfs --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.lfs --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.lfs --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.lfs/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ org.eclipse.jgit.lfs <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ org.eclipse.jgit.lfs --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.lfs/target/org.eclipse.jgit.lfs-6.6.0.202305301015-r-sources.jar [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jgit.lfs --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.lfs/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.jgit.lfs --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0:test (default-test) @ org.eclipse.jgit.lfs --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.jgit.lfs --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.lfs/target/org.eclipse.jgit.lfs-6.6.0.202305301015-r.jar [INFO] [INFO] --- javadoc:3.5.0:jar (default) @ org.eclipse.jgit.lfs --- [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ org.eclipse.jgit.junit >>> [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.junit --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.junit --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.junit --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.junit/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ org.eclipse.jgit.junit <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ org.eclipse.jgit.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.junit/target/org.eclipse.jgit.junit-6.6.0.202305301015-r-sources.jar [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jgit.junit --- [INFO] No previous run data found, generating javadoc. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.junit/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.jgit.junit --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0:test (default-test) @ org.eclipse.jgit.junit --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.jgit.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.junit/target/org.eclipse.jgit.junit-6.6.0.202305301015-r.jar [INFO] [INFO] --- javadoc:3.5.0:jar (default) @ org.eclipse.jgit.junit --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.junit/target/org.eclipse.jgit.junit-6.6.0.202305301015-r-javadoc.jar [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.jgit.junit --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.10:check (default-check) @ org.eclipse.jgit.junit --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.junit/target/jacoco.exec [WARNING] ***************************************************************** [WARNING] * An aggregator mojo is already being executed in this * [WARNING] * parallel build, those kind of mojos require exclusive access * [WARNING] * to reactor to prevent race conditions. This mojo execution * [WARNING] * will be blocked until the aggregator mojo is done. * [WARNING] ***************************************************************** [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.lfs/target/org.eclipse.jgit.lfs-6.6.0.202305301015-r-javadoc.jar [INFO] [INFO] --- license-tool:1.0.2:license-check (license-check) @ org.eclipse.jgit.junit --- [WARNING] ***************************************************************** [WARNING] * The org.eclipse.dash:license-tool-plugin:1.0.2:license-check * [WARNING] * aggregator mojo is already being executed in this parallel * [WARNING] * build, those kind of mojos require exclusive access to * [WARNING] * reactor to prevent race conditions. This mojo execution will * [WARNING] * be blocked until the aggregator mojo is done. * [WARNING] ***************************************************************** [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.jgit.lfs --- [INFO] [INFO] ---------< org.eclipse.jgit:org.eclipse.jgit.ssh.apache.agent >--------- [INFO] Building JGit - Apache sshd SSH agent support 6.6.0.202305301015-r [13/28] [INFO] from org.eclipse.jgit.ssh.apache.agent/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.10:check (default-check) @ org.eclipse.jgit.lfs --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.lfs/target/jacoco.exec [INFO] [INFO] --- license-tool:1.0.2:license-check (license-check) @ org.eclipse.jgit.lfs --- [INFO] [INFO] ------------< org.eclipse.jgit:org.eclipse.jgit.junit.http >------------ [INFO] Building JGit - JUnit Http Utility Classes 6.6.0.202305301015-r [14/28] [INFO] from org.eclipse.jgit.junit.http/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.jgit.ssh.apache.agent --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.ssh.apache.agent --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.ssh.apache.agent --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.ssh.apache.agent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.apache.agent/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- antrun:3.1.0:run (translate-qualifier) @ org.eclipse.jgit.ssh.apache.agent --- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.jgit.junit.http --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.junit.http --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.junit.http --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.junit.http --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.junit.http/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- antrun:3.1.0:run (translate-qualifier) @ org.eclipse.jgit.junit.http --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.apache.agent/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- antrun:3.1.0:run (translate-source-qualifier) @ org.eclipse.jgit.ssh.apache.agent --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.junit.http/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- antrun:3.1.0:run (translate-source-qualifier) @ org.eclipse.jgit.junit.http --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.apache.agent/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jgit.ssh.apache.agent --- [INFO] Copying 2 resources from to target/classes [INFO] Copying 2 resources from resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.jgit.ssh.apache.agent --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug deprecation release 11] to target/classes [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.junit.http/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jgit.junit.http --- [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.jgit.junit.http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug deprecation release 11] to target/classes [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ org.eclipse.jgit.ssh.apache.agent >>> [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.ssh.apache.agent --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.ssh.apache.agent --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.ssh.apache.agent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.apache.agent/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ org.eclipse.jgit.ssh.apache.agent <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ org.eclipse.jgit.ssh.apache.agent --- [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ org.eclipse.jgit.junit.http >>> [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.apache.agent/target/org.eclipse.jgit.ssh.apache.agent-6.6.0.202305301015-r-sources.jar [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.junit.http --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.junit.http --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.junit.http --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.junit.http/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ org.eclipse.jgit.junit.http <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ org.eclipse.jgit.junit.http --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.junit.http/target/org.eclipse.jgit.junit.http-6.6.0.202305301015-r-sources.jar [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jgit.junit.http --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jgit.ssh.apache.agent --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.junit.http/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.apache.agent/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.jgit.junit.http --- [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.jgit.ssh.apache.agent --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0:test (default-test) @ org.eclipse.jgit.junit.http --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0:test (default-test) @ org.eclipse.jgit.ssh.apache.agent --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.jgit.junit.http --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.jgit.ssh.apache.agent --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.junit.http/target/org.eclipse.jgit.junit.http-6.6.0.202305301015-r.jar [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.apache.agent/target/org.eclipse.jgit.ssh.apache.agent-6.6.0.202305301015-r.jar [INFO] [INFO] --- javadoc:3.5.0:jar (default) @ org.eclipse.jgit.junit.http --- [INFO] [INFO] --- javadoc:3.5.0:jar (default) @ org.eclipse.jgit.ssh.apache.agent --- [INFO] No previous run data found, generating javadoc. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.apache.agent/target/org.eclipse.jgit.ssh.apache.agent-6.6.0.202305301015-r-javadoc.jar [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.jgit.ssh.apache.agent --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.junit.http/target/org.eclipse.jgit.junit.http-6.6.0.202305301015-r-javadoc.jar [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.10:check (default-check) @ org.eclipse.jgit.ssh.apache.agent --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.apache.agent/target/jacoco.exec [WARNING] ***************************************************************** [WARNING] * An aggregator mojo is already being executed in this * [WARNING] * parallel build, those kind of mojos require exclusive access * [WARNING] * to reactor to prevent race conditions. This mojo execution * [WARNING] * will be blocked until the aggregator mojo is done. * [WARNING] ***************************************************************** [INFO] [INFO] --- license-tool:1.0.2:license-check (license-check) @ org.eclipse.jgit.ssh.apache.agent --- [WARNING] ***************************************************************** [WARNING] * The org.eclipse.dash:license-tool-plugin:1.0.2:license-check * [WARNING] * aggregator mojo is already being executed in this parallel * [WARNING] * build, those kind of mojos require exclusive access to * [WARNING] * reactor to prevent race conditions. This mojo execution will * [WARNING] * be blocked until the aggregator mojo is done. * [WARNING] ***************************************************************** [INFO] [INFO] [INFO] --- japicmp:0.17.2:cmp (default) @ org.eclipse.jgit.ssh.apache.agent --- [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.jgit.junit.http --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.10:check (default-check) @ org.eclipse.jgit.junit.http --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.junit.http/target/jacoco.exec [WARNING] ***************************************************************** [WARNING] * An aggregator mojo is already being executed in this * [WARNING] * parallel build, those kind of mojos require exclusive access * [WARNING] * to reactor to prevent race conditions. This mojo execution * [WARNING] * will be blocked until the aggregator mojo is done. * [WARNING] ***************************************************************** [INFO] Written file '/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.apache.agent/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.apache.agent/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.apache.agent/target/japicmp/japicmp.html'. [INFO] [INFO] [INFO] ------------< org.eclipse.jgit:org.eclipse.jgit.junit.ssh >------------- [INFO] --- license-tool:1.0.2:license-check (license-check) @ org.eclipse.jgit.junit.http --- [INFO] Building JGit - JUnit Ssh Utility Classes 6.6.0.202305301015-r [15/28] [INFO] from org.eclipse.jgit.junit.ssh/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] -------------< org.eclipse.jgit:org.eclipse.jgit.ant.test >------------- [INFO] Building JGit - Ant Tasks Tests 6.6.0.202305301015-r [16/28] [INFO] from org.eclipse.jgit.ant.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.jgit.junit.ssh --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.junit.ssh --- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.jgit.ant.test --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.ant.test --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.junit.ssh --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.ant.test --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.junit.ssh --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.ant.test --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.junit.ssh/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- antrun:3.1.0:run (translate-qualifier) @ org.eclipse.jgit.junit.ssh --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ant.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- antrun:3.1.0:run (translate-qualifier) @ org.eclipse.jgit.ant.test --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.junit.ssh/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- antrun:3.1.0:run (translate-source-qualifier) @ org.eclipse.jgit.junit.ssh --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jgit.ant.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ant.test/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.jgit.ant.test --- [INFO] No sources to compile [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ org.eclipse.jgit.ant.test >>> [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.ant.test --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.ant.test --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.ant.test --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ant.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ org.eclipse.jgit.ant.test <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ org.eclipse.jgit.ant.test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jgit.ant.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ant.test/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.jgit.ant.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug deprecation release 11] to target/test-classes [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.junit.ssh/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jgit.junit.ssh --- [INFO] Copying 1 resource from to target/classes [INFO] Copying 38 resources from resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.jgit.junit.ssh --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug deprecation release 11] to target/classes [INFO] [INFO] --- surefire:3.0.0:test (default-test) @ org.eclipse.jgit.ant.test --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.jgit.ant.test --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ant.test/target/org.eclipse.jgit.ant.test-6.6.0.202305301015-r.jar [INFO] [INFO] --- javadoc:3.5.0:jar (default) @ org.eclipse.jgit.ant.test --- [INFO] Skipping javadoc generation [INFO] [INFO] --- jar:3.3.0:test-jar (default) @ org.eclipse.jgit.ant.test --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ant.test/target/org.eclipse.jgit.ant.test-6.6.0.202305301015-r-tests.jar [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.jgit.ant.test --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.10:check (default-check) @ org.eclipse.jgit.ant.test --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ant.test/target/jacoco.exec [WARNING] ***************************************************************** [WARNING] * An aggregator mojo is already being executed in this * [WARNING] * parallel build, those kind of mojos require exclusive access * [WARNING] * to reactor to prevent race conditions. This mojo execution * [WARNING] * will be blocked until the aggregator mojo is done. * [WARNING] ***************************************************************** [INFO] [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ org.eclipse.jgit.junit.ssh >>> [INFO] --- license-tool:1.0.2:license-check (license-check) @ org.eclipse.jgit.ant.test --- [INFO] [INFO] ------------< org.eclipse.jgit:org.eclipse.jgit.benchmarks >------------ [INFO] Building JGit - JMH based benchmarks 6.6.0.202305301015-r [17/28] [INFO] from org.eclipse.jgit.benchmarks/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.junit.ssh --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.junit.ssh --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.junit.ssh --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.junit.ssh/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ org.eclipse.jgit.junit.ssh <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ org.eclipse.jgit.junit.ssh --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.junit.ssh/target/org.eclipse.jgit.junit.ssh-6.6.0.202305301015-r-sources.jar [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jgit.junit.ssh --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.junit.ssh/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.jgit.junit.ssh --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0:test (default-test) @ org.eclipse.jgit.junit.ssh --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.jgit.junit.ssh --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.junit.ssh/target/org.eclipse.jgit.junit.ssh-6.6.0.202305301015-r.jar [INFO] [INFO] --- javadoc:3.5.0:jar (default) @ org.eclipse.jgit.junit.ssh --- [INFO] No previous run data found, generating javadoc. [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.jgit.benchmarks --- [INFO] [INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ org.eclipse.jgit.benchmarks --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.jgit.benchmarks --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.benchmarks/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ org.eclipse.jgit.benchmarks --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.benchmarks/target/classes [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.junit.ssh/target/org.eclipse.jgit.junit.ssh-6.6.0.202305301015-r-javadoc.jar [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.jgit.junit.ssh --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.10:check (default-check) @ org.eclipse.jgit.junit.ssh --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.junit.ssh/target/jacoco.exec [WARNING] ***************************************************************** [WARNING] * An aggregator mojo is already being executed in this * [WARNING] * parallel build, those kind of mojos require exclusive access * [WARNING] * to reactor to prevent race conditions. This mojo execution * [WARNING] * will be blocked until the aggregator mojo is done. * [WARNING] ***************************************************************** [INFO] [INFO] --- license-tool:1.0.2:license-check (license-check) @ org.eclipse.jgit.junit.ssh --- [WARNING] ***************************************************************** [WARNING] * The org.eclipse.dash:license-tool-plugin:1.0.2:license-check * [WARNING] * aggregator mojo is already being executed in this parallel * [WARNING] * build, those kind of mojos require exclusive access to * [WARNING] * reactor to prevent race conditions. This mojo execution will * [WARNING] * be blocked until the aggregator mojo is done. * [WARNING] ***************************************************************** [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.jgit.benchmarks --- [INFO] [INFO] ------------< org.eclipse.jgit:org.eclipse.jgit.lfs.server >------------ [INFO] Building JGit - Large File Storage Server 6.6.0.202305301015-r [18/28] [INFO] from org.eclipse.jgit.lfs.server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.benchmarks/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ org.eclipse.jgit.benchmarks --- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.jgit.lfs.server --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.lfs.server --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.lfs.server --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.lfs.server --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0:test (default-test) @ org.eclipse.jgit.benchmarks --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.lfs.server/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- antrun:3.1.0:run (translate-qualifier) @ org.eclipse.jgit.lfs.server --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.lfs.server/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- antrun:3.1.0:run (translate-source-qualifier) @ org.eclipse.jgit.lfs.server --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.lfs.server/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jgit.lfs.server --- [INFO] Copying 2 resources from to target/classes [INFO] Copying 1 resource from resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.jgit.lfs.server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug deprecation release 11] to target/classes [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.jgit.benchmarks --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.benchmarks/target/org.eclipse.jgit.benchmarks-6.6.0.202305301015-r.jar [INFO] [INFO] --- shade:3.4.1:shade (default) @ org.eclipse.jgit.benchmarks --- [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ org.eclipse.jgit.lfs.server >>> [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.lfs.server --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.lfs.server --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.lfs.server --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.lfs.server/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ org.eclipse.jgit.lfs.server <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ org.eclipse.jgit.lfs.server --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.lfs.server/target/org.eclipse.jgit.lfs.server-6.6.0.202305301015-r-sources.jar [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jgit.lfs.server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.lfs.server/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.jgit.lfs.server --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0:test (default-test) @ org.eclipse.jgit.lfs.server --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.jgit.lfs.server --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.lfs.server/target/org.eclipse.jgit.lfs.server-6.6.0.202305301015-r.jar [INFO] [INFO] --- javadoc:3.5.0:jar (default) @ org.eclipse.jgit.lfs.server --- [INFO] No previous run data found, generating javadoc. [INFO] Including org.openjdk.jmh:jmh-core:jar:1.35 in the shaded jar. [INFO] Including net.sf.jopt-simple:jopt-simple:jar:5.0.4 in the shaded jar. [INFO] Including org.apache.commons:commons-math3:jar:3.2 in the shaded jar. [INFO] Including org.openjdk.jmh:jmh-generator-annprocess:jar:1.35 in the shaded jar. [INFO] Including org.eclipse.jgit:org.eclipse.jgit:jar:6.6.0.202305301015-r in the shaded jar. [INFO] Including com.googlecode.javaewah:JavaEWAH:jar:1.2.3 in the shaded jar. [INFO] Including org.slf4j:slf4j-api:jar:1.7.36 in the shaded jar. [INFO] Including org.eclipse.jgit:org.eclipse.jgit.junit:jar:6.6.0.202305301015-r in the shaded jar. [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.benchmarks/dependency-reduced-pom.xml [WARNING] jmh-core-1.35.jar, jmh-generator-annprocess-1.35.jar define 2 overlapping resources: [WARNING] - LICENSE [WARNING] - THIRD-PARTY [WARNING] org.eclipse.jgit-6.6.0.202305301015-r.jar, org.eclipse.jgit.junit-6.6.0.202305301015-r.jar define 1 overlapping resource: [WARNING] - plugin.properties [WARNING] JavaEWAH-1.2.3.jar, commons-math3-3.2.jar, jmh-core-1.35.jar, jmh-generator-annprocess-1.35.jar, jopt-simple-5.0.4.jar, org.eclipse.jgit-6.6.0.202305301015-r.jar, org.eclipse.jgit.benchmarks-6.6.0.202305301015-r.jar, org.eclipse.jgit.junit-6.6.0.202305301015-r.jar, slf4j-api-1.7.36.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] Replacing /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.benchmarks/target/benchmarks.jar with /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.benchmarks/target/org.eclipse.jgit.benchmarks-6.6.0.202305301015-r-shaded.jar [INFO] [INFO] -------------< org.eclipse.jgit:org.eclipse.jgit.lfs.test >------------- [INFO] Building JGit - Large File Storage Tests 6.6.0.202305301015-r [19/28] [INFO] from org.eclipse.jgit.lfs.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.jgit.lfs.test --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.lfs.test --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.lfs.test --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.lfs.test --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.lfs.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- antrun:3.1.0:run (translate-qualifier) @ org.eclipse.jgit.lfs.test --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jgit.lfs.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.lfs.test/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.jgit.lfs.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug deprecation release 11] to target/classes [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ org.eclipse.jgit.lfs.test >>> [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.lfs.test --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.lfs.test --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.lfs.test --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.lfs.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ org.eclipse.jgit.lfs.test <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ org.eclipse.jgit.lfs.test --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.lfs.test/target/org.eclipse.jgit.lfs.test-6.6.0.202305301015-r-sources.jar [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jgit.lfs.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.lfs.test/tst-rsrc [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.jgit.lfs.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- surefire:3.0.0:test (default-test) @ org.eclipse.jgit.lfs.test --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.jgit.lfs.test --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.lfs.test/target/org.eclipse.jgit.lfs.test-6.6.0.202305301015-r.jar [INFO] [INFO] --- javadoc:3.5.0:jar (default) @ org.eclipse.jgit.lfs.test --- [INFO] Skipping javadoc generation [INFO] [INFO] --- jar:3.3.0:test-jar (default) @ org.eclipse.jgit.lfs.test --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.lfs.test/target/org.eclipse.jgit.lfs.test-6.6.0.202305301015-r-tests.jar [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.jgit.lfs.test --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.10:check (default-check) @ org.eclipse.jgit.lfs.test --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.lfs.test/target/jacoco.exec [WARNING] ***************************************************************** [WARNING] * An aggregator mojo is already being executed in this * [WARNING] * parallel build, those kind of mojos require exclusive access * [WARNING] * to reactor to prevent race conditions. This mojo execution * [WARNING] * will be blocked until the aggregator mojo is done. * [WARNING] ***************************************************************** [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.lfs.server/target/org.eclipse.jgit.lfs.server-6.6.0.202305301015-r-javadoc.jar [INFO] [INFO] --- license-tool:1.0.2:license-check (license-check) @ org.eclipse.jgit.lfs.test --- [WARNING] ***************************************************************** [WARNING] * The org.eclipse.dash:license-tool-plugin:1.0.2:license-check * [WARNING] * aggregator mojo is already being executed in this parallel * [WARNING] * build, those kind of mojos require exclusive access to * [WARNING] * reactor to prevent race conditions. This mojo execution will * [WARNING] * be blocked until the aggregator mojo is done. * [WARNING] ***************************************************************** [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.jgit.lfs.server --- [INFO] [INFO] ------------< org.eclipse.jgit:org.eclipse.jgit.http.test >------------- [INFO] Building JGit - HTTP Tests 6.6.0.202305301015-r [20/28] [INFO] from org.eclipse.jgit.http.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.10:check (default-check) @ org.eclipse.jgit.lfs.server --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.lfs.server/target/jacoco.exec [INFO] [INFO] --- license-tool:1.0.2:license-check (license-check) @ org.eclipse.jgit.lfs.server --- [INFO] [INFO] ---------------< org.eclipse.jgit:org.eclipse.jgit.pgm >---------------- [INFO] Building JGit - Command Line Interface 6.6.0.202305301015-r [21/28] [INFO] from org.eclipse.jgit.pgm/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.jgit.http.test --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.http.test --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.http.test --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.http.test --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.http.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- antrun:3.1.0:run (translate-qualifier) @ org.eclipse.jgit.http.test --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jgit.http.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.http.test/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.jgit.http.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug deprecation release 11] to target/classes [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ org.eclipse.jgit.http.test >>> [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.http.test --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.http.test --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.http.test --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.http.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ org.eclipse.jgit.http.test <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ org.eclipse.jgit.http.test --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.http.test/target/org.eclipse.jgit.http.test-6.6.0.202305301015-r-sources.jar [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jgit.http.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.http.test/tst-rsrc [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.jgit.http.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.jgit.pgm --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.pgm --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.pgm --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.pgm --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.pgm/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- antrun:3.1.0:run (translate-qualifier) @ org.eclipse.jgit.pgm --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.pgm/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- antrun:3.1.0:run (translate-source-qualifier) @ org.eclipse.jgit.pgm --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.pgm/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jgit.pgm --- [INFO] Copying 3 resources from to target/classes [INFO] Copying 2 resources from resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.jgit.pgm --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug deprecation release 11] to target/classes [INFO] [INFO] --- surefire:3.0.0:test (default-test) @ org.eclipse.jgit.http.test --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.jgit.http.test --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.http.test/target/org.eclipse.jgit.http.test-6.6.0.202305301015-r.jar [INFO] [INFO] --- javadoc:3.5.0:jar (default) @ org.eclipse.jgit.http.test --- [INFO] Skipping javadoc generation [INFO] [INFO] --- jar:3.3.0:test-jar (default) @ org.eclipse.jgit.http.test --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.http.test/target/org.eclipse.jgit.http.test-6.6.0.202305301015-r-tests.jar [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.jgit.http.test --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.10:check (default-check) @ org.eclipse.jgit.http.test --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.http.test/target/jacoco.exec [WARNING] ***************************************************************** [WARNING] * An aggregator mojo is already being executed in this * [WARNING] * parallel build, those kind of mojos require exclusive access * [WARNING] * to reactor to prevent race conditions. This mojo execution * [WARNING] * will be blocked until the aggregator mojo is done. * [WARNING] ***************************************************************** [INFO] [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ org.eclipse.jgit.pgm >>> [INFO] --- license-tool:1.0.2:license-check (license-check) @ org.eclipse.jgit.http.test --- [INFO] [INFO] ---------< org.eclipse.jgit:org.eclipse.jgit.lfs.server.test >---------- [INFO] Building JGit - LFS Server Tests 6.6.0.202305301015-r [22/28] [INFO] from org.eclipse.jgit.lfs.server.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.pgm --- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.jgit.lfs.server.test --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.lfs.server.test --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.pgm --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.pgm --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.lfs.server.test --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.lfs.server.test --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.pgm/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ org.eclipse.jgit.pgm <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ org.eclipse.jgit.pgm --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.lfs.server.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- antrun:3.1.0:run (translate-qualifier) @ org.eclipse.jgit.lfs.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.pgm/target/org.eclipse.jgit.pgm-6.6.0.202305301015-r-sources.jar [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jgit.pgm --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jgit.lfs.server.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.pgm/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.jgit.pgm --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.lfs.server.test/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.jgit.lfs.server.test --- [INFO] No sources to compile [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0:test (default-test) @ org.eclipse.jgit.pgm --- [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ org.eclipse.jgit.lfs.server.test >>> [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.jgit.pgm --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.lfs.server.test --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.lfs.server.test --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.lfs.server.test --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.lfs.server.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ org.eclipse.jgit.lfs.server.test <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ org.eclipse.jgit.lfs.server.test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jgit.lfs.server.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.lfs.server.test/tst-rsrc [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.jgit.lfs.server.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug deprecation release 11] to target/test-classes [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.pgm/target/org.eclipse.jgit.pgm-6.6.0.202305301015-r.jar [INFO] [INFO] --- spring-boot:2.7.11:repackage (default) @ org.eclipse.jgit.pgm --- [INFO] [INFO] --- surefire:3.0.0:test (default-test) @ org.eclipse.jgit.lfs.server.test --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.jgit.lfs.server.test --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.lfs.server.test/target/org.eclipse.jgit.lfs.server.test-6.6.0.202305301015-r.jar [INFO] [INFO] --- javadoc:3.5.0:jar (default) @ org.eclipse.jgit.lfs.server.test --- [INFO] Skipping javadoc generation [INFO] [INFO] --- jar:3.3.0:test-jar (default) @ org.eclipse.jgit.lfs.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.lfs.server.test/target/org.eclipse.jgit.lfs.server.test-6.6.0.202305301015-r-tests.jar [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.jgit.lfs.server.test --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.10:check (default-check) @ org.eclipse.jgit.lfs.server.test --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.lfs.server.test/target/jacoco.exec [WARNING] ***************************************************************** [WARNING] * An aggregator mojo is already being executed in this * [WARNING] * parallel build, those kind of mojos require exclusive access * [WARNING] * to reactor to prevent race conditions. This mojo execution * [WARNING] * will be blocked until the aggregator mojo is done. * [WARNING] ***************************************************************** [INFO] [INFO] --- license-tool:1.0.2:license-check (license-check) @ org.eclipse.jgit.lfs.server.test --- [WARNING] ***************************************************************** [WARNING] * The org.eclipse.dash:license-tool-plugin:1.0.2:license-check * [WARNING] * aggregator mojo is already being executed in this parallel * [WARNING] * build, those kind of mojos require exclusive access to * [WARNING] * reactor to prevent race conditions. This mojo execution will * [WARNING] * be blocked until the aggregator mojo is done. * [WARNING] ***************************************************************** [INFO] [INFO] --- antrun:3.1.0:run (create_jgit) @ org.eclipse.jgit.pgm --- [INFO] Executing tasks [INFO] [move] Moving 1 file to /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.pgm/target [INFO] Executed tasks [INFO] [INFO] --- build-helper:3.3.0:attach-artifact (attach_jgit) @ org.eclipse.jgit.pgm --- [INFO] [INFO] --- javadoc:3.5.0:jar (default) @ org.eclipse.jgit.pgm --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.pgm/target/org.eclipse.jgit.pgm-6.6.0.202305301015-r-javadoc.jar [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.jgit.pgm --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.10:check (default-check) @ org.eclipse.jgit.pgm --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.pgm/target/jacoco.exec [INFO] [INFO] --- license-tool:1.0.2:license-check (license-check) @ org.eclipse.jgit.pgm --- [INFO] [INFO] [INFO] -------------< org.eclipse.jgit:org.eclipse.jgit.pgm.test >------------- [INFO] ---------------< org.eclipse.jgit:org.eclipse.jgit.test >--------------- [INFO] Building JGit - Command Line Interface Tests 6.6.0.202305301015-r [23/28] [INFO] Building JGit - Core Tests 6.6.0.202305301015-r [24/28] [INFO] from org.eclipse.jgit.pgm.test/pom.xml [INFO] from org.eclipse.jgit.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.jgit.test --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.test --- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.jgit.pgm.test --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.pgm.test --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.test --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.pgm.test --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.test --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.pgm.test --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- antrun:3.1.0:run (translate-qualifier) @ org.eclipse.jgit.test --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.pgm.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- antrun:3.1.0:run (translate-qualifier) @ org.eclipse.jgit.pgm.test --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jgit.test --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jgit.pgm.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.pgm.test/src/main/resources [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.jgit.pgm.test --- [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.jgit.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug deprecation release 11] to target/classes [INFO] Compiling with eclipse [debug deprecation release 11] to target/classes [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ org.eclipse.jgit.test >>> [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.test --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.test --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.test --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ org.eclipse.jgit.test <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ org.eclipse.jgit.test --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.test/target/org.eclipse.jgit.test-6.6.0.202305301015-r-sources.jar [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jgit.test --- [INFO] Copying 231 resources from tst-rsrc to target/test-classes [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ org.eclipse.jgit.pgm.test >>> [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.pgm.test --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.pgm.test --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.pgm.test --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.pgm.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ org.eclipse.jgit.pgm.test <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ org.eclipse.jgit.pgm.test --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.pgm.test/target/org.eclipse.jgit.pgm.test-6.6.0.202305301015-r-sources.jar [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.jgit.test --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jgit.pgm.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.pgm.test/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.jgit.pgm.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug deprecation release 11] to target/test-classes [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- surefire:3.0.0:test (default-test) @ org.eclipse.jgit.pgm.test --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.jgit.pgm.test --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.pgm.test/target/org.eclipse.jgit.pgm.test-6.6.0.202305301015-r.jar [INFO] [INFO] --- javadoc:3.5.0:jar (default) @ org.eclipse.jgit.pgm.test --- [INFO] Skipping javadoc generation [INFO] [INFO] --- jar:3.3.0:test-jar (default) @ org.eclipse.jgit.pgm.test --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.pgm.test/target/org.eclipse.jgit.pgm.test-6.6.0.202305301015-r-tests.jar [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.jgit.pgm.test --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.10:check (default-check) @ org.eclipse.jgit.pgm.test --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.pgm.test/target/jacoco.exec [WARNING] ***************************************************************** [WARNING] * An aggregator mojo is already being executed in this * [WARNING] * parallel build, those kind of mojos require exclusive access * [WARNING] * to reactor to prevent race conditions. This mojo execution * [WARNING] * will be blocked until the aggregator mojo is done. * [WARNING] ***************************************************************** [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/SecurityManagerTest.java:[77,10] The type java.lang.SecurityManager has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/SecurityManagerTest.java:[121,36] The method getSecurityManager() from the type java.lang.System has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/SecurityManagerTest.java:[122,10] The method setSecurityManager(java.lang.SecurityManager) from the type java.lang.System has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/SecurityManagerTest.java:[122,33] The type java.lang.SecurityManager has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/SecurityManagerTest.java:[122,33] The constructor java.lang.SecurityManager() is deprecated since version 17 [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/SecurityManagerTest.java:[132,11] The method checkPermission(java.security.Permission) from the type java.lang.SecurityManager is deprecated [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/SecurityManagerTest.java:[139,10] The method setSecurityManager(java.lang.SecurityManager) from the type java.lang.System has been deprecated since version 17 and marked for removal [INFO] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit/internal/storage/file/FileReftableStackTest.java:[121,20] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/SecurityManagerMissingPermissionsTest.java:[22,8] The type java.security.Policy has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/SecurityManagerMissingPermissionsTest.java:[41,10] The type java.lang.SecurityManager has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/SecurityManagerMissingPermissionsTest.java:[48,36] The method getSecurityManager() from the type java.lang.System has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/SecurityManagerMissingPermissionsTest.java:[55,30] The type java.security.Policy has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/SecurityManagerMissingPermissionsTest.java:[55,37] The method getPolicy() from the type java.security.Policy is deprecated [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/SecurityManagerMissingPermissionsTest.java:[56,10] The method setSecurityManager(java.lang.SecurityManager) from the type java.lang.System has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/SecurityManagerMissingPermissionsTest.java:[56,33] The type java.lang.SecurityManager has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/SecurityManagerMissingPermissionsTest.java:[56,33] The constructor java.lang.SecurityManager() is deprecated since version 17 [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/SecurityManagerMissingPermissionsTest.java:[88,10] The method setSecurityManager(java.lang.SecurityManager) from the type java.lang.System has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/SecurityManagerMissingPermissionsTest.java:[103,49] The type java.security.Policy has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/SecurityManagerMissingPermissionsTest.java:[115,11] The method refresh() from the type java.security.Policy is deprecated [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit/revwalk/RevWalkCommitGraphTest.java:[43,18] The field org.eclipse.jgit.revwalk.RevWalkCommitGraphTest.rw is hiding a field from type org.eclipse.jgit.revwalk.RevWalkTestCase [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit/attributes/AttributesNodeTest.java:[159,7] The constructor org.eclipse.jgit.attributes.AttributesHandler(org.eclipse.jgit.treewalk.TreeWalk) is deprecated [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit/attributes/AttributesNodeWorkingTreeIteratorTest.java:[197,8] The constructor org.eclipse.jgit.attributes.AttributesHandler(org.eclipse.jgit.treewalk.TreeWalk) is deprecated [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/ReceivePackAdvertiseRefsHookTest.java:[144,47] The method getAllRefs() from the type org.eclipse.jgit.lib.Repository is deprecated [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/ReceivePackAdvertiseRefsHookTest.java:[644,44] The method getAllRefs() from the type org.eclipse.jgit.lib.Repository is deprecated [WARNING] /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit/attributes/AttributesNodeDirCacheIteratorTest.java:[233,8] The constructor org.eclipse.jgit.attributes.AttributesHandler(org.eclipse.jgit.treewalk.TreeWalk) is deprecated [INFO] [INFO] --- license-tool:1.0.2:license-check (license-check) @ org.eclipse.jgit.pgm.test --- [WARNING] ***************************************************************** [WARNING] * The org.eclipse.dash:license-tool-plugin:1.0.2:license-check * [WARNING] * aggregator mojo is already being executed in this parallel * [WARNING] * build, those kind of mojos require exclusive access to * [WARNING] * reactor to prevent race conditions. This mojo execution will * [WARNING] * be blocked until the aggregator mojo is done. * [WARNING] ***************************************************************** [INFO] [INFO] --- surefire:3.0.0:test (default-test) @ org.eclipse.jgit.test --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.jgit.test --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.test/target/org.eclipse.jgit.test-6.6.0.202305301015-r.jar [INFO] [INFO] --- javadoc:3.5.0:jar (default) @ org.eclipse.jgit.test --- [INFO] Skipping javadoc generation [INFO] [INFO] --- jar:3.3.0:test-jar (default) @ org.eclipse.jgit.test --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.test/target/org.eclipse.jgit.test-6.6.0.202305301015-r-tests.jar [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.jgit.test --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.10:check (default-check) @ org.eclipse.jgit.test --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.test/target/jacoco.exec [INFO] [INFO] --- license-tool:1.0.2:license-check (license-check) @ org.eclipse.jgit.test --- [INFO] [INFO] [INFO] ---------< org.eclipse.jgit:org.eclipse.jgit.ssh.apache.test >---------- [INFO] Building JGit - Apache sshd SSH Tests 6.6.0.202305301015-r [25/28] [INFO] -----------< org.eclipse.jgit:org.eclipse.jgit.gpg.bc.test >------------ [INFO] from org.eclipse.jgit.ssh.apache.test/pom.xml [INFO] Building JGit - BouncyCastle GPG Tests 6.6.0.202305301015-r [26/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] from org.eclipse.jgit.gpg.bc.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.jgit.ssh.apache.test --- [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.jgit.gpg.bc.test --- [INFO] [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.gpg.bc.test --- [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.ssh.apache.test --- [INFO] [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.gpg.bc.test --- [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.ssh.apache.test --- [INFO] [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.ssh.apache.test --- [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.gpg.bc.test --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.gpg.bc.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.apache.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- antrun:3.1.0:run (translate-qualifier) @ org.eclipse.jgit.gpg.bc.test --- [INFO] [INFO] --- antrun:3.1.0:run (translate-qualifier) @ org.eclipse.jgit.ssh.apache.test --- [INFO] Executing tasks [INFO] Executing tasks [INFO] Executed tasks [INFO] Executed tasks [INFO] [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jgit.gpg.bc.test --- [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jgit.ssh.apache.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.apache.test/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.gpg.bc.test/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.jgit.gpg.bc.test --- [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.jgit.ssh.apache.test --- [INFO] No sources to compile [INFO] No sources to compile [INFO] [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ org.eclipse.jgit.ssh.apache.test >>> [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ org.eclipse.jgit.gpg.bc.test >>> [INFO] [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.gpg.bc.test --- [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.ssh.apache.test --- [INFO] [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.gpg.bc.test --- [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.ssh.apache.test --- [INFO] [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.gpg.bc.test --- [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.ssh.apache.test --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.apache.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.gpg.bc.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ org.eclipse.jgit.ssh.apache.test <<< [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ org.eclipse.jgit.gpg.bc.test <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ org.eclipse.jgit.ssh.apache.test --- [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ org.eclipse.jgit.gpg.bc.test --- [INFO] No sources in project. Archive not created. [INFO] No sources in project. Archive not created. [INFO] [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jgit.ssh.apache.test --- [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jgit.gpg.bc.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.apache.test/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.jgit.ssh.apache.test --- [INFO] Copying 20 resources from tst-rsrc to target/test-classes [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.jgit.gpg.bc.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- surefire:3.0.0:test (default-test) @ org.eclipse.jgit.gpg.bc.test --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.jgit.gpg.bc.test --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.gpg.bc.test/target/org.eclipse.jgit.gpg.bc.test-6.6.0.202305301015-r.jar [INFO] [INFO] --- surefire:3.0.0:test (default-test) @ org.eclipse.jgit.ssh.apache.test --- [INFO] [INFO] --- javadoc:3.5.0:jar (default) @ org.eclipse.jgit.gpg.bc.test --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.jgit.ssh.apache.test --- [INFO] Skipping javadoc generation [INFO] [INFO] --- jar:3.3.0:test-jar (default) @ org.eclipse.jgit.gpg.bc.test --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.apache.test/target/org.eclipse.jgit.ssh.apache.test-6.6.0.202305301015-r.jar [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.gpg.bc.test/target/org.eclipse.jgit.gpg.bc.test-6.6.0.202305301015-r-tests.jar [INFO] [INFO] --- javadoc:3.5.0:jar (default) @ org.eclipse.jgit.ssh.apache.test --- [INFO] Skipping javadoc generation [INFO] [INFO] --- jar:3.3.0:test-jar (default) @ org.eclipse.jgit.ssh.apache.test --- [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.jgit.gpg.bc.test --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.apache.test/target/org.eclipse.jgit.ssh.apache.test-6.6.0.202305301015-r-tests.jar [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.10:check (default-check) @ org.eclipse.jgit.gpg.bc.test --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.gpg.bc.test/target/jacoco.exec [WARNING] ***************************************************************** [WARNING] * An aggregator mojo is already being executed in this * [WARNING] * parallel build, those kind of mojos require exclusive access * [WARNING] * to reactor to prevent race conditions. This mojo execution * [WARNING] * will be blocked until the aggregator mojo is done. * [WARNING] ***************************************************************** [INFO] [INFO] --- license-tool:1.0.2:license-check (license-check) @ org.eclipse.jgit.gpg.bc.test --- [WARNING] ***************************************************************** [WARNING] * The org.eclipse.dash:license-tool-plugin:1.0.2:license-check * [WARNING] * aggregator mojo is already being executed in this parallel * [WARNING] * build, those kind of mojos require exclusive access to * [WARNING] * reactor to prevent race conditions. This mojo execution will * [WARNING] * be blocked until the aggregator mojo is done. * [WARNING] ***************************************************************** [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.jgit.ssh.apache.test --- [INFO] [INFO] ----------< org.eclipse.jgit:org.eclipse.jgit.ssh.jsch.test >----------- [INFO] Building JGit - JSch sshd SSH Tests 6.6.0.202305301015-r [27/28] [INFO] from org.eclipse.jgit.ssh.jsch.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.10:check (default-check) @ org.eclipse.jgit.ssh.apache.test --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.apache.test/target/jacoco.exec [INFO] [INFO] --- license-tool:1.0.2:license-check (license-check) @ org.eclipse.jgit.ssh.apache.test --- [INFO] [INFO] -------------< org.eclipse.jgit:org.eclipse.jgit.coverage >------------- [INFO] Building JGit - Test Coverage 6.6.0.202305301015-r [28/28] [INFO] from org.eclipse.jgit.coverage/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.jgit.ssh.jsch.test --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.ssh.jsch.test --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.ssh.jsch.test --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.ssh.jsch.test --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.jsch.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- antrun:3.1.0:run (translate-qualifier) @ org.eclipse.jgit.ssh.jsch.test --- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.jgit.coverage --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.coverage --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.coverage --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.coverage --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.coverage/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- antrun:3.1.0:run (translate-qualifier) @ org.eclipse.jgit.coverage --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ org.eclipse.jgit.coverage >>> [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jgit.ssh.jsch.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.jsch.test/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.jgit.ssh.jsch.test --- [INFO] No sources to compile [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ org.eclipse.jgit.ssh.jsch.test >>> [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.coverage --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.coverage --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.coverage --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.coverage/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ org.eclipse.jgit.coverage <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ org.eclipse.jgit.coverage --- [INFO] [INFO] --- javadoc:3.5.0:jar (default) @ org.eclipse.jgit.coverage --- [INFO] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jgit.ssh.jsch.test --- [INFO] [INFO] --- build-helper:3.3.0:parse-version (set-osgi-version) @ org.eclipse.jgit.ssh.jsch.test --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.jgit.coverage --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.ssh.jsch.test --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.10:check (default-check) @ org.eclipse.jgit.coverage --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.jsch.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ org.eclipse.jgit.ssh.jsch.test <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ org.eclipse.jgit.ssh.jsch.test --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.coverage/target/jacoco.exec [INFO] [INFO] --- jacoco:0.8.10:report-aggregate (aggregate-reports-all) @ org.eclipse.jgit.coverage --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jgit.ssh.jsch.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.jsch.test/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.jgit.ssh.jsch.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug deprecation release 11] to target/test-classes [INFO] [INFO] --- surefire:3.0.0:test (default-test) @ org.eclipse.jgit.ssh.jsch.test --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.jgit.ssh.jsch.test --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.jsch.test/target/org.eclipse.jgit.ssh.jsch.test-6.6.0.202305301015-r.jar [INFO] [INFO] --- javadoc:3.5.0:jar (default) @ org.eclipse.jgit.ssh.jsch.test --- [INFO] Skipping javadoc generation [INFO] [INFO] --- jar:3.3.0:test-jar (default) @ org.eclipse.jgit.ssh.jsch.test --- [INFO] Building jar: /home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.jsch.test/target/org.eclipse.jgit.ssh.jsch.test-6.6.0.202305301015-r-tests.jar [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.jgit.ssh.jsch.test --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.10:check (default-check) @ org.eclipse.jgit.ssh.jsch.test --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Sonatype_PoC/jgit/org.eclipse.jgit.ssh.jsch.test/target/jacoco.exec [WARNING] ***************************************************************** [WARNING] * An aggregator mojo is already being executed in this * [WARNING] * parallel build, those kind of mojos require exclusive access * [WARNING] * to reactor to prevent race conditions. This mojo execution * [WARNING] * will be blocked until the aggregator mojo is done. * [WARNING] ***************************************************************** [INFO] Analyzed bundle 'org.eclipse.jgit' with 1456 classes [INFO] Analyzed bundle 'org.eclipse.jgit.ant' with 4 classes [INFO] Analyzed bundle 'org.eclipse.jgit.archive' with 9 classes [INFO] Analyzed bundle 'org.eclipse.jgit.http.apache' with 7 classes [INFO] Analyzed bundle 'org.eclipse.jgit.http.server' with 57 classes [INFO] Analyzed bundle 'org.eclipse.jgit.lfs' with 41 classes [INFO] Analyzed bundle 'org.eclipse.jgit.lfs.server' with 20 classes [INFO] Analyzed bundle 'org.eclipse.jgit.pgm' with 115 classes [INFO] Analyzed bundle 'org.eclipse.jgit.ui' with 11 classes [INFO] Analyzed bundle 'org.eclipse.jgit.ssh.apache' with 81 classes [INFO] Analyzed bundle 'org.eclipse.jgit.test' with 2 classes [INFO] Analyzed bundle 'org.eclipse.jgit.ant.test' with 0 classes [INFO] Analyzed bundle 'org.eclipse.jgit.http.test' with 3 classes [INFO] Analyzed bundle 'org.eclipse.jgit.pgm.test' with 5 classes [INFO] Analyzed bundle 'org.eclipse.jgit.lfs.test' with 1 classes [INFO] Analyzed bundle 'org.eclipse.jgit.lfs.server.test' with 0 classes [INFO] Analyzed bundle 'org.eclipse.jgit.ssh.apache.test' with 0 classes [INFO] [INFO] --- license-tool:1.0.2:license-check (license-check) @ org.eclipse.jgit.ssh.jsch.test --- [WARNING] ***************************************************************** [WARNING] * The org.eclipse.dash:license-tool-plugin:1.0.2:license-check * [WARNING] * aggregator mojo is already being executed in this parallel * [WARNING] * build, those kind of mojos require exclusive access to * [WARNING] * reactor to prevent race conditions. This mojo execution will * [WARNING] * be blocked until the aggregator mojo is done. * [WARNING] ***************************************************************** [INFO] [INFO] --- license-tool:1.0.2:license-check (license-check) @ org.eclipse.jgit.coverage --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for JGit - Parent 6.6.0.202305301015-r: [INFO] [INFO] JGit - Parent ...................................... SUCCESS [ 41.602 s] [INFO] JGit - Core ........................................ SUCCESS [ 37.113 s] [INFO] JGit - Ant Tasks ................................... SUCCESS [ 8.285 s] [INFO] JGit - Archive Formats ............................. SUCCESS [ 8.568 s] [INFO] JGit - AWT User Interface .......................... SUCCESS [ 7.769 s] [INFO] JGit - BouncyCastle-based GPG support .............. SUCCESS [ 7.798 s] [INFO] JGit - Apache httpclient based HTTP support ........ SUCCESS [ 6.655 s] [INFO] JGit - HTTP Server ................................. SUCCESS [ 6.587 s] [INFO] JGit - Apache sshd-based SSH support ............... SUCCESS [ 9.888 s] [INFO] JGit - Apache sshd SSH agent support ............... SUCCESS [ 7.357 s] [INFO] JGit - JSch-based SSH support ...................... SUCCESS [ 9.412 s] [INFO] JGit - Large File Storage .......................... SUCCESS [ 9.535 s] [INFO] JGit - Large File Storage Server ................... SUCCESS [ 5.173 s] [INFO] JGit - Command Line Interface ...................... SUCCESS [ 8.649 s] [INFO] JGit - JUnit Utility Classes ....................... SUCCESS [ 9.301 s] [INFO] JGit - JUnit Http Utility Classes .................. SUCCESS [ 7.356 s] [INFO] JGit - JUnit Ssh Utility Classes ................... SUCCESS [ 10.760 s] [INFO] JGit - Core Tests .................................. SUCCESS [ 5.254 s] [INFO] JGit - Ant Tasks Tests ............................. SUCCESS [ 0.429 s] [INFO] JGit - BouncyCastle GPG Tests ...................... SUCCESS [ 0.596 s] [INFO] JGit - HTTP Tests .................................. SUCCESS [ 1.546 s] [INFO] JGit - Command Line Interface Tests ................ SUCCESS [ 4.826 s] [INFO] JGit - Large File Storage Tests .................... SUCCESS [ 2.805 s] [INFO] JGit - LFS Server Tests ............................ SUCCESS [ 2.862 s] [INFO] JGit - Apache sshd SSH Tests ....................... SUCCESS [ 0.599 s] [INFO] JGit - JSch sshd SSH Tests ......................... SUCCESS [ 4.404 s] [INFO] JGit - Test Coverage ............................... SUCCESS [ 4.402 s] [INFO] JGit - JMH based benchmarks ........................ SUCCESS [ 12.693 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:43 min (Wall Clock) [INFO] Finished at: 2023-09-06T07:13:46Z [INFO] ------------------------------------------------------------------------ [WARNING] [WARNING] Plugin validation issues were detected in 11 plugin(s) [WARNING] [WARNING] * org.apache.maven.plugins:maven-source-plugin:3.2.1 [WARNING] * org.springframework.boot:spring-boot-maven-plugin:2.7.11 [WARNING] * org.jacoco:jacoco-maven-plugin:0.8.10 [WARNING] * org.codehaus.mojo:build-helper-maven-plugin:3.3.0 [WARNING] * org.apache.maven.plugins:maven-compiler-plugin:3.11.0 [WARNING] * org.apache.maven.plugins:maven-compiler-plugin:3.10.1 [WARNING] * org.apache.maven.plugins:maven-enforcer-plugin:3.1.0 [WARNING] * org.apache.maven.plugins:maven-shade-plugin:3.4.1 [WARNING] * org.apache.maven.plugins:maven-javadoc-plugin:3.5.0 [WARNING] * org.apache.maven.plugins:maven-resources-plugin:3.3.0 [WARNING] * org.eclipse.dash:license-tool-plugin:1.0.2 [WARNING] [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE] [WARNING] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Policy Check) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] nexusPolicyEvaluation [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Also: org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 1bb44e21-4fee-4b00-8890-aaa1687d8ce5 java.lang.IllegalArgumentException: The application ID jgit is invalid for organization ID 76587a27e51043d8b4db79020f3f0beb. at com.google.common.base.Preconditions.checkArgument(Preconditions.java:143) at com.google.common.base.Preconditions$checkArgument.callStatic(Unknown Source) at org.sonatype.nexus.ci.iq.IqPolicyEvaluatorUtil.evaluatePolicy(IqPolicyEvaluatorUtil.groovy:79) at org.sonatype.nexus.ci.iq.IqPolicyEvaluatorUtil$evaluatePolicy.call(Unknown Source) at org.sonatype.nexus.ci.iq.PolicyEvaluatorExecution.run(PolicyEvaluatorExecution.groovy:54) at org.sonatype.nexus.ci.iq.PolicyEvaluatorExecution.run(PolicyEvaluatorExecution.groovy) at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) Finished: FAILURE