Triggered by Gerrit: https://git.eclipse.org/r/ Running as SYSTEM Agent default-agent-xp2l2 is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" name: "default-agent-xp2l2" spec: containers: - env: - name: "MAVEN_OPTS" value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn" - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.jgit.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "default-agent-xp2l2" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "default-agent-xp2l2" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.jgit.svc.cluster.local/jgit/" - name: "HOME" value: "/home/jenkins" image: "eclipsecbijenkins/jenkins-agent:3.29@sha256:3dbc231fbe975b5e9ce83f5ea55d0456963e4cc1b21fb4e63e742eabcf16a807" imagePullPolicy: "IfNotPresent" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "toolchains-xml" readOnly: true subPath: "toolchains.xml" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: {} restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-jgit" readOnly: true - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: medium: "" name: "volume-2" - configMap: name: "known-hosts" name: "volume-1" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" Building remotely on default-agent-xp2l2 in workspace /home/jenkins/agent/workspace/stable/jgit-stable No credentials specified Cloning the remote Git repository Cloning repository git://git.eclipse.org/gitroot/jgit/jgit.git > git init /home/jenkins/agent/workspace/stable/jgit-stable # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/jgit/jgit.git > git --version # timeout=10 > git fetch --tags --force --progress git://git.eclipse.org/gitroot/jgit/jgit.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url git://git.eclipse.org/gitroot/jgit/jgit.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.eclipse.org/gitroot/jgit/jgit.git # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/jgit/jgit.git > git fetch --tags --force --progress git://git.eclipse.org/gitroot/jgit/jgit.git +refs/heads/*:refs/remotes/origin/* Seen branch in repository origin/master Seen branch in repository origin/stable-0.10 Seen branch in repository origin/stable-0.11 Seen branch in repository origin/stable-0.12 Seen branch in repository origin/stable-0.7 Seen branch in repository origin/stable-0.8 Seen branch in repository origin/stable-0.9 Seen branch in repository origin/stable-1.0 Seen branch in repository origin/stable-1.1 Seen branch in repository origin/stable-1.2 Seen branch in repository origin/stable-1.3 Seen branch in repository origin/stable-2.0 Seen branch in repository origin/stable-2.1 Seen branch in repository origin/stable-2.2 Seen branch in repository origin/stable-2.3 Seen branch in repository origin/stable-3.0 Seen branch in repository origin/stable-3.1 Seen branch in repository origin/stable-3.2 Seen branch in repository origin/stable-3.3 Seen branch in repository origin/stable-3.4 Seen branch in repository origin/stable-3.5 Seen branch in repository origin/stable-3.6 Seen branch in repository origin/stable-3.7 Seen branch in repository origin/stable-4.0 Seen branch in repository origin/stable-4.1 Seen branch in repository origin/stable-4.10 Seen branch in repository origin/stable-4.11 Seen branch in repository origin/stable-4.2 Seen branch in repository origin/stable-4.3 Seen branch in repository origin/stable-4.4 Seen branch in repository origin/stable-4.5 Seen branch in repository origin/stable-4.6 Seen branch in repository origin/stable-4.7 Seen branch in repository origin/stable-4.8 Seen branch in repository origin/stable-4.9 Seen branch in repository origin/stable-5.0 Seen branch in repository origin/stable-5.1 Seen branch in repository origin/stable-5.2 Seen branch in repository origin/stable-5.3 Seen branch in repository origin/stable-5.4 Seen branch in repository origin/stable-5.5 Seen 41 remote branches > git show-ref --tags -d # timeout=10 Checking out Revision 7f262b87456d3f648a77b0c0873cb3482b4ca6bb (origin/stable-5.5) > git config core.sparsecheckout # timeout=10 > git checkout -f 7f262b87456d3f648a77b0c0873cb3482b4ca6bb Commit message: "Prepare 5.5.1-SNAPSHOT builds" > git rev-list --no-walk de2df8adde3a95106df8e8802fa493b39b6c1326 # timeout=10 [jgit-stable] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DGERRIT_HOST=gerrit-local "-DGERRIT_NAME=Eclipse Gerrit" "-DGERRIT_EVENT_ACCOUNT_NAME=Matthias Sohn" -DGERRIT_REFNAME=stable-5.5 -DGERRIT_OLDREV=de2df8adde3a95106df8e8802fa493b39b6c1326 -DGERRIT_EVENT_TYPE=ref-updated -DGERRIT_PROJECT=jgit/jgit '-DGERRIT_EVENT_ACCOUNT=\"Matthias Sohn\" <matthias.sohn@sap.com>' -DGERRIT_EVENT_HASH=1267886947 -DGERRIT_SCHEME=ssh -DGERRIT_VERSION=2.14.6 -DGERRIT_PORT=29418 -DGERRIT_EVENT_ACCOUNT_EMAIL=matthias.sohn@sap.com -DGERRIT_NEWREV=7f262b87456d3f648a77b0c0873cb3482b4ca6bb -Dmaven.repo.local=/home/jenkins/agent/workspace/stable/jgit-stable/.repository -B -T 2 clean verify -Pecj,static-checks Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] JGit - Parent [pom] [INFO] JGit - Core [jar] [INFO] JGit - Ant Tasks [jar] [INFO] JGit - Archive Formats [jar] [INFO] JGit - AWT User Interface [jar] [INFO] JGit - Apache httpclient based HTTP support [jar] [INFO] JGit - HTTP Server [jar] [INFO] JGit - Apache sshd-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 - 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 - Test Coverage [pom] [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 5.5.1-SNAPSHOT [1/22] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.pom (6.8 kB at 46 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer/3.0.0-M2/enforcer-3.0.0-M2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/enforcer/enforcer/3.0.0-M2/enforcer-3.0.0-M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.0.0-M2/enforcer-3.0.0-M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.0.0-M2/enforcer-3.0.0-M2.pom (7.9 kB at 152 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 775 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/19/apache-19.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/19/apache-19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 369 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.jar (26 kB at 327 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-javadoc-plugin/3.1.1/maven-javadoc-plugin-3.1.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-javadoc-plugin/3.1.1/maven-javadoc-plugin-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.1.1/maven-javadoc-plugin-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.1.1/maven-javadoc-plugin-3.1.1.pom (18 kB at 277 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 162 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 1.1 MB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/21/apache-21.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/21/apache-21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 489 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-javadoc-plugin/3.1.1/maven-javadoc-plugin-3.1.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-javadoc-plugin/3.1.1/maven-javadoc-plugin-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.1.1/maven-javadoc-plugin-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.1.1/maven-javadoc-plugin-3.1.1.jar (481 kB at 4.3 MB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.pom (4.4 kB at 113 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.build/0.8.4/org.jacoco.build-0.8.4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jacoco/org.jacoco.build/0.8.4/org.jacoco.build-0.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.4/org.jacoco.build-0.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.4/org.jacoco.build-0.8.4.pom (39 kB at 806 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.jar (53 kB at 846 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/github/spotbugs/spotbugs-maven-plugin/3.1.12.2/spotbugs-maven-plugin-3.1.12.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/github/spotbugs/spotbugs-maven-plugin/3.1.12.2/spotbugs-maven-plugin-3.1.12.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs-maven-plugin/3.1.12.2/spotbugs-maven-plugin-3.1.12.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs-maven-plugin/3.1.12.2/spotbugs-maven-plugin-3.1.12.2.pom (29 kB at 533 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/github/hazendaz/base-parent/23/base-parent-23.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/github/hazendaz/base-parent/23/base-parent-23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/hazendaz/base-parent/23/base-parent-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/hazendaz/base-parent/23/base-parent-23.pom (81 kB at 2.0 MB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/github/spotbugs/spotbugs-maven-plugin/3.1.12.2/spotbugs-maven-plugin-3.1.12.2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/github/spotbugs/spotbugs-maven-plugin/3.1.12.2/spotbugs-maven-plugin-3.1.12.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs-maven-plugin/3.1.12.2/spotbugs-maven-plugin-3.1.12.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs-maven-plugin/3.1.12.2/spotbugs-maven-plugin-3.1.12.2.jar (168 kB at 1.9 MB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-pmd-plugin/3.12.0/maven-pmd-plugin-3.12.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-pmd-plugin/3.12.0/maven-pmd-plugin-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-pmd-plugin/3.12.0/maven-pmd-plugin-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-pmd-plugin/3.12.0/maven-pmd-plugin-3.12.0.pom (12 kB at 280 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-pmd-plugin/3.12.0/maven-pmd-plugin-3.12.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-pmd-plugin/3.12.0/maven-pmd-plugin-3.12.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-pmd-plugin/3.12.0/maven-pmd-plugin-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-pmd-plugin/3.12.0/maven-pmd-plugin-3.12.0.jar (117 kB at 1.7 MB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom (5.2 kB at 129 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (10 kB at 325 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar (30 kB at 406 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom (5.8 kB at 100 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 1.0 MB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar (64 kB at 976 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom (3.3 kB at 100 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom (11 kB at 258 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/26/maven-parent-26.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/26/maven-parent-26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 947 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/16/apache-16.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/16/apache-16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 497 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar (36 kB at 360 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/3.1.0/maven-source-plugin-3.1.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-source-plugin/3.1.0/maven-source-plugin-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.1.0/maven-source-plugin-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.1.0/maven-source-plugin-3.1.0.pom (5.5 kB at 21 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/3.1.0/maven-source-plugin-3.1.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-source-plugin/3.1.0/maven-source-plugin-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.1.0/maven-source-plugin-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.1.0/maven-source-plugin-3.1.0.jar (31 kB at 594 kB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jgit-parent --- [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 69 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 521 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 750 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/6/apache-6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/6/apache-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 284 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 126 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 3.2 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 441 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 35 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 105 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 116 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 31 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 45 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 210 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 358 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 18 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 112 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 694 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 266 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 121 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 104 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 227 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 44 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 152 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 109 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 1.1 MB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/18/apache-18.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/18/apache-18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 435 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 237 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 1.9 MB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 2.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 391 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 1.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 1.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 3.2 MB/s) [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit-parent --- [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 173 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 331 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 38 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 60 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 30 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 191 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 596 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 78 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 189 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 240 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 69 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 14 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 72 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 82 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 39 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 234 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 69 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 119 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 67 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.pom (2.9 kB at 97 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 19 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 15 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 143 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.11/junit-4.11.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/4.11/junit-4.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom (2.3 kB at 43 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 24 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 70 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 116 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.pom (3.9 kB at 113 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom (4.8 kB at 78 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 166 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom (23 kB at 599 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/41/commons-parent-41.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/41/commons-parent-41.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 1.8 MB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.6/commons-codec-1.6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.6/commons-codec-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 254 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 953 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/9/apache-9.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/9/apache-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 583 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 24 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (1.4 kB at 52 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom (7.3 kB at 269 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5.1 kB at 102 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/24/maven-parent-24.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/24/maven-parent-24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 922 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/14/apache-14.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/14/apache-14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (15 kB at 306 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 75 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 796 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 112 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 28 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 364 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 953 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/5/apache-5.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/5/apache-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 152 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.11/junit-4.11.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/4.11/junit-4.11.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 700 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 687 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 819 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 764 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 4.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 674 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 120 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 908 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 739 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 389 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 176 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.jar (12 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 252 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 188 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.jar (104 kB at 514 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 953 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar (61 kB at 289 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.jar (245 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 966 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar (164 kB at 655 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar (480 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 971 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar (64 kB at 209 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 438 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 169 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 838 kB/s) [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit-parent --- [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 15 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 236 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 206 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 289 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 12 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 132 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 457 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 129 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 104 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 150 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 1.2 MB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/17/apache-17.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/17/apache-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 412 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom (4.2 kB at 112 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 49 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 40 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 586 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 105 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 660 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 141 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 155 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 155 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 832 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/15/apache-15.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/15/apache-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 48 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.4/commons-io-2.4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.4/commons-io-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 172 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/25/commons-parent-25.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/25/commons-parent-25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 1.0 MB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 31 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 116 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 942 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 32 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 525 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 274 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 1.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 1.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 266 kB/s) [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit-parent --- [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom (3.9 kB at 105 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (8.4 kB at 496 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/9/maven-parent-9.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/9/maven-parent-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 kB at 631 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/4/apache-4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/4/apache-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 71 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 25 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 348 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 282 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/3/apache-3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/3/apache-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 65 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (4.1 kB at 72 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (2.7 kB at 81 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/7/maven-parent-7.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/7/maven-parent-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom (21 kB at 817 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (765 B at 33 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.2/maven-2.0.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/2.0.2/maven-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom (13 kB at 425 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 16 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom (1.4 kB at 56 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom (1.3 kB at 16 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.8.2/junit-4.8.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/4.8.2/junit-4.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom (1.5 kB at 30 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 180 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom (588 B at 11 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom (6.4 kB at 213 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 73 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 147 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 239 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 66 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 222 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 727 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/7/apache-7.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/7/apache-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 424 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 43 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 254 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/10/maven-parent-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 904 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom (4.5 kB at 146 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom (2.8 kB at 75 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.10/maven-2.0.10.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/2.0.10/maven-2.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.10/maven-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.10/maven-2.0.10.pom (24 kB at 736 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom (2.2 kB at 70 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom (3.3 kB at 95 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom (1.4 kB at 42 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 113 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom (2.1 kB at 68 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom (2.7 kB at 45 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom (2.3 kB at 47 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom (1.6 kB at 44 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom (2.0 kB at 59 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom (1.5 kB at 35 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom (1.6 kB at 49 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom (18 kB at 586 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom (1.6 kB at 51 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 63 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 29 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 73 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 57 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 223 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom (3.7 kB at 120 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom (5.6 kB at 201 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 341 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom (2.2 kB at 61 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom (738 B at 19 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/1/apache-1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/1/apache-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom (3.4 kB at 73 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 466 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/9/commons-parent-9.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/9/commons-parent-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 645 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom (7.8 kB at 216 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 188 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.2/commons-codec-1.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.2/commons-codec-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom (3.8 kB at 120 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom (6.1 kB at 165 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom (15 kB at 478 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom (3.0 kB at 93 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom (1.6 kB at 57 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom (2.4 kB at 54 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom (5.5 kB at 153 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 34 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 94 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 60 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 61 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 31 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 33 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 32 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 172 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 52 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 284 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/velocity/velocity/1.5/velocity-1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 228 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 288 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 284 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 4.4 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (9.1 kB at 313 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 11 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 21 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 26 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 70 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 4.4 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 49 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 10 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 252 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4.pom (3.5 kB at 141 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.pom (2.1 kB at 31 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.1/asm-7.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/7.1/asm-7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.1/asm-7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.1/asm-7.1.pom (2.9 kB at 12 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 374 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.pom (3.7 kB at 76 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom (3.1 kB at 101 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom (3.2 kB at 102 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.pom (1.9 kB at 60 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.8.2/junit-4.8.2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.2/commons-codec-1.2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.1/asm-7.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/4.8.2/junit-4.8.2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.2/commons-codec-1.2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/velocity/velocity/1.5/velocity-1.5.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/7.1/asm-7.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 790 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 838 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (38 kB at 709 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 119 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar (237 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 103 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar (17 kB at 156 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.jar (30 kB at 210 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.jar (37 kB at 246 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.jar (123 kB at 780 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar (158 kB at 959 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.jar (11 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar (1.2 MB at 5.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar (30 kB at 127 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar (305 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar (50 kB at 203 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar (49 kB at 192 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar (52 kB at 199 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar (15 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar (37 kB at 135 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar (245 kB at 803 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (91 kB at 295 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 590 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 467 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 102 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.1/asm-7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.jar (194 kB at 483 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.1/asm-7.1.jar (115 kB at 285 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 160 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar (281 kB at 670 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.jar (70 kB at 168 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (109 kB at 260 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar (33 kB at 78 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar (50 kB at 107 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.jar (129 kB at 271 kB/s) [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit-parent --- [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 81 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 1.3 MB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 99 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 73 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 105 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 196 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 31 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 195 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 33 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 72 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 111 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 44 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 53 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 29 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 57 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 119 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant/1.9.4/ant-1.9.4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/ant/ant/1.9.4/ant-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.pom (9.6 kB at 283 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom (5.6 kB at 165 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom (2.3 kB at 69 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant/1.9.4/ant-1.9.4.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/ant/ant/1.9.4/ant-1.9.4.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 539 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 136 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 655 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 240 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 536 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 200 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 361 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 1.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 743 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (243 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 328 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar (18 kB at 74 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.jar (2.0 MB at 5.7 MB/s) [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit-parent >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit-parent --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit-parent --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit-parent --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit-parent <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit-parent --- [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.pom (4.6 kB at 170 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 212 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom (4.8 kB at 131 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 536 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom (5.1 kB at 86 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom (4.5 kB at 134 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 432 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 2.1 MB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom (18 kB at 405 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 1.8 MB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 373 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 34 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 98 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.jar (24 kB at 566 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar (75 kB at 1.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar (192 kB at 3.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 1.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar (592 kB at 9.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 794 kB/s) [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit-parent --- [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.pom (4.3 kB at 139 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom (4.9 kB at 158 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.5/plexus-archiver-3.5.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/3.5/plexus-archiver-3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.5/plexus-archiver-3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.5/plexus-archiver-3.5.pom (4.8 kB at 155 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom (21 kB at 762 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom (4.5 kB at 103 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.14/commons-compress-1.14.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.14/commons-compress-1.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.14/commons-compress-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.14/commons-compress-1.14.pom (13 kB at 548 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.6/xz-1.6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/tukaani/xz/1.6/xz-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.6/xz-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.6/xz-1.6.pom (1.9 kB at 61 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (1.5 kB at 44 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 90 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom (5.0 kB at 148 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom (4.8 kB at 105 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.pom (11 kB at 197 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 377 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 75 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 369 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom (1.5 kB at 51 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom (15 kB at 610 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom (1.5 kB at 28 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom (6.7 kB at 56 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom (14 kB at 402 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom (4.1 kB at 94 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 174 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 332 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/project/4.1/project-4.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/project/4.1/project-4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 496 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 136 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 156 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/project/4.0/project-4.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/project/4.0/project-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 410 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 557 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/5/commons-parent-5.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/5/commons-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 54 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 244 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xmlunit/xmlunit/1.5/xmlunit-1.5.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/xmlunit/xmlunit/1.5/xmlunit-1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom (3.0 kB at 92 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom (3.4 kB at 103 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom (3.0 kB at 98 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom (1.6 kB at 49 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom (2.6 kB at 51 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 85 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 98 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 190 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.7/velocity-1.7.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/velocity/velocity/1.7/velocity-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 374 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 347 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 520 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 226 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 193 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/log4j/log4j/1.2.12/log4j-1.2.12.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/log4j/log4j/1.2.12/log4j-1.2.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 4.5 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/logkit/logkit/1.0.1/logkit-1.0.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/logkit/logkit/1.0.1/logkit-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 5.4 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 4.2 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 4.9 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 182 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 6.3 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 104 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 345 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 231 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/dom4j/dom4j/1.1/dom4j-1.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/dom4j/dom4j/1.1/dom4j-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 4.3 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/sslext/sslext/1.2-0/sslext-1.2-0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/sslext/sslext/1.2-0/sslext-1.2-0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 22 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 135 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 378 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/struts/struts-master/4/struts-master-4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/struts/struts-master/4/struts-master-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom (12 kB at 359 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/2/apache-2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/2/apache-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom (3.4 kB at 85 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/antlr/antlr/2.7.2/antlr-2.7.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/antlr/antlr/2.7.2/antlr-2.7.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 3.9 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 85 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 97 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 408 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom (6.6 kB at 206 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom (16 kB at 64 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 964 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom (5.2 kB at 140 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom (13 kB at 357 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 18 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 1.4 MB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/13/apache-13.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/13/apache-13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 451 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.pom (16 kB at 546 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 219 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.pom (4.8 kB at 119 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-languages/1.0.3/plexus-languages-1.0.3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-languages/1.0.3/plexus-languages-1.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.0.3/plexus-languages-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.0.3/plexus-languages-1.0.3.pom (4.2 kB at 90 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.0/asm-7.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/7.0/asm-7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom (2.9 kB at 95 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom (16 kB at 453 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom (4.8 kB at 142 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom (4.5 kB at 86 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom (16 kB at 355 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/43/commons-parent-43.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/43/commons-parent-43.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom (70 kB at 1.5 MB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/objenesis/objenesis/2.6/objenesis-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 96 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 533 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom (726 B at 13 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom (1.1 kB at 9.2 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom (2.4 kB at 64 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom (1.2 kB at 33 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xmlunit/xmlunit/1.5/xmlunit-1.5.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/sslext/sslext/1.2-0/sslext-1.2-0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/antlr/antlr/2.7.2/antlr-2.7.2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.0/asm-7.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/xmlunit/xmlunit/1.5/xmlunit-1.5.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/sslext/sslext/1.2-0/sslext-1.2-0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/antlr/antlr/2.7.2/antlr-2.7.2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/7.0/asm-7.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/objenesis/objenesis/2.6/objenesis-2.6.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.jar (24 kB at 527 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar (165 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar (57 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar (33 kB at 566 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar (11 kB at 175 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 395 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.jar (128 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar (12 kB at 136 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.jar (64 kB at 735 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.jar (16 kB at 160 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.jar (98 kB at 614 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar (167 kB at 972 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar (17 kB at 96 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar (61 kB at 326 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 700 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 437 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 116 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 489 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 827 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 373 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar (772 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 162 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar (327 kB at 853 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.jar (317 kB at 780 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.jar (51 kB at 126 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar (114 kB at 268 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar (191 kB at 442 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 123 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar (12 kB at 26 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar (560 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 554 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 682 kB/s) [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/stable/jgit-stable/target/jacoco.exec [INFO] [INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.jgit-parent >>> [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.jgit-parent --- [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/github/spotbugs/spotbugs/3.1.12/spotbugs-3.1.12.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/github/spotbugs/spotbugs/3.1.12/spotbugs-3.1.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs/3.1.12/spotbugs-3.1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs/3.1.12/spotbugs-3.1.12.pom (4.8 kB at 255 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom (3.2 kB at 150 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom (3.1 kB at 136 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.pom (3.7 kB at 126 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom (3.6 kB at 118 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/bcel/bcel/6.3/bcel-6.3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/bcel/bcel/6.3/bcel-6.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/bcel/bcel/6.3/bcel-6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/bcel/bcel/6.3/bcel-6.3.pom (20 kB at 607 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom (491 B at 16 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/dom4j/dom4j/2.1.1/dom4j-2.1.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/dom4j/dom4j/2.1.1/dom4j-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/dom4j/dom4j/2.1.1/dom4j-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/dom4j/dom4j/2.1.1/dom4j-2.1.1.pom (2.4 kB at 77 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jaxen/jaxen/1.1.6/jaxen-1.1.6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/jaxen/jaxen/1.1.6/jaxen-1.1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/1.1.6/jaxen-1.1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/1.1.6/jaxen-1.1.6.pom (14 kB at 368 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 17 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 515 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/17/commons-parent-17.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/17/commons-parent-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 742 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.8.0-beta2/slf4j-api-1.8.0-beta2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.8.0-beta2/slf4j-api-1.8.0-beta2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.8.0-beta2/slf4j-api-1.8.0-beta2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.8.0-beta2/slf4j-api-1.8.0-beta2.pom (1.6 kB at 52 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.8.0-beta2/slf4j-parent-1.8.0-beta2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-parent/1.8.0-beta2/slf4j-parent-1.8.0-beta2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.8.0-beta2/slf4j-parent-1.8.0-beta2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.8.0-beta2/slf4j-parent-1.8.0-beta2.pom (16 kB at 499 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/github/spotbugs/spotbugs-annotations/3.1.12/spotbugs-annotations-3.1.12.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/github/spotbugs/spotbugs-annotations/3.1.12/spotbugs-annotations-3.1.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs-annotations/3.1.12/spotbugs-annotations-3.1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs-annotations/3.1.12/spotbugs-annotations-3.1.12.pom (2.5 kB at 71 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 138 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-simple/2.0.0-alpha0/slf4j-simple-2.0.0-alpha0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-simple/2.0.0-alpha0/slf4j-simple-2.0.0-alpha0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/2.0.0-alpha0/slf4j-simple-2.0.0-alpha0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/2.0.0-alpha0/slf4j-simple-2.0.0-alpha0.pom (1.1 kB at 37 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/2.0.0-alpha0/slf4j-parent-2.0.0-alpha0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-parent/2.0.0-alpha0/slf4j-parent-2.0.0-alpha0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.0-alpha0/slf4j-parent-2.0.0-alpha0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.0-alpha0/slf4j-parent-2.0.0-alpha0.pom (16 kB at 412 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/2.0.0-alpha0/slf4j-api-2.0.0-alpha0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/2.0.0-alpha0/slf4j-api-2.0.0-alpha0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0-alpha0/slf4j-api-2.0.0-alpha0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0-alpha0/slf4j-api-2.0.0-alpha0.pom (1.7 kB at 50 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant/1.10.6/ant-1.10.6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/ant/ant/1.10.6/ant-1.10.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.6/ant-1.10.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.6/ant-1.10.6.pom (16 kB at 67 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant-parent/1.10.6/ant-parent-1.10.6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/ant/ant-parent/1.10.6/ant-parent-1.10.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.10.6/ant-parent-1.10.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.10.6/ant-parent-1.10.6.pom (6.5 kB at 191 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant-launcher/1.10.6/ant-launcher-1.10.6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/ant/ant-launcher/1.10.6/ant-launcher-1.10.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.6/ant-launcher-1.10.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.6/ant-launcher-1.10.6.pom (3.2 kB at 93 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/groovy/groovy/3.0.0-beta-2/groovy-3.0.0-beta-2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/groovy/groovy/3.0.0-beta-2/groovy-3.0.0-beta-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy/3.0.0-beta-2/groovy-3.0.0-beta-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy/3.0.0-beta-2/groovy-3.0.0-beta-2.pom (24 kB at 96 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/groovy/groovy-ant/3.0.0-beta-2/groovy-ant-3.0.0-beta-2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/groovy/groovy-ant/3.0.0-beta-2/groovy-ant-3.0.0-beta-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-ant/3.0.0-beta-2/groovy-ant-3.0.0-beta-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-ant/3.0.0-beta-2/groovy-ant-3.0.0-beta-2.pom (23 kB at 712 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant/1.10.5/ant-1.10.5.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/ant/ant/1.10.5/ant-1.10.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.5/ant-1.10.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.5/ant-1.10.5.pom (10 kB at 388 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant-parent/1.10.5/ant-parent-1.10.5.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/ant/ant-parent/1.10.5/ant-parent-1.10.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.10.5/ant-parent-1.10.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.10.5/ant-parent-1.10.5.pom (5.7 kB at 190 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant-launcher/1.10.5/ant-launcher-1.10.5.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/ant/ant-launcher/1.10.5/ant-launcher-1.10.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.5/ant-launcher-1.10.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.5/ant-launcher-1.10.5.pom (2.3 kB at 75 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/groovy/groovy-groovydoc/3.0.0-beta-2/groovy-groovydoc-3.0.0-beta-2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/groovy/groovy-groovydoc/3.0.0-beta-2/groovy-groovydoc-3.0.0-beta-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-groovydoc/3.0.0-beta-2/groovy-groovydoc-3.0.0-beta-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-groovydoc/3.0.0-beta-2/groovy-groovydoc-3.0.0-beta-2.pom (23 kB at 552 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/groovy/groovy-dateutil/3.0.0-beta-2/groovy-dateutil-3.0.0-beta-2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/groovy/groovy-dateutil/3.0.0-beta-2/groovy-dateutil-3.0.0-beta-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-dateutil/3.0.0-beta-2/groovy-dateutil-3.0.0-beta-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-dateutil/3.0.0-beta-2/groovy-dateutil-3.0.0-beta-2.pom (22 kB at 584 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/groovy/groovy-templates/3.0.0-beta-2/groovy-templates-3.0.0-beta-2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/groovy/groovy-templates/3.0.0-beta-2/groovy-templates-3.0.0-beta-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-templates/3.0.0-beta-2/groovy-templates-3.0.0-beta-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-templates/3.0.0-beta-2/groovy-templates-3.0.0-beta-2.pom (22 kB at 376 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/groovy/groovy-xml/3.0.0-beta-2/groovy-xml-3.0.0-beta-2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/groovy/groovy-xml/3.0.0-beta-2/groovy-xml-3.0.0-beta-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-xml/3.0.0-beta-2/groovy-xml-3.0.0-beta-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-xml/3.0.0-beta-2/groovy-xml-3.0.0-beta-2.pom (22 kB at 617 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/groovy/groovy-docgenerator/3.0.0-beta-2/groovy-docgenerator-3.0.0-beta-2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/groovy/groovy-docgenerator/3.0.0-beta-2/groovy-docgenerator-3.0.0-beta-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-docgenerator/3.0.0-beta-2/groovy-docgenerator-3.0.0-beta-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-docgenerator/3.0.0-beta-2/groovy-docgenerator-3.0.0-beta-2.pom (23 kB at 429 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.pom (18 kB at 550 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 166 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom (7.6 kB at 217 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 19 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 121 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 615 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.5.0/maven-plugin-api-3.5.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.5.0/maven-plugin-api-3.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.0/maven-plugin-api-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.0/maven-plugin-api-3.5.0.pom (2.7 kB at 71 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.5.0/maven-3.5.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.5.0/maven-3.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.5.0/maven-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.5.0/maven-3.5.0.pom (25 kB at 708 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.pom (4.0 kB at 139 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.5.0/maven-artifact-3.5.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.5.0/maven-artifact-3.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.0/maven-artifact-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.0/maven-artifact-3.5.0.pom (2.1 kB at 70 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom (4.2 kB at 80 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom (14 kB at 490 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 12 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 65 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 264 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jboss/weld/weld-parent/6/weld-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 575 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 32 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 7.7 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom (2.6 kB at 57 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom (14 kB at 437 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 162 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 106 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom (11 kB at 225 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom (7.3 kB at 202 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.1.1/maven-3.1.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.1.1/maven-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 kB at 212 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 1.1 MB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom (4.1 kB at 134 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom (2.2 kB at 72 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom (2.6 kB at 76 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (1.0 kB at 37 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom (2.2 kB at 44 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom (2.0 kB at 60 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom (3.4 kB at 55 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom (4.8 kB at 82 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom (13 kB at 413 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/10.0.1/guava-10.0.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/10.0.1/guava-10.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom (5.4 kB at 180 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom (2.0 kB at 59 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 23 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 221 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 295 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 12 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom (2.5 kB at 35 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom (14 kB at 318 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 139 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 134 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 270 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 232 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom (2.8 kB at 94 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom (4.1 kB at 117 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 42 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 61 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (3.3 kB at 58 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 200 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.pom (4.4 kB at 132 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.9/doxia-1.9.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia/1.9/doxia-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.9/doxia-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.9/doxia-1.9.pom (19 kB at 554 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.pom (1.6 kB at 39 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.pom (1.6 kB at 51 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom (2.8 kB at 54 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 127 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean/3.7/xbean-3.7.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/xbean/xbean/3.7/xbean-3.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 572 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 161 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 445 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 439 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/collections/google-collections/1.0/google-collections-1.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/collections/google-collections/1.0/google-collections-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 73 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/google/1/google-1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/google/1/google-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom (1.6 kB at 54 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.9.1/doxia-decoration-model-1.9.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.9.1/doxia-decoration-model-1.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9.1/doxia-decoration-model-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9.1/doxia-decoration-model-1.9.1.pom (3.4 kB at 97 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sitetools/1.9.1/doxia-sitetools-1.9.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sitetools/1.9.1/doxia-sitetools-1.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.9.1/doxia-sitetools-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.9.1/doxia-sitetools-1.9.1.pom (16 kB at 503 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.9.1/doxia-site-renderer-1.9.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.9.1/doxia-site-renderer-1.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.1/doxia-site-renderer-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.1/doxia-site-renderer-1.9.1.pom (6.8 kB at 193 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-skin-model/1.9.1/doxia-skin-model-1.9.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-skin-model/1.9.1/doxia-skin-model-1.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.1/doxia-skin-model-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.1/doxia-skin-model-1.9.1.pom (3.0 kB at 82 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.pom (2.0 kB at 56 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-modules/1.9/doxia-modules-1.9.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-modules/1.9/doxia-modules-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.9/doxia-modules-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.9/doxia-modules-1.9.pom (2.7 kB at 65 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.pom (2.0 kB at 47 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom (2.1 kB at 69 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 649 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-integration-tools/1.9.1/doxia-integration-tools-1.9.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-integration-tools/1.9.1/doxia-integration-tools-1.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.9.1/doxia-integration-tools-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.9.1/doxia-integration-tools-1.9.1.pom (6.0 kB at 30 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.pom (15 kB at 406 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-chain/commons-chain/1.2/commons-chain-1.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-chain/commons-chain/1.2/commons-chain-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.2/commons-chain-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.2/commons-chain-1.2.pom (10 kB at 320 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/10/commons-parent-10.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/10/commons-parent-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/10/commons-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/10/commons-parent-10.pom (23 kB at 631 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.13/commons-codec-1.13.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.13/commons-codec-1.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.13/commons-codec-1.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.13/commons-codec-1.13.pom (14 kB at 446 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/48/commons-parent-48.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/48/commons-parent-48.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 2.0 MB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/2.1/commons-digester-2.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-digester/commons-digester/2.1/commons-digester-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/2.1/commons-digester-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/2.1/commons-digester-2.1.pom (10 kB at 354 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom (11 kB at 431 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/14/commons-parent-14.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/14/commons-parent-14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/14/commons-parent-14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/14/commons-parent-14.pom (31 kB at 951 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.pom (28 kB at 788 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-validator/commons-validator/1.6/commons-validator-1.6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-validator/commons-validator/1.6/commons-validator-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.6/commons-validator-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.6/commons-validator-1.6.pom (12 kB at 376 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.pom (14 kB at 421 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/33/commons-parent-33.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/33/commons-parent-33.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/33/commons-parent-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/33/commons-parent-33.pom (53 kB at 948 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.pom (10 kB at 334 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/11/commons-parent-11.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/11/commons-parent-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 747 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/2.0.0/plexus-container-default-2.0.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/2.0.0/plexus-container-default-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.0.0/plexus-container-default-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.0.0/plexus-container-default-2.0.0.pom (3.0 kB at 23 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 141 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 255 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom (3.2 kB at 102 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom (5.3 kB at 214 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.2-beta/asm-7.2-beta.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/7.2-beta/asm-7.2-beta.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2-beta/asm-7.2-beta.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2-beta/asm-7.2-beta.pom (2.9 kB at 89 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.2-beta/asm-analysis-7.2-beta.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-analysis/7.2-beta/asm-analysis-7.2-beta.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2-beta/asm-analysis-7.2-beta.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2-beta/asm-analysis-7.2-beta.pom (3.2 kB at 102 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.2-beta/asm-tree-7.2-beta.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-tree/7.2-beta/asm-tree-7.2-beta.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2-beta/asm-tree-7.2-beta.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2-beta/asm-tree-7.2-beta.pom (3.1 kB at 58 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-commons/7.2-beta/asm-commons-7.2-beta.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-commons/7.2-beta/asm-commons-7.2-beta.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.2-beta/asm-commons-7.2-beta.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.2-beta/asm-commons-7.2-beta.pom (3.7 kB at 119 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.2-beta/asm-util-7.2-beta.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-util/7.2-beta/asm-util-7.2-beta.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2-beta/asm-util-7.2-beta.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2-beta/asm-util-7.2-beta.pom (3.7 kB at 111 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/bcel/bcel/6.3/bcel-6.3.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/dom4j/dom4j/2.1.1/dom4j-2.1.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/github/spotbugs/spotbugs/3.1.12/spotbugs-3.1.12.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jaxen/jaxen/1.1.6/jaxen-1.1.6.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/github/spotbugs/spotbugs-annotations/3.1.12/spotbugs-annotations-3.1.12.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-simple/2.0.0-alpha0/slf4j-simple-2.0.0-alpha0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant/1.10.6/ant-1.10.6.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant-launcher/1.10.6/ant-launcher-1.10.6.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/groovy/groovy/3.0.0-beta-2/groovy-3.0.0-beta-2-indy.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/groovy/groovy-ant/3.0.0-beta-2/groovy-ant-3.0.0-beta-2-indy.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/groovy/groovy/3.0.0-beta-2/groovy-3.0.0-beta-2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/groovy/groovy-dateutil/3.0.0-beta-2/groovy-dateutil-3.0.0-beta-2-indy.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/groovy/groovy-groovydoc/3.0.0-beta-2/groovy-groovydoc-3.0.0-beta-2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/groovy/groovy-templates/3.0.0-beta-2/groovy-templates-3.0.0-beta-2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/groovy/groovy-docgenerator/3.0.0-beta-2/groovy-docgenerator-3.0.0-beta-2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/groovy/groovy-xml/3.0.0-beta-2/groovy-xml-3.0.0-beta-2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.5.0/maven-plugin-api-3.5.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.5.0/maven-artifact-3.5.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.9.1/doxia-decoration-model-1.9.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.9.1/doxia-site-renderer-1.9.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-skin-model/1.9.1/doxia-skin-model-1.9.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-integration-tools/1.9.1/doxia-integration-tools-1.9.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-chain/commons-chain/1.2/commons-chain-1.2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.13/commons-codec-1.13.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/2.1/commons-digester-2.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-validator/commons-validator/1.6/commons-validator-1.6.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/2.0.0/plexus-container-default-2.0.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/2.0.0-alpha0/slf4j-api-2.0.0-alpha0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.2-beta/asm-7.2-beta.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.2-beta/asm-analysis-7.2-beta.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-commons/7.2-beta/asm-commons-7.2-beta.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.2-beta/asm-tree-7.2-beta.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.2-beta/asm-util-7.2-beta.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/github/spotbugs/spotbugs/3.1.12/spotbugs-3.1.12.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/jaxen/jaxen/1.1.6/jaxen-1.1.6.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/dom4j/dom4j/2.1.1/dom4j-2.1.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/bcel/bcel/6.3/bcel-6.3.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/github/spotbugs/spotbugs-annotations/3.1.12/spotbugs-annotations-3.1.12.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-simple/2.0.0-alpha0/slf4j-simple-2.0.0-alpha0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/ant/ant/1.10.6/ant-1.10.6.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/ant/ant-launcher/1.10.6/ant-launcher-1.10.6.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/groovy/groovy/3.0.0-beta-2/groovy-3.0.0-beta-2-indy.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/groovy/groovy-ant/3.0.0-beta-2/groovy-ant-3.0.0-beta-2-indy.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/groovy/groovy/3.0.0-beta-2/groovy-3.0.0-beta-2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/groovy/groovy-dateutil/3.0.0-beta-2/groovy-dateutil-3.0.0-beta-2-indy.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/groovy/groovy-groovydoc/3.0.0-beta-2/groovy-groovydoc-3.0.0-beta-2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/groovy/groovy-templates/3.0.0-beta-2/groovy-templates-3.0.0-beta-2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/groovy/groovy-docgenerator/3.0.0-beta-2/groovy-docgenerator-3.0.0-beta-2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/groovy/groovy-xml/3.0.0-beta-2/groovy-xml-3.0.0-beta-2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.5.0/maven-plugin-api-3.5.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.5.0/maven-artifact-3.5.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.9.1/doxia-decoration-model-1.9.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.9.1/doxia-site-renderer-1.9.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-skin-model/1.9.1/doxia-skin-model-1.9.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-integration-tools/1.9.1/doxia-integration-tools-1.9.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-chain/commons-chain/1.2/commons-chain-1.2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.13/commons-codec-1.13.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-digester/commons-digester/2.1/commons-digester-2.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-validator/commons-validator/1.6/commons-validator-1.6.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/2.0.0/plexus-container-default-2.0.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/2.0.0-alpha0/slf4j-api-2.0.0-alpha0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/7.2-beta/asm-7.2-beta.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-analysis/7.2-beta/asm-analysis-7.2-beta.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-commons/7.2-beta/asm-commons-7.2-beta.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-tree/7.2-beta/asm-tree-7.2-beta.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-util/7.2-beta/asm-util-7.2-beta.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs/3.1.12/spotbugs-3.1.12.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/bcel/bcel/6.3/bcel-6.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/1.1.6/jaxen-1.1.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/dom4j/dom4j/2.1.1/dom4j-2.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar (2.3 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/1.1.6/jaxen-1.1.6.jar (232 kB at 1.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/bcel/bcel/6.3/bcel-6.3.jar (685 kB at 4.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/dom4j/dom4j/2.1.1/dom4j-2.1.1.jar (324 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs-annotations/3.1.12/spotbugs-annotations-3.1.12.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/2.0.0-alpha0/slf4j-simple-2.0.0-alpha0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs/3.1.12/spotbugs-3.1.12.jar (3.4 MB at 22 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.6/ant-1.10.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 119 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.6/ant-launcher-1.10.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/2.0.0-alpha0/slf4j-simple-2.0.0-alpha0.jar (15 kB at 82 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs-annotations/3.1.12/spotbugs-annotations-3.1.12.jar (15 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy/3.0.0-beta-2/groovy-3.0.0-beta-2-indy.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-ant/3.0.0-beta-2/groovy-ant-3.0.0-beta-2-indy.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.6/ant-launcher-1.10.6.jar (19 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy/3.0.0-beta-2/groovy-3.0.0-beta-2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-ant/3.0.0-beta-2/groovy-ant-3.0.0-beta-2-indy.jar (83 kB at 402 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-dateutil/3.0.0-beta-2/groovy-dateutil-3.0.0-beta-2-indy.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-dateutil/3.0.0-beta-2/groovy-dateutil-3.0.0-beta-2-indy.jar (7.4 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-groovydoc/3.0.0-beta-2/groovy-groovydoc-3.0.0-beta-2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 1.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-groovydoc/3.0.0-beta-2/groovy-groovydoc-3.0.0-beta-2.jar (143 kB at 527 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-docgenerator/3.0.0-beta-2/groovy-docgenerator-3.0.0-beta-2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-templates/3.0.0-beta-2/groovy-templates-3.0.0-beta-2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.6/ant-1.10.6.jar (2.2 MB at 7.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-docgenerator/3.0.0-beta-2/groovy-docgenerator-3.0.0-beta-2.jar (126 kB at 387 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-xml/3.0.0-beta-2/groovy-xml-3.0.0-beta-2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-templates/3.0.0-beta-2/groovy-templates-3.0.0-beta-2.jar (101 kB at 309 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar (18 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.0/maven-plugin-api-3.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.0/maven-plugin-api-3.5.0.jar (48 kB at 129 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar (180 kB at 453 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-xml/3.0.0-beta-2/groovy-xml-3.0.0-beta-2.jar (285 kB at 670 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar (205 kB at 464 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy/3.0.0-beta-2/groovy-3.0.0-beta-2-indy.jar (7.8 MB at 16 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 5.2 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.0/maven-artifact-3.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.0/maven-artifact-3.5.0.jar (55 kB at 108 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar (379 kB at 742 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar (128 kB at 244 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar (42 kB at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar (42 kB at 76 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar (25 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar (557 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar (160 kB at 281 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 246 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.jar (165 kB at 265 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy/3.0.0-beta-2/groovy-3.0.0-beta-2.jar (7.8 MB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar (60 kB at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 204 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar (62 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9.1/doxia-decoration-model-1.9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (50 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.1/doxia-site-renderer-1.9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.jar (12 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.1/doxia-skin-model-1.9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.jar (12 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9.1/doxia-decoration-model-1.9.1.jar (60 kB at 89 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.1/doxia-site-renderer-1.9.1.jar (66 kB at 96 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.jar (219 kB at 302 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.9.1/doxia-integration-tools-1.9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.1/doxia-skin-model-1.9.1.jar (17 kB at 23 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.jar (18 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.2/commons-chain-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.13/commons-codec-1.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.jar (18 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/2.1/commons-digester-2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.9.1/doxia-integration-tools-1.9.1.jar (47 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/2.1/commons-digester-2.1.jar (197 kB at 258 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar (246 kB at 322 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.6/commons-validator-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.13/commons-codec-1.13.jar (344 kB at 449 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.0.0/plexus-container-default-2.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 279 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.2/commons-chain-1.2.jar (92 kB at 116 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar (148 kB at 185 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.0.0/plexus-container-default-2.0.0.jar (230 kB at 286 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0-alpha0/slf4j-api-2.0.0-alpha0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.6/commons-validator-1.6.jar (186 kB at 231 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2-beta/asm-7.2-beta.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar (23 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2-beta/asm-analysis-7.2-beta.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0-alpha0/slf4j-api-2.0.0-alpha0.jar (52 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.2-beta/asm-commons-7.2-beta.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2-beta/asm-7.2-beta.jar (115 kB at 138 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2-beta/asm-tree-7.2-beta.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.2-beta/asm-commons-7.2-beta.jar (70 kB at 82 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2-beta/asm-util-7.2-beta.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2-beta/asm-tree-7.2-beta.jar (50 kB at 59 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2-beta/asm-util-7.2-beta.jar (81 kB at 93 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2-beta/asm-analysis-7.2-beta.jar (33 kB at 38 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.jar (262 kB at 252 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.jar (504 kB at 472 kB/s) [INFO] [INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.jgit-parent <<< [INFO] [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.jgit-parent --- [INFO] [INFO] >>> maven-pmd-plugin:3.12.0:cpd-check (default) > :cpd @ org.eclipse.jgit-parent >>> [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd (cpd) @ org.eclipse.jgit-parent --- [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.pom (12 kB at 203 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom (5.1 kB at 269 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/sourceforge/pmd/pmd-core/6.13.0/pmd-core-6.13.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/net/sourceforge/pmd/pmd-core/6.13.0/pmd-core-6.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/pmd/pmd-core/6.13.0/pmd-core-6.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/pmd/pmd-core/6.13.0/pmd-core-6.13.0.pom (8.5 kB at 225 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/sourceforge/pmd/pmd/6.13.0/pmd-6.13.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/net/sourceforge/pmd/pmd/6.13.0/pmd-6.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/pmd/pmd/6.13.0/pmd-6.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/pmd/pmd/6.13.0/pmd-6.13.0.pom (47 kB at 1.4 MB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/antlr/antlr4-runtime/4.7/antlr4-runtime-4.7.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/antlr/antlr4-runtime/4.7/antlr4-runtime-4.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.7/antlr4-runtime-4.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.7/antlr4-runtime-4.7.pom (3.5 kB at 100 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/antlr/antlr4-master/4.7/antlr4-master-4.7.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/antlr/antlr4-master/4.7/antlr4-master-4.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.7/antlr4-master-4.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.7/antlr4-master-4.7.pom (4.0 kB at 112 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/beust/jcommander/1.72/jcommander-1.72.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/beust/jcommander/1.72/jcommander-1.72.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/beust/jcommander/1.72/jcommander-1.72.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/beust/jcommander/1.72/jcommander-1.72.pom (1.2 kB at 35 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/java/dev/javacc/javacc/5.0/javacc-5.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/net/java/dev/javacc/javacc/5.0/javacc-5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/javacc/javacc/5.0/javacc-5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/javacc/javacc/5.0/javacc-5.0.pom (2.9 kB at 79 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.pom (5.7 kB at 155 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/gson/gson/2.8.5/gson-2.8.5.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/code/gson/gson/2.8.5/gson-2.8.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.5/gson-2.8.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.5/gson-2.8.5.pom (2.5 kB at 63 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/gson/gson-parent/2.8.5/gson-parent-2.8.5.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/code/gson/gson-parent/2.8.5/gson-parent-2.8.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.8.5/gson-parent-2.8.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.8.5/gson-parent-2.8.5.pom (3.8 kB at 118 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/sourceforge/pmd/pmd-java/6.13.0/pmd-java-6.13.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/net/sourceforge/pmd/pmd-java/6.13.0/pmd-java-6.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/pmd/pmd-java/6.13.0/pmd-java-6.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/pmd/pmd-java/6.13.0/pmd-java-6.13.0.pom (6.4 kB at 177 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/sourceforge/pmd/pmd-javascript/6.13.0/pmd-javascript-6.13.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/net/sourceforge/pmd/pmd-javascript/6.13.0/pmd-javascript-6.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/pmd/pmd-javascript/6.13.0/pmd-javascript-6.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/pmd/pmd-javascript/6.13.0/pmd-javascript-6.13.0.pom (3.8 kB at 106 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/mozilla/rhino/1.7.7.2/rhino-1.7.7.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/mozilla/rhino/1.7.7.2/rhino-1.7.7.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mozilla/rhino/1.7.7.2/rhino-1.7.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mozilla/rhino/1.7.7.2/rhino-1.7.7.2.pom (1.3 kB at 46 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/sourceforge/pmd/pmd-jsp/6.13.0/pmd-jsp-6.13.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/net/sourceforge/pmd/pmd-jsp/6.13.0/pmd-jsp-6.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/pmd/pmd-jsp/6.13.0/pmd-jsp-6.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/pmd/pmd-jsp/6.13.0/pmd-jsp-6.13.0.pom (3.9 kB at 3.8 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/jul-to-slf4j/1.7.25/jul-to-slf4j-1.7.25.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/jul-to-slf4j/1.7.25/jul-to-slf4j-1.7.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jul-to-slf4j/1.7.25/jul-to-slf4j-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jul-to-slf4j/1.7.25/jul-to-slf4j-1.7.25.pom (986 B at 31 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 53 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 113 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.7/doxia-decoration-model-1.7.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.7/doxia-decoration-model-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7/doxia-decoration-model-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7/doxia-decoration-model-1.7.pom (3.1 kB at 71 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sitetools/1.7/doxia-sitetools-1.7.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sitetools/1.7/doxia-sitetools-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7/doxia-sitetools-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7/doxia-sitetools-1.7.pom (14 kB at 382 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.pom (6.6 kB at 173 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.pom (2.9 kB at 95 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.pom (4.6 kB at 119 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.pom (1.3 kB at 22 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 83 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 568 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom (6.4 kB at 194 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom (16 kB at 382 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/project/7/project-7.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/project/7/project-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom (27 kB at 778 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom (5.1 kB at 125 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom (13 kB at 434 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.9/commons-codec-1.9.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.9/commons-codec-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.pom (12 kB at 236 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/32/commons-parent-32.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/32/commons-parent-32.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 1.8 MB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/beust/jcommander/1.72/jcommander-1.72.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/antlr/antlr4-runtime/4.7/antlr4-runtime-4.7.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/sourceforge/pmd/pmd-core/6.13.0/pmd-core-6.13.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/gson/gson/2.8.5/gson-2.8.5.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8-dom.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/sourceforge/pmd/pmd-java/6.13.0/pmd-java-6.13.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/sourceforge/pmd/pmd-javascript/6.13.0/pmd-javascript-6.13.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/mozilla/rhino/1.7.7.2/rhino-1.7.7.2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/sourceforge/pmd/pmd-jsp/6.13.0/pmd-jsp-6.13.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/jul-to-slf4j/1.7.25/jul-to-slf4j-1.7.25.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.7/doxia-decoration-model-1.7.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/beust/jcommander/1.72/jcommander-1.72.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/antlr/antlr4-runtime/4.7/antlr4-runtime-4.7.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/net/sourceforge/pmd/pmd-core/6.13.0/pmd-core-6.13.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/code/gson/gson/2.8.5/gson-2.8.5.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8-dom.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/net/sourceforge/pmd/pmd-java/6.13.0/pmd-java-6.13.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/net/sourceforge/pmd/pmd-javascript/6.13.0/pmd-javascript-6.13.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/mozilla/rhino/1.7.7.2/rhino-1.7.7.2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/net/sourceforge/pmd/pmd-jsp/6.13.0/pmd-jsp-6.13.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.7/doxia-decoration-model-1.7.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/jul-to-slf4j/1.7.25/jul-to-slf4j-1.7.25.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/beust/jcommander/1.72/jcommander-1.72.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.7/antlr4-runtime-4.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/pmd/pmd-core/6.13.0/pmd-core-6.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar (299 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/pmd/pmd-core/6.13.0/pmd-core-6.13.0.jar (1.1 MB at 5.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/beust/jcommander/1.72/jcommander-1.72.jar (69 kB at 313 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.5/gson-2.8.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.jar (128 kB at 522 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8-dom.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/pmd/pmd-java/6.13.0/pmd-java-6.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.7/antlr4-runtime-4.7.jar (335 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/pmd/pmd-javascript/6.13.0/pmd-javascript-6.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8-dom.jar (129 kB at 410 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mozilla/rhino/1.7.7.2/rhino-1.7.7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/pmd/pmd-java/6.13.0/pmd-java-6.13.0.jar (1.0 MB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/pmd/pmd-jsp/6.13.0/pmd-jsp-6.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/pmd/pmd-javascript/6.13.0/pmd-javascript-6.13.0.jar (131 kB at 315 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jul-to-slf4j/1.7.25/jul-to-slf4j-1.7.25.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/pmd/pmd-jsp/6.13.0/pmd-jsp-6.13.0.jar (100 kB at 231 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7/doxia-decoration-model-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jul-to-slf4j/1.7.25/jul-to-slf4j-1.7.25.jar (4.6 kB at 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mozilla/rhino/1.7.7.2/rhino-1.7.7.2.jar (1.2 MB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.jar (62 kB at 129 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.jar (16 kB at 33 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7/doxia-decoration-model-1.7.jar (60 kB at 124 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.5/gson-2.8.5.jar (242 kB at 460 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.jar (39 kB at 73 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.jar (22 kB at 40 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar (324 kB at 526 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar (5.0 MB at 6.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar (748 kB at 938 kB/s) [INFO] [INFO] <<< maven-pmd-plugin:3.12.0:cpd-check (default) < :cpd @ org.eclipse.jgit-parent <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd-check (default) @ org.eclipse.jgit-parent --- [INFO] [INFO] -----------------< org.eclipse.jgit:org.eclipse.jgit >------------------ [INFO] Building JGit - Core 5.5.1-SNAPSHOT [2/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom (7.2 kB at 377 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar (32 kB at 395 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom (12 kB at 271 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar (62 kB at 560 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M3/maven-surefire-plugin-3.0.0-M3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M3/maven-surefire-plugin-3.0.0-M3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M3/maven-surefire-plugin-3.0.0-M3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M3/maven-surefire-plugin-3.0.0-M3.pom (7.2 kB at 101 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire/3.0.0-M3/surefire-3.0.0-M3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire/3.0.0-M3/surefire-3.0.0-M3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.0.0-M3/surefire-3.0.0-M3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.0.0-M3/surefire-3.0.0-M3.pom (23 kB at 732 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M3/maven-surefire-plugin-3.0.0-M3.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M3/maven-surefire-plugin-3.0.0-M3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M3/maven-surefire-plugin-3.0.0-M3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M3/maven-surefire-plugin-3.0.0-M3.jar (40 kB at 554 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-jar-plugin/3.1.2/maven-jar-plugin-3.1.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-jar-plugin/3.1.2/maven-jar-plugin-3.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.1.2/maven-jar-plugin-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.1.2/maven-jar-plugin-3.1.2.pom (7.3 kB at 209 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-jar-plugin/3.1.2/maven-jar-plugin-3.1.2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-jar-plugin/3.1.2/maven-jar-plugin-3.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.1.2/maven-jar-plugin-3.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.1.2/maven-jar-plugin-3.1.2.jar (28 kB at 7.1 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/github/siom79/japicmp/japicmp-maven-plugin/0.14.1/japicmp-maven-plugin-0.14.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/github/siom79/japicmp/japicmp-maven-plugin/0.14.1/japicmp-maven-plugin-0.14.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/siom79/japicmp/japicmp-maven-plugin/0.14.1/japicmp-maven-plugin-0.14.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/siom79/japicmp/japicmp-maven-plugin/0.14.1/japicmp-maven-plugin-0.14.1.pom (5.3 kB at 84 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/github/siom79/japicmp/japicmp-base/0.14.1/japicmp-base-0.14.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/github/siom79/japicmp/japicmp-base/0.14.1/japicmp-base-0.14.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/siom79/japicmp/japicmp-base/0.14.1/japicmp-base-0.14.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/siom79/japicmp/japicmp-base/0.14.1/japicmp-base-0.14.1.pom (13 kB at 357 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/github/siom79/japicmp/japicmp-maven-plugin/0.14.1/japicmp-maven-plugin-0.14.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/github/siom79/japicmp/japicmp-maven-plugin/0.14.1/japicmp-maven-plugin-0.14.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/siom79/japicmp/japicmp-maven-plugin/0.14.1/japicmp-maven-plugin-0.14.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/siom79/japicmp/japicmp-maven-plugin/0.14.1/japicmp-maven-plugin-0.14.1.jar (46 kB at 136 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom (3.2 kB at 85 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/sonatype/oss/oss-parent/6/oss-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 142 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom (3.1 kB at 118 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom (6.0 kB at 183 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 132 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom (2.7 kB at 93 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom (12 kB at 347 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.pom (1.6 kB at 5.5 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.pom (1.1 kB at 35 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.pom (1.5 kB at 47 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.jar [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar (26 kB at 593 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.jar (326 kB at 4.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.jar (866 kB at 8.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar (283 kB at 1.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar (70 kB at 432 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar (166 kB at 1.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar (4.5 MB at 23 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jgit --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-source-qualifier) @ org.eclipse.jgit --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit --- [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom (5.7 kB at 70 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 246 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 321 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom (2.6 kB at 82 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 100 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar (51 kB at 571 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar (79 kB at 857 kB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit --- [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-eclipse/2.8.5/plexus-compiler-eclipse-2.8.5.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-eclipse/2.8.5/plexus-compiler-eclipse-2.8.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-eclipse/2.8.5/plexus-compiler-eclipse-2.8.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-eclipse/2.8.5/plexus-compiler-eclipse-2.8.5.pom (1.4 kB at 17 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compilers/2.8.5/plexus-compilers-2.8.5.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compilers/2.8.5/plexus-compilers-2.8.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.5/plexus-compilers-2.8.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.5/plexus-compilers-2.8.5.pom (1.3 kB at 43 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom (6.0 kB at 208 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.13.100/ecj-3.13.100.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jdt/ecj/3.13.100/ecj-3.13.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.13.100/ecj-3.13.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.13.100/ecj-3.13.100.pom (1.7 kB at 29 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.pom (867 B at 27 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.18.0/ecj-3.18.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jdt/ecj/3.18.0/ecj-3.18.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.18.0/ecj-3.18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.18.0/ecj-3.18.0.pom (1.7 kB at 58 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 101 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 125 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 364 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 15 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 59 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 255 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 96 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 52 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 7.9 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 22 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 41 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 74 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 133 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/22/maven-parent-22.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/22/maven-parent-22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 929 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/11/apache-11.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/11/apache-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom (15 kB at 511 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom (5.1 kB at 106 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom (4.1 kB at 92 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.2/asm-6.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/6.2/asm-6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom (2.9 kB at 61 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom (867 B at 25 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom (6.0 kB at 167 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom (692 B at 12 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom (771 B at 19 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom (1.3 kB at 37 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-eclipse/2.8.5/plexus-compiler-eclipse-2.8.5.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.2/asm-6.2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.18.0/ecj-3.18.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-eclipse/2.8.5/plexus-compiler-eclipse-2.8.5.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/6.2/asm-6.2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jdt/ecj/3.18.0/ecj-3.18.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-eclipse/2.8.5/plexus-compiler-eclipse-2.8.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.18.0/ecj-3.18.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-eclipse/2.8.5/plexus-compiler-eclipse-2.8.5.jar (15 kB at 248 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 597 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 152 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.jar (111 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar (4.7 kB at 43 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar (27 kB at 233 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar (21 kB at 173 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar (317 kB at 2.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.18.0/ecj-3.18.0.jar (2.9 MB at 15 MB/s) [INFO] Changes detected - recompiling the module! [WARNING] /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/src/org/eclipse/jgit/internal/ketch/LocalReplica.java:[188,6749] The method getRefs(String) from the type RefDatabase is deprecated [WARNING] /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/src/org/eclipse/jgit/util/SshSupport.java:[150,5294] Null comparison always yields false: The variable failure can only be null at this location [WARNING] /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/src/org/eclipse/jgit/transport/AbstractAdvertiseRefsHook.java:[72,2842] The method getRepository() from the type BaseReceivePack is deprecated [WARNING] /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/src/org/eclipse/jgit/transport/AbstractAdvertiseRefsHook.java:[73,2875] The method getRevWalk() from the type BaseReceivePack is deprecated [WARNING] /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/src/org/eclipse/jgit/transport/AbstractAdvertiseRefsHook.java:[74,2945] The method getRepository() from the type BaseReceivePack is deprecated [WARNING] /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/src/org/eclipse/jgit/transport/AbstractAdvertiseRefsHook.java:[75,2978] The method getRevWalk() from the type BaseReceivePack is deprecated [WARNING] /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/src/org/eclipse/jgit/transport/AbstractAdvertiseRefsHook.java:[76,3007] The method setAdvertisedRefs(Map<String,Ref>, Set<ObjectId>) from the type BaseReceivePack is deprecated [WARNING] /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/FileRepository.java:[471,15376] The method getAllRefs() from the type Repository is deprecated [WARNING] /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceiveCommand.java:[778,21917] The method getRepository() from the type BaseReceivePack is deprecated [WARNING] /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceiveCommand.java:[799,22626] The method getRevWalk() from the type BaseReceivePack is deprecated [WARNING] /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceiveCommand.java:[812,23017] The method getRevWalk() from the type BaseReceivePack is deprecated [WARNING] /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/src/org/eclipse/jgit/transport/UploadPack.java:[436,14769] The method getAllRefs() from the type Repository is deprecated [WARNING] /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivePack.java:[151,5358] The method getAllRefs() from the type Repository is deprecated [WARNING] /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/src/org/eclipse/jgit/transport/ProtocolV2Parser.java:[218,8791] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$ [WARNING] /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/src/org/eclipse/jgit/transport/FetchProcess.java:[504,15695] The method getRefs(String) from the type RefDatabase is deprecated [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/target/org.eclipse.jgit-5.5.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit --- [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/3.0.0-M3/maven-surefire-common-3.0.0-M3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/maven-surefire-common/3.0.0-M3/maven-surefire-common-3.0.0-M3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M3/maven-surefire-common-3.0.0-M3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M3/maven-surefire-common-3.0.0-M3.pom (9.7 kB at 277 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/3.0.0-M3/surefire-api-3.0.0-M3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-api/3.0.0-M3/surefire-api-3.0.0-M3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M3/surefire-api-3.0.0-M3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M3/surefire-api-3.0.0-M3.pom (3.5 kB at 178 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/3.0.0-M3/surefire-logger-api-3.0.0-M3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-logger-api/3.0.0-M3/surefire-logger-api-3.0.0-M3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M3/surefire-logger-api-3.0.0-M3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M3/surefire-logger-api-3.0.0-M3.pom (2.0 kB at 73 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/3.0.0-M3/surefire-booter-3.0.0-M3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-booter/3.0.0-M3/surefire-booter-3.0.0-M3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M3/surefire-booter-3.0.0-M3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M3/surefire-booter-3.0.0-M3.pom (7.4 kB at 205 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.pom (2.2 kB at 2.2 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom (21 kB at 690 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/1.0.1/plexus-java-1.0.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-java/1.0.1/plexus-java-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.1/plexus-java-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.1/plexus-java-1.0.1.pom (4.8 kB at 126 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-languages/1.0.1/plexus-languages-1.0.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-languages/1.0.1/plexus-languages-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.0.1/plexus-languages-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.0.1/plexus-languages-1.0.1.pom (4.2 kB at 90 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.0-beta/asm-7.0-beta.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/7.0-beta/asm-7.0-beta.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0-beta/asm-7.0-beta.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0-beta/asm-7.0-beta.pom (2.9 kB at 123 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/3.0.0-M3/maven-surefire-common-3.0.0-M3.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/3.0.0-M3/surefire-booter-3.0.0-M3.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/3.0.0-M3/surefire-logger-api-3.0.0-M3.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/3.0.0-M3/surefire-api-3.0.0-M3.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/1.0.1/plexus-java-1.0.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.0-beta/asm-7.0-beta.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/maven-surefire-common/3.0.0-M3/maven-surefire-common-3.0.0-M3.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-booter/3.0.0-M3/surefire-booter-3.0.0-M3.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-logger-api/3.0.0-M3/surefire-logger-api-3.0.0-M3.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-api/3.0.0-M3/surefire-api-3.0.0-M3.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-java/1.0.1/plexus-java-1.0.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/7.0-beta/asm-7.0-beta.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M3/maven-surefire-common-3.0.0-M3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M3/surefire-booter-3.0.0-M3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M3/surefire-logger-api-3.0.0-M3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M3/surefire-api-3.0.0-M3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M3/surefire-logger-api-3.0.0-M3.jar (13 kB at 131 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.1/plexus-java-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar (36 kB at 351 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0-beta/asm-7.0-beta.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.1/plexus-java-1.0.1.jar (51 kB at 400 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M3/maven-surefire-common-3.0.0-M3.jar (627 kB at 4.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0-beta/asm-7.0-beta.jar (114 kB at 742 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M3/surefire-api-3.0.0-M3.jar (178 kB at 528 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M3/surefire-booter-3.0.0-M3.jar (312 kB at 884 kB/s) [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.jgit --- [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.pom (4.8 kB at 254 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.jar (263 kB at 6.1 MB/s) [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/target/org.eclipse.jgit-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit --- [INFO] 4 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/src/org/eclipse/jgit/api/PullCommand.java:522: warning - Tag @see: can't find setRecurseSubmodules(FetchRecurseSubmodulesMode) in org.eclipse.jgit.api.FetchCommand [WARNING] /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/pack/ObjectReuseAsIs.java:117: warning - Tag @link: can't find getCachedPacksAndUpdate(BitmapBuilder) in org.eclipse.jgit.internal.storage.pack.ObjectReuseAsIs [WARNING] /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java:124: warning - Tag @link: can't find list(File, FileModeStrategy) in org.eclipse.jgit.util.FS [WARNING] /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/src/org/eclipse/jgit/util/RefList.java:387: warning - Tag @link: can't find Builder() in org.eclipse.jgit.util.RefList.Builder [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/target/org.eclipse.jgit-5.5.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/target/jacoco.exec [INFO] [INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.jgit >>> [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.jgit --- [INFO] Fork Value is true [java] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [java] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [java] Warnings generated: 150 [INFO] Done SpotBugs Analysis.... [INFO] [INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.jgit <<< [INFO] [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.jgit --- [INFO] BugInstance size is 150 [INFO] Error size is 0 [INFO] Total bugs: 150 [ERROR] Switch statement found in org.eclipse.jgit.api.ApplyCommand.apply(File, FileHeader) where default case is missing [org.eclipse.jgit.api.ApplyCommand] At ApplyCommand.java:[lines 220-244] SF_SWITCH_NO_DEFAULT [ERROR] Return value of org.eclipse.jgit.revwalk.RevCommit.getTree() ignored, but method has no side effect [org.eclipse.jgit.api.CommitCommand] At CommitCommand.java:[line 254] RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT [ERROR] org.eclipse.jgit.api.GarbageCollectCommand.setExpire(Date) may expose internal representation by storing an externally mutable object into GarbageCollectCommand.expire [org.eclipse.jgit.api.GarbageCollectCommand] At GarbageCollectCommand.java:[line 133] EI_EXPOSE_REP2 [ERROR] org.eclipse.jgit.api.MergeResult.getMergedCommits() may expose internal representation by returning MergeResult.mergedCommits [org.eclipse.jgit.api.MergeResult] At MergeResult.java:[line 386] EI_EXPOSE_REP [ERROR] new org.eclipse.jgit.api.MergeResult(ObjectId, ObjectId, ObjectId[], MergeResult$MergeStatus, MergeStrategy, Map, Map, String) may expose internal representation by storing an externally mutable object into MergeResult.mergedCommits [org.eclipse.jgit.api.MergeResult] At MergeResult.java:[line 338] EI_EXPOSE_REP2 [ERROR] Exceptional return value of java.io.File.createNewFile() ignored in org.eclipse.jgit.api.RebaseCommand.calculatePickList(RevCommit) [org.eclipse.jgit.api.RebaseCommand] At RebaseCommand.java:[line 1206] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE [ERROR] Exceptional return value of java.io.File.delete() ignored in org.eclipse.jgit.api.RebaseCommand.processStep(RebaseTodoLine, boolean) [org.eclipse.jgit.api.RebaseCommand] At RebaseCommand.java:[line 497] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE [ERROR] Exceptional return value of java.io.File.delete() ignored in org.eclipse.jgit.api.RebaseCommand.squashIntoPrevious(boolean, RebaseTodoLine) [org.eclipse.jgit.api.RebaseCommand, org.eclipse.jgit.api.RebaseCommand] At RebaseCommand.java:[line 800]Another occurrence at RebaseCommand.java:[line 801] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE [ERROR] Switch statement found in org.eclipse.jgit.api.RebaseCommand.processStep(RebaseTodoLine, boolean) where one case falls through to the next case [org.eclipse.jgit.api.RebaseCommand] At RebaseCommand.java:[lines 487-490] SF_SWITCH_FALLTHROUGH [ERROR] Load of known null value in org.eclipse.jgit.api.RevertCommand.call() [org.eclipse.jgit.api.RevertCommand] At RevertCommand.java:[line 211] NP_LOAD_OF_KNOWN_NULL_VALUE [ERROR] Load of known null value in org.eclipse.jgit.api.SubmoduleStatusCommand.getStatus(SubmoduleWalk) [org.eclipse.jgit.api.SubmoduleStatusCommand] At SubmoduleStatusCommand.java:[line 144] NP_LOAD_OF_KNOWN_NULL_VALUE [ERROR] org.eclipse.jgit.api.errors.FilterFailedException.getOutput() may expose internal representation by returning FilterFailedException.stdout [org.eclipse.jgit.api.errors.FilterFailedException] At FilterFailedException.java:[line 133] EI_EXPOSE_REP [ERROR] new org.eclipse.jgit.api.errors.FilterFailedException(int, String, String, byte[], String) may expose internal representation by storing an externally mutable object into FilterFailedException.stdout [org.eclipse.jgit.api.errors.FilterFailedException] At FilterFailedException.java:[line 104] EI_EXPOSE_REP2 [ERROR] Redundant nullcheck of t, which is known to be non-null in org.eclipse.jgit.attributes.AttributesHandler.rootOf(AbstractTreeIterator) [org.eclipse.jgit.attributes.AttributesHandler] Redundant null check at AttributesHandler.java:[line 436] RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE [ERROR] Unread public/protected field: org.eclipse.jgit.attributes.FilterCommand.in [org.eclipse.jgit.attributes.FilterCommand] At FilterCommand.java:[line 80] URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD [ERROR] Unread public/protected field: org.eclipse.jgit.attributes.FilterCommand.out [org.eclipse.jgit.attributes.FilterCommand] At FilterCommand.java:[line 81] URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD [ERROR] org.eclipse.jgit.diff.RawText.getRawContent() may expose internal representation by returning RawText.content [org.eclipse.jgit.diff.RawText] At RawText.java:[line 135] EI_EXPOSE_REP [ERROR] new org.eclipse.jgit.diff.RawText(byte[], IntList) may expose internal representation by storing an externally mutable object into RawText.content [org.eclipse.jgit.diff.RawText] At RawText.java:[line 112] EI_EXPOSE_REP2 [ERROR] Load of known null value in org.eclipse.jgit.dircache.DirCacheCheckout.processEntry(CanonicalTreeParser, CanonicalTreeParser, DirCacheBuildIterator, WorkingTreeIterator) [org.eclipse.jgit.dircache.DirCacheCheckout, org.eclipse.jgit.dircache.DirCacheCheckout] At DirCacheCheckout.java:[line 1042]Another occurrence at DirCacheCheckout.java:[line 1017] NP_LOAD_OF_KNOWN_NULL_VALUE [ERROR] Load of known null value in org.eclipse.jgit.dircache.DirCacheCheckout.processEntry(CanonicalTreeParser, CanonicalTreeParser, DirCacheBuildIterator, WorkingTreeIterator) [org.eclipse.jgit.dircache.DirCacheCheckout, org.eclipse.jgit.dircache.DirCacheCheckout, org.eclipse.jgit.dircache.DirCacheCheckout] At DirCacheCheckout.java:[line 1110]Another occurrence at DirCacheCheckout.java:[line 1017]Another occurrence at DirCacheCheckout.java:[line 1093] NP_LOAD_OF_KNOWN_NULL_VALUE [ERROR] new org.eclipse.jgit.dircache.DirCacheEntry(byte[], int) may expose internal representation by storing an externally mutable object into DirCacheEntry.path [org.eclipse.jgit.dircache.DirCacheEntry] At DirCacheEntry.java:[line 292] EI_EXPOSE_REP2 [ERROR] org.eclipse.jgit.dircache.DirCacheIterator.idBuffer() may expose internal representation by returning DirCacheIterator.zeroid [org.eclipse.jgit.dircache.DirCacheIterator, org.eclipse.jgit.dircache.DirCacheIterator] At DirCacheIterator.java:[line 171]Another occurrence at DirCacheIterator.java:[line 174] EI_EXPOSE_REP [ERROR] org.eclipse.jgit.errors.CheckoutConflictException.getConflictingFiles() may expose internal representation by returning CheckoutConflictException.conflicting [org.eclipse.jgit.errors.CheckoutConflictException] At CheckoutConflictException.java:[line 91] EI_EXPOSE_REP [ERROR] new org.eclipse.jgit.errors.CheckoutConflictException(String[]) may expose internal representation by storing an externally mutable object into CheckoutConflictException.conflicting [org.eclipse.jgit.errors.CheckoutConflictException] At CheckoutConflictException.java:[line 80] EI_EXPOSE_REP2 [ERROR] org.eclipse.jgit.gitrepo.RepoCommand$RemoteFile.getContents() may expose internal representation by returning RepoCommand$RemoteFile.contents [org.eclipse.jgit.gitrepo.RepoCommand$RemoteFile] At RepoCommand.java:[line 243] EI_EXPOSE_REP [ERROR] new org.eclipse.jgit.gitrepo.RepoCommand$RemoteFile(byte[], FileMode) may expose internal representation by storing an externally mutable object into RepoCommand$RemoteFile.contents [org.eclipse.jgit.gitrepo.RepoCommand$RemoteFile] At RepoCommand.java:[line 229] EI_EXPOSE_REP2 [ERROR] org.eclipse.jgit.ignore.IgnoreNode.checkIgnored(String, boolean) has Boolean return type and returns explicit null [org.eclipse.jgit.ignore.IgnoreNode] At IgnoreNode.java:[line 180] NP_BOOLEAN_RETURN_NULL [ERROR] Switch statement found in org.eclipse.jgit.internal.ketch.KetchLeader.onReplicaUpdate(KetchReplica) where one case falls through to the next case [org.eclipse.jgit.internal.ketch.KetchLeader] At KetchLeader.java:[lines 518-523] SF_SWITCH_FALLTHROUGH [ERROR] org.eclipse.jgit.internal.ketch.KetchLeader.notifySuccess(Round) does not release lock on all exception paths [org.eclipse.jgit.internal.ketch.KetchLeader] At KetchLeader.java:[line 549] UL_UNRELEASED_LOCK_EXCEPTION_PATH [ERROR] Format string should use %n rather than \n in org.eclipse.jgit.internal.ketch.LeaderSnapshot.toString() [org.eclipse.jgit.internal.ketch.LeaderSnapshot] At LeaderSnapshot.java:[line 144] VA_FORMAT_STRING_USES_NEWLINE [ERROR] Synchronization performed on java.util.concurrent.atomic.AtomicReference in org.eclipse.jgit.internal.ketch.Proposal.addListener(Runnable) [org.eclipse.jgit.internal.ketch.Proposal] At Proposal.java:[line 288] JLM_JSR166_UTILCONCURRENT_MONITORENTER [ERROR] Synchronization performed on java.util.concurrent.atomic.AtomicReference in org.eclipse.jgit.internal.ketch.Proposal.await() [org.eclipse.jgit.internal.ketch.Proposal] At Proposal.java:[line 344] JLM_JSR166_UTILCONCURRENT_MONITORENTER [ERROR] Synchronization performed on java.util.concurrent.atomic.AtomicReference in org.eclipse.jgit.internal.ketch.Proposal.await(long, TimeUnit) [org.eclipse.jgit.internal.ketch.Proposal] At Proposal.java:[line 363] JLM_JSR166_UTILCONCURRENT_MONITORENTER [ERROR] Synchronization performed on java.util.concurrent.atomic.AtomicReference in org.eclipse.jgit.internal.ketch.Proposal.awaitStateChange(Proposal$State, long, TimeUnit) [org.eclipse.jgit.internal.ketch.Proposal] At Proposal.java:[line 387] JLM_JSR166_UTILCONCURRENT_MONITORENTER [ERROR] Synchronization performed on java.util.concurrent.atomic.AtomicReference in org.eclipse.jgit.internal.ketch.Proposal.notifyState(Proposal$State) [org.eclipse.jgit.internal.ketch.Proposal] At Proposal.java:[line 397] JLM_JSR166_UTILCONCURRENT_MONITORENTER [ERROR] Dead store to len in org.eclipse.jgit.internal.storage.dfs.BlockBasedFile.readOneBlock(long, DfsReader, ReadableChannel) [org.eclipse.jgit.internal.storage.dfs.BlockBasedFile] At BlockBasedFile.java:[line 190] DLS_DEAD_LOCAL_STORE [ERROR] Unchecked/unconfirmed cast from org.eclipse.jgit.internal.storage.pack.StoredObjectRepresentation to org.eclipse.jgit.internal.storage.dfs.DfsObjectRepresentation in org.eclipse.jgit.internal.storage.dfs.DfsCachedPack.hasObject(ObjectToPack, StoredObjectRepresentation) [org.eclipse.jgit.internal.storage.dfs.DfsCachedPack] At DfsCachedPack.java:[line 87] BC_UNCONFIRMED_CAST [ERROR] Synchronization performed on java.util.concurrent.atomic.AtomicReference in org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase.scanPacks(DfsObjDatabase$PackList) [org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase] At DfsObjDatabase.java:[line 604] JLM_JSR166_UTILCONCURRENT_MONITORENTER [ERROR] org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase$PackSource$PackSourceComparator implements Comparator but not Serializable [org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase$PackSource$PackSourceComparator] At DfsObjDatabase.java:[lines 1-232] SE_COMPARATOR_SHOULD_BE_SERIALIZABLE [ERROR] Unchecked/unconfirmed cast from org.eclipse.jgit.internal.storage.pack.StoredObjectRepresentation to org.eclipse.jgit.internal.storage.dfs.DfsObjectRepresentation in org.eclipse.jgit.internal.storage.dfs.DfsObjectToPack.select(StoredObjectRepresentation) [org.eclipse.jgit.internal.storage.dfs.DfsObjectToPack] At DfsObjectToPack.java:[line 85] BC_UNCONFIRMED_CAST [ERROR] Class org.eclipse.jgit.internal.storage.dfs.DfsObjectToPack defines non-transient non-serializable instance field pack [org.eclipse.jgit.internal.storage.dfs.DfsObjectToPack] In DfsObjectToPack.java SE_BAD_FIELD [ERROR] Unchecked/unconfirmed cast from org.eclipse.jgit.internal.storage.pack.ObjectToPack to org.eclipse.jgit.internal.storage.dfs.DfsObjectToPack in org.eclipse.jgit.internal.storage.dfs.DfsReader.copyObjectAsIs(PackOutputStream, ObjectToPack, boolean) [org.eclipse.jgit.internal.storage.dfs.DfsReader] At DfsReader.java:[line 669] BC_UNCONFIRMED_CAST [ERROR] org.eclipse.jgit.internal.storage.dfs.DfsStreamKey$ByteArrayDfsStreamKey defines equals but not hashCode [org.eclipse.jgit.internal.storage.dfs.DfsStreamKey$ByteArrayDfsStreamKey] At DfsStreamKey.java:[lines 123-128] HE_EQUALS_NO_HASHCODE [ERROR] org.eclipse.jgit.internal.storage.dfs.DfsStreamKey$ForReverseIndex defines equals but not hashCode [org.eclipse.jgit.internal.storage.dfs.DfsStreamKey$ForReverseIndex] At DfsStreamKey.java:[line 142] HE_EQUALS_NO_HASHCODE [ERROR] org.eclipse.jgit.internal.storage.dfs.InMemoryRepository$MemPack doesn't override DfsPackDescription.equals(Object) [org.eclipse.jgit.internal.storage.dfs.InMemoryRepository$MemPack] At InMemoryRepository.java:[line 1] EQ_DOESNT_OVERRIDE_EQUALS [ERROR] org.eclipse.jgit.internal.storage.file.GC.setExpire(Date) may expose internal representation by storing an externally mutable object into GC.expire [org.eclipse.jgit.internal.storage.file.GC] At GC.java:[line 1473] EI_EXPOSE_REP2 [ERROR] org.eclipse.jgit.internal.storage.file.GC.setPackExpire(Date) may expose internal representation by storing an externally mutable object into GC.packExpire [org.eclipse.jgit.internal.storage.file.GC] At GC.java:[line 1487] EI_EXPOSE_REP2 [ERROR] Exceptional return value of java.util.concurrent.ExecutorService.submit(Callable) ignored in org.eclipse.jgit.internal.storage.file.GC.gc() [org.eclipse.jgit.internal.storage.file.GC] At GC.java:[line 285] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE [ERROR] Exceptional return value of java.io.File.delete() ignored in org.eclipse.jgit.internal.storage.file.GC.prune(Set) [org.eclipse.jgit.internal.storage.file.GC] At GC.java:[line 673] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE [ERROR] Exceptional return value of java.io.File.delete() ignored in org.eclipse.jgit.internal.storage.file.GC.writePack(Set, Set, Set, Set, List) [org.eclipse.jgit.internal.storage.file.GC, org.eclipse.jgit.internal.storage.file.GC] At GC.java:[line 1281]Another occurrence at GC.java:[line 1284] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE [ERROR] Exceptional return value of java.io.File.setReadOnly() ignored in org.eclipse.jgit.internal.storage.file.GC.writePack(Set, Set, Set, Set, List) [org.eclipse.jgit.internal.storage.file.GC, org.eclipse.jgit.internal.storage.file.GC] At GC.java:[line 1235]Another occurrence at GC.java:[line 1240] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE [ERROR] Exceptional return value of java.io.File.delete() ignored in org.eclipse.jgit.internal.storage.file.GcLog.commit() [org.eclipse.jgit.internal.storage.file.GcLog] At GcLog.java:[line 156] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE [ERROR] Unchecked/unconfirmed cast from org.eclipse.jgit.internal.storage.pack.StoredObjectRepresentation to org.eclipse.jgit.internal.storage.file.LocalObjectRepresentation in org.eclipse.jgit.internal.storage.file.LocalCachedPack.hasObject(ObjectToPack, StoredObjectRepresentation) [org.eclipse.jgit.internal.storage.file.LocalCachedPack] At LocalCachedPack.java:[line 93] BC_UNCONFIRMED_CAST [ERROR] Unchecked/unconfirmed cast from org.eclipse.jgit.internal.storage.pack.StoredObjectRepresentation to org.eclipse.jgit.internal.storage.file.LocalObjectRepresentation in org.eclipse.jgit.internal.storage.file.LocalObjectToPack.select(StoredObjectRepresentation) [org.eclipse.jgit.internal.storage.file.LocalObjectToPack] At LocalObjectToPack.java:[line 75] BC_UNCONFIRMED_CAST [ERROR] Class org.eclipse.jgit.internal.storage.file.LocalObjectToPack defines non-transient non-serializable instance field pack [org.eclipse.jgit.internal.storage.file.LocalObjectToPack] In LocalObjectToPack.java SE_BAD_FIELD [ERROR] Synchronization performed on java.util.concurrent.atomic.AtomicReference in org.eclipse.jgit.internal.storage.file.ObjectDirectory.myAlternates() [org.eclipse.jgit.internal.storage.file.ObjectDirectory] At ObjectDirectory.java:[line 1003] JLM_JSR166_UTILCONCURRENT_MONITORENTER [ERROR] Synchronization performed on java.util.concurrent.atomic.AtomicReference in org.eclipse.jgit.internal.storage.file.ObjectDirectory.scanPacks(ObjectDirectory$PackList) [org.eclipse.jgit.internal.storage.file.ObjectDirectory] At ObjectDirectory.java:[line 866] JLM_JSR166_UTILCONCURRENT_MONITORENTER [ERROR] Exceptional return value of java.io.File.setReadOnly() ignored in org.eclipse.jgit.internal.storage.file.ObjectDirectory.insertUnpackedObject(File, ObjectId, boolean) [org.eclipse.jgit.internal.storage.file.ObjectDirectory, org.eclipse.jgit.internal.storage.file.ObjectDirectory] At ObjectDirectory.java:[line 724]Another occurrence at ObjectDirectory.java:[line 741] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE [ERROR] Exceptional return value of java.io.File.setReadOnly() ignored in org.eclipse.jgit.internal.storage.file.ObjectDirectoryPackParser.parse(ProgressMonitor, ProgressMonitor) [org.eclipse.jgit.internal.storage.file.ObjectDirectoryPackParser, org.eclipse.jgit.internal.storage.file.ObjectDirectoryPackParser] At ObjectDirectoryPackParser.java:[line 210]Another occurrence at ObjectDirectoryPackParser.java:[line 211] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE [ERROR] org.eclipse.jgit.internal.storage.file.PackFile.mmap(long, int) forces garbage collection; extremely dubious except in benchmarking code [org.eclipse.jgit.internal.storage.file.PackFile] At PackFile.java:[line 776] DM_GC [ERROR] org.eclipse.jgit.internal.storage.file.PackFileSnapshot doesn't override FileSnapshot.equals(Object) [org.eclipse.jgit.internal.storage.file.PackFileSnapshot] At PackFileSnapshot.java:[line 1] EQ_DOESNT_OVERRIDE_EQUALS [ERROR] org.eclipse.jgit.internal.storage.file.PackIndex.getChecksum() may expose internal representation by returning PackIndex.packChecksum [org.eclipse.jgit.internal.storage.file.PackIndex] At PackIndex.java:[line 320] EI_EXPOSE_REP [ERROR] org.eclipse.jgit.internal.storage.file.PackIndexWriter.write(List, byte[]) may expose internal representation by storing an externally mutable object into PackIndexWriter.packChecksum [org.eclipse.jgit.internal.storage.file.PackIndexWriter] At PackIndexWriter.java:[line 211] EI_EXPOSE_REP2 [ERROR] org.eclipse.jgit.internal.storage.file.PackIndexWriter.TOC should be package protected [org.eclipse.jgit.internal.storage.file.PackIndexWriter] At PackIndexWriter.java:[line 69] MS_PKGPROTECT [ERROR] Exceptional return value of java.io.File.setReadOnly() ignored in org.eclipse.jgit.internal.storage.file.PackInserter.flush() [org.eclipse.jgit.internal.storage.file.PackInserter, org.eclipse.jgit.internal.storage.file.PackInserter] At PackInserter.java:[line 282]Another occurrence at PackInserter.java:[line 286] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE [ERROR] Switch statement found in org.eclipse.jgit.internal.storage.file.PackedBatchRefUpdate.applyUpdates(RevWalk, RefList, List) where default case is missing [org.eclipse.jgit.internal.storage.file.PackedBatchRefUpdate] At PackedBatchRefUpdate.java:[lines 378-383] SF_SWITCH_NO_DEFAULT [ERROR] Unchecked/unconfirmed cast from org.eclipse.jgit.internal.storage.pack.ObjectToPack to org.eclipse.jgit.internal.storage.file.LocalObjectToPack in org.eclipse.jgit.internal.storage.file.WindowCursor.copyObjectAsIs(PackOutputStream, ObjectToPack, boolean) [org.eclipse.jgit.internal.storage.file.WindowCursor] At WindowCursor.java:[line 220] BC_UNCONFIRMED_CAST [ERROR] new org.eclipse.jgit.internal.storage.pack.DeltaIndex(byte[]) may expose internal representation by storing an externally mutable object into DeltaIndex.src [org.eclipse.jgit.internal.storage.pack.DeltaIndex] At DeltaIndex.java:[line 134] EI_EXPOSE_REP2 [ERROR] org.eclipse.jgit.internal.storage.pack.DeltaTask$WeightedPath defines compareTo(DeltaTask$WeightedPath) and uses Object.equals() [org.eclipse.jgit.internal.storage.pack.DeltaTask$WeightedPath] At DeltaTask.java:[lines 245-249] EQ_COMPARETO_USE_OBJECT_EQUALS [ERROR] Class org.eclipse.jgit.internal.storage.pack.ObjectToPack defines non-transient non-serializable instance field cachedDelta [org.eclipse.jgit.internal.storage.pack.ObjectToPack] In ObjectToPack.java SE_BAD_FIELD [ERROR] Public static org.eclipse.jgit.internal.storage.pack.PackExt.values() may expose internal representation by returning PackExt.VALUES [org.eclipse.jgit.internal.storage.pack.PackExt] At PackExt.java:[line 73] MS_EXPOSE_REP [ERROR] org.eclipse.jgit.internal.storage.pack.PackOutputStream.getCopyBuffer() may expose internal representation by returning PackOutputStream.copyBuffer [org.eclipse.jgit.internal.storage.pack.PackOutputStream] At PackOutputStream.java:[line 241] EI_EXPOSE_REP [ERROR] Potentially dangerous use of non-short-circuit logic in org.eclipse.jgit.internal.storage.pack.PackOutputStream.writeHeader(ObjectToPack, long) [org.eclipse.jgit.internal.storage.pack.PackOutputStream] At PackOutputStream.java:[line 194] NS_DANGEROUS_NON_SHORT_CIRCUIT [ERROR] Result of integer multiplication cast to long in new org.eclipse.jgit.internal.storage.pack.PackWriterBitmapPreparer(ObjectReader, PackBitmapIndexBuilder, ProgressMonitor, Set, PackConfig) [org.eclipse.jgit.internal.storage.pack.PackWriterBitmapPreparer] At PackWriterBitmapPreparer.java:[line 131] ICAST_INTEGER_MULTIPLY_CAST_TO_LONG [ERROR] org.eclipse.jgit.internal.storage.pack.PackWriterBitmapPreparer$CommitSelectionHelper$1.next() can't throw NoSuchElementException [org.eclipse.jgit.internal.storage.pack.PackWriterBitmapPreparer$CommitSelectionHelper$1] At PackWriterBitmapPreparer.java:[line 574] IT_NO_SUCH_ELEMENT [ERROR] Class org.eclipse.jgit.internal.storage.reftable.ReftableWriter$RefList defines non-transient non-serializable instance field blockPos [org.eclipse.jgit.internal.storage.reftable.ReftableWriter$RefList] In ReftableWriter.java SE_BAD_FIELD [ERROR] org.eclipse.jgit.lib.CommitBuilder.getParentIds() may expose internal representation by returning CommitBuilder.parentIds [org.eclipse.jgit.lib.CommitBuilder] At CommitBuilder.java:[line 205] EI_EXPOSE_REP [ERROR] Comparison of String parameter using == or != in org.eclipse.jgit.lib.Config.isMissing(String) [org.eclipse.jgit.lib.Config] At Config.java:[line 140] ES_COMPARING_PARAMETER_STRING_WITH_EQ [ERROR] org.eclipse.jgit.lib.ConfigSnapshot$LineComparator implements Comparator but not Serializable [org.eclipse.jgit.lib.ConfigSnapshot$LineComparator] At ConfigSnapshot.java:[lines 1-224] SE_COMPARATOR_SHOULD_BE_SERIALIZABLE [ERROR] Public static org.eclipse.jgit.lib.Constants.encodedTypeString(int) may expose internal representation by returning Constants.ENCODED_TYPE_BLOB [org.eclipse.jgit.lib.Constants] At Constants.java:[line 542] MS_EXPOSE_REP [ERROR] Public static org.eclipse.jgit.lib.Constants.encodedTypeString(int) may expose internal representation by returning Constants.ENCODED_TYPE_COMMIT [org.eclipse.jgit.lib.Constants] At Constants.java:[line 538] MS_EXPOSE_REP [ERROR] Public static org.eclipse.jgit.lib.Constants.encodedTypeString(int) may expose internal representation by returning Constants.ENCODED_TYPE_TAG [org.eclipse.jgit.lib.Constants] At Constants.java:[line 544] MS_EXPOSE_REP [ERROR] Public static org.eclipse.jgit.lib.Constants.encodedTypeString(int) may expose internal representation by returning Constants.ENCODED_TYPE_TREE [org.eclipse.jgit.lib.Constants] At Constants.java:[line 540] MS_EXPOSE_REP [ERROR] org.eclipse.jgit.lib.Constants.PACK_SIGNATURE is a mutable array [org.eclipse.jgit.lib.Constants] At Constants.java:[line 228] MS_MUTABLE_ARRAY [ERROR] Switch statement found in org.eclipse.jgit.lib.DefaultTypedConfigGetter.getLong(Config, String, String, String, long) where default case is missing [org.eclipse.jgit.lib.DefaultTypedConfigGetter] At DefaultTypedConfigGetter.java:[lines 169-177] SF_SWITCH_NO_DEFAULT [ERROR] new org.eclipse.jgit.lib.GpgSignature(byte[]) may expose internal representation by storing an externally mutable object into GpgSignature.signature [org.eclipse.jgit.lib.GpgSignature] At GpgSignature.java:[line 69] EI_EXPOSE_REP2 [ERROR] org.eclipse.jgit.lib.ObjectChecker.author is a mutable array [org.eclipse.jgit.lib.ObjectChecker] At ObjectChecker.java:[line 123] MS_MUTABLE_ARRAY [ERROR] org.eclipse.jgit.lib.ObjectChecker.committer is a mutable array [org.eclipse.jgit.lib.ObjectChecker] At ObjectChecker.java:[line 126] MS_MUTABLE_ARRAY [ERROR] org.eclipse.jgit.lib.ObjectChecker.encoding is a mutable array [org.eclipse.jgit.lib.ObjectChecker] At ObjectChecker.java:[line 129] MS_MUTABLE_ARRAY [ERROR] org.eclipse.jgit.lib.ObjectChecker.tagger is a mutable array [org.eclipse.jgit.lib.ObjectChecker] At ObjectChecker.java:[line 141] MS_MUTABLE_ARRAY [ERROR] org.eclipse.jgit.lib.ObjectChecker.object should be package protected [org.eclipse.jgit.lib.ObjectChecker] At ObjectChecker.java:[line 132] MS_PKGPROTECT [ERROR] org.eclipse.jgit.lib.ObjectChecker.parent should be package protected [org.eclipse.jgit.lib.ObjectChecker] At ObjectChecker.java:[line 120] MS_PKGPROTECT [ERROR] org.eclipse.jgit.lib.ObjectChecker.tag should be package protected [org.eclipse.jgit.lib.ObjectChecker] At ObjectChecker.java:[line 138] MS_PKGPROTECT [ERROR] org.eclipse.jgit.lib.ObjectChecker.tree should be package protected [org.eclipse.jgit.lib.ObjectChecker] At ObjectChecker.java:[line 117] MS_PKGPROTECT [ERROR] org.eclipse.jgit.lib.ObjectChecker.type should be package protected [org.eclipse.jgit.lib.ObjectChecker] At ObjectChecker.java:[line 135] MS_PKGPROTECT [ERROR] Switch statement found in org.eclipse.jgit.lib.ObjectChecker.checkNotWindowsDevice(byte[], int, int, AnyObjectId) where default case is missing [org.eclipse.jgit.lib.ObjectChecker] At ObjectChecker.java:[lines 989-1046] SF_SWITCH_NO_DEFAULT [ERROR] org.eclipse.jgit.lib.ObjectLoader$SmallObject.getCachedBytes() may expose internal representation by returning ObjectLoader$SmallObject.data [org.eclipse.jgit.lib.ObjectLoader$SmallObject] At ObjectLoader.java:[line 322] EI_EXPOSE_REP [ERROR] new org.eclipse.jgit.lib.ObjectLoader$SmallObject(int, byte[]) may expose internal representation by storing an externally mutable object into ObjectLoader$SmallObject.data [org.eclipse.jgit.lib.ObjectLoader$SmallObject] At ObjectLoader.java:[line 302] EI_EXPOSE_REP2 [ERROR] new org.eclipse.jgit.lib.ObjectStream$SmallStream(int, byte[]) may expose internal representation by storing an externally mutable object into ObjectStream$SmallStream.data [org.eclipse.jgit.lib.ObjectStream$SmallStream] At ObjectStream.java:[line 103] EI_EXPOSE_REP2 [ERROR] Redundant nullcheck of action, which is known to be non-null in org.eclipse.jgit.lib.RebaseTodoFile.parseLine(byte[], int, int) [org.eclipse.jgit.lib.RebaseTodoFile] Redundant null check at RebaseTodoFile.java:[line 191] RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE [ERROR] org.eclipse.jgit.lib.RefDatabase.SEARCH_PATH should be package protected [org.eclipse.jgit.lib.RefDatabase] At RefDatabase.java:[line 78] MS_PKGPROTECT [ERROR] Sequence of calls to java.util.concurrent.ConcurrentHashMap may not be atomic in org.eclipse.jgit.lib.RepositoryCache.openRepository(RepositoryCache$Key, boolean) [org.eclipse.jgit.lib.RepositoryCache] At RepositoryCache.java:[line 276] AT_OPERATION_SEQUENCE_ON_CONCURRENT_ABSTRACTION [ERROR] Synchronization performed on java.util.concurrent.ScheduledThreadPoolExecutor in org.eclipse.jgit.lib.RepositoryCache.configureEviction(RepositoryCacheConfig) [org.eclipse.jgit.lib.RepositoryCache] At RepositoryCache.java:[line 250] JLM_JSR166_UTILCONCURRENT_MONITORENTER [ERROR] Redundant nullcheck of gpgKey, which is known to be non-null in org.eclipse.jgit.lib.internal.BouncyCastleGpgSigner.canLocateSigningKey(String, PersonIdent, CredentialsProvider) [org.eclipse.jgit.lib.internal.BouncyCastleGpgSigner] Redundant null check at BouncyCastleGpgSigner.java:[line 104] RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE [ERROR] Unread public/protected field: org.eclipse.jgit.merge.Merger.monitor [org.eclipse.jgit.merge.Merger] At Merger.java:[line 108] URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD [ERROR] org.eclipse.jgit.merge.ResolveMerger.getCommitNames() may expose internal representation by returning ResolveMerger.commitNames [org.eclipse.jgit.merge.ResolveMerger] At ResolveMerger.java:[line 1127] EI_EXPOSE_REP [ERROR] org.eclipse.jgit.merge.ResolveMerger.setCommitNames(String[]) may expose internal representation by storing an externally mutable object into ResolveMerger.commitNames [org.eclipse.jgit.merge.ResolveMerger] At ResolveMerger.java:[line 1117] EI_EXPOSE_REP2 [ERROR] Exceptional return value of java.io.File.mkdirs() ignored in org.eclipse.jgit.merge.ResolveMerger.checkout() [org.eclipse.jgit.merge.ResolveMerger] At ResolveMerger.java:[line 417] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE [ERROR] Exceptional return value of java.io.File.mkdirs() ignored in org.eclipse.jgit.merge.ResolveMerger.writeMergedFile(TemporaryBuffer, Attributes) [org.eclipse.jgit.merge.ResolveMerger] At ResolveMerger.java:[line 1013] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE [ERROR] org.eclipse.jgit.patch.FileHeader.getBuffer() may expose internal representation by returning FileHeader.buf [org.eclipse.jgit.patch.FileHeader] At FileHeader.java:[line 175] EI_EXPOSE_REP [ERROR] org.eclipse.jgit.patch.FormatError.getBuffer() may expose internal representation by returning FormatError.buf [org.eclipse.jgit.patch.FormatError] At FormatError.java:[line 105] EI_EXPOSE_REP [ERROR] org.eclipse.jgit.revwalk.ObjectWalk.getPathBuffer() may expose internal representation by returning ObjectWalk.pathBuf [org.eclipse.jgit.revwalk.ObjectWalk] At ObjectWalk.java:[line 720] EI_EXPOSE_REP [ERROR] org.eclipse.jgit.revwalk.RevCommit.getParents() may expose internal representation by returning RevCommit.parents [org.eclipse.jgit.revwalk.RevCommit] At RevCommit.java:[line 374] EI_EXPOSE_REP [ERROR] org.eclipse.jgit.revwalk.RevCommit.getRawBuffer() may expose internal representation by returning RevCommit.buffer [org.eclipse.jgit.revwalk.RevCommit] At RevCommit.java:[line 390] EI_EXPOSE_REP [ERROR] org.eclipse.jgit.revwalk.RevWalk$3.next() can't throw NoSuchElementException [org.eclipse.jgit.revwalk.RevWalk$3] At RevWalk.java:[lines 1438-1440] IT_NO_SUCH_ELEMENT [ERROR] org.eclipse.jgit.transport.CredentialItem$CharArrayType.getValue() may expose internal representation by returning CredentialItem$CharArrayType.value [org.eclipse.jgit.transport.CredentialItem$CharArrayType] At CredentialItem.java:[line 199] EI_EXPOSE_REP [ERROR] org.eclipse.jgit.transport.CredentialItem$CharArrayType.setValueNoCopy(char[]) may expose internal representation by storing an externally mutable object into CredentialItem$CharArrayType.value [org.eclipse.jgit.transport.CredentialItem$CharArrayType] At CredentialItem.java:[line 225] EI_EXPOSE_REP2 [ERROR] org.eclipse.jgit.transport.HttpTransport.connectionFactory should be package protected [org.eclipse.jgit.transport.HttpTransport] At HttpTransport.java:[line 62] MS_PKGPROTECT [ERROR] org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(URIish, CredentialsProvider, FS, int) calls Thread.sleep() with a lock held [org.eclipse.jgit.transport.JschConfigSessionFactory] At JschConfigSessionFactory.java:[line 168] SWL_SLEEP_WITH_LOCK_HELD [ERROR] Redundant nullcheck of values, which is known to be non-null in org.eclipse.jgit.transport.OpenSshConfig$Host$1.getValues(String) [org.eclipse.jgit.transport.OpenSshConfig$Host$1] Redundant null check at OpenSshConfig.java:[line 337] RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE [ERROR] Class org.eclipse.jgit.transport.PackParser$DeltaChain defines non-transient non-serializable instance field head [org.eclipse.jgit.transport.PackParser$DeltaChain] In PackParser.java SE_BAD_FIELD [ERROR] Comparison of String parameter using == or != in org.eclipse.jgit.transport.PacketLineIn.isDelimiter(String) [org.eclipse.jgit.transport.PacketLineIn] At PacketLineIn.java:[line 264] ES_COMPARING_PARAMETER_STRING_WITH_EQ [ERROR] Comparison of String parameter using == or != in org.eclipse.jgit.transport.PacketLineIn.isEnd(String) [org.eclipse.jgit.transport.PacketLineIn] At PacketLineIn.java:[line 299] ES_COMPARING_PARAMETER_STRING_WITH_EQ [ERROR] org.eclipse.jgit.transport.PushCertificateParser.receiveHeader(PushCertificateParser$StringReader, boolean) might ignore java.io.EOFException [org.eclipse.jgit.transport.PushCertificateParser, org.eclipse.jgit.transport.PushCertificateParser] At PushCertificateParser.java:[line 378]At PushCertificateParser.java:[line 378] DE_MIGHT_IGNORE [ERROR] Redundant nullcheck of org.eclipse.jgit.transport.PushCertificateParser.pusher, which is known to be non-null in org.eclipse.jgit.transport.PushCertificateParser.receiveHeader(PushCertificateParser$StringReader, boolean) [org.eclipse.jgit.transport.PushCertificateParser] Redundant null check at PushCertificateParser.java:[line 388] RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE [ERROR] Uninitialized read of hookOutRedirect in new org.eclipse.jgit.transport.Transport(Repository, URIish) [org.eclipse.jgit.transport.Transport] At Transport.java:[line 826] UR_UNINIT_READ [ERROR] new org.eclipse.jgit.transport.UsernamePasswordCredentialsProvider(String, char[]) may expose internal representation by storing an externally mutable object into UsernamePasswordCredentialsProvider.password [org.eclipse.jgit.transport.UsernamePasswordCredentialsProvider] At UsernamePasswordCredentialsProvider.java:[line 81] EI_EXPOSE_REP2 [ERROR] Exceptional return value of java.io.File.delete() ignored in org.eclipse.jgit.transport.WalkFetchConnection.close() [org.eclipse.jgit.transport.WalkFetchConnection] At WalkFetchConnection.java:[line 270] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE [ERROR] Switch statement found in org.eclipse.jgit.transport.WalkFetchConnection.markLocalObjComplete(RevObject) where default case is missing [org.eclipse.jgit.transport.WalkFetchConnection] At WalkFetchConnection.java:[lines 719-727] SF_SWITCH_NO_DEFAULT [ERROR] org.eclipse.jgit.treewalk.AbstractTreeIterator.getEntryPathBuffer() may expose internal representation by returning AbstractTreeIterator.path [org.eclipse.jgit.treewalk.AbstractTreeIterator] At AbstractTreeIterator.java:[line 492] EI_EXPOSE_REP [ERROR] org.eclipse.jgit.treewalk.AbstractTreeIterator.zeroid is a mutable array [org.eclipse.jgit.treewalk.AbstractTreeIterator] At AbstractTreeIterator.java:[line 90] MS_MUTABLE_ARRAY [ERROR] org.eclipse.jgit.treewalk.CanonicalTreeParser.idBuffer() may expose internal representation by returning CanonicalTreeParser.raw [org.eclipse.jgit.treewalk.CanonicalTreeParser] At CanonicalTreeParser.java:[line 279] EI_EXPOSE_REP [ERROR] org.eclipse.jgit.treewalk.CanonicalTreeParser.reset(byte[]) may expose internal representation by storing an externally mutable object into CanonicalTreeParser.raw [org.eclipse.jgit.treewalk.CanonicalTreeParser] At CanonicalTreeParser.java:[line 145] EI_EXPOSE_REP2 [ERROR] org.eclipse.jgit.treewalk.EmptyTreeIterator.idBuffer() may expose internal representation by returning EmptyTreeIterator.zeroid [org.eclipse.jgit.treewalk.EmptyTreeIterator] At EmptyTreeIterator.java:[line 115] EI_EXPOSE_REP [ERROR] org.eclipse.jgit.treewalk.WorkingTreeIterator.idBuffer() may expose internal representation by returning WorkingTreeIterator.contentId [org.eclipse.jgit.treewalk.WorkingTreeIterator] At WorkingTreeIterator.java:[line 314] EI_EXPOSE_REP [ERROR] org.eclipse.jgit.treewalk.WorkingTreeIterator.idBuffer() may expose internal representation by returning WorkingTreeIterator.zeroid [org.eclipse.jgit.treewalk.WorkingTreeIterator] At WorkingTreeIterator.java:[line 345] EI_EXPOSE_REP [ERROR] Possible null pointer dereference in org.eclipse.jgit.treewalk.WorkingTreeIterator.isModified(DirCacheEntry, boolean, ObjectReader) due to return value of called method [org.eclipse.jgit.treewalk.WorkingTreeIterator, org.eclipse.jgit.treewalk.WorkingTreeIterator] Dereferenced at WorkingTreeIterator.java:[line 1014]Known null at WorkingTreeIterator.java:[line 1014] NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE [ERROR] Switch statement found in org.eclipse.jgit.util.Base64.encode3to4(byte[], int, int, byte[], int) where one case falls through to the next case [org.eclipse.jgit.util.Base64, org.eclipse.jgit.util.Base64] At Base64.java:[lines 107-111]Another occurrence at Base64.java:[lines 111-115] SF_SWITCH_FALLTHROUGH [ERROR] Switch statement found in org.eclipse.jgit.util.Base64.encode3to4(byte[], int, int, byte[], int) where default case is missing [org.eclipse.jgit.util.Base64, org.eclipse.jgit.util.Base64] At Base64.java:[lines 105-115]Another occurrence at Base64.java:[lines 118-137] SF_SWITCH_NO_DEFAULT [ERROR] Exceptional return value of java.io.File.delete() ignored in org.eclipse.jgit.util.FS.detectSymlinkSupport() [org.eclipse.jgit.util.FS] At FS.java:[line 836] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE [ERROR] Possible null pointer dereference in org.eclipse.jgit.util.FS$FileStoreAttributes.get(Path) due to return value of called method [org.eclipse.jgit.util.FS$FileStoreAttributes, org.eclipse.jgit.util.FS$FileStoreAttributes] Method invoked at FS.java:[line 285]Known null at FS.java:[line 284] NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE [ERROR] Possible null pointer dereference in org.eclipse.jgit.util.FS$FileStoreAttributes.write(Path, String) due to return value of called method [org.eclipse.jgit.util.FS$FileStoreAttributes, org.eclipse.jgit.util.FS$FileStoreAttributes] Dereferenced at FS.java:[line 450]Known null at FS.java:[line 450] NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE [ERROR] Exception is caught when Exception is not thrown in org.eclipse.jgit.util.FS_POSIX.readUmask() [org.eclipse.jgit.util.FS_POSIX] At FS_POSIX.java:[line 164] REC_CATCH_EXCEPTION [ERROR] Switch statement found in org.eclipse.jgit.util.QuotedString$BourneStyle.quote(String) where default case is missing [org.eclipse.jgit.util.QuotedString$BourneStyle] At QuotedString.java:[lines 147-155] SF_SWITCH_NO_DEFAULT [ERROR] new org.eclipse.jgit.util.RawCharSequence(byte[], int, int) may expose internal representation by storing an externally mutable object into RawCharSequence.buffer [org.eclipse.jgit.util.RawCharSequence] At RawCharSequence.java:[line 72] EI_EXPOSE_REP2 [ERROR] Incorrect lazy initialization of static field org.eclipse.jgit.util.SystemReader.isMacOS in org.eclipse.jgit.util.SystemReader.isMacOS() [org.eclipse.jgit.util.SystemReader] At SystemReader.java:[lines 445-447] LI_LAZY_INIT_STATIC [ERROR] Incorrect lazy initialization of static field org.eclipse.jgit.util.SystemReader.isWindows in org.eclipse.jgit.util.SystemReader.isWindows() [org.eclipse.jgit.util.SystemReader] At SystemReader.java:[lines 432-434] LI_LAZY_INIT_STATIC [ERROR] Write to static field org.eclipse.jgit.util.SystemReader.isMacOS from instance method org.eclipse.jgit.util.SystemReader.isMacOS() [org.eclipse.jgit.util.SystemReader] At SystemReader.java:[line 447] ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD [ERROR] Write to static field org.eclipse.jgit.util.SystemReader.isWindows from instance method org.eclipse.jgit.util.SystemReader.isWindows() [org.eclipse.jgit.util.SystemReader] At SystemReader.java:[line 434] ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD [ERROR] Useless condition: it's known that b == 10 at this point [org.eclipse.jgit.util.io.AutoCRLFInputStream, org.eclipse.jgit.util.io.AutoCRLFInputStream] Unreachable code at AutoCRLFInputStream.java:[line 132]At AutoCRLFInputStream.java:[line 124] UC_USELESS_CONDITION [INFO] To see bug detail using the Spotbugs GUI, use the following command "mvn spotbugs:gui" [INFO] [INFO] >>> maven-pmd-plugin:3.12.0:cpd-check (default) > :cpd @ org.eclipse.jgit >>> [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd (cpd) @ org.eclipse.jgit --- [INFO] [INFO] <<< maven-pmd-plugin:3.12.0:cpd-check (default) < :cpd @ org.eclipse.jgit <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd-check (default) @ org.eclipse.jgit --- [INFO] You have 30 CPD duplications. For more details see: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/target/cpd.xml [INFO] [INFO] --- japicmp-maven-plugin:0.14.1:cmp (default) @ org.eclipse.jgit --- [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0.3/maven-core-3.0.3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.0.3/maven-core-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.3/maven-core-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.3/maven-core-3.0.3.pom (6.6 kB at 206 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0.3/maven-3.0.3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.0.3/maven-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.3/maven-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.3/maven-3.0.3.pom (23 kB at 706 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.pom (3.9 kB at 111 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (2.9 kB at 80 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0.3/maven-settings-3.0.3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.0.3/maven-settings-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.3/maven-settings-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.3/maven-settings-3.0.3.pom (1.9 kB at 47 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0.3/maven-settings-builder-3.0.3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.0.3/maven-settings-builder-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.3/maven-settings-builder-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.3/maven-settings-builder-3.0.3.pom (2.2 kB at 62 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0.3/maven-repository-metadata-3.0.3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.0.3/maven-repository-metadata-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.3/maven-repository-metadata-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.3/maven-repository-metadata-3.0.3.pom (1.9 kB at 42 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.pom (1.9 kB at 51 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.pom (2.3 kB at 74 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.pom (3.0 kB at 91 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-plexus/2.1.1/guice-plexus-2.1.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/inject/guice-plexus/2.1.1/guice-plexus-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.1.1/guice-plexus-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.1.1/guice-plexus-2.1.1.pom (3.6 kB at 99 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-bean/2.1.1/guice-bean-2.1.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/inject/guice-bean/2.1.1/guice-bean-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.1.1/guice-bean-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.1.1/guice-bean-2.1.1.pom (3.0 kB at 87 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject/2.1.1/sisu-inject-2.1.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject/2.1.1/sisu-inject-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.1.1/sisu-inject-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.1.1/sisu-inject-2.1.1.pom (1.8 kB at 51 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-parent/2.1.1/sisu-parent-2.1.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-parent/2.1.1/sisu-parent-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.1.1/sisu-parent-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.1.1/sisu-parent-2.1.1.pom (9.3 kB at 232 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/7/forge-parent-7.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/7/forge-parent-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/7/forge-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/7/forge-parent-7.pom (13 kB at 334 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.pom (3.0 kB at 97 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4.pom (7.8 kB at 238 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-parent/2.9.4/guice-parent-2.9.4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/inject/guice-parent/2.9.4/guice-parent-2.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/2.9.4/guice-parent-2.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/2.9.4/guice-parent-2.9.4.pom (13 kB at 308 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0.3/maven-model-builder-3.0.3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.0.3/maven-model-builder-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.3/maven-model-builder-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.3/maven-model-builder-3.0.3.pom (2.2 kB at 64 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0.3/maven-aether-provider-3.0.3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.0.3/maven-aether-provider-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.3/maven-aether-provider-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.3/maven-aether-provider-3.0.3.pom (2.9 kB at 73 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.11/aether-api-1.11.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-api/1.11/aether-api-1.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.11/aether-api-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.11/aether-api-1.11.pom (1.5 kB at 40 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-parent/1.11/aether-parent-1.11.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-parent/1.11/aether-parent-1.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.11/aether-parent-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.11/aether-parent-1.11.pom (11 kB at 176 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.11/aether-spi-1.11.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-spi/1.11/aether-spi-1.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.11/aether-spi-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.11/aether-spi-1.11.pom (1.5 kB at 48 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.11/aether-util-1.11.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-util/1.11/aether-util-1.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.11/aether-util-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.11/aether-util-1.11.pom (1.8 kB at 51 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.11/aether-impl-1.11.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-impl/1.11/aether-impl-1.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.11/aether-impl-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.11/aether-impl-1.11.pom (3.2 kB at 103 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/github/siom79/japicmp/japicmp/0.14.1/japicmp-0.14.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/github/siom79/japicmp/japicmp/0.14.1/japicmp-0.14.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/siom79/japicmp/japicmp/0.14.1/japicmp-0.14.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/siom79/japicmp/japicmp/0.14.1/japicmp-0.14.1.pom (4.1 kB at 88 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/javassist/javassist/3.24.0-GA/javassist-3.24.0-GA.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/javassist/javassist/3.24.0-GA/javassist-3.24.0-GA.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.24.0-GA/javassist-3.24.0-GA.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.24.0-GA/javassist-3.24.0-GA.pom (11 kB at 283 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/18.0/guava-18.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/18.0/guava-18.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.pom (5.7 kB at 162 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom (7.7 kB at 240 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/xml/bind/jaxb-api/2.2.7/jaxb-api-2.2.7.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/xml/bind/jaxb-api/2.2.7/jaxb-api-2.2.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.2.7/jaxb-api-2.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.2.7/jaxb-api-2.2.7.pom (8.1 kB at 245 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/java/jvnet-parent/1/jvnet-parent-1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/net/java/jvnet-parent/1/jvnet-parent-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 135 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/xml/bind/jaxb-core/2.2.7/jaxb-core-2.2.7.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/sun/xml/bind/jaxb-core/2.2.7/jaxb-core-2.2.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-core/2.2.7/jaxb-core-2.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-core/2.2.7/jaxb-core-2.2.7.pom (4.4 kB at 99 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/istack/istack-commons-runtime/2.16/istack-commons-runtime-2.16.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/sun/istack/istack-commons-runtime/2.16/istack-commons-runtime-2.16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/istack/istack-commons-runtime/2.16/istack-commons-runtime-2.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/istack/istack-commons-runtime/2.16/istack-commons-runtime-2.16.pom (3.6 kB at 117 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/istack/istack-commons/2.16/istack-commons-2.16.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/sun/istack/istack-commons/2.16/istack-commons-2.16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/istack/istack-commons/2.16/istack-commons-2.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/istack/istack-commons/2.16/istack-commons-2.16.pom (12 kB at 319 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/java/jvnet-parent/3/jvnet-parent-3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/net/java/jvnet-parent/3/jvnet-parent-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 106 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/xml/bind/jaxb-impl/2.2.7/jaxb-impl-2.2.7.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/sun/xml/bind/jaxb-impl/2.2.7/jaxb-impl-2.2.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-impl/2.2.7/jaxb-impl-2.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-impl/2.2.7/jaxb-impl-2.2.7.pom (4.7 kB at 143 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/xml/fastinfoset/FastInfoset/1.2.12/FastInfoset-1.2.12.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/sun/xml/fastinfoset/FastInfoset/1.2.12/FastInfoset-1.2.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/fastinfoset/FastInfoset/1.2.12/FastInfoset-1.2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/fastinfoset/FastInfoset/1.2.12/FastInfoset-1.2.12.pom (1.4 kB at 29 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/xml/fastinfoset/fastinfoset-project/1.2.12/fastinfoset-project-1.2.12.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/sun/xml/fastinfoset/fastinfoset-project/1.2.12/fastinfoset-project-1.2.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/fastinfoset/fastinfoset-project/1.2.12/fastinfoset-project-1.2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/fastinfoset/fastinfoset-project/1.2.12/fastinfoset-project-1.2.12.pom (11 kB at 311 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/xml/bind/jsr173_api/1.0/jsr173_api-1.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/xml/bind/jsr173_api/1.0/jsr173_api-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jsr173_api/1.0/jsr173_api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jsr173_api/1.0/jsr173_api-1.0.pom (157 B at 2.1 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/activation/activation/1.1/activation-1.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/activation/activation/1.1/activation-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.pom (1.1 kB at 38 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0.3/maven-compat-3.0.3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-compat/3.0.3/maven-compat-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0.3/maven-compat-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0.3/maven-compat-3.0.3.pom (4.0 kB at 126 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-7/wagon-provider-api-1.0-beta-7.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-beta-7/wagon-provider-api-1.0-beta-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-7/wagon-provider-api-1.0-beta-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-7/wagon-provider-api-1.0-beta-7.pom (1.8 kB at 42 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/1.0-beta-7/wagon-1.0-beta-7.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon/1.0-beta-7/wagon-1.0-beta-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-7/wagon-1.0-beta-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-7/wagon-1.0-beta-7.pom (12 kB at 379 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom (5.0 kB at 156 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom (4.9 kB at 188 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom (1.6 kB at 32 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom (19 kB at 409 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/19/maven-parent-19.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/19/maven-parent-19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/19/maven-parent-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/19/maven-parent-19.pom (25 kB at 834 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom (1.6 kB at 41 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom (4.0 kB at 84 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom (6.2 kB at 189 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom (16 kB at 349 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom (3.1 kB at 60 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom (1.8 kB at 40 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom (2.5 kB at 58 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom (5.6 kB at 84 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 60 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 48 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 60 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 434 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 38 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/groovy/groovy-jsr223/2.4.6/groovy-jsr223-2.4.6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/groovy/groovy-jsr223/2.4.6/groovy-jsr223-2.4.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-jsr223/2.4.6/groovy-jsr223-2.4.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-jsr223/2.4.6/groovy-jsr223-2.4.6.pom (15 kB at 469 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/groovy/groovy/2.4.6/groovy-2.4.6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/groovy/groovy/2.4.6/groovy-2.4.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy/2.4.6/groovy-2.4.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy/2.4.6/groovy-2.4.6.pom (17 kB at 512 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0.3/maven-core-3.0.3.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0.3/maven-settings-builder-3.0.3.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0.3/maven-settings-3.0.3.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0.3/maven-repository-metadata-3.0.3.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0.3/maven-model-builder-3.0.3.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0.3/maven-aether-provider-3.0.3.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.11/aether-spi-1.11.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.11/aether-impl-1.11.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.11/aether-api-1.11.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.11/aether-util-1.11.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4-no_aop.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/github/siom79/japicmp/japicmp/0.14.1/japicmp-0.14.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/javassist/javassist/3.24.0-GA/javassist-3.24.0-GA.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/18.0/guava-18.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/xml/bind/jaxb-api/2.2.7/jaxb-api-2.2.7.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/xml/bind/jaxb-core/2.2.7/jaxb-core-2.2.7.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/istack/istack-commons-runtime/2.16/istack-commons-runtime-2.16.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/xml/bind/jaxb-impl/2.2.7/jaxb-impl-2.2.7.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/xml/fastinfoset/FastInfoset/1.2.12/FastInfoset-1.2.12.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/xml/bind/jsr173_api/1.0/jsr173_api-1.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/activation/activation/1.1/activation-1.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0.3/maven-compat-3.0.3.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-7/wagon-provider-api-1.0-beta-7.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.3/commons-codec-1.3.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/groovy/groovy-jsr223/2.4.6/groovy-jsr223-2.4.6.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/groovy/groovy/2.4.6/groovy-2.4.6.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.0.3/maven-core-3.0.3.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.0.3/maven-settings-builder-3.0.3.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.0.3/maven-settings-3.0.3.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.0.3/maven-repository-metadata-3.0.3.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.0.3/maven-model-builder-3.0.3.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.0.3/maven-aether-provider-3.0.3.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-spi/1.11/aether-spi-1.11.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-impl/1.11/aether-impl-1.11.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-api/1.11/aether-api-1.11.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-util/1.11/aether-util-1.11.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4-no_aop.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/github/siom79/japicmp/japicmp/0.14.1/japicmp-0.14.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/javassist/javassist/3.24.0-GA/javassist-3.24.0-GA.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/18.0/guava-18.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/xml/bind/jaxb-api/2.2.7/jaxb-api-2.2.7.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/sun/xml/bind/jaxb-core/2.2.7/jaxb-core-2.2.7.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/sun/istack/istack-commons-runtime/2.16/istack-commons-runtime-2.16.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/sun/xml/bind/jaxb-impl/2.2.7/jaxb-impl-2.2.7.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/sun/xml/fastinfoset/FastInfoset/1.2.12/FastInfoset-1.2.12.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/xml/bind/jsr173_api/1.0/jsr173_api-1.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/activation/activation/1.1/activation-1.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-compat/3.0.3/maven-compat-3.0.3.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-beta-7/wagon-provider-api-1.0-beta-7.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.3/commons-codec-1.3.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/groovy/groovy-jsr223/2.4.6/groovy-jsr223-2.4.6.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/groovy/groovy/2.4.6/groovy-2.4.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.3/maven-core-3.0.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.3/maven-repository-metadata-3.0.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.3/maven-settings-builder-3.0.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.3/maven-settings-3.0.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.3/maven-settings-3.0.3.jar (47 kB at 898 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.3/maven-settings-builder-3.0.3.jar (41 kB at 707 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.3/maven-repository-metadata-3.0.3.jar (30 kB at 528 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.3/maven-model-builder-3.0.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.3/maven-aether-provider-3.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.jar (163 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.11/aether-spi-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.3/maven-core-3.0.3.jar (557 kB at 7.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.11/aether-impl-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.3/maven-model-builder-3.0.3.jar (149 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.11/aether-api-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.jar (49 kB at 579 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.11/aether-util-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.11/aether-spi-1.11.jar (15 kB at 182 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.3/maven-aether-provider-3.0.3.jar (56 kB at 598 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.11/aether-impl-1.11.jar (124 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.11/aether-api-1.11.jar (86 kB at 871 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.jar (196 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4-no_aop.jar (484 kB at 158 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/siom79/japicmp/japicmp/0.14.1/japicmp-0.14.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.11/aether-util-1.11.jar (120 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.24.0-GA/javassist-3.24.0-GA.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (47 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.24.0-GA/javassist-3.24.0-GA.jar (778 kB at 99 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.2.7/jaxb-api-2.2.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.2.7/jaxb-api-2.2.7.jar (100 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-core/2.2.7/jaxb-core-2.2.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.jar (2.3 MB at 189 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar (223 kB at 19 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.jar (230 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-impl/2.2.7/jaxb-impl-2.2.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/istack/istack-commons-runtime/2.16/istack-commons-runtime-2.16.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/fastinfoset/FastInfoset/1.2.12/FastInfoset-1.2.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/siom79/japicmp/japicmp/0.14.1/japicmp-0.14.1.jar (258 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jsr173_api/1.0/jsr173_api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/istack/istack-commons-runtime/2.16/istack-commons-runtime-2.16.jar (23 kB at 1.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jsr173_api/1.0/jsr173_api-1.0.jar (50 kB at 4.2 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/fastinfoset/FastInfoset/1.2.12/FastInfoset-1.2.12.jar (294 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0.3/maven-compat-3.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-core/2.2.7/jaxb-core-2.2.7.jar (222 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-7/wagon-provider-api-1.0-beta-7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-impl/2.2.7/jaxb-impl-2.2.7.jar (920 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-7/wagon-provider-api-1.0-beta-7.jar (53 kB at 4.4 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0.3/maven-compat-3.0.3.jar (282 kB at 23 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.jar (63 kB at 5.2 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.jar (52 kB at 4.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar (18 kB at 1.5 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar (165 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.jar (11 kB at 934 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar (154 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (293 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 3.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.jar (52 kB at 4.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.jar (60 kB at 4.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-jsr223/2.4.6/groovy-jsr223-2.4.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.jar (15 kB at 1.2 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy/2.4.6/groovy-2.4.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.jar (38 kB at 3.1 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 810 B/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 938 B/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-jsr223/2.4.6/groovy-jsr223-2.4.6.jar (21 kB at 1.7 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy/2.4.6/groovy-2.4.6.jar (4.6 MB at 372 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/eclipse/jgit/org.eclipse.jgit/5.4.0.201906121030-r/org.eclipse.jgit-5.4.0.201906121030-r.jar [INFO] Downloaded from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/eclipse/jgit/org.eclipse.jgit/5.4.0.201906121030-r/org.eclipse.jgit-5.4.0.201906121030-r.jar (2.7 MB at 26 MB/s) [INFO] Written file '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/stable/jgit-stable/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 5.5.1-SNAPSHOT [3/22] [INFO] Building JGit - Ant Tasks 5.5.1-SNAPSHOT [4/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/apache/ant/ant/1.10.5/ant-1.10.5.jar [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/apache/ant/ant-launcher/1.10.5/ant-launcher-1.10.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.5/ant-1.10.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.5/ant-launcher-1.10.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom (1.4 kB at 57 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.5/ant-launcher-1.10.5.jar (19 kB at 349 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.5/ant-1.10.5.jar (2.2 MB at 11 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jgit.ant --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.ant --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.ant --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.ant --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.ant --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-source-qualifier) @ org.eclipse.jgit.ant --- [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar (350 kB at 1.3 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jgit.archive --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.archive --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.archive --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.archive --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.archive/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.archive --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.ant --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit.ant --- [INFO] Changes detected - recompiling the module! [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.archive/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-source-qualifier) @ org.eclipse.jgit.archive --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.archive/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.archive --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit.archive --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.ant >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.ant --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.ant --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.ant --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.ant <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.ant --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant/target/org.eclipse.jgit.ant-5.5.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit.ant --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit.ant --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit.ant --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.jgit.ant --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant/target/org.eclipse.jgit.ant-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.ant --- [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.archive >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.archive --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.archive --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.archive --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.archive/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.archive <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.archive --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.archive/target/org.eclipse.jgit.archive-5.5.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit.archive --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.archive/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit.archive --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit.archive --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.jgit.archive --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.archive/target/org.eclipse.jgit.archive-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.archive --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.archive/target/org.eclipse.jgit.archive-5.5.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.archive --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.archive --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.archive/target/jacoco.exec [INFO] [INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.jgit.archive >>> [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.jgit.archive --- [INFO] Fork Value is true [java] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [java] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant/target/org.eclipse.jgit.ant-5.5.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.ant --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.ant --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant/target/jacoco.exec [INFO] [INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.jgit.ant >>> [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.jgit.ant --- [INFO] Fork Value is true [java] [java] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [java] [java] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Done SpotBugs Analysis.... [INFO] [INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.jgit.archive <<< [INFO] [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.jgit.archive --- [INFO] BugInstance size is 0 [INFO] Error size is 0 [INFO] No errors/warnings found [INFO] [INFO] >>> maven-pmd-plugin:3.12.0:cpd-check (default) > :cpd @ org.eclipse.jgit.archive >>> [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd (cpd) @ org.eclipse.jgit.archive --- [INFO] [INFO] <<< maven-pmd-plugin:3.12.0:cpd-check (default) < :cpd @ org.eclipse.jgit.archive <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd-check (default) @ org.eclipse.jgit.archive --- [INFO] [INFO] [INFO] --- japicmp-maven-plugin:0.14.1:cmp (default) @ org.eclipse.jgit.archive --- [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/eclipse/jgit/org.eclipse.jgit.archive/5.4.0.201906121030-r/org.eclipse.jgit.archive-5.4.0.201906121030-r.jar [INFO] Downloaded from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/eclipse/jgit/org.eclipse.jgit.archive/5.4.0.201906121030-r/org.eclipse.jgit.archive-5.4.0.201906121030-r.jar (26 kB at 231 kB/s) [INFO] Written file '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.archive/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.archive/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.archive/target/japicmp/japicmp.html'. [INFO] [INFO] ----------------< org.eclipse.jgit:org.eclipse.jgit.ui >---------------- [INFO] Building JGit - AWT User Interface 5.5.1-SNAPSHOT [5/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jgit.ui --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.ui --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ui/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.ui --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ui/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-source-qualifier) @ org.eclipse.jgit.ui --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ui/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit.ui --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.ui >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.ui --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ui/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.ui <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ui/target/org.eclipse.jgit.ui-5.5.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ui/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit.ui --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit.ui --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.jgit.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ui/target/org.eclipse.jgit.ui-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.ui --- [INFO] Done SpotBugs Analysis.... [INFO] [INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.jgit.ant <<< [INFO] [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.jgit.ant --- [INFO] BugInstance size is 0 [INFO] Error size is 0 [INFO] No errors/warnings found [INFO] [INFO] >>> maven-pmd-plugin:3.12.0:cpd-check (default) > :cpd @ org.eclipse.jgit.ant >>> [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd (cpd) @ org.eclipse.jgit.ant --- [INFO] [INFO] <<< maven-pmd-plugin:3.12.0:cpd-check (default) < :cpd @ org.eclipse.jgit.ant <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd-check (default) @ org.eclipse.jgit.ant --- [INFO] [INFO] [INFO] --- japicmp-maven-plugin:0.14.1:cmp (default) @ org.eclipse.jgit.ant --- [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/eclipse/jgit/org.eclipse.jgit.ant/5.4.0.201906121030-r/org.eclipse.jgit.ant-5.4.0.201906121030-r.jar [INFO] Downloaded from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/eclipse/jgit/org.eclipse.jgit.ant/5.4.0.201906121030-r/org.eclipse.jgit.ant-5.4.0.201906121030-r.jar (19 kB at 496 kB/s) [INFO] Written file '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant/target/japicmp/japicmp.html'. [INFO] [INFO] -----------< org.eclipse.jgit:org.eclipse.jgit.http.apache >------------ [INFO] Building JGit - Apache httpclient based HTTP support 5.5.1-SNAPSHOT [6/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.pom (6.6 kB at 201 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/apache/httpcomponents/httpcomponents-client/4.5.6/httpcomponents-client-4.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.6/httpcomponents-client-4.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.6/httpcomponents-client-4.5.6.pom (15 kB at 207 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom (34 kB at 863 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.pom (5.4 kB at 91 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/apache/httpcomponents/httpcomponents-core/4.4.10/httpcomponents-core-4.4.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.10/httpcomponents-core-4.4.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.10/httpcomponents-core-4.4.10.pom (13 kB at 409 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/commons-codec/commons-codec/1.10/commons-codec-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.pom (12 kB at 223 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/apache/commons/commons-parent/35/commons-parent-35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 837 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.jar [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.jar [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/commons-codec/commons-codec/1.10/commons-codec-1.10.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.jar (326 kB at 6.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.jar (284 kB at 2.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.jar (767 kB at 6.7 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jgit.http.apache --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.http.apache --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.http.apache --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.http.apache --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.apache/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.http.apache --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.apache/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-source-qualifier) @ org.eclipse.jgit.http.apache --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.apache/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.http.apache --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit.http.apache --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.http.apache >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.http.apache --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.http.apache --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.http.apache --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.apache/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.http.apache <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.http.apache --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.apache/target/org.eclipse.jgit.http.apache-5.5.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit.http.apache --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.apache/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit.http.apache --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit.http.apache --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.jgit.http.apache --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.apache/target/org.eclipse.jgit.http.apache-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.http.apache --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.apache/target/org.eclipse.jgit.http.apache-5.5.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.http.apache --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.http.apache --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.apache/target/jacoco.exec [INFO] [INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.jgit.http.apache >>> [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.jgit.http.apache --- [INFO] Fork Value is true [java] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [java] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ui/target/org.eclipse.jgit.ui-5.5.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ui/target/jacoco.exec [INFO] [INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.jgit.ui >>> [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.jgit.ui --- [INFO] Fork Value is true [java] [java] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [java] [java] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Done SpotBugs Analysis.... [INFO] [INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.jgit.http.apache <<< [INFO] [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.jgit.http.apache --- [INFO] BugInstance size is 0 [INFO] Error size is 0 [INFO] No errors/warnings found [INFO] [INFO] >>> maven-pmd-plugin:3.12.0:cpd-check (default) > :cpd @ org.eclipse.jgit.http.apache >>> [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd (cpd) @ org.eclipse.jgit.http.apache --- [INFO] [INFO] <<< maven-pmd-plugin:3.12.0:cpd-check (default) < :cpd @ org.eclipse.jgit.http.apache <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd-check (default) @ org.eclipse.jgit.http.apache --- [INFO] [INFO] [INFO] --- japicmp-maven-plugin:0.14.1:cmp (default) @ org.eclipse.jgit.http.apache --- [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/eclipse/jgit/org.eclipse.jgit.http.apache/5.4.0.201906121030-r/org.eclipse.jgit.http.apache-5.4.0.201906121030-r.jar [INFO] Downloaded from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/eclipse/jgit/org.eclipse.jgit.http.apache/5.4.0.201906121030-r/org.eclipse.jgit.http.apache-5.4.0.201906121030-r.jar (22 kB at 172 kB/s) [INFO] Written file '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.apache/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.apache/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.apache/target/japicmp/japicmp.html'. [INFO] [INFO] -----------< org.eclipse.jgit:org.eclipse.jgit.http.server >------------ [INFO] Building JGit - HTTP Server 5.5.1-SNAPSHOT [7/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom (14 kB at 386 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar (96 kB at 1.1 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jgit.http.server --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.http.server --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.http.server --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.http.server --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.server/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.http.server --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.server/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-source-qualifier) @ org.eclipse.jgit.http.server --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.server/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.http.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit.http.server --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.http.server >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.http.server --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.http.server --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.http.server --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.server/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.http.server <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.http.server --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.server/target/org.eclipse.jgit.http.server-5.5.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit.http.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit.http.server --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit.http.server --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.jgit.http.server --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.server/target/org.eclipse.jgit.http.server-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.http.server --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.server/target/org.eclipse.jgit.http.server-5.5.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.http.server --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.http.server --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.server/target/jacoco.exec [INFO] [INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.jgit.http.server >>> [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.jgit.http.server --- [INFO] Fork Value is true [java] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [java] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Done SpotBugs Analysis.... [INFO] [INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.jgit.ui <<< [INFO] [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.jgit.ui --- [INFO] BugInstance size is 0 [INFO] Error size is 0 [INFO] No errors/warnings found [INFO] [INFO] >>> maven-pmd-plugin:3.12.0:cpd-check (default) > :cpd @ org.eclipse.jgit.ui >>> [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd (cpd) @ org.eclipse.jgit.ui --- [INFO] [INFO] <<< maven-pmd-plugin:3.12.0:cpd-check (default) < :cpd @ org.eclipse.jgit.ui <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd-check (default) @ org.eclipse.jgit.ui --- [INFO] [INFO] [INFO] ------------< org.eclipse.jgit:org.eclipse.jgit.ssh.apache >------------ [INFO] Building JGit - Apache sshd-based SSH support 5.5.1-SNAPSHOT [8/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/apache/sshd/sshd-osgi/2.2.0/sshd-osgi-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-osgi/2.2.0/sshd-osgi-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-osgi/2.2.0/sshd-osgi-2.2.0.pom (7.6 kB at 81 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/apache/sshd/sshd/2.2.0/sshd-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd/2.2.0/sshd-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd/2.2.0/sshd-2.2.0.pom (66 kB at 677 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/springframework/spring-framework-bom/5.1.4.RELEASE/spring-framework-bom-5.1.4.RELEASE.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.1.4.RELEASE/spring-framework-bom-5.1.4.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.1.4.RELEASE/spring-framework-bom-5.1.4.RELEASE.pom (5.3 kB at 42 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/apache/sshd/sshd-sftp/2.2.0/sshd-sftp-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-sftp/2.2.0/sshd-sftp-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-sftp/2.2.0/sshd-sftp-2.2.0.pom (8.3 kB at 92 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/apache/sshd/sshd-core/2.2.0/sshd-core-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-core/2.2.0/sshd-core-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-core/2.2.0/sshd-core-2.2.0.pom (8.2 kB at 95 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/apache/sshd/sshd-common/2.2.0/sshd-common-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.2.0/sshd-common-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.2.0/sshd-common-2.2.0.pom (4.7 kB at 120 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.pom (6.8 kB at 251 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/apache/sshd/sshd-osgi/2.2.0/sshd-osgi-2.2.0.jar [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/apache/sshd/sshd-common/2.2.0/sshd-common-2.2.0.jar [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/apache/sshd/sshd-core/2.2.0/sshd-core-2.2.0.jar [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/apache/sshd/sshd-sftp/2.2.0/sshd-sftp-2.2.0.jar [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-osgi/2.2.0/sshd-osgi-2.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.2.0/sshd-common-2.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-core/2.2.0/sshd-core-2.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-sftp/2.2.0/sshd-sftp-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-sftp/2.2.0/sshd-sftp-2.2.0.jar (306 kB at 1.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-core/2.2.0/sshd-core-2.2.0.jar (802 kB at 4.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.2.0/sshd-common-2.2.0.jar (676 kB at 3.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-osgi/2.2.0/sshd-osgi-2.2.0.jar (1.5 MB at 262 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar (63 kB at 10 kB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jgit.ssh.apache --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.ssh.apache --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.ssh.apache --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.ssh.apache --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.ssh.apache --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-source-qualifier) @ org.eclipse.jgit.ssh.apache --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.ssh.apache --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit.ssh.apache --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.ssh.apache >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.ssh.apache --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.ssh.apache --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.ssh.apache --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.ssh.apache <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.ssh.apache --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache/target/org.eclipse.jgit.ssh.apache-5.5.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit.ssh.apache --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit.ssh.apache --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit.ssh.apache --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.jgit.ssh.apache --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache/target/org.eclipse.jgit.ssh.apache-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.ssh.apache --- [java] Warnings generated: 2 [INFO] Done SpotBugs Analysis.... [INFO] [INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.jgit.http.server <<< [INFO] [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.jgit.http.server --- [INFO] BugInstance size is 2 [INFO] Error size is 0 [INFO] Total bugs: 2 [ERROR] Class org.eclipse.jgit.http.server.GitServlet defines non-transient non-serializable instance field gitFilter [org.eclipse.jgit.http.server.GitServlet] In GitServlet.java SE_BAD_FIELD [ERROR] Class org.eclipse.jgit.http.server.glue.MetaServlet defines non-transient non-serializable instance field filter [org.eclipse.jgit.http.server.glue.MetaServlet] In MetaServlet.java SE_BAD_FIELD [INFO] To see bug detail using the Spotbugs GUI, use the following command "mvn spotbugs:gui" [INFO] [INFO] >>> maven-pmd-plugin:3.12.0:cpd-check (default) > :cpd @ org.eclipse.jgit.http.server >>> [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd (cpd) @ org.eclipse.jgit.http.server --- [INFO] [INFO] <<< maven-pmd-plugin:3.12.0:cpd-check (default) < :cpd @ org.eclipse.jgit.http.server <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd-check (default) @ org.eclipse.jgit.http.server --- [INFO] You have 1 CPD duplication. For more details see: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.server/target/cpd.xml [INFO] [INFO] --- japicmp-maven-plugin:0.14.1:cmp (default) @ org.eclipse.jgit.http.server --- [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/eclipse/jgit/org.eclipse.jgit.http.server/5.4.0.201906121030-r/org.eclipse.jgit.http.server-5.4.0.201906121030-r.jar [INFO] Downloaded from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/eclipse/jgit/org.eclipse.jgit.http.server/5.4.0.201906121030-r/org.eclipse.jgit.http.server-5.4.0.201906121030-r.jar (94 kB at 2.2 MB/s) [INFO] Written file '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.server/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.server/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.server/target/japicmp/japicmp.html'. [INFO] [INFO] ---------------< org.eclipse.jgit:org.eclipse.jgit.lfs >---------------- [INFO] Building JGit - Large File Storage 5.5.1-SNAPSHOT [9/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/com/google/code/gson/gson/2.8.2/gson-2.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.2/gson-2.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.2/gson-2.8.2.pom (1.9 kB at 20 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/com/google/code/gson/gson-parent/2.8.2/gson-parent-2.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.8.2/gson-parent-2.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.8.2/gson-parent-2.8.2.pom (3.7 kB at 167 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/com/google/code/gson/gson/2.8.2/gson-2.8.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.2/gson-2.8.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.2/gson-2.8.2.jar (233 kB at 5.8 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jgit.lfs --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.lfs --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.lfs --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.lfs --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.lfs --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-source-qualifier) @ org.eclipse.jgit.lfs --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.lfs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit.lfs --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.lfs >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.lfs --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.lfs --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.lfs --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.lfs <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.lfs --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs/target/org.eclipse.jgit.lfs-5.5.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit.lfs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit.lfs --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit.lfs --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.jgit.lfs --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs/target/org.eclipse.jgit.lfs-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.lfs --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache/target/org.eclipse.jgit.ssh.apache-5.5.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.ssh.apache --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.ssh.apache --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache/target/jacoco.exec [INFO] [INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.jgit.ssh.apache >>> [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.jgit.ssh.apache --- [INFO] Fork Value is true [java] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [java] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs/target/org.eclipse.jgit.lfs-5.5.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.lfs --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.lfs --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs/target/jacoco.exec [INFO] [INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.jgit.lfs >>> [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.jgit.lfs --- [INFO] Fork Value is true [java] [java] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [java] [java] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [java] [java] Warnings generated: 12 [INFO] Done SpotBugs Analysis.... [INFO] [INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.jgit.lfs <<< [INFO] [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.jgit.lfs --- [INFO] BugInstance size is 12 [INFO] Error size is 0 [INFO] Total bugs: 12 [ERROR] org.eclipse.jgit.lfs.LfsBlobLoader.getCachedBytes() may expose internal representation by returning LfsBlobLoader.cached [org.eclipse.jgit.lfs.LfsBlobLoader] At LfsBlobLoader.java:[line 109] EI_EXPOSE_REP [ERROR] org.eclipse.jgit.lfs.LfsPointer defines compareTo(LfsPointer) and uses Object.equals() [org.eclipse.jgit.lfs.LfsPointer] At LfsPointer.java:[lines 201-206] EQ_COMPARETO_USE_OBJECT_EQUALS [ERROR] Unwritten public or protected field: org.eclipse.jgit.lfs.Protocol$Action.header [org.eclipse.jgit.lfs.internal.LfsConnectionFactory] At LfsConnectionFactory.java:[line 180] UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD [ERROR] Unwritten public or protected field: org.eclipse.jgit.lfs.Protocol$Action.href [org.eclipse.jgit.lfs.internal.LfsConnectionFactory] At LfsConnectionFactory.java:[line 181] UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD [ERROR] Unwritten public or protected field: org.eclipse.jgit.lfs.Protocol$Error.message [org.eclipse.jgit.lfs.SmudgeFilter] At SmudgeFilter.java:[line 185] UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD [ERROR] Unwritten public or protected field: org.eclipse.jgit.lfs.Protocol$ObjectInfo.actions [org.eclipse.jgit.lfs.LfsPrePushHook] At LfsPrePushHook.java:[line 226] UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD [ERROR] Unwritten public or protected field: org.eclipse.jgit.lfs.Protocol$ObjectInfo.error [org.eclipse.jgit.lfs.SmudgeFilter] At SmudgeFilter.java:[line 181] UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD [ERROR] Unread public/protected field: org.eclipse.jgit.lfs.Protocol$Request.operation [org.eclipse.jgit.lfs.internal.LfsConnectionFactory] At LfsConnectionFactory.java:[line 280] URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD [ERROR] Exceptional return value of java.io.File.mkdirs() ignored in org.eclipse.jgit.lfs.SmudgeFilter.downloadLfsResource(Lfs, Repository, LfsPointer[]) [org.eclipse.jgit.lfs.SmudgeFilter] At SmudgeFilter.java:[line 221] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE [ERROR] Exception is caught when Exception is not thrown in new org.eclipse.jgit.lfs.internal.LfsConnectionFactory$AuthCache(Protocol$ExpiringAction) [org.eclipse.jgit.lfs.internal.LfsConnectionFactory$AuthCache] At LfsConnectionFactory.java:[line 321] REC_CATCH_EXCEPTION [ERROR] Call to method of static java.text.DateFormat in new org.eclipse.jgit.lfs.internal.LfsConnectionFactory$AuthCache(Protocol$ExpiringAction) [org.eclipse.jgit.lfs.internal.LfsConnectionFactory$AuthCache] At LfsConnectionFactory.java:[line 316] STCAL_INVOKE_ON_STATIC_DATE_FORMAT_INSTANCE [ERROR] org.eclipse.jgit.lfs.lib.LfsPointerFilter defines clone() but doesn't implement Cloneable [org.eclipse.jgit.lfs.lib.LfsPointerFilter] At LfsPointerFilter.java:[line 106] CN_IMPLEMENTS_CLONE_BUT_NOT_CLONEABLE [INFO] To see bug detail using the Spotbugs GUI, use the following command "mvn spotbugs:gui" [INFO] [INFO] >>> maven-pmd-plugin:3.12.0:cpd-check (default) > :cpd @ org.eclipse.jgit.lfs >>> [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd (cpd) @ org.eclipse.jgit.lfs --- [INFO] [INFO] <<< maven-pmd-plugin:3.12.0:cpd-check (default) < :cpd @ org.eclipse.jgit.lfs <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd-check (default) @ org.eclipse.jgit.lfs --- [INFO] [INFO] [INFO] --------------< org.eclipse.jgit:org.eclipse.jgit.junit >--------------- [INFO] Building JGit - JUnit Utility Classes 5.5.1-SNAPSHOT [10/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/junit/junit/4.12/junit-4.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom (24 kB at 239 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/junit/junit/4.12/junit-4.12.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar (315 kB at 1.6 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jgit.junit --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.junit --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.junit --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.junit --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.junit --- [INFO] Executing tasks [java] main: [java] [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-source-qualifier) @ org.eclipse.jgit.junit --- [INFO] Executing tasks [java] main: [java] [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit.junit --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.junit >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.junit --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.junit --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.junit --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.junit <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit/target/org.eclipse.jgit.junit-5.5.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit.junit --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit.junit --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.jgit.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit/target/org.eclipse.jgit.junit-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.junit --- [java] Warnings generated: 3 [INFO] Done SpotBugs Analysis.... [INFO] [INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.jgit.ssh.apache <<< [INFO] [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.jgit.ssh.apache --- [INFO] BugInstance size is 3 [INFO] Error size is 0 [INFO] Total bugs: 3 [ERROR] Redundant nullcheck of newEntry, which is known to be non-null in org.eclipse.jgit.internal.transport.sshd.OpenSshServerKeyDatabase.updateKnownHostsFile(Collection, PublicKey, Path, ServerKeyDatabase$Configuration) [org.eclipse.jgit.internal.transport.sshd.OpenSshServerKeyDatabase] Redundant null check at OpenSshServerKeyDatabase.java:[line 353] RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE [ERROR] Nullcheck of oldLine at line 382 of value previously dereferenced in org.eclipse.jgit.internal.transport.sshd.OpenSshServerKeyDatabase.updateModifiedServerKey(PublicKey, KnownHostsServerKeyVerifier$HostEntryPair, Path) [org.eclipse.jgit.internal.transport.sshd.OpenSshServerKeyDatabase, org.eclipse.jgit.internal.transport.sshd.OpenSshServerKeyDatabase] At OpenSshServerKeyDatabase.java:[line 382]Redundant null check at OpenSshServerKeyDatabase.java:[line 386] RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE [ERROR] org.eclipse.jgit.transport.sshd.IdentityPasswordProvider$State.getPassword() may expose internal representation by returning IdentityPasswordProvider$State.password [org.eclipse.jgit.transport.sshd.IdentityPasswordProvider$State] At IdentityPasswordProvider.java:[line 130] EI_EXPOSE_REP [INFO] To see bug detail using the Spotbugs GUI, use the following command "mvn spotbugs:gui" [INFO] [INFO] >>> maven-pmd-plugin:3.12.0:cpd-check (default) > :cpd @ org.eclipse.jgit.ssh.apache >>> [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd (cpd) @ org.eclipse.jgit.ssh.apache --- [INFO] [INFO] <<< maven-pmd-plugin:3.12.0:cpd-check (default) < :cpd @ org.eclipse.jgit.ssh.apache <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd-check (default) @ org.eclipse.jgit.ssh.apache --- [INFO] [INFO] [INFO] --- japicmp-maven-plugin:0.14.1:cmp (default) @ org.eclipse.jgit.ssh.apache --- [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/eclipse/jgit/org.eclipse.jgit.ssh.apache/5.4.0.201906121030-r/org.eclipse.jgit.ssh.apache-5.4.0.201906121030-r.jar [INFO] Downloaded from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/eclipse/jgit/org.eclipse.jgit.ssh.apache/5.4.0.201906121030-r/org.eclipse.jgit.ssh.apache-5.4.0.201906121030-r.jar (153 kB at 1.4 MB/s) [INFO] Written file '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache/target/japicmp/japicmp.html'. [INFO] [INFO] ------------< org.eclipse.jgit:org.eclipse.jgit.junit.ssh >------------- [INFO] Building JGit - JUnit Ssh Utility Classes 5.5.1-SNAPSHOT [11/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jgit.junit.ssh --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.junit.ssh --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.junit.ssh --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.junit.ssh --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.ssh/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.junit.ssh --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.ssh/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-source-qualifier) @ org.eclipse.jgit.junit.ssh --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.ssh/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.junit.ssh --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit.junit.ssh --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.junit.ssh >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.junit.ssh --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.junit.ssh --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.junit.ssh --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.ssh/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.junit.ssh <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.junit.ssh --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.ssh/target/org.eclipse.jgit.junit.ssh-5.5.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit.junit.ssh --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.ssh/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit.junit.ssh --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit.junit.ssh --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.jgit.junit.ssh --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.ssh/target/org.eclipse.jgit.junit.ssh-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.junit.ssh --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit/target/org.eclipse.jgit.junit-5.5.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.junit --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.junit --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit/target/jacoco.exec [INFO] [INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.jgit.junit >>> [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.jgit.junit --- [INFO] Fork Value is true [java] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [java] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.ssh/target/org.eclipse.jgit.junit.ssh-5.5.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.junit.ssh --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.junit.ssh --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.ssh/target/jacoco.exec [INFO] [INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.jgit.junit.ssh >>> [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.jgit.junit.ssh --- [INFO] Fork Value is true [java] [java] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [java] [java] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [java] [java] Warnings generated: 1 [INFO] Done SpotBugs Analysis.... [INFO] [INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.jgit.junit.ssh <<< [INFO] [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.jgit.junit.ssh --- [INFO] BugInstance size is 1 [INFO] Error size is 0 [INFO] Total bugs: 1 [ERROR] org.eclipse.jgit.junit.ssh.SshTestGitServer$FakeUserAuthGSS.doAuth(Buffer, boolean) has Boolean return type and returns explicit null [org.eclipse.jgit.junit.ssh.SshTestGitServer$FakeUserAuthGSS] At SshTestGitServer.java:[line 185] NP_BOOLEAN_RETURN_NULL [INFO] To see bug detail using the Spotbugs GUI, use the following command "mvn spotbugs:gui" [INFO] [INFO] >>> maven-pmd-plugin:3.12.0:cpd-check (default) > :cpd @ org.eclipse.jgit.junit.ssh >>> [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd (cpd) @ org.eclipse.jgit.junit.ssh --- [INFO] [INFO] <<< maven-pmd-plugin:3.12.0:cpd-check (default) < :cpd @ org.eclipse.jgit.junit.ssh <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd-check (default) @ org.eclipse.jgit.junit.ssh --- [INFO] [INFO] [INFO] ------------< org.eclipse.jgit:org.eclipse.jgit.lfs.server >------------ [INFO] Building JGit - Large File Storage Server 5.5.1-SNAPSHOT [12/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jgit.lfs.server --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.lfs.server --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.lfs.server --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.lfs.server --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.lfs.server --- [INFO] Executing tasks [java] main: [java] [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-source-qualifier) @ org.eclipse.jgit.lfs.server --- [INFO] Executing tasks [java] main: [java] [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.lfs.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit.lfs.server --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.lfs.server >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.lfs.server --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.lfs.server --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.lfs.server --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.lfs.server <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.lfs.server --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server/target/org.eclipse.jgit.lfs.server-5.5.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit.lfs.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit.lfs.server --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit.lfs.server --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.jgit.lfs.server --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server/target/org.eclipse.jgit.lfs.server-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.lfs.server --- [java] Warnings generated: 6 [INFO] Done SpotBugs Analysis.... [INFO] [INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.jgit.junit <<< [INFO] [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.jgit.junit --- [INFO] BugInstance size is 6 [INFO] Error size is 0 [INFO] Total bugs: 6 [ERROR] Found reliance on default encoding in org.eclipse.jgit.junit.LocalDiskRepositoryTestCase.reportDeleteFailure(boolean, File, Exception): new java.io.PrintStream(OutputStream) [org.eclipse.jgit.junit.LocalDiskRepositoryTestCase] At LocalDiskRepositoryTestCase.java:[line 268] DM_DEFAULT_ENCODING [ERROR] org.eclipse.jgit.junit.LocalDiskRepositoryTestCase.tearDown() forces garbage collection; extremely dubious except in benchmarking code [org.eclipse.jgit.junit.LocalDiskRepositoryTestCase] At LocalDiskRepositoryTestCase.java:[line 211] DM_GC [ERROR] Exceptional return value of java.io.File.delete() ignored in org.eclipse.jgit.junit.LocalDiskRepositoryTestCase.write(String) [org.eclipse.jgit.junit.LocalDiskRepositoryTestCase] At LocalDiskRepositoryTestCase.java:[line 565] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE [ERROR] org.eclipse.jgit.junit.LocalDiskRepositoryTestCase$CleanupThread.run() forces garbage collection; extremely dubious except in benchmarking code [org.eclipse.jgit.junit.LocalDiskRepositoryTestCase$CleanupThread] At LocalDiskRepositoryTestCase.java:[line 640] DM_GC [ERROR] Unread public/protected field: org.eclipse.jgit.junit.RepositoryTestCase.trash [org.eclipse.jgit.junit.RepositoryTestCase] At RepositoryTestCase.java:[line 219] URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD [ERROR] Exceptional return value of java.io.File.setReadOnly() ignored in org.eclipse.jgit.junit.TestRepository.packAndPrune() [org.eclipse.jgit.junit.TestRepository, org.eclipse.jgit.junit.TestRepository] At TestRepository.java:[line 957]Another occurrence at TestRepository.java:[line 964] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE [INFO] To see bug detail using the Spotbugs GUI, use the following command "mvn spotbugs:gui" [INFO] [INFO] >>> maven-pmd-plugin:3.12.0:cpd-check (default) > :cpd @ org.eclipse.jgit.junit >>> [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd (cpd) @ org.eclipse.jgit.junit --- [INFO] [INFO] <<< maven-pmd-plugin:3.12.0:cpd-check (default) < :cpd @ org.eclipse.jgit.junit <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd-check (default) @ org.eclipse.jgit.junit --- [INFO] [INFO] [INFO] ------------< org.eclipse.jgit:org.eclipse.jgit.junit.http >------------ [INFO] Building JGit - JUnit Http Utility Classes 5.5.1-SNAPSHOT [13/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/eclipse/jetty/jetty-servlet/9.4.20.v20190813/jetty-servlet-9.4.20.v20190813.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/9.4.20.v20190813/jetty-servlet-9.4.20.v20190813.pom [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server/target/org.eclipse.jgit.lfs.server-5.5.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.lfs.server --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.lfs.server --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server/target/jacoco.exec [INFO] [INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.jgit.lfs.server >>> [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.jgit.lfs.server --- [INFO] Fork Value is true [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/9.4.20.v20190813/jetty-servlet-9.4.20.v20190813.pom (2.3 kB at 3.1 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/eclipse/jetty/jetty-project/9.4.20.v20190813/jetty-project-9.4.20.v20190813.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-project/9.4.20.v20190813/jetty-project-9.4.20.v20190813.pom [java] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [java] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-project/9.4.20.v20190813/jetty-project-9.4.20.v20190813.pom (74 kB at 1.2 MB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/eclipse/jetty/jetty-security/9.4.20.v20190813/jetty-security-9.4.20.v20190813.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/9.4.20.v20190813/jetty-security-9.4.20.v20190813.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/9.4.20.v20190813/jetty-security-9.4.20.v20190813.pom (1.6 kB at 19 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/eclipse/jetty/jetty-server/9.4.20.v20190813/jetty-server-9.4.20.v20190813.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/9.4.20.v20190813/jetty-server-9.4.20.v20190813.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/9.4.20.v20190813/jetty-server-9.4.20.v20190813.pom (2.6 kB at 23 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/eclipse/jetty/jetty-http/9.4.20.v20190813/jetty-http-9.4.20.v20190813.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/9.4.20.v20190813/jetty-http-9.4.20.v20190813.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/9.4.20.v20190813/jetty-http-9.4.20.v20190813.pom (4.2 kB at 109 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/eclipse/jetty/jetty-util/9.4.20.v20190813/jetty-util-9.4.20.v20190813.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/9.4.20.v20190813/jetty-util-9.4.20.v20190813.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/9.4.20.v20190813/jetty-util-9.4.20.v20190813.pom (4.2 kB at 122 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/eclipse/jetty/jetty-io/9.4.20.v20190813/jetty-io-9.4.20.v20190813.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/9.4.20.v20190813/jetty-io-9.4.20.v20190813.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/9.4.20.v20190813/jetty-io-9.4.20.v20190813.pom (1.3 kB at 16 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/eclipse/jetty/jetty-servlet/9.4.20.v20190813/jetty-servlet-9.4.20.v20190813.jar [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/eclipse/jetty/jetty-util/9.4.20.v20190813/jetty-util-9.4.20.v20190813.jar [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/eclipse/jetty/jetty-http/9.4.20.v20190813/jetty-http-9.4.20.v20190813.jar [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/eclipse/jetty/jetty-server/9.4.20.v20190813/jetty-server-9.4.20.v20190813.jar [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/eclipse/jetty/jetty-security/9.4.20.v20190813/jetty-security-9.4.20.v20190813.jar [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/eclipse/jetty/jetty-io/9.4.20.v20190813/jetty-io-9.4.20.v20190813.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/9.4.20.v20190813/jetty-servlet-9.4.20.v20190813.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/9.4.20.v20190813/jetty-util-9.4.20.v20190813.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/9.4.20.v20190813/jetty-http-9.4.20.v20190813.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/9.4.20.v20190813/jetty-server-9.4.20.v20190813.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/9.4.20.v20190813/jetty-security-9.4.20.v20190813.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/9.4.20.v20190813/jetty-http-9.4.20.v20190813.jar (208 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/9.4.20.v20190813/jetty-io-9.4.20.v20190813.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/9.4.20.v20190813/jetty-servlet-9.4.20.v20190813.jar (128 kB at 721 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/9.4.20.v20190813/jetty-security-9.4.20.v20190813.jar (117 kB at 643 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/9.4.20.v20190813/jetty-util-9.4.20.v20190813.jar (539 kB at 2.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/9.4.20.v20190813/jetty-server-9.4.20.v20190813.jar (657 kB at 3.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/9.4.20.v20190813/jetty-io-9.4.20.v20190813.jar (156 kB at 785 kB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jgit.junit.http --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.junit.http --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.junit.http --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.junit.http --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.http/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.junit.http --- [INFO] Executing tasks [java] main: [java] [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.http/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-source-qualifier) @ org.eclipse.jgit.junit.http --- [INFO] Executing tasks [java] main: [java] [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.http/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.junit.http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit.junit.http --- [INFO] Changes detected - recompiling the module! [WARNING] /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.http/src/org/eclipse/jgit/junit/http/AppServer.java:[208,6920] The constructor SslContextFactory(boolean) is deprecated [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.junit.http >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.junit.http --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.junit.http --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.junit.http --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.http/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.junit.http <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.junit.http --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.http/target/org.eclipse.jgit.junit.http-5.5.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit.junit.http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.http/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit.junit.http --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit.junit.http --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.jgit.junit.http --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.http/target/org.eclipse.jgit.junit.http-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.junit.http --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.http/target/org.eclipse.jgit.junit.http-5.5.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.junit.http --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.junit.http --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.http/target/jacoco.exec [INFO] [INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.jgit.junit.http >>> [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.jgit.junit.http --- [INFO] Fork Value is true [java] [java] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [java] [java] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [java] Warnings generated: 11 [INFO] Done SpotBugs Analysis.... [INFO] [INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.jgit.lfs.server <<< [INFO] [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.jgit.lfs.server --- [INFO] BugInstance size is 11 [INFO] Error size is 0 [INFO] Total bugs: 11 [ERROR] Unwritten field: org.eclipse.jgit.lfs.server.LfsObject.oid [org.eclipse.jgit.lfs.server.TransferHandler$Upload] At TransferHandler.java:[line 100] UWF_UNWRITTEN_FIELD [ERROR] Unread public/protected field: org.eclipse.jgit.lfs.server.Response$Action.href [org.eclipse.jgit.lfs.server.fs.FileLfsRepository] At FileLfsRepository.java:[line 145] URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD [ERROR] Unread public/protected field: org.eclipse.jgit.lfs.server.Response$Error.code [org.eclipse.jgit.lfs.server.TransferHandler$Download] At TransferHandler.java:[line 148] URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD [ERROR] Unread public/protected field: org.eclipse.jgit.lfs.server.Response$Error.message [org.eclipse.jgit.lfs.server.TransferHandler$Download] At TransferHandler.java:[line 149] URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD [ERROR] Unread public/protected field: org.eclipse.jgit.lfs.server.Response$ObjectInfo.oid [org.eclipse.jgit.lfs.server.TransferHandler$Upload] At TransferHandler.java:[line 100] URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD [ERROR] Unread public/protected field: org.eclipse.jgit.lfs.server.Response$ObjectInfo.size [org.eclipse.jgit.lfs.server.TransferHandler$Upload] At TransferHandler.java:[line 101] URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD [ERROR] Class org.eclipse.jgit.lfs.server.fs.FileLfsServlet defines non-transient non-serializable instance field repository [org.eclipse.jgit.lfs.server.fs.FileLfsServlet] In FileLfsServlet.java SE_BAD_FIELD [ERROR] Unread field: org.eclipse.jgit.lfs.server.internal.LfsGson$Error.message [org.eclipse.jgit.lfs.server.internal.LfsGson$Error] At LfsGson.java:[line 70] URF_UNREAD_FIELD [ERROR] Format string should use %n rather than \n in org.eclipse.jgit.lfs.server.s3.SignerV4.canonicalRequest(URL, String, String, String, String, String) [org.eclipse.jgit.lfs.server.s3.SignerV4] At SignerV4.java:[line 337] VA_FORMAT_STRING_USES_NEWLINE [ERROR] Format string should use %n rather than \n in org.eclipse.jgit.lfs.server.s3.SignerV4.stringToSign(String, String, String, String, String) [org.eclipse.jgit.lfs.server.s3.SignerV4] At SignerV4.java:[line 381] VA_FORMAT_STRING_USES_NEWLINE [ERROR] org.eclipse.jgit.lfs.server.s3.SignerV4.formatAuthorizationQuery(Map) makes inefficient use of keySet iterator instead of entrySet iterator [org.eclipse.jgit.lfs.server.s3.SignerV4] At SignerV4.java:[line 161] WMI_WRONG_MAP_ITERATOR [INFO] To see bug detail using the Spotbugs GUI, use the following command "mvn spotbugs:gui" [INFO] [INFO] >>> maven-pmd-plugin:3.12.0:cpd-check (default) > :cpd @ org.eclipse.jgit.lfs.server >>> [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd (cpd) @ org.eclipse.jgit.lfs.server --- [INFO] [INFO] <<< maven-pmd-plugin:3.12.0:cpd-check (default) < :cpd @ org.eclipse.jgit.lfs.server <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd-check (default) @ org.eclipse.jgit.lfs.server --- [INFO] You have 1 CPD duplication. For more details see: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server/target/cpd.xml [INFO] [INFO] -------------< org.eclipse.jgit:org.eclipse.jgit.ant.test >------------- [INFO] Building JGit - Ant Tasks Tests 5.5.1-SNAPSHOT [14/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jgit.ant.test --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.ant.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.ant.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.ant.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.ant.test --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.ant.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant.test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit.ant.test --- [INFO] No sources to compile [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.ant.test >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.ant.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.ant.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.ant.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.ant.test <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.ant.test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit.ant.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit.ant.test --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit.ant.test --- [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-junit4/3.0.0-M3/surefire-junit4-3.0.0-M3.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-junit4/3.0.0-M3/surefire-junit4-3.0.0-M3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/3.0.0-M3/surefire-junit4-3.0.0-M3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/3.0.0-M3/surefire-junit4-3.0.0-M3.jar (17 kB at 440 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-junit4/3.0.0-M3/surefire-junit4-3.0.0-M3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-junit4/3.0.0-M3/surefire-junit4-3.0.0-M3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/3.0.0-M3/surefire-junit4-3.0.0-M3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/3.0.0-M3/surefire-junit4-3.0.0-M3.pom (1.7 kB at 19 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-providers/3.0.0-M3/surefire-providers-3.0.0-M3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-providers/3.0.0-M3/surefire-providers-3.0.0-M3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/3.0.0-M3/surefire-providers-3.0.0-M3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/3.0.0-M3/surefire-providers-3.0.0-M3.pom (2.5 kB at 33 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/common-junit4/3.0.0-M3/common-junit4-3.0.0-M3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/common-junit4/3.0.0-M3/common-junit4-3.0.0-M3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.0.0-M3/common-junit4-3.0.0-M3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.0.0-M3/common-junit4-3.0.0-M3.pom (1.9 kB at 27 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/common-junit3/3.0.0-M3/common-junit3-3.0.0-M3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/common-junit3/3.0.0-M3/common-junit3-3.0.0-M3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.0.0-M3/common-junit3-3.0.0-M3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.0.0-M3/common-junit3-3.0.0-M3.pom (1.6 kB at 40 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/common-java5/3.0.0-M3/common-java5-3.0.0-M3.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/common-java5/3.0.0-M3/common-java5-3.0.0-M3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.0.0-M3/common-java5-3.0.0-M3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.0.0-M3/common-java5-3.0.0-M3.pom (3.1 kB at 83 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/common-java5/3.0.0-M3/common-java5-3.0.0-M3.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/common-junit4/3.0.0-M3/common-junit4-3.0.0-M3.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/common-junit3/3.0.0-M3/common-junit3-3.0.0-M3.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/common-java5/3.0.0-M3/common-java5-3.0.0-M3.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/common-junit3/3.0.0-M3/common-junit3-3.0.0-M3.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/common-junit4/3.0.0-M3/common-junit4-3.0.0-M3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.0.0-M3/common-java5-3.0.0-M3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.0.0-M3/common-junit4-3.0.0-M3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.0.0-M3/common-junit3-3.0.0-M3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.0.0-M3/common-java5-3.0.0-M3.jar (32 kB at 233 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.0.0-M3/common-junit4-3.0.0-M3.jar (28 kB at 248 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.0.0-M3/common-junit3-3.0.0-M3.jar (12 kB at 106 kB/s) [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.jgit.ant.tasks.GitCloneTaskTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [git-clone] Cloning repository http://localhost:9090/does-not-exist.git [java] Warnings generated: 2 [INFO] Done SpotBugs Analysis.... [INFO] [INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.jgit.junit.http <<< [INFO] [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.jgit.junit.http --- [INFO] BugInstance size is 2 [INFO] Error size is 0 [INFO] Total bugs: 2 [ERROR] Exceptional return value of java.io.File.setWritable(boolean, boolean) ignored in org.eclipse.jgit.junit.http.AppServer.makePrivate(File) [org.eclipse.jgit.junit.http.AppServer] At AppServer.java:[line 249] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE [ERROR] Exceptional return value of java.io.File.delete() ignored in org.eclipse.jgit.junit.http.AppServer.tearDown() [org.eclipse.jgit.junit.http.AppServer] At AppServer.java:[line 386] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE [INFO] To see bug detail using the Spotbugs GUI, use the following command "mvn spotbugs:gui" [INFO] [INFO] >>> maven-pmd-plugin:3.12.0:cpd-check (default) > :cpd @ org.eclipse.jgit.junit.http >>> [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd (cpd) @ org.eclipse.jgit.junit.http --- [INFO] [INFO] <<< maven-pmd-plugin:3.12.0:cpd-check (default) < :cpd @ org.eclipse.jgit.junit.http <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd-check (default) @ org.eclipse.jgit.junit.http --- [INFO] [INFO] [INFO] -------------< org.eclipse.jgit:org.eclipse.jgit.lfs.test >------------- [INFO] Building JGit - Large File Storage Tests 5.5.1-SNAPSHOT [15/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jgit.lfs.test --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.lfs.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.lfs.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.lfs.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.lfs.test --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.lfs.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit.lfs.test --- [INFO] Changes detected - recompiling the module! [git-clone] Could not clone repository: org.eclipse.jgit.api.errors.TransportException: http://localhost:9090/does-not-exist.git: cannot open git-upload-pack [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.lfs.test >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.lfs.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.lfs.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.lfs.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.lfs.test <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.lfs.test --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.test/target/org.eclipse.jgit.lfs.test-5.5.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit.lfs.test --- [git-clone] Cloning repository foo://bar [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.test/tst-rsrc [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit.lfs.test --- [INFO] Changes detected - recompiling the module! [git-clone] Could not clone repository: org.eclipse.jgit.api.errors.JGitInternalException: Exception caught during execution of fetch command [git-clone] Cloning repository file:///home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant.test/target/jgit_test_8295630308322811723_tmp/tmp_7496472655424872664.git [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit.lfs.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [git-clone] Cloning repository null [git-clone] Could not clone repository: org.eclipse.jgit.api.errors.InvalidRemoteException: Invalid URL null [git-clone] Cloning repository file:///home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant.test/target/jgit_test_6406103277060243239_tmp/tmp_8883247923064881999.git [git-clone] Cloning repository [git-clone] Could not clone repository: org.eclipse.jgit.api.errors.InvalidRemoteException: Invalid URL [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.486 s - in org.eclipse.jgit.ant.tasks.GitCloneTaskTest [INFO] Running org.eclipse.jgit.lfs.lib.LFSPointerTest [INFO] Running org.eclipse.jgit.lfs.lib.LfsPointerFilterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 s - in org.eclipse.jgit.lfs.lib.LFSPointerTest [INFO] Running org.eclipse.jgit.lfs.lib.LongObjectIdTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.1.2: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/stable/jgit-stable/org.eclipse.jgit.ant.test/target/org.eclipse.jgit.ant.test-5.5.1-SNAPSHOT.jar [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.748 s - in org.eclipse.jgit.lfs.lib.LfsPointerFilterTest [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.576 s - in org.eclipse.jgit.lfs.lib.LongObjectIdTest [INFO] Running org.eclipse.jgit.lfs.lib.MutableLongObjectIdTest [INFO] Running org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectIdTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.jgit.lfs.lib.MutableLongObjectIdTest [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.ant.test --- [INFO] [INFO] --- maven-jar-plugin:3.1.2:test-jar (default) @ org.eclipse.jgit.ant.test --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant.test/target/org.eclipse.jgit.ant.test-5.5.1-SNAPSHOT-tests.jar [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.eclipse.jgit.lfs.lib.AbbreviatedLongObjectIdTest [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.ant.test --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.ant.test --- [INFO] Skipping JaCoCo execution due to missing classes directory:/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant.test/target/classes [INFO] [INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.jgit.ant.test >>> [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.jgit.ant.test --- [INFO] [INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.jgit.ant.test <<< [INFO] [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.jgit.ant.test --- [INFO] [INFO] >>> maven-pmd-plugin:3.12.0:cpd-check (default) > :cpd @ org.eclipse.jgit.ant.test >>> [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd (cpd) @ org.eclipse.jgit.ant.test --- [INFO] [INFO] <<< maven-pmd-plugin:3.12.0:cpd-check (default) < :cpd @ org.eclipse.jgit.ant.test <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd-check (default) @ org.eclipse.jgit.ant.test --- [INFO] [INFO] [INFO] ---------------< org.eclipse.jgit:org.eclipse.jgit.pgm >---------------- [INFO] Building JGit - Command Line Interface 5.5.1-SNAPSHOT [16/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/springframework/boot/spring-boot-maven-plugin/2.1.2.RELEASE/spring-boot-maven-plugin-2.1.2.RELEASE.pom [INFO] [INFO] Results: [INFO] [INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.jgit.lfs.test --- [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/springframework/boot/spring-boot-maven-plugin/2.1.2.RELEASE/spring-boot-maven-plugin-2.1.2.RELEASE.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-maven-plugin/2.1.2.RELEASE/spring-boot-maven-plugin-2.1.2.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-maven-plugin/2.1.2.RELEASE/spring-boot-maven-plugin-2.1.2.RELEASE.pom (4.8 kB at 103 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/springframework/boot/spring-boot-tools/2.1.2.RELEASE/spring-boot-tools-2.1.2.RELEASE.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/springframework/boot/spring-boot-tools/2.1.2.RELEASE/spring-boot-tools-2.1.2.RELEASE.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-tools/2.1.2.RELEASE/spring-boot-tools-2.1.2.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-tools/2.1.2.RELEASE/spring-boot-tools-2.1.2.RELEASE.pom (1.8 kB at 18 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/springframework/boot/spring-boot-parent/2.1.2.RELEASE/spring-boot-parent-2.1.2.RELEASE.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/springframework/boot/spring-boot-parent/2.1.2.RELEASE/spring-boot-parent-2.1.2.RELEASE.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-parent/2.1.2.RELEASE/spring-boot-parent-2.1.2.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-parent/2.1.2.RELEASE/spring-boot-parent-2.1.2.RELEASE.pom (1.8 kB at 33 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/springframework/boot/spring-boot-dependencies/2.1.2.RELEASE/spring-boot-dependencies-2.1.2.RELEASE.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/springframework/boot/spring-boot-dependencies/2.1.2.RELEASE/spring-boot-dependencies-2.1.2.RELEASE.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-dependencies/2.1.2.RELEASE/spring-boot-dependencies-2.1.2.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-dependencies/2.1.2.RELEASE/spring-boot-dependencies-2.1.2.RELEASE.pom (143 kB at 447 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jackson-bom/2.9.8/jackson-bom-2.9.8.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/fasterxml/jackson/jackson-bom/2.9.8/jackson-bom-2.9.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.8/jackson-bom-2.9.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.8/jackson-bom-2.9.8.pom (12 kB at 427 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jackson-parent/2.9.1.2/jackson-parent-2.9.1.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/fasterxml/jackson/jackson-parent/2.9.1.2/jackson-parent-2.9.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.1.2/jackson-parent-2.9.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.1.2/jackson-parent-2.9.1.2.pom (7.9 kB at 188 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/oss-parent/34/oss-parent-34.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/fasterxml/oss-parent/34/oss-parent-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/34/oss-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/34/oss-parent-34.pom (23 kB at 516 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/netty/netty-bom/4.1.31.Final/netty-bom-4.1.31.Final.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/io/netty/netty-bom/4.1.31.Final/netty-bom-4.1.31.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.31.Final/netty-bom-4.1.31.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.31.Final/netty-bom-4.1.31.Final.pom (7.9 kB at 158 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/projectreactor/reactor-bom/Californium-SR4/reactor-bom-Californium-SR4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/io/projectreactor/reactor-bom/Californium-SR4/reactor-bom-Californium-SR4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/projectreactor/reactor-bom/Californium-SR4/reactor-bom-Californium-SR4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/projectreactor/reactor-bom/Californium-SR4/reactor-bom-Californium-SR4.pom (3.6 kB at 81 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/logging/log4j/log4j-bom/2.11.1/log4j-bom-2.11.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/logging/log4j/log4j-bom/2.11.1/log4j-bom-2.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-bom/2.11.1/log4j-bom-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-bom/2.11.1/log4j-bom-2.11.1.pom (6.1 kB at 179 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/logging/logging-parent/1/logging-parent-1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/logging/logging-parent/1/logging-parent-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/logging-parent/1/logging-parent-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/logging-parent/1/logging-parent-1.pom (3.2 kB at 96 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jetty/jetty-bom/9.4.14.v20181114/jetty-bom-9.4.14.v20181114.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jetty/jetty-bom/9.4.14.v20181114/jetty-bom-9.4.14.v20181114.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-bom/9.4.14.v20181114/jetty-bom-9.4.14.v20181114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-bom/9.4.14.v20181114/jetty-bom-9.4.14.v20181114.pom (18 kB at 475 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/glassfish/jersey/jersey-bom/2.27/jersey-bom-2.27.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/glassfish/jersey/jersey-bom/2.27/jersey-bom-2.27.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/jersey-bom/2.27/jersey-bom-2.27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/jersey-bom/2.27/jersey-bom-2.27.pom (22 kB at 633 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/java/jvnet-parent/4/jvnet-parent-4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/net/java/jvnet-parent/4/jvnet-parent-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/4/jvnet-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/4/jvnet-parent-4.pom (7.8 kB at 222 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/junit-bom/5.3.2/junit-bom-5.3.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/junit/junit-bom/5.3.2/junit-bom-5.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.3.2/junit-bom-5.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.3.2/junit-bom-5.3.2.pom (4.1 kB at 113 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/springframework/data/spring-data-releasetrain/Lovelace-SR4/spring-data-releasetrain-Lovelace-SR4.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/springframework/data/spring-data-releasetrain/Lovelace-SR4/spring-data-releasetrain-Lovelace-SR4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-releasetrain/Lovelace-SR4/spring-data-releasetrain-Lovelace-SR4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-releasetrain/Lovelace-SR4/spring-data-releasetrain-Lovelace-SR4.pom (4.6 kB at 93 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/springframework/data/build/spring-data-build/2.1.4.RELEASE/spring-data-build-2.1.4.RELEASE.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/springframework/data/build/spring-data-build/2.1.4.RELEASE/spring-data-build-2.1.4.RELEASE.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/build/spring-data-build/2.1.4.RELEASE/spring-data-build-2.1.4.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/build/spring-data-build/2.1.4.RELEASE/spring-data-build-2.1.4.RELEASE.pom (6.6 kB at 139 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/springframework/integration/spring-integration-bom/5.1.2.RELEASE/spring-integration-bom-5.1.2.RELEASE.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/springframework/integration/spring-integration-bom/5.1.2.RELEASE/spring-integration-bom-5.1.2.RELEASE.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/integration/spring-integration-bom/5.1.2.RELEASE/spring-integration-bom-5.1.2.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/integration/spring-integration-bom/5.1.2.RELEASE/spring-integration-bom-5.1.2.RELEASE.pom (8.7 kB at 131 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/springframework/security/spring-security-bom/5.1.3.RELEASE/spring-security-bom-5.1.3.RELEASE.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/springframework/security/spring-security-bom/5.1.3.RELEASE/spring-security-bom-5.1.3.RELEASE.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-bom/5.1.3.RELEASE/spring-security-bom-5.1.3.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-bom/5.1.3.RELEASE/spring-security-bom-5.1.3.RELEASE.pom (5.0 kB at 78 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/springframework/session/spring-session-bom/Bean-SR2/spring-session-bom-Bean-SR2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/springframework/session/spring-session-bom/Bean-SR2/spring-session-bom-Bean-SR2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/session/spring-session-bom/Bean-SR2/spring-session-bom-Bean-SR2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/session/spring-session-bom/Bean-SR2/spring-session-bom-Bean-SR2.pom (3.0 kB at 80 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/springframework/boot/spring-boot-maven-plugin/2.1.2.RELEASE/spring-boot-maven-plugin-2.1.2.RELEASE.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/springframework/boot/spring-boot-maven-plugin/2.1.2.RELEASE/spring-boot-maven-plugin-2.1.2.RELEASE.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-maven-plugin/2.1.2.RELEASE/spring-boot-maven-plugin-2.1.2.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-maven-plugin/2.1.2.RELEASE/spring-boot-maven-plugin-2.1.2.RELEASE.jar (68 kB at 1.1 MB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/args4j/args4j/2.33/args4j-2.33.pom [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.test/target/org.eclipse.jgit.lfs.test-5.5.1-SNAPSHOT.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/args4j/args4j/2.33/args4j-2.33.pom [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.lfs.test --- [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/args4j/args4j/2.33/args4j-2.33.pom (1.3 kB at 18 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/args4j/args4j-site/2.33/args4j-site-2.33.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/args4j/args4j-site/2.33/args4j-site-2.33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/args4j/args4j-site/2.33/args4j-site-2.33.pom (4.4 kB at 159 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/kohsuke/pom/14/pom-14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kohsuke/pom/14/pom-14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kohsuke/pom/14/pom-14.pom (5.5 kB at 105 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/slf4j/slf4j-log4j12/1.7.2/slf4j-log4j12-1.7.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.2/slf4j-log4j12-1.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.2/slf4j-log4j12-1.7.2.pom (1.6 kB at 52 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/log4j/log4j/1.2.15/log4j-1.2.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.15/log4j-1.2.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.15/log4j-1.2.15.pom (18 kB at 508 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/args4j/args4j/2.33/args4j-2.33.jar [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/log4j/log4j/1.2.15/log4j-1.2.15.jar [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/slf4j/slf4j-log4j12/1.7.2/slf4j-log4j12-1.7.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/args4j/args4j/2.33/args4j-2.33.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.15/log4j-1.2.15.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.2/slf4j-log4j12-1.7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.2/slf4j-log4j12-1.7.2.jar (8.8 kB at 232 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/args4j/args4j/2.33/args4j-2.33.jar (155 kB at 2.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.15/log4j-1.2.15.jar (392 kB at 3.6 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jgit.pgm --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.pgm --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.pgm --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.pgm --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.pgm --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-source-qualifier) @ org.eclipse.jgit.pgm --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.pgm --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit.pgm --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.pgm >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.pgm --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.pgm --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.pgm --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.pgm <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.pgm --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm/target/org.eclipse.jgit.pgm-5.5.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit.pgm --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit.pgm --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit.pgm --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.jgit.pgm --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm/target/org.eclipse.jgit.pgm-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- spring-boot-maven-plugin:2.1.2.RELEASE:repackage (default) @ org.eclipse.jgit.pgm --- [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/springframework/boot/spring-boot-loader-tools/2.1.2.RELEASE/spring-boot-loader-tools-2.1.2.RELEASE.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/springframework/boot/spring-boot-loader-tools/2.1.2.RELEASE/spring-boot-loader-tools-2.1.2.RELEASE.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-loader-tools/2.1.2.RELEASE/spring-boot-loader-tools-2.1.2.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-loader-tools/2.1.2.RELEASE/spring-boot-loader-tools-2.1.2.RELEASE.pom (2.7 kB at 45 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/springframework/spring-core/5.1.4.RELEASE/spring-core-5.1.4.RELEASE.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/springframework/spring-core/5.1.4.RELEASE/spring-core-5.1.4.RELEASE.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.1.4.RELEASE/spring-core-5.1.4.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.1.4.RELEASE/spring-core-5.1.4.RELEASE.pom (3.6 kB at 94 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/springframework/spring-jcl/5.1.4.RELEASE/spring-jcl-5.1.4.RELEASE.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/springframework/spring-jcl/5.1.4.RELEASE/spring-jcl-5.1.4.RELEASE.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.1.4.RELEASE/spring-jcl-5.1.4.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.1.4.RELEASE/spring-jcl-5.1.4.RELEASE.pom (1.9 kB at 43 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom (2.1 kB at 56 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.3.9/maven-3.3.9.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.3.9/maven-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.9/maven-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.9/maven-3.3.9.pom (24 kB at 748 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom (8.3 kB at 134 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom (4.0 kB at 58 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.test/target/org.eclipse.jgit.lfs.test-5.5.1-SNAPSHOT-javadoc.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom [INFO] [INFO] --- maven-jar-plugin:3.1.2:test-jar (default) @ org.eclipse.jgit.lfs.test --- [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom (1.8 kB at 54 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom (2.6 kB at 90 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom (1.7 kB at 49 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 31 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom (1.9 kB at 44 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom (2.7 kB at 84 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom (4.2 kB at 30 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom (14 kB at 416 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom (2.6 kB at 32 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom (14 kB at 300 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom (3.1 kB at 85 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom (4.0 kB at 139 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom (1.8 kB at 47 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom (29 kB at 889 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom (2.0 kB at 48 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom (2.1 kB at 79 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom (3.4 kB at 99 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice/4.0/guice-4.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/inject/guice/4.0/guice-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0.pom (11 kB at 295 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom (15 kB at 231 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/google/5/google-5.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/google/5/google-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom (2.5 kB at 85 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/16.0.1/guava-16.0.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/16.0.1/guava-16.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6.1 kB at 203 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (7.3 kB at 216 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-shade-plugin/3.2.1/maven-shade-plugin-3.2.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-shade-plugin/3.2.1/maven-shade-plugin-3.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-shade-plugin/3.2.1/maven-shade-plugin-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-shade-plugin/3.2.1/maven-shade-plugin-3.2.1.pom (9.3 kB at 233 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jdom/jdom2/2.0.6/jdom2-2.0.6.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jdom/jdom2/2.0.6/jdom2-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.6/jdom2-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.6/jdom2-2.0.6.pom (4.6 kB at 135 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom (7.5 kB at 234 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/vafer/jdependency/2.1.1/jdependency-2.1.1.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/vafer/jdependency/2.1.1/jdependency-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/vafer/jdependency/2.1.1/jdependency-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/vafer/jdependency/2.1.1/jdependency-2.1.1.pom (11 kB at 322 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.0-beta/asm-analysis-7.0-beta.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-analysis/7.0-beta/asm-analysis-7.0-beta.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0-beta/asm-analysis-7.0-beta.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0-beta/asm-analysis-7.0-beta.pom (3.2 kB at 99 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.0-beta/asm-tree-7.0-beta.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-tree/7.0-beta/asm-tree-7.0-beta.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0-beta/asm-tree-7.0-beta.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0-beta/asm-tree-7.0-beta.pom (3.1 kB at 90 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-commons/7.0-beta/asm-commons-7.0-beta.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-commons/7.0-beta/asm-commons-7.0-beta.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0-beta/asm-commons-7.0-beta.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0-beta/asm-commons-7.0-beta.pom (3.7 kB at 57 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.0-beta/asm-util-7.0-beta.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-util/7.0-beta/asm-util-7.0-beta.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0-beta/asm-util-7.0-beta.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0-beta/asm-util-7.0-beta.pom (3.7 kB at 108 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/19.0/guava-19.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/19.0/guava-19.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/19.0/guava-19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/19.0/guava-19.0.pom (6.8 kB at 115 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom (9.9 kB at 319 kB/s) [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/springframework/boot/spring-boot-loader-tools/2.1.2.RELEASE/spring-boot-loader-tools-2.1.2.RELEASE.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/springframework/spring-jcl/5.1.4.RELEASE/spring-jcl-5.1.4.RELEASE.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/springframework/spring-core/5.1.4.RELEASE/spring-core-5.1.4.RELEASE.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice/4.0/guice-4.0-no_aop.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-shade-plugin/3.2.1/maven-shade-plugin-3.2.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jdom/jdom2/2.0.6/jdom2-2.0.6.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/vafer/jdependency/2.1.1/jdependency-2.1.1.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.0-beta/asm-util-7.0-beta.jar [INFO] Downloading from repo.eclipse.org.cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/19.0/guava-19.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/springframework/boot/spring-boot-loader-tools/2.1.2.RELEASE/spring-boot-loader-tools-2.1.2.RELEASE.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/springframework/spring-jcl/5.1.4.RELEASE/spring-jcl-5.1.4.RELEASE.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/springframework/spring-core/5.1.4.RELEASE/spring-core-5.1.4.RELEASE.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/inject/guice/4.0/guice-4.0-no_aop.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-shade-plugin/3.2.1/maven-shade-plugin-3.2.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jdom/jdom2/2.0.6/jdom2-2.0.6.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/vafer/jdependency/2.1.1/jdependency-2.1.1.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-util/7.0-beta/asm-util-7.0-beta.jar [INFO] Downloading from repo.eclipse.org.cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/19.0/guava-19.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-loader-tools/2.1.2.RELEASE/spring-boot-loader-tools-2.1.2.RELEASE.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.1.4.RELEASE/spring-jcl-5.1.4.RELEASE.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.1.4.RELEASE/spring-core-5.1.4.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.jar (77 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.1.4.RELEASE/spring-jcl-5.1.4.RELEASE.jar (24 kB at 270 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar (55 kB at 632 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.1.4.RELEASE/spring-core-5.1.4.RELEASE.jar (1.3 MB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-loader-tools/2.1.2.RELEASE/spring-boot-loader-tools-2.1.2.RELEASE.jar (149 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar (638 kB at 6.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar (15 kB at 144 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar (27 kB at 255 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar (43 kB at 350 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar (173 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar (177 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar (31 kB at 206 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar (67 kB at 437 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar (147 kB at 924 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar (205 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar (136 kB at 826 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0-no_aop.jar (424 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar (164 kB at 792 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar (378 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar (47 kB at 215 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-shade-plugin/3.2.1/maven-shade-plugin-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar (44 kB at 200 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar (74 kB at 319 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 159 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-shade-plugin/3.2.1/maven-shade-plugin-3.2.1.jar (114 kB at 439 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar (80 kB at 305 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.6/jdom2-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar (50 kB at 179 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar (33 kB at 114 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/vafer/jdependency/2.1.1/jdependency-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.6/jdom2-2.0.6.jar (305 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0-beta/asm-util-7.0-beta.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar (37 kB at 121 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/19.0/guava-19.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/vafer/jdependency/2.1.1/jdependency-2.1.1.jar (186 kB at 569 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0-beta/asm-util-7.0-beta.jar (81 kB at 246 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 136 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/19.0/guava-19.0.jar (2.3 MB at 5.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 9.5 kB/s) [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.test/target/org.eclipse.jgit.lfs.test-5.5.1-SNAPSHOT-tests.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.lfs.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.test/target/jacoco.exec [INFO] Analyzed bundle 'JGit - Large File Storage Tests' with 1 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.lfs.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.jgit.lfs.test' with 1 classes [INFO] All coverage checks have been met. [INFO] [INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.jgit.lfs.test >>> [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.jgit.lfs.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (create_jgit) @ org.eclipse.jgit.pgm --- [INFO] Fork Value is true [INFO] Executing tasks main: [move] Moving 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm/target [INFO] Executed tasks [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:attach-artifact (attach_jgit) @ org.eclipse.jgit.pgm --- [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.pgm --- [java] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [java] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm/target/org.eclipse.jgit.pgm-5.5.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.pgm --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.pgm --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm/target/jacoco.exec [INFO] [INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.jgit.pgm >>> [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.jgit.pgm --- [INFO] Fork Value is true [java] [java] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [java] [java] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Done SpotBugs Analysis.... [INFO] [INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.jgit.lfs.test <<< [INFO] [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.jgit.lfs.test --- [INFO] BugInstance size is 0 [INFO] Error size is 0 [INFO] No errors/warnings found [INFO] [INFO] >>> maven-pmd-plugin:3.12.0:cpd-check (default) > :cpd @ org.eclipse.jgit.lfs.test >>> [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd (cpd) @ org.eclipse.jgit.lfs.test --- [INFO] [INFO] <<< maven-pmd-plugin:3.12.0:cpd-check (default) < :cpd @ org.eclipse.jgit.lfs.test <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd-check (default) @ org.eclipse.jgit.lfs.test --- [INFO] [INFO] [INFO] ------------< org.eclipse.jgit:org.eclipse.jgit.http.test >------------- [INFO] Building JGit - HTTP Tests 5.5.1-SNAPSHOT [17/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/hamcrest/hamcrest-library/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-library/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-library/maven-metadata.xml (670 B at 2.6 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/hamcrest/hamcrest-library/1.1/hamcrest-library-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-library/1.1/hamcrest-library-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-library/1.1/hamcrest-library-1.1.pom (683 B at 16 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom (5.9 kB at 294 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom (481 B at 27 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/hamcrest/hamcrest-library/1.2/hamcrest-library-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-library/1.2/hamcrest-library-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-library/1.2/hamcrest-library-1.2.pom (5.7 kB at 75 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/hamcrest/hamcrest-core/1.2/hamcrest-core-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.2/hamcrest-core-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.2/hamcrest-core-1.2.pom (3.2 kB at 39 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/hamcrest/hamcrest-library/1.2.1/hamcrest-library-1.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-library/1.2.1/hamcrest-library-1.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-library/1.2.1/hamcrest-library-1.2.1.pom (5.5 kB at 61 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/hamcrest/hamcrest-core/1.2.1/hamcrest-core-1.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.2.1/hamcrest-core-1.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.2.1/hamcrest-core-1.2.1.pom (5.3 kB at 152 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/hamcrest/hamcrest-library/1.3.RC2/hamcrest-library-1.3.RC2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-library/1.3.RC2/hamcrest-library-1.3.RC2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-library/1.3.RC2/hamcrest-library-1.3.RC2.pom (2.6 kB at 81 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/hamcrest/hamcrest-parent/1.3.RC2/hamcrest-parent-1.3.RC2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3.RC2/hamcrest-parent-1.3.RC2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3.RC2/hamcrest-parent-1.3.RC2.pom (6.3 kB at 187 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/hamcrest/hamcrest-core/1.3.RC2/hamcrest-core-1.3.RC2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3.RC2/hamcrest-core-1.3.RC2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3.RC2/hamcrest-core-1.3.RC2.pom (2.6 kB at 31 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom (820 B at 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar (53 kB at 2.8 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jgit.http.test --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.http.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.http.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.http.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.http.test --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.http.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit.http.test --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.http.test >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.http.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.http.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.http.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.http.test <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.http.test --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.test/target/org.eclipse.jgit.http.test-5.5.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit.http.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.test/tst-rsrc [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit.http.test --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit.http.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.jgit.http.test.SetAdditionalHeadersTest [INFO] Running org.eclipse.jgit.http.test.RegexPipelineTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.491 s - in org.eclipse.jgit.http.test.RegexPipelineTest [INFO] Running org.eclipse.jgit.http.test.DefaultUploadPackFactoryTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.986 s - in org.eclipse.jgit.http.test.DefaultUploadPackFactoryTest [INFO] Running org.eclipse.jgit.http.test.ErrorServletTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in org.eclipse.jgit.http.test.ErrorServletTest [INFO] Running org.eclipse.jgit.http.test.MeasurePackSizeTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.804 s - in org.eclipse.jgit.http.test.SetAdditionalHeadersTest [INFO] Running org.eclipse.jgit.http.test.AsIsServiceTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.303 s - in org.eclipse.jgit.http.test.AsIsServiceTest [INFO] Running org.eclipse.jgit.http.test.DumbClientDumbServerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.807 s - in org.eclipse.jgit.http.test.MeasurePackSizeTest [INFO] Running org.eclipse.jgit.http.test.AdvertiseErrorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.388 s - in org.eclipse.jgit.http.test.AdvertiseErrorTest [INFO] Running org.eclipse.jgit.http.test.HookMessageTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.617 s - in org.eclipse.jgit.http.test.DumbClientDumbServerTest [INFO] Running org.eclipse.jgit.http.test.SmartClientSmartServerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.696 s - in org.eclipse.jgit.http.test.HookMessageTest [INFO] Running org.eclipse.jgit.http.test.FileResolverTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s - in org.eclipse.jgit.http.test.FileResolverTest [INFO] Running org.eclipse.jgit.http.test.GitServletResponseTests [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.906 s - in org.eclipse.jgit.http.test.GitServletResponseTests [INFO] Running org.eclipse.jgit.http.test.SmartClientSmartServerSslTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.21 s - in org.eclipse.jgit.http.test.SmartClientSmartServerSslTest [INFO] Running org.eclipse.jgit.http.test.DumbClientSmartServerTest [java] Warnings generated: 18 [INFO] Done SpotBugs Analysis.... [INFO] [INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.jgit.pgm <<< [INFO] [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.jgit.pgm --- [INFO] BugInstance size is 18 [INFO] Error size is 0 [INFO] Total bugs: 18 [ERROR] org.eclipse.jgit.pgm.Archive.run() may fail to clean up java.io.OutputStream [org.eclipse.jgit.pgm.Archive, org.eclipse.jgit.pgm.Archive, org.eclipse.jgit.pgm.Archive, org.eclipse.jgit.pgm.Archive, org.eclipse.jgit.pgm.Archive, org.eclipse.jgit.pgm.Archive, org.eclipse.jgit.pgm.Archive, org.eclipse.jgit.pgm.Archive, org.eclipse.jgit.pgm.Archive, org.eclipse.jgit.pgm.Archive, org.eclipse.jgit.pgm.Archive, org.eclipse.jgit.pgm.Archive, org.eclipse.jgit.pgm.Archive] Obligation to clean up resource created at Archive.java:[line 86] is not dischargedPath continues at Archive.java:[line 90]Path continues at Archive.java:[line 91]Path continues at Archive.java:[line 92]Path continues at Archive.java:[line 93]Path continues at Archive.java:[line 94]Path continues at Archive.java:[line 95]Path continues at Archive.java:[line 91]Path continues at Archive.java:[line 96]Path continues at Archive.java:[line 98]Path continues at Archive.java:[line 99]Path continues at Archive.java:[line 105]Path continues at Archive.java:[line 108] OBL_UNSATISFIED_OBLIGATION [ERROR] Return value of TextBuiltin.die(String) ignored, but method has no side effect [org.eclipse.jgit.pgm.Diff] At Diff.java:[line 188] RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT [ERROR] Return value of org.eclipse.jgit.util.RefList.get(String) ignored, but method has no side effect [org.eclipse.jgit.pgm.debug.BenchmarkReftable] At BenchmarkReftable.java:[line 190] RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT [ERROR] Return value of org.eclipse.jgit.util.RefList.get(String) ignored, but method has no side effect [org.eclipse.jgit.pgm.debug.BenchmarkReftable] At BenchmarkReftable.java:[line 225] RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT [ERROR] Format string should use %n rather than \n in org.eclipse.jgit.pgm.debug.DiffAlgorithms.run(Repository) [org.eclipse.jgit.pgm.debug.DiffAlgorithms] At DiffAlgorithms.java:[line 254] VA_FORMAT_STRING_USES_NEWLINE [ERROR] Format string should use %n rather than \n in org.eclipse.jgit.pgm.debug.DiffAlgorithms.run(Repository) [org.eclipse.jgit.pgm.debug.DiffAlgorithms] At DiffAlgorithms.java:[line 256] VA_FORMAT_STRING_USES_NEWLINE [ERROR] Format string should use %n rather than \n in org.eclipse.jgit.pgm.debug.DiffAlgorithms.run(Repository) [org.eclipse.jgit.pgm.debug.DiffAlgorithms] At DiffAlgorithms.java:[line 259] VA_FORMAT_STRING_USES_NEWLINE [ERROR] Format string should use %n rather than \n in org.eclipse.jgit.pgm.debug.DiffAlgorithms.run(Repository) [org.eclipse.jgit.pgm.debug.DiffAlgorithms] At DiffAlgorithms.java:[line 261] VA_FORMAT_STRING_USES_NEWLINE [ERROR] Return value of org.eclipse.jgit.pgm.TextBuiltin.die(String) ignored, but method has no side effect [org.eclipse.jgit.pgm.debug.LfsStore] At LfsStore.java:[line 308] RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT [ERROR] Format string should use %n rather than \n in org.eclipse.jgit.pgm.debug.TextHashFunctions.run(Repository) [org.eclipse.jgit.pgm.debug.TextHashFunctions] At TextHashFunctions.java:[line 351] VA_FORMAT_STRING_USES_NEWLINE [ERROR] Format string should use %n rather than \n in org.eclipse.jgit.pgm.debug.TextHashFunctions.run(Repository) [org.eclipse.jgit.pgm.debug.TextHashFunctions] At TextHashFunctions.java:[line 361] VA_FORMAT_STRING_USES_NEWLINE [ERROR] Format string should use %n rather than \n in org.eclipse.jgit.pgm.debug.TextHashFunctions.run(Repository) [org.eclipse.jgit.pgm.debug.TextHashFunctions] At TextHashFunctions.java:[line 354] VA_FORMAT_STRING_USES_NEWLINE [ERROR] Unchecked/unconfirmed cast from org.kohsuke.args4j.CmdLineParser to org.eclipse.jgit.pgm.opt.CmdLineParser in new org.eclipse.jgit.pgm.opt.AbstractTreeIteratorHandler(CmdLineParser, OptionDef, Setter) [org.eclipse.jgit.pgm.opt.AbstractTreeIteratorHandler] At AbstractTreeIteratorHandler.java:[line 96] BC_UNCONFIRMED_CAST [ERROR] The class name org.eclipse.jgit.pgm.opt.CmdLineParser shadows the simple name of the superclass org.kohsuke.args4j.CmdLineParser [org.eclipse.jgit.pgm.opt.CmdLineParser] At CmdLineParser.java:[lines 83-340] NM_SAME_SIMPLE_NAME_AS_SUPERCLASS [ERROR] Unchecked/unconfirmed cast from org.kohsuke.args4j.CmdLineParser to org.eclipse.jgit.pgm.opt.CmdLineParser in new org.eclipse.jgit.pgm.opt.ObjectIdHandler(CmdLineParser, OptionDef, Setter) [org.eclipse.jgit.pgm.opt.ObjectIdHandler] At ObjectIdHandler.java:[line 82] BC_UNCONFIRMED_CAST [ERROR] Unchecked/unconfirmed cast from org.kohsuke.args4j.CmdLineParser to org.eclipse.jgit.pgm.opt.CmdLineParser in new org.eclipse.jgit.pgm.opt.RevCommitHandler(CmdLineParser, OptionDef, Setter) [org.eclipse.jgit.pgm.opt.RevCommitHandler] At RevCommitHandler.java:[line 86] BC_UNCONFIRMED_CAST [ERROR] Unchecked/unconfirmed cast from org.kohsuke.args4j.CmdLineParser to org.eclipse.jgit.pgm.opt.CmdLineParser in new org.eclipse.jgit.pgm.opt.RevTreeHandler(CmdLineParser, OptionDef, Setter) [org.eclipse.jgit.pgm.opt.RevTreeHandler] At RevTreeHandler.java:[line 85] BC_UNCONFIRMED_CAST [ERROR] Unchecked/unconfirmed cast from org.kohsuke.args4j.CmdLineParser to org.eclipse.jgit.pgm.opt.CmdLineParser in new org.eclipse.jgit.pgm.opt.SubcommandHandler(CmdLineParser, OptionDef, Setter) [org.eclipse.jgit.pgm.opt.SubcommandHandler] At SubcommandHandler.java:[line 82] BC_UNCONFIRMED_CAST [INFO] To see bug detail using the Spotbugs GUI, use the following command "mvn spotbugs:gui" [INFO] [INFO] >>> maven-pmd-plugin:3.12.0:cpd-check (default) > :cpd @ org.eclipse.jgit.pgm >>> [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd (cpd) @ org.eclipse.jgit.pgm --- [INFO] [INFO] <<< maven-pmd-plugin:3.12.0:cpd-check (default) < :cpd @ org.eclipse.jgit.pgm <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd-check (default) @ org.eclipse.jgit.pgm --- [INFO] You have 3 CPD duplications. For more details see: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm/target/cpd.xml [INFO] [INFO] ---------< org.eclipse.jgit:org.eclipse.jgit.lfs.server.test >---------- [INFO] Building JGit - LFS Server Tests 5.5.1-SNAPSHOT [18/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jgit.lfs.server.test --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.lfs.server.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.lfs.server.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.lfs.server.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.lfs.server.test --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.lfs.server.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server.test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit.lfs.server.test --- [INFO] No sources to compile [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.lfs.server.test >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.lfs.server.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.lfs.server.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.lfs.server.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.lfs.server.test <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.lfs.server.test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit.lfs.server.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server.test/tst-rsrc [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit.lfs.server.test --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit.lfs.server.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.9 s - in org.eclipse.jgit.http.test.DumbClientSmartServerTest [INFO] Running org.eclipse.jgit.http.test.ProtocolErrorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.693 s - in org.eclipse.jgit.http.test.ProtocolErrorTest [INFO] Running org.eclipse.jgit.http.test.DefaultReceivePackFactoryTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 s - in org.eclipse.jgit.http.test.DefaultReceivePackFactoryTest [INFO] Running org.eclipse.jgit.http.test.GitServletInitTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.jgit.http.test.GitServletInitTest [INFO] Running org.eclipse.jgit.http.test.HttpClientTests [INFO] Running org.eclipse.jgit.lfs.server.fs.CheckoutTest [INFO] Running org.eclipse.jgit.lfs.server.fs.PushTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.813 s - in org.eclipse.jgit.http.test.HttpClientTests [INFO] Running org.eclipse.jgit.http.server.RootLocaleTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.jgit.http.server.RootLocaleTest [INFO] Running org.eclipse.jgit.http.server.ServletUtilsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.jgit.http.server.ServletUtilsTest [INFO] Running org.eclipse.jgit.http.server.ClientVersionUtilTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.jgit.http.server.ClientVersionUtilTest [INFO] Running org.eclipse.jgit.transport.http.apache.HttpClientConnectionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.jgit.transport.http.apache.HttpClientConnectionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.787 s - in org.eclipse.jgit.lfs.server.fs.CheckoutTest [INFO] Running org.eclipse.jgit.lfs.server.fs.DownloadTest downloaded 10 MiB random data in 82.701ms [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.986 s - in org.eclipse.jgit.lfs.server.fs.DownloadTest [INFO] Running org.eclipse.jgit.lfs.server.fs.UploadTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.282 s - in org.eclipse.jgit.lfs.server.fs.PushTest Sep 11, 2019 2:29:32 PM org.eclipse.jgit.lfs.server.fs.ObjectUploadListener onError WARNING: The content hash 'AnyLongObjectId[9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08]' of the long object 'AnyLongObjectId[d7575a9262e325eefebd98e2cfed8cb642839b380592ed83a8b6e73485f29a83]' doesn't match its id, the corrupt object will be deleted. org.eclipse.jgit.lfs.errors.CorruptLongObjectException: The content hash 'AnyLongObjectId[9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08]' of the long object 'AnyLongObjectId[d7575a9262e325eefebd98e2cfed8cb642839b380592ed83a8b6e73485f29a83]' doesn't match its id, the corrupt object will be deleted. at org.eclipse.jgit.lfs.internal.AtomicObjectOutputStream.verifyHash(AtomicObjectOutputStream.java:151) at org.eclipse.jgit.lfs.internal.AtomicObjectOutputStream.close(AtomicObjectOutputStream.java:138) at java.nio.channels.Channels$WritableByteChannelImpl.implCloseChannel(Channels.java:469) at java.nio.channels.spi.AbstractInterruptibleChannel.close(AbstractInterruptibleChannel.java:115) at org.eclipse.jgit.lfs.server.fs.ObjectUploadListener.close(ObjectUploadListener.java:196) at org.eclipse.jgit.lfs.server.fs.ObjectUploadListener.onDataAvailable(ObjectUploadListener.java:176) at org.eclipse.jetty.server.HttpInput.run(HttpInput.java:899) at org.eclipse.jetty.server.handler.ContextHandler.handle(ContextHandler.java:1392) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:476) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:268) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:782) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:918) at java.lang.Thread.run(Thread.java:748) uploaded 10 MiB random data in 173.231ms [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.585 s - in org.eclipse.jgit.lfs.server.fs.UploadTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.1.2: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/stable/jgit-stable/org.eclipse.jgit.lfs.server.test/target/org.eclipse.jgit.lfs.server.test-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.lfs.server.test --- [INFO] [INFO] --- maven-jar-plugin:3.1.2:test-jar (default) @ org.eclipse.jgit.lfs.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server.test/target/org.eclipse.jgit.lfs.server.test-5.5.1-SNAPSHOT-tests.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.lfs.server.test --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.lfs.server.test --- [INFO] Skipping JaCoCo execution due to missing classes directory:/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server.test/target/classes [INFO] [INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.jgit.lfs.server.test >>> [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.jgit.lfs.server.test --- [INFO] [INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.jgit.lfs.server.test <<< [INFO] [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.jgit.lfs.server.test --- [INFO] [INFO] >>> maven-pmd-plugin:3.12.0:cpd-check (default) > :cpd @ org.eclipse.jgit.lfs.server.test >>> [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd (cpd) @ org.eclipse.jgit.lfs.server.test --- [INFO] [INFO] <<< maven-pmd-plugin:3.12.0:cpd-check (default) < :cpd @ org.eclipse.jgit.lfs.server.test <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd-check (default) @ org.eclipse.jgit.lfs.server.test --- [INFO] [INFO] [INFO] ---------------< org.eclipse.jgit:org.eclipse.jgit.test >--------------- [INFO] Building JGit - Core Tests 5.5.1-SNAPSHOT [19/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/mockito/mockito-core/2.23.0/mockito-core-2.23.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/2.23.0/mockito-core-2.23.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/2.23.0/mockito-core-2.23.0.pom (17 kB at 364 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/net/bytebuddy/byte-buddy/1.9.0/byte-buddy-1.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.9.0/byte-buddy-1.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.9.0/byte-buddy-1.9.0.pom (9.9 kB at 157 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/net/bytebuddy/byte-buddy-parent/1.9.0/byte-buddy-parent-1.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.9.0/byte-buddy-parent-1.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.9.0/byte-buddy-parent-1.9.0.pom (32 kB at 900 kB/s) [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/net/bytebuddy/byte-buddy-agent/1.9.0/byte-buddy-agent-1.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.9.0/byte-buddy-agent-1.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.9.0/byte-buddy-agent-1.9.0.pom (5.6 kB at 163 kB/s) [INFO] Tests run: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 71.855 s - in org.eclipse.jgit.http.test.SmartClientSmartServerTest [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/org/mockito/mockito-core/2.23.0/mockito-core-2.23.0.jar [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/net/bytebuddy/byte-buddy-agent/1.9.0/byte-buddy-agent-1.9.0.jar [INFO] Downloading from jgit-repository: https://repo.eclipse.org/content/repositories/jgit-releases/net/bytebuddy/byte-buddy/1.9.0/byte-buddy-1.9.0.jar [INFO] [INFO] Results: [INFO] [INFO] Tests run: 157, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.jgit.http.test --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.test/target/org.eclipse.jgit.http.test-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.http.test --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-jar-plugin:3.1.2:test-jar (default) @ org.eclipse.jgit.http.test --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.test/target/org.eclipse.jgit.http.test-5.5.1-SNAPSHOT-tests.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.http.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.test/target/jacoco.exec [INFO] Analyzed bundle 'JGit - HTTP Tests' with 3 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.http.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.jgit.http.test' with 3 classes [INFO] All coverage checks have been met. [INFO] [INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.jgit.http.test >>> [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.jgit.http.test --- [INFO] Fork Value is true [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/2.23.0/mockito-core-2.23.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.9.0/byte-buddy-agent-1.9.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.9.0/byte-buddy-1.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.9.0/byte-buddy-agent-1.9.0.jar (43 kB at 816 kB/s) [java] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [java] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.9.0/byte-buddy-1.9.0.jar (3.2 MB at 18 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/2.23.0/mockito-core-2.23.0.jar (565 kB at 2.2 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jgit.test --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.test --- [INFO] Executing tasks [java] main: [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 38 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit.test --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.test >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.test <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.test --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/org.eclipse.jgit.test-5.5.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 130 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit.test --- [INFO] Changes detected - recompiling the module! [WARNING] /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/UploadPackTest.java:[562,19155] The value of the parameter fetchCapability is not used [WARNING] /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/UploadPackTest.java:[2115,75681] The field PacketLineIn.DELIM is deprecated [WARNING] /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/UploadPackTest.java:[2120,75885] The field PacketLineIn.END is deprecated [WARNING] /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/UploadPackTest.java:[2136,76469] The field PacketLineIn.DELIM is deprecated [WARNING] /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/UploadPackTest.java:[2140,76568] The field PacketLineIn.END is deprecated [WARNING] /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/UploadPackTest.java:[2183,77903] The field PacketLineIn.DELIM is deprecated [WARNING] /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/UploadPackTest.java:[2188,78027] The field PacketLineIn.END is deprecated [WARNING] /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/ReceivePackAdvertiseRefsHookTest.java:[179,6028] The method getAllRefs() from the type Repository is deprecated [WARNING] /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/ReceivePackAdvertiseRefsHookTest.java:[678,22881] The method getAllRefs() from the type Repository is deprecated [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit.test --- [INFO] Done SpotBugs Analysis.... [INFO] [INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.jgit.http.test <<< [INFO] [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.jgit.http.test --- [INFO] BugInstance size is 0 [INFO] Error size is 0 [INFO] No errors/warnings found [INFO] [INFO] >>> maven-pmd-plugin:3.12.0:cpd-check (default) > :cpd @ org.eclipse.jgit.http.test >>> [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd (cpd) @ org.eclipse.jgit.http.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] <<< maven-pmd-plugin:3.12.0:cpd-check (default) < :cpd @ org.eclipse.jgit.http.test <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd-check (default) @ org.eclipse.jgit.http.test --- [INFO] [INFO] [INFO] -------------< org.eclipse.jgit:org.eclipse.jgit.pgm.test >------------- [INFO] Building JGit - Command Line Interface Tests 5.5.1-SNAPSHOT [20/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jgit.pgm.test --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.pgm.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.pgm.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.pgm.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.pgm.test --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.pgm.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm.test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit.pgm.test --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.pgm.test >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.pgm.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.pgm.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.pgm.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.pgm.test <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.pgm.test --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm.test/target/org.eclipse.jgit.pgm.test-5.5.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit.pgm.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit.pgm.test --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit.pgm.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.jgit.pgm.LsRemoteTest [INFO] Running org.eclipse.jgit.pgm.BlameTest [INFO] Running org.eclipse.jgit.attributes.AttributesNodeTest [INFO] Running org.eclipse.jgit.attributes.merge.MergeGitAttributeTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.009 s - in org.eclipse.jgit.attributes.AttributesNodeTest [INFO] Running org.eclipse.jgit.attributes.AttributesNodeWorkingTreeIteratorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.297 s - in org.eclipse.jgit.attributes.AttributesNodeWorkingTreeIteratorTest [INFO] Running org.eclipse.jgit.attributes.AttributesMatcherTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.jgit.attributes.AttributesMatcherTest [INFO] Running org.eclipse.jgit.attributes.TreeWalkAttributeTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.795 s - in org.eclipse.jgit.attributes.TreeWalkAttributeTest [INFO] Running org.eclipse.jgit.attributes.AttributeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.jgit.attributes.AttributeTest [INFO] Running org.eclipse.jgit.attributes.AttributesNodeDirCacheIteratorTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.709 s - in org.eclipse.jgit.attributes.AttributesNodeDirCacheIteratorTest [INFO] Running org.eclipse.jgit.attributes.AttributesHandlerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.89 s - in org.eclipse.jgit.pgm.BlameTest [INFO] Running org.eclipse.jgit.pgm.ProxyConfigTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.015 s - in org.eclipse.jgit.pgm.LsRemoteTest [INFO] Running org.eclipse.jgit.pgm.RmTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 s - in org.eclipse.jgit.pgm.RmTest [INFO] Running org.eclipse.jgit.pgm.TextBuiltinTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.435 s - in org.eclipse.jgit.pgm.ProxyConfigTest [INFO] Running org.eclipse.jgit.pgm.ReflogTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.305 s - in org.eclipse.jgit.pgm.TextBuiltinTest [INFO] Running org.eclipse.jgit.pgm.MergeTest [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.503 s - in org.eclipse.jgit.attributes.AttributesHandlerTest [INFO] Running org.eclipse.jgit.attributes.CGitAttributesTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.566 s - in org.eclipse.jgit.pgm.ReflogTest [INFO] Running org.eclipse.jgit.pgm.RepoTest [WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 17.604 s - in org.eclipse.jgit.attributes.merge.MergeGitAttributeTest [INFO] Running org.eclipse.jgit.diff.DiffEntryTest [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.604 s - in org.eclipse.jgit.attributes.CGitAttributesTest [INFO] Running org.eclipse.jgit.diff.RawTextTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 s - in org.eclipse.jgit.diff.RawTextTest [INFO] Running org.eclipse.jgit.diff.RenameDetectorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.709 s - in org.eclipse.jgit.pgm.RepoTest [INFO] Running org.eclipse.jgit.pgm.TagTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.293 s - in org.eclipse.jgit.pgm.MergeTest [INFO] Running org.eclipse.jgit.pgm.CommitTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.508 s - in org.eclipse.jgit.pgm.CommitTest [INFO] Running org.eclipse.jgit.pgm.DescribeTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.519 s - in org.eclipse.jgit.pgm.TagTest [INFO] Running org.eclipse.jgit.pgm.CheckoutTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.288 s - in org.eclipse.jgit.diff.DiffEntryTest [INFO] Running org.eclipse.jgit.diff.EditListTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.jgit.diff.EditListTest [INFO] Running org.eclipse.jgit.diff.EditTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.eclipse.jgit.diff.EditTest [INFO] Running org.eclipse.jgit.diff.MyersDiffTest [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s - in org.eclipse.jgit.diff.MyersDiffTest [INFO] Running org.eclipse.jgit.diff.RawTextIgnoreWhitespaceChangeTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.jgit.diff.RawTextIgnoreWhitespaceChangeTest [INFO] Running org.eclipse.jgit.diff.PatchIdDiffFormatterTest [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.021 s - in org.eclipse.jgit.diff.RenameDetectorTest [INFO] Running org.eclipse.jgit.diff.HistogramDiffTest [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.jgit.diff.HistogramDiffTest [INFO] Running org.eclipse.jgit.diff.DiffFormatterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.404 s - in org.eclipse.jgit.diff.PatchIdDiffFormatterTest [INFO] Running org.eclipse.jgit.diff.RawTextLoadTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.701 s - in org.eclipse.jgit.pgm.DescribeTest [INFO] Running org.eclipse.jgit.pgm.ResetTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.285 s - in org.eclipse.jgit.diff.RawTextLoadTest [INFO] Running org.eclipse.jgit.diff.RawTextIgnoreLeadingWhitespaceTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.jgit.diff.RawTextIgnoreLeadingWhitespaceTest [INFO] Running org.eclipse.jgit.diff.DiffFormatterReflowTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.eclipse.jgit.diff.DiffFormatterReflowTest [INFO] Running org.eclipse.jgit.diff.SimilarityIndexTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.jgit.diff.SimilarityIndexTest [INFO] Running org.eclipse.jgit.diff.RawTextIgnoreTrailingWhitespaceTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.jgit.diff.RawTextIgnoreTrailingWhitespaceTest [INFO] Running org.eclipse.jgit.diff.RawTextIgnoreAllWhitespaceTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.jgit.diff.RawTextIgnoreAllWhitespaceTest [WARNING] Tests run: 9, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.211 s - in org.eclipse.jgit.pgm.ResetTest [INFO] Running org.eclipse.jgit.indexdiff.IndexDiffWithSymlinkTest [INFO] Running org.eclipse.jgit.pgm.ConfigTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.086 s - in org.eclipse.jgit.indexdiff.IndexDiffWithSymlinkTest [INFO] Running org.eclipse.jgit.internal.transport.http.NetscapeCookieFileTest 2019-09-11 14:30:17 WARN NetscapeCookieFile:186 - Could not read cookie file '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/junit4398915422667267378/junit9012998159932713412.tmp' java.lang.IllegalArgumentException: Could not find 6 tabs but only 6 in line {1}. 7 tab separated columns per line are mandatory for the Netscape Cookie File Format. at org.eclipse.jgit.internal.transport.http.NetscapeCookieFile.parseLine(NetscapeCookieFile.java:247) at org.eclipse.jgit.internal.transport.http.NetscapeCookieFile.parseCookieFile(NetscapeCookieFile.java:226) at org.eclipse.jgit.internal.transport.http.NetscapeCookieFile.getCookies(NetscapeCookieFile.java:178) at org.eclipse.jgit.internal.transport.http.NetscapeCookieFileTest.testReadInvalidFile(NetscapeCookieFileTest.java:337) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s - in org.eclipse.jgit.pgm.ConfigTest [INFO] Running org.eclipse.jgit.pgm.CloneTest [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.495 s - in org.eclipse.jgit.pgm.CheckoutTest [INFO] Running org.eclipse.jgit.pgm.InitTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s - in org.eclipse.jgit.pgm.InitTest [INFO] Running org.eclipse.jgit.pgm.StatusTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.311 s - in org.eclipse.jgit.internal.transport.http.NetscapeCookieFileTest [INFO] Running org.eclipse.jgit.internal.transport.parser.FirstWantTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.jgit.internal.transport.parser.FirstWantTest [INFO] Running org.eclipse.jgit.internal.storage.file.StoredBitmapTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.885 s - in org.eclipse.jgit.diff.DiffFormatterTest [INFO] Running org.eclipse.jgit.internal.storage.file.GcOrphanFilesTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.jgit.internal.storage.file.StoredBitmapTest [INFO] Running org.eclipse.jgit.internal.storage.file.ConcurrentRepackTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.314 s - in org.eclipse.jgit.pgm.CloneTest [INFO] Running org.eclipse.jgit.pgm.BranchTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.707 s - in org.eclipse.jgit.internal.storage.file.GcOrphanFilesTest [INFO] Running org.eclipse.jgit.internal.storage.file.PackWriterTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.956 s - in org.eclipse.jgit.pgm.BranchTest [INFO] Running org.eclipse.jgit.pgm.FetchTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.81 s - in org.eclipse.jgit.pgm.FetchTest [INFO] Running org.eclipse.jgit.pgm.RemoteTest 2019-09-11 14:30:25 WARN ObjectDirectory:676 - Pack file /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/jgit_test_2032170734861088610_tmp/tmp_7099304473133983716/.git/objects/pack/pack-146aac1f6a11aed8e06af7d9f5cc1b4b8beedb36.pack was deleted, removing it from pack list java.io.FileNotFoundException: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/jgit_test_2032170734861088610_tmp/tmp_7099304473133983716/.git/objects/pack/pack-146aac1f6a11aed8e06af7d9f5cc1b4b8beedb36.pack (No such file or directory) at java.io.RandomAccessFile.open0(Native Method) at java.io.RandomAccessFile.open(RandomAccessFile.java:316) at java.io.RandomAccessFile.<init>(RandomAccessFile.java:243) at org.eclipse.jgit.internal.storage.file.PackFile.doOpen(PackFile.java:691) at org.eclipse.jgit.internal.storage.file.PackFile.beginWindowCache(PackFile.java:672) at org.eclipse.jgit.internal.storage.file.WindowCache.load(WindowCache.java:295) at org.eclipse.jgit.internal.storage.file.WindowCache.getOrLoad(WindowCache.java:373) at org.eclipse.jgit.internal.storage.file.WindowCache.get(WindowCache.java:184) at org.eclipse.jgit.internal.storage.file.WindowCursor.pin(WindowCursor.java:360) at org.eclipse.jgit.internal.storage.file.WindowCursor.copy(WindowCursor.java:259) at org.eclipse.jgit.internal.storage.file.PackFile.readFully(PackFile.java:648) at org.eclipse.jgit.internal.storage.file.PackFile.load(PackFile.java:830) at org.eclipse.jgit.internal.storage.file.PackFile.get(PackFile.java:318) at org.eclipse.jgit.internal.storage.file.ObjectDirectory.openPackedObject(ObjectDirectory.java:488) at org.eclipse.jgit.internal.storage.file.ObjectDirectory.openPackedFromSelfOrAlternate(ObjectDirectory.java:446) at org.eclipse.jgit.internal.storage.file.ObjectDirectory.openObject(ObjectDirectory.java:437) at org.eclipse.jgit.internal.storage.file.WindowCursor.open(WindowCursor.java:165) at org.eclipse.jgit.lib.ObjectDatabase.open(ObjectDatabase.java:176) at org.eclipse.jgit.lib.Repository.open(Repository.java:391) at org.eclipse.jgit.internal.storage.file.ConcurrentRepackTest.testObjectMovedToNewPack2(ConcurrentRepackTest.java:196) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.605 s - in org.eclipse.jgit.pgm.RemoteTest [INFO] Running org.eclipse.jgit.pgm.AddTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s - in org.eclipse.jgit.pgm.AddTest [INFO] Running org.eclipse.jgit.pgm.CLIGitCommandTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.jgit.pgm.CLIGitCommandTest [INFO] Running org.eclipse.jgit.pgm.ArchiveTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.58 s - in org.eclipse.jgit.pgm.StatusTest [INFO] Running org.eclipse.jgit.pgm.LsFilesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.226 s - in org.eclipse.jgit.pgm.LsFilesTest [INFO] Running org.eclipse.jgit.pgm.CleanTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 s - in org.eclipse.jgit.pgm.CleanTest [INFO] Running org.eclipse.jgit.pgm.CommitAndLogTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s - in org.eclipse.jgit.pgm.CommitAndLogTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.2 s - in org.eclipse.jgit.internal.storage.file.ConcurrentRepackTest [INFO] Running org.eclipse.jgit.internal.storage.file.FileSnapshotTest [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.652 s - in org.eclipse.jgit.internal.storage.file.PackWriterTest [INFO] Running org.eclipse.jgit.internal.storage.file.GcKeepFilesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.765 s - in org.eclipse.jgit.internal.storage.file.GcKeepFilesTest [INFO] Running org.eclipse.jgit.internal.storage.file.GcPackRefsTest [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.64 s - in org.eclipse.jgit.pgm.ArchiveTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 176, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.jgit.pgm.test --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm.test/target/org.eclipse.jgit.pgm.test-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.pgm.test --- [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.731 s - in org.eclipse.jgit.internal.storage.file.GcPackRefsTest [INFO] Running org.eclipse.jgit.internal.storage.file.GcBasicPackingTest [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm.test/target/org.eclipse.jgit.pgm.test-5.5.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-jar-plugin:3.1.2:test-jar (default) @ org.eclipse.jgit.pgm.test --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm.test/target/org.eclipse.jgit.pgm.test-5.5.1-SNAPSHOT-tests.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.pgm.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm.test/target/jacoco.exec [INFO] Analyzed bundle 'JGit - Command Line Interface Tests' with 3 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.pgm.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.jgit.pgm.test' with 3 classes [INFO] All coverage checks have been met. [INFO] [INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.jgit.pgm.test >>> [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.jgit.pgm.test --- [INFO] Fork Value is true [java] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [java] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.311 s - in org.eclipse.jgit.internal.storage.file.GcBasicPackingTest [INFO] Running org.eclipse.jgit.internal.storage.file.ReflogReaderTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.592 s - in org.eclipse.jgit.internal.storage.file.ReflogReaderTest [INFO] Running org.eclipse.jgit.internal.storage.file.PackIndexV1Test [INFO] Done SpotBugs Analysis.... [INFO] [INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.jgit.pgm.test <<< [INFO] [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.jgit.pgm.test --- [INFO] BugInstance size is 0 [INFO] Error size is 0 [INFO] No errors/warnings found [INFO] [INFO] >>> maven-pmd-plugin:3.12.0:cpd-check (default) > :cpd @ org.eclipse.jgit.pgm.test >>> [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd (cpd) @ org.eclipse.jgit.pgm.test --- [INFO] [INFO] <<< maven-pmd-plugin:3.12.0:cpd-check (default) < :cpd @ org.eclipse.jgit.pgm.test <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd-check (default) @ org.eclipse.jgit.pgm.test --- [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.2 s - in org.eclipse.jgit.internal.storage.file.PackIndexV1Test [INFO] Running org.eclipse.jgit.internal.storage.file.GcConcurrentTest starting gc [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.451 s - in org.eclipse.jgit.internal.storage.file.GcConcurrentTest [INFO] Running org.eclipse.jgit.internal.storage.file.PackFileTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.419 s - in org.eclipse.jgit.internal.storage.file.PackFileTest [INFO] Running org.eclipse.jgit.internal.storage.file.T0004_PackReaderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.jgit.internal.storage.file.T0004_PackReaderTest [INFO] Running org.eclipse.jgit.internal.storage.file.RefUpdateTest [INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.896 s - in org.eclipse.jgit.internal.storage.file.RefUpdateTest [INFO] Running org.eclipse.jgit.internal.storage.file.RepositorySetupWorkDirTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.jgit.internal.storage.file.RepositorySetupWorkDirTest [INFO] Running org.eclipse.jgit.internal.storage.file.GcReflogTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.705 s - in org.eclipse.jgit.internal.storage.file.GcReflogTest [INFO] Running org.eclipse.jgit.internal.storage.file.LockFileTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.jgit.internal.storage.file.LockFileTest [INFO] Running org.eclipse.jgit.internal.storage.file.UnpackedObjectTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 s - in org.eclipse.jgit.internal.storage.file.UnpackedObjectTest [INFO] Running org.eclipse.jgit.internal.storage.file.GcBranchPrunedTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.379 s - in org.eclipse.jgit.internal.storage.file.GcBranchPrunedTest [INFO] Running org.eclipse.jgit.internal.storage.file.T0003_BasicTest [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.964 s - in org.eclipse.jgit.internal.storage.file.T0003_BasicTest [INFO] Running org.eclipse.jgit.internal.storage.file.FileRepositoryBuilderTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.eclipse.jgit.internal.storage.file.FileRepositoryBuilderTest [INFO] Running org.eclipse.jgit.internal.storage.file.GcPruneNonReferencedTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.958 s - in org.eclipse.jgit.internal.storage.file.GcPruneNonReferencedTest [INFO] Running org.eclipse.jgit.internal.storage.file.InflatingBitSetTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.jgit.internal.storage.file.InflatingBitSetTest [INFO] Running org.eclipse.jgit.internal.storage.file.GcDirCacheSavesObjectsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.061 s - in org.eclipse.jgit.internal.storage.file.GcDirCacheSavesObjectsTest [INFO] Running org.eclipse.jgit.internal.storage.file.ObjectDirectoryTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 66.959 s - in org.eclipse.jgit.internal.storage.file.FileSnapshotTest [INFO] Running org.eclipse.jgit.internal.storage.file.DescriptionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.jgit.internal.storage.file.DescriptionTest [INFO] Running org.eclipse.jgit.internal.storage.file.AlternatesTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 s - in org.eclipse.jgit.internal.storage.file.AlternatesTest [INFO] Running org.eclipse.jgit.internal.storage.file.PackFileSnapshotTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.108 s - in org.eclipse.jgit.internal.storage.file.ObjectDirectoryTest [INFO] Running org.eclipse.jgit.internal.storage.file.ReflogWriterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.jgit.internal.storage.file.ReflogWriterTest [INFO] Running org.eclipse.jgit.internal.storage.file.GcTagTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.766 s - in org.eclipse.jgit.internal.storage.file.GcTagTest [INFO] Running org.eclipse.jgit.internal.storage.file.BatchRefUpdateTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.442 s - in org.eclipse.jgit.internal.storage.file.PackFileSnapshotTest [INFO] Running org.eclipse.jgit.internal.storage.file.GcTemporaryFilesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.jgit.internal.storage.file.GcTemporaryFilesTest [INFO] Running org.eclipse.jgit.internal.storage.file.WindowCacheReconfigureTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s - in org.eclipse.jgit.internal.storage.file.WindowCacheReconfigureTest [INFO] Running org.eclipse.jgit.internal.storage.file.AbbreviationTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 s - in org.eclipse.jgit.internal.storage.file.AbbreviationTest [INFO] Running org.eclipse.jgit.internal.storage.file.GcDeleteEmptyRefsFoldersTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.eclipse.jgit.internal.storage.file.GcDeleteEmptyRefsFoldersTest [INFO] Running org.eclipse.jgit.internal.storage.file.RefDirectoryTest [INFO] Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.486 s - in org.eclipse.jgit.internal.storage.file.RefDirectoryTest [INFO] Running org.eclipse.jgit.internal.storage.file.WindowCacheGetTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.eclipse.jgit.internal.storage.file.WindowCacheGetTest [INFO] Running org.eclipse.jgit.internal.storage.file.AutoGcTest [WARNING] Tests run: 58, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 3.498 s - in org.eclipse.jgit.internal.storage.file.BatchRefUpdateTest [INFO] Running org.eclipse.jgit.internal.storage.file.PackReverseIndexTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.jgit.internal.storage.file.PackReverseIndexTest [INFO] Running org.eclipse.jgit.internal.storage.file.PackInserterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.771 s - in org.eclipse.jgit.internal.storage.file.AutoGcTest [INFO] Running org.eclipse.jgit.internal.storage.file.PackIndexV2Test [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 s - in org.eclipse.jgit.internal.storage.file.PackIndexV2Test [INFO] Running org.eclipse.jgit.internal.storage.reftree.RefTreeDatabaseTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.596 s - in org.eclipse.jgit.internal.storage.file.PackInserterTest [INFO] Running org.eclipse.jgit.internal.storage.reftree.RefTreeTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.jgit.internal.storage.reftree.RefTreeTest [INFO] Running org.eclipse.jgit.internal.storage.reftree.LocalDiskRefTreeDatabaseTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.eclipse.jgit.internal.storage.reftree.LocalDiskRefTreeDatabaseTest [INFO] Running org.eclipse.jgit.internal.storage.reftable.ReftableTest [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.896 s - in org.eclipse.jgit.internal.storage.reftree.RefTreeDatabaseTest [INFO] Running org.eclipse.jgit.internal.storage.reftable.ReftableCompactorTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.jgit.internal.storage.reftable.ReftableCompactorTest [INFO] Running org.eclipse.jgit.internal.storage.reftable.MergedReftableTest [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.515 s - in org.eclipse.jgit.internal.storage.reftable.ReftableTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.214 s - in org.eclipse.jgit.internal.storage.reftable.MergedReftableTest [INFO] Running org.eclipse.jgit.internal.storage.dfs.DeltaBaseCacheTest [INFO] Running org.eclipse.jgit.internal.storage.dfs.DfsBlockCacheConfigTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.jgit.internal.storage.dfs.DeltaBaseCacheTest [INFO] Running org.eclipse.jgit.internal.storage.dfs.DfsInserterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.jgit.internal.storage.dfs.DfsBlockCacheConfigTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.jgit.internal.storage.dfs.DfsInserterTest [INFO] Running org.eclipse.jgit.internal.storage.dfs.DfsPackFileTest [INFO] Running org.eclipse.jgit.internal.storage.dfs.DfsFsckTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.jgit.internal.storage.dfs.DfsPackFileTest [INFO] Running org.eclipse.jgit.internal.storage.dfs.InMemoryRepositoryTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.jgit.internal.storage.dfs.InMemoryRepositoryTest [INFO] Running org.eclipse.jgit.internal.storage.dfs.DfsBlockCacheTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.jgit.internal.storage.dfs.DfsFsckTest [INFO] Running org.eclipse.jgit.internal.storage.dfs.PackSourceTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.jgit.internal.storage.dfs.PackSourceTest [INFO] Running org.eclipse.jgit.internal.storage.dfs.DfsGarbageCollectorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 s - in org.eclipse.jgit.internal.storage.dfs.DfsBlockCacheTest [INFO] Running org.eclipse.jgit.internal.storage.dfs.DfsPackDescriptionTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.jgit.internal.storage.dfs.DfsPackDescriptionTest [INFO] Running org.eclipse.jgit.internal.storage.dfs.DfsPackCompacterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.jgit.internal.storage.dfs.DfsPackCompacterTest [INFO] Running org.eclipse.jgit.internal.storage.pack.PackWriterBitmapPreparerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.jgit.internal.storage.pack.PackWriterBitmapPreparerTest [INFO] Running org.eclipse.jgit.internal.storage.pack.IntSetTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.jgit.internal.storage.pack.IntSetTest [INFO] Running org.eclipse.jgit.internal.storage.pack.GcCommitSelectionTest [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.02 s - in org.eclipse.jgit.internal.storage.dfs.DfsGarbageCollectorTest [INFO] Running org.eclipse.jgit.internal.storage.pack.DeltaIndexTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.jgit.internal.storage.pack.DeltaIndexTest [INFO] Running org.eclipse.jgit.nls.NLSTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.jgit.nls.NLSTest [INFO] Running org.eclipse.jgit.nls.RootLocaleTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.jgit.nls.RootLocaleTest [INFO] Running org.eclipse.jgit.nls.TranslationBundleTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.jgit.nls.TranslationBundleTest [INFO] Running org.eclipse.jgit.patch.PatchCcTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.jgit.patch.PatchCcTest [INFO] Running org.eclipse.jgit.patch.GetTextTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.jgit.patch.GetTextTest [INFO] Running org.eclipse.jgit.patch.PatchErrorTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.jgit.patch.PatchErrorTest [INFO] Running org.eclipse.jgit.patch.EditListTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.jgit.patch.EditListTest [INFO] Running org.eclipse.jgit.patch.PatchCcErrorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.jgit.patch.PatchCcErrorTest [INFO] Running org.eclipse.jgit.patch.FileHeaderTest [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.jgit.patch.FileHeaderTest [INFO] Running org.eclipse.jgit.patch.PatchTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.jgit.patch.PatchTest [INFO] Running org.eclipse.jgit.util.sha1.SHA1Test 2019-09-11 14:31:47 WARN SHA1:502 - SHA-1 collision detected on 38762cf7f55934b34d179ae6a4c80cadccbb7f0a 2019-09-11 14:31:48 WARN SHA1:502 - SHA-1 collision detected on 38762cf7f55934b34d179ae6a4c80cadccbb7f0a 2019-09-11 14:31:48 WARN SHA1:502 - SHA-1 collision detected on 38762cf7f55934b34d179ae6a4c80cadccbb7f0a [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.eclipse.jgit.util.sha1.SHA1Test [INFO] Running org.eclipse.jgit.util.GitDateParserBadlyFormattedTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.jgit.util.GitDateParserBadlyFormattedTest [INFO] Running org.eclipse.jgit.util.RawParseUtils_HexParseTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.jgit.util.RawParseUtils_HexParseTest [INFO] Running org.eclipse.jgit.util.GitDateParserTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.jgit.util.GitDateParserTest [INFO] Running org.eclipse.jgit.util.StatsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.jgit.util.StatsTest [INFO] Running org.eclipse.jgit.util.IntListTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.jgit.util.IntListTest [INFO] Running org.eclipse.jgit.util.RefMapTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.jgit.util.RefMapTest [INFO] Running org.eclipse.jgit.util.RawParseUtils_LineMapTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.jgit.util.RawParseUtils_LineMapTest [INFO] Running org.eclipse.jgit.util.RawParseUtils_MatchTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.jgit.util.RawParseUtils_MatchTest [INFO] Running org.eclipse.jgit.util.io.AutoCRLFInputStreamTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.124 s - in org.eclipse.jgit.util.io.AutoCRLFInputStreamTest [INFO] Running org.eclipse.jgit.util.io.TimeoutInputStreamTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.759 s - in org.eclipse.jgit.util.io.TimeoutInputStreamTest [INFO] Running org.eclipse.jgit.util.io.AutoCRLFOutputStreamTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.84 s - in org.eclipse.jgit.util.io.AutoCRLFOutputStreamTest [INFO] Running org.eclipse.jgit.util.io.TimeoutOutputStreamTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.013 s - in org.eclipse.jgit.util.io.TimeoutOutputStreamTest [INFO] Running org.eclipse.jgit.util.io.UnionInputStreamTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.jgit.util.io.UnionInputStreamTest [INFO] Running org.eclipse.jgit.util.io.AutoLFInputStreamTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.jgit.util.io.AutoLFInputStreamTest [INFO] Running org.eclipse.jgit.util.PathsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.jgit.util.PathsTest [INFO] Running org.eclipse.jgit.util.TemporaryBufferTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 s - in org.eclipse.jgit.util.TemporaryBufferTest [INFO] Running org.eclipse.jgit.util.GitDateFormatterTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.jgit.util.GitDateFormatterTest [INFO] Running org.eclipse.jgit.util.FSTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.006 s - in org.eclipse.jgit.util.FSTest [INFO] Running org.eclipse.jgit.util.RunExternalScriptTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.jgit.util.RunExternalScriptTest [INFO] Running org.eclipse.jgit.util.IOReadLineTest [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.jgit.util.IOReadLineTest [INFO] Running org.eclipse.jgit.util.QuotedStringBourneUserPathStyleTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.jgit.util.QuotedStringBourneUserPathStyleTest [INFO] Running org.eclipse.jgit.util.LongMapTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.jgit.util.LongMapTest [INFO] Running org.eclipse.jgit.util.ReadLinesTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.jgit.util.ReadLinesTest [INFO] Running org.eclipse.jgit.util.RawCharUtilTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.jgit.util.RawCharUtilTest [INFO] Running org.eclipse.jgit.util.QuotedStringBourneStyleTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.jgit.util.QuotedStringBourneStyleTest [INFO] Running org.eclipse.jgit.util.QuotedStringGitPathStyleTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.jgit.util.QuotedStringGitPathStyleTest [INFO] Running org.eclipse.jgit.util.RawParseUtilsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.jgit.util.RawParseUtilsTest [INFO] Running org.eclipse.jgit.util.SystemReaderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1 s - in org.eclipse.jgit.util.SystemReaderTest [INFO] Running org.eclipse.jgit.util.HookTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 s - in org.eclipse.jgit.util.HookTest [INFO] Running org.eclipse.jgit.util.StringUtilsTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.jgit.util.StringUtilsTest [INFO] Running org.eclipse.jgit.util.RelativeDateFormatterTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.jgit.util.RelativeDateFormatterTest [INFO] Running org.eclipse.jgit.util.RawSubStringPatternTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.jgit.util.RawSubStringPatternTest [INFO] Running org.eclipse.jgit.util.Base64Test [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.jgit.util.Base64Test [INFO] Running org.eclipse.jgit.util.BlockListTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.jgit.util.BlockListTest [INFO] Running org.eclipse.jgit.util.LRUMapTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.jgit.util.LRUMapTest [INFO] Running org.eclipse.jgit.util.RawParseUtils_FormatTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.jgit.util.RawParseUtils_FormatTest [INFO] Running org.eclipse.jgit.util.RawParseUtils_ParsePersonIdentTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.jgit.util.RawParseUtils_ParsePersonIdentTest [INFO] Running org.eclipse.jgit.util.RefListTest [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.jgit.util.RefListTest [INFO] Running org.eclipse.jgit.util.FilterCommandsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.324 s - in org.eclipse.jgit.util.FilterCommandsTest [INFO] Running org.eclipse.jgit.util.ChangeIdUtilTest [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.jgit.util.ChangeIdUtilTest [INFO] Running org.eclipse.jgit.util.FileUtilsTest [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 s - in org.eclipse.jgit.util.FileUtilsTest [INFO] Running org.eclipse.jgit.util.SimpleLruCacheTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.jgit.util.SimpleLruCacheTest [INFO] Running org.eclipse.jgit.util.FS_POSIXTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.jgit.util.FS_POSIXTest [INFO] Running org.eclipse.jgit.util.NBTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.jgit.util.NBTest [INFO] Running org.eclipse.jgit.treewalk.filter.TreeFilterTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 s - in org.eclipse.jgit.treewalk.filter.TreeFilterTest [INFO] Running org.eclipse.jgit.treewalk.filter.InterIndexDiffFilterTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s - in org.eclipse.jgit.treewalk.filter.InterIndexDiffFilterTest [INFO] Running org.eclipse.jgit.treewalk.filter.IndexDiffFilterTest [INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.419 s - in org.eclipse.jgit.treewalk.filter.IndexDiffFilterTest [INFO] Running org.eclipse.jgit.treewalk.filter.PathSuffixFilterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.jgit.treewalk.filter.PathSuffixFilterTest [INFO] Running org.eclipse.jgit.treewalk.filter.PathFilterGroupTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.jgit.treewalk.filter.PathFilterGroupTest [INFO] Running org.eclipse.jgit.treewalk.filter.PathFilterLogicTest [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.569 s - in org.eclipse.jgit.treewalk.filter.PathFilterLogicTest [INFO] Running org.eclipse.jgit.treewalk.filter.NotTreeFilterTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.eclipse.jgit.treewalk.filter.NotTreeFilterTest [INFO] Running org.eclipse.jgit.treewalk.CanonicalTreeParserTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.jgit.treewalk.CanonicalTreeParserTest [INFO] Running org.eclipse.jgit.treewalk.AbstractTreeIteratorTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.jgit.treewalk.AbstractTreeIteratorTest [INFO] Running org.eclipse.jgit.treewalk.TreeWalkJava7Test [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.jgit.treewalk.TreeWalkJava7Test [INFO] Running org.eclipse.jgit.treewalk.NameConflictTreeWalkTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.jgit.treewalk.NameConflictTreeWalkTest [INFO] Running org.eclipse.jgit.treewalk.FileTreeIteratorTest [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.162 s - in org.eclipse.jgit.treewalk.FileTreeIteratorTest [INFO] Running org.eclipse.jgit.treewalk.ForPathTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.jgit.treewalk.ForPathTest [INFO] Running org.eclipse.jgit.treewalk.PostOrderTreeWalkTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.eclipse.jgit.treewalk.PostOrderTreeWalkTest [INFO] Running org.eclipse.jgit.treewalk.TreeWalkBasicDiffTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.jgit.treewalk.TreeWalkBasicDiffTest [INFO] Running org.eclipse.jgit.treewalk.EmptyTreeIteratorTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in org.eclipse.jgit.treewalk.EmptyTreeIteratorTest [INFO] Running org.eclipse.jgit.merge.SimpleMergeTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.888 s - in org.eclipse.jgit.merge.SimpleMergeTest [INFO] Running org.eclipse.jgit.merge.CherryPickTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.eclipse.jgit.merge.CherryPickTest [INFO] Running org.eclipse.jgit.merge.MergerTest [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.588 s - in org.eclipse.jgit.merge.MergerTest [INFO] Running org.eclipse.jgit.merge.MergeMessageFormatterTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.745 s - in org.eclipse.jgit.merge.MergeMessageFormatterTest [INFO] Running org.eclipse.jgit.merge.SquashMessageFormatterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.jgit.merge.SquashMessageFormatterTest [INFO] Running org.eclipse.jgit.merge.MergeAlgorithmTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.jgit.merge.MergeAlgorithmTest [INFO] Running org.eclipse.jgit.merge.CrissCrossMergeTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.353 s - in org.eclipse.jgit.merge.CrissCrossMergeTest [INFO] Running org.eclipse.jgit.transport.PushCertificateParserTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s - in org.eclipse.jgit.transport.PushCertificateParserTest [INFO] Running org.eclipse.jgit.transport.HMACSHA1NonceGeneratorTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.jgit.transport.HMACSHA1NonceGeneratorTest [INFO] Running org.eclipse.jgit.transport.PackParserTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.148 s - in org.eclipse.jgit.transport.PackParserTest [INFO] Running org.eclipse.jgit.transport.PushConnectionTest Exception in thread "JGit-Receive-Pack" java.io.UncheckedIOException: org.eclipse.jgit.errors.PackProtocolException: Too many commands at org.eclipse.jgit.transport.InternalPushConnection$1.run(InternalPushConnection.java:111) Caused by: org.eclipse.jgit.errors.PackProtocolException: Too many commands at org.eclipse.jgit.transport.BaseReceivePack.recvCommands(BaseReceivePack.java:1335) at org.eclipse.jgit.transport.ReceivePack.service(ReceivePack.java:367) at org.eclipse.jgit.transport.ReceivePack.receive(ReceivePack.java:327) at org.eclipse.jgit.transport.InternalPushConnection$1.run(InternalPushConnection.java:102) Exception in thread "JGit-Receive-Pack" java.io.UncheckedIOException: org.eclipse.jgit.errors.PackProtocolException: error: invalid protocol: wanted 'old new ref' at org.eclipse.jgit.transport.InternalPushConnection$1.run(InternalPushConnection.java:111) Caused by: org.eclipse.jgit.errors.PackProtocolException: error: invalid protocol: wanted 'old new ref' at org.eclipse.jgit.transport.BaseReceivePack.parseCommand(BaseReceivePack.java:1375) at org.eclipse.jgit.transport.BaseReceivePack.recvCommands(BaseReceivePack.java:1312) at org.eclipse.jgit.transport.ReceivePack.service(ReceivePack.java:367) at org.eclipse.jgit.transport.ReceivePack.receive(ReceivePack.java:327) at org.eclipse.jgit.transport.InternalPushConnection$1.run(InternalPushConnection.java:102) Caused by: org.eclipse.jgit.errors.InvalidObjectIdException: Invalid id: 42 1a010b1c0f081b2e8901d55307a15c29ff30a at org.eclipse.jgit.lib.ObjectId.fromHexString(ObjectId.java:250) at org.eclipse.jgit.lib.ObjectId.fromString(ObjectId.java:238) at org.eclipse.jgit.transport.BaseReceivePack.parseCommand(BaseReceivePack.java:1372) ... 4 more [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.jgit.transport.PushConnectionTest [INFO] Running org.eclipse.jgit.transport.PreUploadHookChainTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.jgit.transport.PreUploadHookChainTest [INFO] Running org.eclipse.jgit.transport.ProtocolV2HookChainTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.jgit.transport.ProtocolV2HookChainTest [INFO] Running org.eclipse.jgit.transport.JSchSshTest 2019-09-11 14:33:21 INFO EdDSASecurityProviderRegistrar:113 - getOrCreateProvider(EdDSA) created instance of net.i2p.crypto.eddsa.EdDSASecurityProvider 2019-09-11 14:33:21 INFO DefaultIoServiceFactoryFactory:67 - No detected/configured IoServiceFactoryFactory using Nio2ServiceFactoryFactory 2019-09-11 14:33:21 INFO SshServer:334 - start() listen on auto-allocated port=46041 2019-09-11 14:33:23 INFO SshServer:334 - start() listen on auto-allocated port=46328 URI: ssh://testuser@localhost:46328 YesNoType WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)! It is also possible that the RSA host key has just been changed. The fingerprint for the RSA key sent by the remote host [localhost]:46328 is d2:e2:a4:ec:f2:a5:ab:6b:93:42:8b:08:e2:e5:4f:12. Please contact your system administrator. Add correct host key in /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/jgit_test_1896305934214979229_tmp/.ssh/known_hosts to get rid of this message. Do you want to delete the old key and insert the new key? 2019-09-11 14:33:24 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:54818 authenticated 2019-09-11 14:33:27 INFO SshServer:334 - start() listen on auto-allocated port=35834 2019-09-11 14:33:27 INFO SshServer:334 - start() listen on auto-allocated port=36927 2019-09-11 14:33:27 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:59730 authenticated [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 101.232 s - in org.eclipse.jgit.internal.storage.pack.GcCommitSelectionTest [INFO] Running org.eclipse.jgit.transport.JschConfigSessionFactoryTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.267 s - in org.eclipse.jgit.transport.JschConfigSessionFactoryTest [INFO] Running org.eclipse.jgit.transport.PushConfigTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.jgit.transport.PushConfigTest [INFO] Running org.eclipse.jgit.transport.UploadPackTest 2019-09-11 14:33:28 INFO SshServer:334 - start() listen on auto-allocated port=34670 org.eclipse.jgit.transport.UploadPackInternalServerErrorException at org.eclipse.jgit.transport.UploadPack.upload(UploadPack.java:836) at org.eclipse.jgit.transport.InternalFetchConnection$2.run(InternalFetchConnection.java:109) Caused by: org.eclipse.jgit.transport.WantNotValidException: want 19102815663d23f8b75a47e7a01965dcdc96468c not valid at org.eclipse.jgit.transport.UploadPack.checkNotAdvertisedWants(UploadPack.java:1984) at org.eclipse.jgit.transport.UploadPack.access$1(UploadPack.java:1944) at org.eclipse.jgit.transport.UploadPack$ReachableCommitRequestValidator.checkWants(UploadPack.java:1847) at org.eclipse.jgit.transport.UploadPack.parseWants(UploadPack.java:1789) at org.eclipse.jgit.transport.UploadPack.processHaveLines(UploadPack.java:1682) at org.eclipse.jgit.transport.UploadPack.negotiate(UploadPack.java:1662) at org.eclipse.jgit.transport.UploadPack.service(UploadPack.java:1055) at org.eclipse.jgit.transport.UploadPack.upload(UploadPack.java:807) ... 1 more org.eclipse.jgit.transport.UploadPackInternalServerErrorException at org.eclipse.jgit.transport.UploadPack.upload(UploadPack.java:836) at org.eclipse.jgit.transport.InternalFetchConnection$2.run(InternalFetchConnection.java:109) Caused by: org.eclipse.jgit.transport.WantNotValidException: want 19102815663d23f8b75a47e7a01965dcdc96468c not valid at org.eclipse.jgit.transport.UploadPack.checkNotAdvertisedWants(UploadPack.java:1984) at org.eclipse.jgit.transport.UploadPack.access$1(UploadPack.java:1944) at org.eclipse.jgit.transport.UploadPack$ReachableCommitRequestValidator.checkWants(UploadPack.java:1847) at org.eclipse.jgit.transport.UploadPack.parseWants(UploadPack.java:1789) at org.eclipse.jgit.transport.UploadPack.processHaveLines(UploadPack.java:1682) at org.eclipse.jgit.transport.UploadPack.negotiate(UploadPack.java:1662) at org.eclipse.jgit.transport.UploadPack.service(UploadPack.java:1055) at org.eclipse.jgit.transport.UploadPack.upload(UploadPack.java:807) ... 1 more URI: ssh://testuser@localhost:34670 Password Password for testuser@localhost:34670 Total 8 (delta 0), reused 8 (delta 0) URI: ssh://testuser@localhost:34670 Password Password for testuser@localhost:34670 [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.796 s - in org.eclipse.jgit.transport.UploadPackTest [INFO] Running org.eclipse.jgit.transport.ProtocolV2ParserTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.jgit.transport.ProtocolV2ParserTest [INFO] Running org.eclipse.jgit.transport.BaseReceivePackTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.jgit.transport.BaseReceivePackTest [INFO] Running org.eclipse.jgit.transport.URIishTest [WARNING] Tests run: 71, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.112 s - in org.eclipse.jgit.transport.URIishTest [INFO] Running org.eclipse.jgit.transport.AtomicPushTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.eclipse.jgit.transport.AtomicPushTest [INFO] Running org.eclipse.jgit.transport.PostUploadHookChainTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.jgit.transport.PostUploadHookChainTest [INFO] Running org.eclipse.jgit.transport.RefSpecTest [INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.jgit.transport.RefSpecTest [INFO] Running org.eclipse.jgit.transport.SideBandOutputStreamTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.jgit.transport.SideBandOutputStreamTest [INFO] Running org.eclipse.jgit.transport.TestProtocolTest 2019-09-11 14:33:30 INFO SshServer:334 - start() listen on auto-allocated port=37375 URI: ssh://testuser@localhost:37375 Password Password for testuser@localhost:37375 URI: ssh://testuser@localhost:37375 Password Password for testuser@localhost:37375 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.41 s - in org.eclipse.jgit.transport.TestProtocolTest [INFO] Running org.eclipse.jgit.transport.TransportTest URI: ssh://testuser@localhost:37375 Password Password for testuser@localhost:37375 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.408 s - in org.eclipse.jgit.transport.TransportTest [INFO] Running org.eclipse.jgit.transport.PacketLineInTest [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.jgit.transport.PacketLineInTest [INFO] Running org.eclipse.jgit.transport.HttpConfigTest 2019-09-11 14:33:31 WARN HttpConfig:405 - Cannot parse URL from subsection http./// in git config; ignored. 2019-09-11 14:33:31 WARN HttpConfig:405 - Cannot parse URL from subsection http./// in git config; ignored. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.jgit.transport.HttpConfigTest [INFO] Running org.eclipse.jgit.transport.ReceivePackAdvertiseRefsHookTest 2019-09-11 14:33:32 INFO SshServer:334 - start() listen on auto-allocated port=33015 2019-09-11 14:33:32 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:39174 authenticated 2019-09-11 14:33:32 WARN Repository:973 - close() called when useCnt is already zero for Repository[/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/jgit_test_3540805771290655971_tmp/tmp_8057126959191941341.git] 2019-09-11 14:33:33 INFO SshServer:334 - start() listen on auto-allocated port=42261 2019-09-11 14:33:33 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:38568 authenticated 2019-09-11 14:33:33 WARN Repository:973 - close() called when useCnt is already zero for Repository[/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/jgit_test_3277007750265317523_tmp/tmp_556838401710356961.git] 2019-09-11 14:33:33 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:38570 authenticated [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.82 s - in org.eclipse.jgit.transport.ReceivePackAdvertiseRefsHookTest [INFO] Running org.eclipse.jgit.transport.NetRCTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.jgit.transport.NetRCTest [INFO] Running org.eclipse.jgit.transport.OpenSshConfigTest 2019-09-11 14:33:34 INFO SshServer:334 - start() listen on auto-allocated port=46331 URI: ssh://testuser@localhost:46331 StringType Password: URI: ssh://testuser@localhost:46331 StringType Password: URI: ssh://testuser@localhost:46331 StringType Password: 2019-09-11 14:33:34 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:56104 authenticated 2019-09-11 14:33:37 INFO SshServer:334 - start() listen on auto-allocated port=36375 2019-09-11 14:33:37 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:51194 authenticated 2019-09-11 14:33:38 INFO SshServer:334 - start() listen on auto-allocated port=35596 URI: ssh://testuser@localhost:35596 StringType Passphrase for /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/jgit_test_7313958198235716529_tmp/.ssh/id_dsa_test_key URI: ssh://testuser@localhost:35596 StringType Passphrase for /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/jgit_test_7313958198235716529_tmp/.ssh/id_dsa_test_key URI: ssh://testuser@localhost:35596 StringType Passphrase for /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/jgit_test_7313958198235716529_tmp/.ssh/id_dsa_test_key 2019-09-11 14:33:38 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:50532 authenticated 2019-09-11 14:33:39 INFO SshServer:334 - start() listen on auto-allocated port=34372 2019-09-11 14:33:40 INFO SshServer:334 - start() listen on auto-allocated port=39634 2019-09-11 14:33:40 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:45194 authenticated 2019-09-11 14:33:40 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:45198 authenticated 2019-09-11 14:33:41 INFO SshServer:334 - start() listen on auto-allocated port=37263 URI: ssh://testuser@localhost:37263 StringType Password: URI: ssh://testuser@localhost:37263 StringType Password: URI: ssh://testuser@localhost:37263 StringType Password: 2019-09-11 14:33:41 INFO SshServer:334 - start() listen on auto-allocated port=39276 2019-09-11 14:33:41 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:60494 authenticated 2019-09-11 14:33:42 INFO SshServer:334 - start() listen on auto-allocated port=33001 2019-09-11 14:33:42 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:59080 authenticated 2019-09-11 14:33:42 INFO SshServer:334 - start() listen on auto-allocated port=39262 URI: ssh://testuser@localhost:39262 StringType Password: 2019-09-11 14:33:43 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:60612 authenticated 2019-09-11 14:33:43 INFO SshServer:334 - start() listen on auto-allocated port=36184 2019-09-11 14:33:43 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:46692 authenticated 2019-09-11 14:33:45 INFO SshServer:334 - start() listen on auto-allocated port=34497 2019-09-11 14:33:47 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:45828 authenticated 2019-09-11 14:33:57 INFO SshServer:334 - start() listen on auto-allocated port=46632 2019-09-11 14:33:58 INFO SshServer:334 - start() listen on auto-allocated port=36676 2019-09-11 14:33:58 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:41590 authenticated 2019-09-11 14:34:08 INFO SshServer:334 - start() listen on auto-allocated port=36797 2019-09-11 14:34:08 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:49252 authenticated 2019-09-11 14:34:09 INFO SshServer:334 - start() listen on auto-allocated port=41693 URI: ssh://testuser@localhost:41693 StringType Passphrase for /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/jgit_test_796983661152576508_tmp/.ssh/id_dsa_test_key URI: ssh://testuser@localhost:41693 StringType Passphrase for /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/jgit_test_796983661152576508_tmp/.ssh/id_dsa_test_key URI: ssh://testuser@localhost:41693 Password Password for testuser@localhost:41693 2019-09-11 14:34:09 INFO SshServer:334 - start() listen on auto-allocated port=35783 2019-09-11 14:34:09 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:53516 authenticated 2019-09-11 14:34:10 INFO SshServer:334 - start() listen on auto-allocated port=44284 2019-09-11 14:34:10 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:41874 authenticated [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.18 s - in org.eclipse.jgit.transport.OpenSshConfigTest [INFO] Running org.eclipse.jgit.transport.WalkEncryptionTest$TestableTransformation 2019-09-11 14:34:11 INFO WalkEncryptionTest:527 - Proxy not used. 2019-09-11 14:34:11 INFO WalkEncryptionTest:586 - JCE security policy restricted=false 2019-09-11 14:34:11 INFO WalkEncryptionTest:967 - Long running tests are enabled. 2019-09-11 14:34:12 INFO WalkEncryptionTest:938 - Public address: 198.41.30.195 2019-09-11 14:34:12 ERROR WalkEncryptionTest:927 - Amazon S3 test configuration is missing, tests will not run. 2019-09-11 14:34:12 INFO WalkEncryptionTest:959 - Loaded org.bouncycastle.jce.provider.BouncyCastleProvider 2019-09-11 14:34:12 WARN WalkEncryptionTest:905 - Missing Version: 1 Profile: AES_128/CBC/NOPADDING Present: false Allowed: false 2019-09-11 14:34:12 WARN WalkEncryptionTest:905 - Missing Version: 1 Profile: AES_128/CFB/NOPADDING Present: false Allowed: false 2019-09-11 14:34:12 WARN WalkEncryptionTest:905 - Missing Version: 1 Profile: AES_128/ECB/NOPADDING Present: false Allowed: false 2019-09-11 14:34:12 WARN WalkEncryptionTest:905 - Missing Version: 1 Profile: AES_128/GCM/NOPADDING Present: false Allowed: false 2019-09-11 14:34:12 WARN WalkEncryptionTest:905 - Missing Version: 1 Profile: AES_128/OFB/NOPADDING Present: false Allowed: false 2019-09-11 14:34:12 WARN WalkEncryptionTest:905 - Missing Version: 1 Profile: AES_192/CBC/NOPADDING Present: false Allowed: false 2019-09-11 14:34:12 WARN WalkEncryptionTest:905 - Missing Version: 1 Profile: AES_192/CFB/NOPADDING Present: false Allowed: false 2019-09-11 14:34:12 WARN WalkEncryptionTest:905 - Missing Version: 1 Profile: AES_192/ECB/NOPADDING Present: false Allowed: false 2019-09-11 14:34:12 WARN WalkEncryptionTest:905 - Missing Version: 1 Profile: AES_192/GCM/NOPADDING Present: false Allowed: false 2019-09-11 14:34:12 WARN WalkEncryptionTest:905 - Missing Version: 1 Profile: AES_192/OFB/NOPADDING Present: false Allowed: false 2019-09-11 14:34:12 WARN WalkEncryptionTest:905 - Missing Version: 1 Profile: AES_256/CBC/NOPADDING Present: false Allowed: false 2019-09-11 14:34:12 WARN WalkEncryptionTest:905 - Missing Version: 1 Profile: AES_256/CFB/NOPADDING Present: false Allowed: false 2019-09-11 14:34:12 WARN WalkEncryptionTest:905 - Missing Version: 1 Profile: AES_256/ECB/NOPADDING Present: false Allowed: false 2019-09-11 14:34:12 WARN WalkEncryptionTest:905 - Missing Version: 1 Profile: AES_256/GCM/NOPADDING Present: false Allowed: false 2019-09-11 14:34:12 WARN WalkEncryptionTest:905 - Missing Version: 1 Profile: AES_256/OFB/NOPADDING Present: false Allowed: false [WARNING] Tests run: 15, Failures: 0, Errors: 0, Skipped: 15, Time elapsed: 1.093 s - in org.eclipse.jgit.transport.WalkEncryptionTest$TestableTransformation [INFO] Running org.eclipse.jgit.transport.WalkEncryptionTest$MinimalSet 2019-09-11 14:34:12 INFO WalkEncryptionTest:527 - Proxy not used. 2019-09-11 14:34:12 INFO WalkEncryptionTest:586 - JCE security policy restricted=false 2019-09-11 14:34:12 INFO WalkEncryptionTest:967 - Long running tests are enabled. 2019-09-11 14:34:12 INFO SshServer:334 - start() listen on auto-allocated port=39691 2019-09-11 14:34:12 INFO WalkEncryptionTest:938 - Public address: 198.41.30.195 2019-09-11 14:34:12 ERROR WalkEncryptionTest:927 - Amazon S3 test configuration is missing, tests will not run. 2019-09-11 14:34:12 INFO WalkEncryptionTest:959 - Loaded org.bouncycastle.jce.provider.BouncyCastleProvider URI: ssh://testuser@localhost:39691 StringType Passphrase for /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/jgit_test_8738969009629585667_tmp/.ssh/id_dsa_test_key 2019-09-11 14:34:13 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:46568 authenticated [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.165 s - in org.eclipse.jgit.transport.WalkEncryptionTest$MinimalSet [INFO] Running org.eclipse.jgit.transport.WalkEncryptionTest 2019-09-11 14:34:13 INFO WalkEncryptionTest:527 - Proxy not used. 2019-09-11 14:34:13 INFO WalkEncryptionTest:586 - JCE security policy restricted=false 2019-09-11 14:34:13 INFO WalkEncryptionTest:967 - Long running tests are enabled. 2019-09-11 14:34:13 INFO WalkEncryptionTest:938 - Public address: 198.41.30.195 2019-09-11 14:34:13 ERROR WalkEncryptionTest:927 - Amazon S3 test configuration is missing, tests will not run. 2019-09-11 14:34:13 INFO WalkEncryptionTest:959 - Loaded org.bouncycastle.jce.provider.BouncyCastleProvider 2019-09-11 14:34:13 INFO WalkEncryptionTest:527 - Proxy not used. 2019-09-11 14:34:13 INFO WalkEncryptionTest:586 - JCE security policy restricted=false 2019-09-11 14:34:13 INFO WalkEncryptionTest:967 - Long running tests are enabled. 2019-09-11 14:34:13 INFO WalkEncryptionTest:938 - Public address: 198.41.30.195 2019-09-11 14:34:13 ERROR WalkEncryptionTest:927 - Amazon S3 test configuration is missing, tests will not run. 2019-09-11 14:34:13 INFO WalkEncryptionTest:959 - Loaded org.bouncycastle.jce.provider.BouncyCastleProvider 2019-09-11 14:34:13 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:46572 authenticated 2019-09-11 14:34:13 INFO WalkEncryptionTest:527 - Proxy not used. 2019-09-11 14:34:13 INFO WalkEncryptionTest:586 - JCE security policy restricted=false 2019-09-11 14:34:13 INFO WalkEncryptionTest:967 - Long running tests are enabled. 2019-09-11 14:34:13 INFO WalkEncryptionTest:938 - Public address: 198.41.30.195 2019-09-11 14:34:13 ERROR WalkEncryptionTest:927 - Amazon S3 test configuration is missing, tests will not run. 2019-09-11 14:34:13 INFO WalkEncryptionTest:959 - Loaded org.bouncycastle.jce.provider.BouncyCastleProvider 2019-09-11 14:34:13 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHHMACSHA1ANDAES_128 Present: true Allowed: true 2019-09-11 14:34:13 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHHMACSHA1ANDAES_128 Present: true Allowed: true 2019-09-11 14:34:13 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHHMACSHA1ANDAES_256 Present: true Allowed: true 2019-09-11 14:34:13 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHHMACSHA1ANDAES_256 Present: true Allowed: true 2019-09-11 14:34:14 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHHMACSHA224ANDAES_128 Present: true Allowed: true 2019-09-11 14:34:14 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHHMACSHA224ANDAES_128 Present: true Allowed: true 2019-09-11 14:34:14 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHHMACSHA224ANDAES_256 Present: true Allowed: true 2019-09-11 14:34:14 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHHMACSHA224ANDAES_256 Present: true Allowed: true 2019-09-11 14:34:14 INFO SshServer:334 - start() listen on auto-allocated port=39672 2019-09-11 14:34:14 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHHMACSHA256ANDAES_128 Present: true Allowed: true 2019-09-11 14:34:14 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHHMACSHA256ANDAES_128 Present: true Allowed: true URI: ssh://testuser@localhost:39672 YesNoType The authenticity of host 'localhost' can't be established. RSA key fingerprint is 74:f2:95:ae:75:63:4e:05:62:00:2e:97:cd:30:1f:e2. Are you sure you want to continue connecting? 2019-09-11 14:34:14 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHHMACSHA256ANDAES_256 Present: true Allowed: true 2019-09-11 14:34:14 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:43900 authenticated 2019-09-11 14:34:14 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHHMACSHA256ANDAES_256 Present: true Allowed: true 2019-09-11 14:34:14 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHHMACSHA384ANDAES_128 Present: true Allowed: true 2019-09-11 14:34:14 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHHMACSHA384ANDAES_128 Present: true Allowed: true 2019-09-11 14:34:14 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHHMACSHA384ANDAES_256 Present: true Allowed: true 2019-09-11 14:34:14 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHHMACSHA384ANDAES_256 Present: true Allowed: true 2019-09-11 14:34:14 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHHMACSHA512ANDAES_128 Present: true Allowed: true 2019-09-11 14:34:15 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHHMACSHA512ANDAES_128 Present: true Allowed: true 2019-09-11 14:34:15 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHHMACSHA512ANDAES_256 Present: true Allowed: true 2019-09-11 14:34:15 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHHMACSHA512ANDAES_256 Present: true Allowed: true 2019-09-11 14:34:15 INFO SshServer:334 - start() listen on auto-allocated port=44432 2019-09-11 14:34:15 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:40604 authenticated 2019-09-11 14:34:15 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHMD2ANDDES Present: true Allowed: true 2019-09-11 14:34:20 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHMD2ANDDES Present: true Allowed: true 2019-09-11 14:34:20 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHMD5AND128BITAES-CBC-OPENSSL Present: true Allowed: true 2019-09-11 14:34:23 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHMD5AND128BITAES-CBC-OPENSSL Present: true Allowed: true 2019-09-11 14:34:23 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHMD5AND192BITAES-CBC-OPENSSL Present: true Allowed: true 2019-09-11 14:34:26 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHMD5AND192BITAES-CBC-OPENSSL Present: true Allowed: true 2019-09-11 14:34:26 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHMD5AND256BITAES-CBC-OPENSSL Present: true Allowed: true 2019-09-11 14:34:26 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHMD5AND256BITAES-CBC-OPENSSL Present: true Allowed: true 2019-09-11 14:34:26 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHMD5ANDDES Present: true Allowed: true 2019-09-11 14:34:26 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHMD5ANDDES Present: true Allowed: true 2019-09-11 14:34:26 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHMD5ANDRC2 Present: true Allowed: true 2019-09-11 14:34:26 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHMD5ANDRC2 Present: true Allowed: true 2019-09-11 14:34:26 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHMD5ANDTRIPLEDES Present: true Allowed: true 2019-09-11 14:34:26 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHMD5ANDTRIPLEDES Present: true Allowed: true 2019-09-11 14:34:27 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHA1ANDDES Present: true Allowed: true 2019-09-11 14:34:27 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHA1ANDDES Present: true Allowed: true 2019-09-11 14:34:27 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHA1ANDDESEDE Present: true Allowed: true 2019-09-11 14:34:27 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHA1ANDDESEDE Present: true Allowed: true 2019-09-11 14:34:27 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHA1ANDRC2 Present: true Allowed: true 2019-09-11 14:34:27 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHA1ANDRC2 Present: true Allowed: true 2019-09-11 14:34:27 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHA1ANDRC2_128 Present: true Allowed: true 2019-09-11 14:34:27 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHA1ANDRC2_128 Present: true Allowed: true 2019-09-11 14:34:27 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHA1ANDRC2_40 Present: true Allowed: true 2019-09-11 14:34:27 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHA1ANDRC2_40 Present: true Allowed: true 2019-09-11 14:34:27 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHA1ANDRC4_128 Present: true Allowed: true 2019-09-11 14:34:27 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHA1ANDRC4_128 Present: true Allowed: true 2019-09-11 14:34:27 INFO SshServer:334 - start() listen on auto-allocated port=39198 2019-09-11 14:34:27 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHA1ANDRC4_40 Present: true Allowed: true 2019-09-11 14:34:27 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHA1ANDRC4_40 Present: true Allowed: true URI: ssh://testuser@localhost:39198 StringType Password: 2019-09-11 14:34:27 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHA256AND128BITAES-CBC-BC Present: true Allowed: true 2019-09-11 14:34:27 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHA256AND128BITAES-CBC-BC Present: true Allowed: true URI: ssh://testuser@localhost:39198 StringType Password: 2019-09-11 14:34:27 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHA256AND192BITAES-CBC-BC Present: true Allowed: true 2019-09-11 14:34:27 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHA256AND192BITAES-CBC-BC Present: true Allowed: true 2019-09-11 14:34:27 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHA256AND256BITAES-CBC-BC Present: true Allowed: true 2019-09-11 14:34:27 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHA256AND256BITAES-CBC-BC Present: true Allowed: true 2019-09-11 14:34:27 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHAAND128BITAES-CBC-BC Present: true Allowed: true 2019-09-11 14:34:27 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHAAND128BITAES-CBC-BC Present: true Allowed: true 2019-09-11 14:34:27 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHAAND128BITRC2-CBC Present: true Allowed: true 2019-09-11 14:34:27 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHAAND128BITRC2-CBC Present: true Allowed: true 2019-09-11 14:34:27 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHAAND128BITRC4 Present: true Allowed: true 2019-09-11 14:34:27 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHAAND128BITRC4 Present: true Allowed: true 2019-09-11 14:34:27 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHAAND192BITAES-CBC-BC Present: true Allowed: true 2019-09-11 14:34:28 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHAAND192BITAES-CBC-BC Present: true Allowed: true 2019-09-11 14:34:28 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHAAND2-KEYTRIPLEDES-CBC Present: true Allowed: true 2019-09-11 14:34:28 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHAAND2-KEYTRIPLEDES-CBC Present: true Allowed: true 2019-09-11 14:34:28 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHAAND256BITAES-CBC-BC Present: true Allowed: true 2019-09-11 14:34:28 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHAAND256BITAES-CBC-BC Present: true Allowed: true 2019-09-11 14:34:28 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHAAND3-KEYTRIPLEDES-CBC Present: true Allowed: true 2019-09-11 14:34:28 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHAAND3-KEYTRIPLEDES-CBC Present: true Allowed: true 2019-09-11 14:34:28 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHAAND40BITRC2-CBC Present: true Allowed: true 2019-09-11 14:34:28 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHAAND40BITRC2-CBC Present: true Allowed: true 2019-09-11 14:34:28 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHAAND40BITRC4 Present: true Allowed: true 2019-09-11 14:34:28 INFO SshServer:334 - start() listen on auto-allocated port=41422 2019-09-11 14:34:28 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHAAND40BITRC4 Present: true Allowed: true 2019-09-11 14:34:28 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHAANDIDEA-CBC Present: true Allowed: true 2019-09-11 14:34:28 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHAANDIDEA-CBC Present: true Allowed: true URI: ssh://testuser@localhost:41422 Password Password for testuser@localhost:41422 2019-09-11 14:34:28 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHAANDTWOFISH-CBC Present: true Allowed: true URI: ssh://testuser@localhost:41422 Password Password for testuser@localhost:41422 2019-09-11 14:34:28 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHAANDTWOFISH-CBC Present: true Allowed: true 2019-09-11 14:34:28 INFO WalkEncryptionTest:527 - Proxy not used. 2019-09-11 14:34:28 INFO WalkEncryptionTest:586 - JCE security policy restricted=false 2019-09-11 14:34:28 INFO WalkEncryptionTest:967 - Long running tests are enabled. 2019-09-11 14:34:28 INFO WalkEncryptionTest:938 - Public address: 198.41.30.195 2019-09-11 14:34:28 ERROR WalkEncryptionTest:927 - Amazon S3 test configuration is missing, tests will not run. URI: ssh://testuser@localhost:41422 Password Password for testuser@localhost:41422 2019-09-11 14:34:28 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:55018 authenticated 2019-09-11 14:34:28 INFO WalkEncryptionTest:959 - Loaded org.bouncycastle.jce.provider.BouncyCastleProvider 2019-09-11 14:34:28 WARN WalkEncryptionTest:905 - Missing Version: 1 Profile: AES_128/CBC/NOPADDING Present: false Allowed: false 2019-09-11 14:34:28 WARN WalkEncryptionTest:905 - Missing Version: 1 Profile: AES_128/CFB/NOPADDING Present: false Allowed: false 2019-09-11 14:34:28 WARN WalkEncryptionTest:905 - Missing Version: 1 Profile: AES_128/ECB/NOPADDING Present: false Allowed: false 2019-09-11 14:34:28 WARN WalkEncryptionTest:905 - Missing Version: 1 Profile: AES_128/GCM/NOPADDING Present: false Allowed: false 2019-09-11 14:34:28 WARN WalkEncryptionTest:905 - Missing Version: 1 Profile: AES_128/OFB/NOPADDING Present: false Allowed: false 2019-09-11 14:34:28 WARN WalkEncryptionTest:905 - Missing Version: 1 Profile: AES_192/CBC/NOPADDING Present: false Allowed: false 2019-09-11 14:34:28 WARN WalkEncryptionTest:905 - Missing Version: 1 Profile: AES_192/CFB/NOPADDING Present: false Allowed: false 2019-09-11 14:34:28 WARN WalkEncryptionTest:905 - Missing Version: 1 Profile: AES_192/ECB/NOPADDING Present: false Allowed: false 2019-09-11 14:34:28 WARN WalkEncryptionTest:905 - Missing Version: 1 Profile: AES_192/GCM/NOPADDING Present: false Allowed: false 2019-09-11 14:34:29 WARN WalkEncryptionTest:905 - Missing Version: 1 Profile: AES_192/OFB/NOPADDING Present: false Allowed: false 2019-09-11 14:34:29 WARN WalkEncryptionTest:905 - Missing Version: 1 Profile: AES_256/CBC/NOPADDING Present: false Allowed: false 2019-09-11 14:34:29 WARN WalkEncryptionTest:905 - Missing Version: 1 Profile: AES_256/CFB/NOPADDING Present: false Allowed: false 2019-09-11 14:34:29 WARN WalkEncryptionTest:905 - Missing Version: 1 Profile: AES_256/ECB/NOPADDING Present: false Allowed: false 2019-09-11 14:34:29 WARN WalkEncryptionTest:905 - Missing Version: 1 Profile: AES_256/GCM/NOPADDING Present: false Allowed: false 2019-09-11 14:34:29 WARN WalkEncryptionTest:905 - Missing Version: 1 Profile: AES_256/OFB/NOPADDING Present: false Allowed: false [WARNING] Tests run: 97, Failures: 0, Errors: 0, Skipped: 97, Time elapsed: 16.046 s - in org.eclipse.jgit.transport.WalkEncryptionTest [INFO] Running org.eclipse.jgit.transport.WalkEncryptionTest$Required 2019-09-11 14:34:29 INFO WalkEncryptionTest:527 - Proxy not used. 2019-09-11 14:34:29 INFO WalkEncryptionTest:586 - JCE security policy restricted=false 2019-09-11 14:34:29 INFO WalkEncryptionTest:967 - Long running tests are enabled. 2019-09-11 14:34:29 INFO WalkEncryptionTest:938 - Public address: 198.41.30.195 2019-09-11 14:34:29 ERROR WalkEncryptionTest:927 - Amazon S3 test configuration is missing, tests will not run. 2019-09-11 14:34:29 INFO WalkEncryptionTest:959 - Loaded org.bouncycastle.jce.provider.BouncyCastleProvider [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.094 s - in org.eclipse.jgit.transport.WalkEncryptionTest$Required [INFO] Running org.eclipse.jgit.transport.WalkEncryptionTest$TestablePBE 2019-09-11 14:34:29 INFO SshServer:334 - start() listen on auto-allocated port=45886 2019-09-11 14:34:29 INFO WalkEncryptionTest:527 - Proxy not used. 2019-09-11 14:34:29 INFO WalkEncryptionTest:586 - JCE security policy restricted=false 2019-09-11 14:34:29 INFO WalkEncryptionTest:967 - Long running tests are enabled. 2019-09-11 14:34:29 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:40596 authenticated 2019-09-11 14:34:29 INFO WalkEncryptionTest:938 - Public address: 198.41.30.195 2019-09-11 14:34:29 ERROR WalkEncryptionTest:927 - Amazon S3 test configuration is missing, tests will not run. 2019-09-11 14:34:29 INFO WalkEncryptionTest:959 - Loaded org.bouncycastle.jce.provider.BouncyCastleProvider 2019-09-11 14:34:29 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHHMACSHA1ANDAES_128 Present: true Allowed: true 2019-09-11 14:34:29 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHHMACSHA1ANDAES_128 Present: true Allowed: true 2019-09-11 14:34:29 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHHMACSHA1ANDAES_256 Present: true Allowed: true 2019-09-11 14:34:29 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHHMACSHA1ANDAES_256 Present: true Allowed: true 2019-09-11 14:34:29 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHHMACSHA224ANDAES_128 Present: true Allowed: true 2019-09-11 14:34:29 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHHMACSHA224ANDAES_128 Present: true Allowed: true 2019-09-11 14:34:29 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHHMACSHA224ANDAES_256 Present: true Allowed: true 2019-09-11 14:34:30 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHHMACSHA224ANDAES_256 Present: true Allowed: true 2019-09-11 14:34:30 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHHMACSHA256ANDAES_128 Present: true Allowed: true 2019-09-11 14:34:30 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHHMACSHA256ANDAES_128 Present: true Allowed: true 2019-09-11 14:34:30 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHHMACSHA256ANDAES_256 Present: true Allowed: true 2019-09-11 14:34:30 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHHMACSHA256ANDAES_256 Present: true Allowed: true 2019-09-11 14:34:30 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHHMACSHA384ANDAES_128 Present: true Allowed: true 2019-09-11 14:34:30 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHHMACSHA384ANDAES_128 Present: true Allowed: true 2019-09-11 14:34:30 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHHMACSHA384ANDAES_256 Present: true Allowed: true 2019-09-11 14:34:30 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHHMACSHA384ANDAES_256 Present: true Allowed: true 2019-09-11 14:34:30 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHHMACSHA512ANDAES_128 Present: true Allowed: true 2019-09-11 14:34:30 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHHMACSHA512ANDAES_128 Present: true Allowed: true 2019-09-11 14:34:30 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHHMACSHA512ANDAES_256 Present: true Allowed: true 2019-09-11 14:34:30 INFO SshServer:334 - start() listen on auto-allocated port=45126 2019-09-11 14:34:30 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHHMACSHA512ANDAES_256 Present: true Allowed: true URI: ssh://testuser@localhost:45126 Password Password for testuser@localhost:45126 2019-09-11 14:34:30 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHMD2ANDDES Present: true Allowed: true 2019-09-11 14:34:30 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHMD2ANDDES Present: true Allowed: true 2019-09-11 14:34:30 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHMD5AND128BITAES-CBC-OPENSSL Present: true Allowed: true 2019-09-11 14:34:30 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHMD5AND128BITAES-CBC-OPENSSL Present: true Allowed: true 2019-09-11 14:34:30 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHMD5AND192BITAES-CBC-OPENSSL Present: true Allowed: true 2019-09-11 14:34:30 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHMD5AND192BITAES-CBC-OPENSSL Present: true Allowed: true 2019-09-11 14:34:30 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHMD5AND256BITAES-CBC-OPENSSL Present: true Allowed: true 2019-09-11 14:34:30 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHMD5AND256BITAES-CBC-OPENSSL Present: true Allowed: true 2019-09-11 14:34:30 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHMD5ANDDES Present: true Allowed: true 2019-09-11 14:34:31 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHMD5ANDDES Present: true Allowed: true 2019-09-11 14:34:31 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHMD5ANDRC2 Present: true Allowed: true 2019-09-11 14:34:31 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHMD5ANDRC2 Present: true Allowed: true 2019-09-11 14:34:31 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHMD5ANDTRIPLEDES Present: true Allowed: true 2019-09-11 14:34:31 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHMD5ANDTRIPLEDES Present: true Allowed: true 2019-09-11 14:34:31 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHA1ANDDES Present: true Allowed: true 2019-09-11 14:34:31 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHA1ANDDES Present: true Allowed: true 2019-09-11 14:34:31 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHA1ANDDESEDE Present: true Allowed: true 2019-09-11 14:34:31 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHA1ANDDESEDE Present: true Allowed: true 2019-09-11 14:34:31 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHA1ANDRC2 Present: true Allowed: true 2019-09-11 14:34:31 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHA1ANDRC2 Present: true Allowed: true 2019-09-11 14:34:31 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHA1ANDRC2_128 Present: true Allowed: true 2019-09-11 14:34:31 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHA1ANDRC2_128 Present: true Allowed: true 2019-09-11 14:34:31 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHA1ANDRC2_40 Present: true Allowed: true 2019-09-11 14:34:31 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHA1ANDRC2_40 Present: true Allowed: true 2019-09-11 14:34:31 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHA1ANDRC4_128 Present: true Allowed: true 2019-09-11 14:34:31 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHA1ANDRC4_128 Present: true Allowed: true 2019-09-11 14:34:31 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHA1ANDRC4_40 Present: true Allowed: true 2019-09-11 14:34:31 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHA1ANDRC4_40 Present: true Allowed: true 2019-09-11 14:34:31 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHA256AND128BITAES-CBC-BC Present: true Allowed: true 2019-09-11 14:34:31 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHA256AND128BITAES-CBC-BC Present: true Allowed: true 2019-09-11 14:34:31 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHA256AND192BITAES-CBC-BC Present: true Allowed: true 2019-09-11 14:34:31 INFO SshServer:334 - start() listen on auto-allocated port=41204 2019-09-11 14:34:31 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHA256AND192BITAES-CBC-BC Present: true Allowed: true 2019-09-11 14:34:31 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHA256AND256BITAES-CBC-BC Present: true Allowed: true URI: ssh://testuser@localhost:41204 StringType Password: 2019-09-11 14:34:31 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHA256AND256BITAES-CBC-BC Present: true Allowed: true 2019-09-11 14:34:31 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHAAND128BITAES-CBC-BC Present: true Allowed: true 2019-09-11 14:34:31 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHAAND128BITAES-CBC-BC Present: true Allowed: true 2019-09-11 14:34:31 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHAAND128BITRC2-CBC Present: true Allowed: true 2019-09-11 14:34:31 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHAAND128BITRC2-CBC Present: true Allowed: true 2019-09-11 14:34:31 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHAAND128BITRC4 Present: true Allowed: true 2019-09-11 14:34:31 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHAAND128BITRC4 Present: true Allowed: true 2019-09-11 14:34:31 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHAAND192BITAES-CBC-BC Present: true Allowed: true 2019-09-11 14:34:32 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHAAND192BITAES-CBC-BC Present: true Allowed: true 2019-09-11 14:34:32 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHAAND2-KEYTRIPLEDES-CBC Present: true Allowed: true 2019-09-11 14:34:32 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHAAND2-KEYTRIPLEDES-CBC Present: true Allowed: true 2019-09-11 14:34:32 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHAAND256BITAES-CBC-BC Present: true Allowed: true 2019-09-11 14:34:32 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHAAND256BITAES-CBC-BC Present: true Allowed: true 2019-09-11 14:34:32 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHAAND3-KEYTRIPLEDES-CBC Present: true Allowed: true 2019-09-11 14:34:32 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHAAND3-KEYTRIPLEDES-CBC Present: true Allowed: true 2019-09-11 14:34:32 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHAAND40BITRC2-CBC Present: true Allowed: true 2019-09-11 14:34:32 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHAAND40BITRC2-CBC Present: true Allowed: true 2019-09-11 14:34:32 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHAAND40BITRC4 Present: true Allowed: true 2019-09-11 14:34:32 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHAAND40BITRC4 Present: true Allowed: true 2019-09-11 14:34:32 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHAANDIDEA-CBC Present: true Allowed: true 2019-09-11 14:34:32 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHAANDIDEA-CBC Present: true Allowed: true 2019-09-11 14:34:32 INFO WalkEncryptionTest:903 - Testing Version: 0 Profile: PBEWITHSHAANDTWOFISH-CBC Present: true Allowed: true 2019-09-11 14:34:32 INFO WalkEncryptionTest:903 - Testing Version: 1 Profile: PBEWITHSHAANDTWOFISH-CBC Present: true Allowed: true [WARNING] Tests run: 76, Failures: 0, Errors: 0, Skipped: 76, Time elapsed: 3.276 s - in org.eclipse.jgit.transport.WalkEncryptionTest$TestablePBE [INFO] Running org.eclipse.jgit.transport.RemoteConfigTest [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.jgit.transport.RemoteConfigTest [INFO] Running org.eclipse.jgit.transport.PacketLineOutTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.jgit.transport.PacketLineOutTest [INFO] Running org.eclipse.jgit.transport.RefAdvertiserTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.jgit.transport.RefAdvertiserTest [INFO] Running org.eclipse.jgit.transport.HttpAuthTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.jgit.transport.HttpAuthTest [INFO] Running org.eclipse.jgit.transport.PushProcessTest 2019-09-11 14:34:32 INFO SshServer:334 - start() listen on auto-allocated port=46489 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.512 s - in org.eclipse.jgit.transport.PushProcessTest [INFO] Running org.eclipse.jgit.transport.PushCertificateStoreTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.eclipse.jgit.transport.PushCertificateStoreTest [INFO] Running org.eclipse.jgit.transport.http.JDKHttpConnectionTest 2019-09-11 14:34:33 INFO SshServer:334 - start() listen on auto-allocated port=36076 2019-09-11 14:34:33 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:43600 authenticated [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.915 s - in org.eclipse.jgit.transport.http.JDKHttpConnectionTest [INFO] Running org.eclipse.jgit.transport.PushOptionsTest 2019-09-11 14:34:34 INFO SshServer:334 - start() listen on auto-allocated port=44165 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.571 s - in org.eclipse.jgit.transport.PushOptionsTest [INFO] Running org.eclipse.jgit.transport.PushCertificateIdentTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.jgit.transport.PushCertificateIdentTest [INFO] Running org.eclipse.jgit.transport.TransportHttpTest URI: ssh://testuser@localhost:44165 Password Password for testuser@localhost:44165 2019-09-11 14:34:34 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:39730 authenticated 2019-09-11 14:34:34 WARN NetscapeCookieFile:299 - Configured http.cookieFile '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/jgit_test_3716505712757980703_tmp/tmp_5786703186485326597' is missing 2019-09-11 14:34:34 WARN NetscapeCookieFile:299 - Configured http.cookieFile '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/jgit_test_3716505712757980703_tmp/tmp_5786703186485326597' is missing 2019-09-11 14:34:34 WARN NetscapeCookieFile:299 - Configured http.cookieFile '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/jgit_test_4445474373858069325_tmp/tmp_677633578180559878' is missing [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s - in org.eclipse.jgit.transport.TransportHttpTest [INFO] Running org.eclipse.jgit.transport.DaemonTest 2019-09-11 14:34:35 INFO SshServer:334 - start() listen on auto-allocated port=36287 2019-09-11 14:34:35 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:54890 authenticated 2019-09-11 14:34:36 INFO SshServer:334 - start() listen on auto-allocated port=38733 2019-09-11 14:34:36 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:35616 authenticated 2019-09-11 14:34:37 INFO SshServer:334 - start() listen on auto-allocated port=36640 2019-09-11 14:34:37 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:47502 authenticated 2019-09-11 14:34:37 INFO SshServer:334 - start() listen on auto-allocated port=41939 2019-09-11 14:34:38 INFO SshServer:334 - start() listen on auto-allocated port=42864 2019-09-11 14:34:38 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:48748 authenticated [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.036 s - in org.eclipse.jgit.transport.DaemonTest [INFO] Running org.eclipse.jgit.transport.BundleWriterTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.503 s - in org.eclipse.jgit.transport.BundleWriterTest [INFO] Running org.eclipse.jgit.transport.HttpConfigUriPathTest 2019-09-11 14:34:39 WARN HttpConfig:475 - Cannot normalize URL path bar/../..: too many .. segments 2019-09-11 14:34:39 WARN HttpConfig:475 - Cannot normalize URL path ..: too many .. segments 2019-09-11 14:34:39 WARN HttpConfig:475 - Cannot normalize URL path /..: too many .. segments 2019-09-11 14:34:39 WARN HttpConfig:475 - Cannot normalize URL path /../: too many .. segments 2019-09-11 14:34:39 WARN HttpConfig:475 - Cannot normalize URL path /../foo: too many .. segments 2019-09-11 14:34:39 WARN HttpConfig:475 - Cannot normalize URL path ./../foo: too many .. segments 2019-09-11 14:34:39 WARN HttpConfig:475 - Cannot normalize URL path /./../foo: too many .. segments 2019-09-11 14:34:39 INFO SshServer:334 - start() listen on auto-allocated port=35261 2019-09-11 14:34:39 WARN HttpConfig:475 - Cannot normalize URL path /foo/./.././..: too many .. segments 2019-09-11 14:34:39 WARN HttpConfig:475 - Cannot normalize URL path /foo/../bar/../..: too many .. segments 2019-09-11 14:34:39 WARN HttpConfig:475 - Cannot normalize URL path /foo/../bar/../../baz: too many .. segments [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.jgit.transport.HttpConfigUriPathTest [INFO] Running org.eclipse.jgit.transport.ProtocolV0ParserTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.jgit.transport.ProtocolV0ParserTest [INFO] Running org.eclipse.jgit.api.PushCommandTest URI: ssh://testuser@localhost:35261 InformationalMessage WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)! It is also possible that the RSA host key has just been changed. The fingerprint for the RSA key sent by the remote host [localhost]:35261 is 77:d0:4e:89:63:6b:b8:e1:6e:cf:de:2d:15:69:d1:41. Please contact your system administrator. Add correct host key in /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/jgit_test_3402603922275063098_tmp/.ssh/known_hosts to get rid of this message. 2019-09-11 14:34:40 INFO SshServer:334 - start() listen on auto-allocated port=37883 2019-09-11 14:34:40 INFO SshServer:334 - start() listen on auto-allocated port=44505 2019-09-11 14:34:40 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:52524 authenticated 2019-09-11 14:34:41 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:52528 authenticated [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.741 s - in org.eclipse.jgit.api.PushCommandTest [INFO] Running org.eclipse.jgit.api.ArchiveCommandTest 2019-09-11 14:34:41 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:52530 authenticated 2019-09-11 14:34:41 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:52536 authenticated 2019-09-11 14:34:42 INFO SshServer:334 - start() listen on auto-allocated port=34816 2019-09-11 14:34:42 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:40046 authenticated 2019-09-11 14:34:42 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:40048 authenticated 2019-09-11 14:34:44 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:40064 authenticated 2019-09-11 14:34:45 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:40066 authenticated 2019-09-11 14:34:45 INFO SshServer:334 - start() listen on auto-allocated port=36673 2019-09-11 14:34:45 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:33770 authenticated 2019-09-11 14:34:46 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:33774 authenticated 2019-09-11 14:34:46 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:33776 authenticated 2019-09-11 14:34:46 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:33778 authenticated 2019-09-11 14:34:47 INFO SshServer:334 - start() listen on auto-allocated port=37595 2019-09-11 14:34:47 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:53836 authenticated 2019-09-11 14:34:47 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:53840 authenticated 2019-09-11 14:34:47 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:53846 authenticated 2019-09-11 14:34:48 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:53850 authenticated 2019-09-11 14:34:48 INFO SshServer:334 - start() listen on auto-allocated port=35547 2019-09-11 14:34:49 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:36170 authenticated 2019-09-11 14:34:49 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:36172 authenticated 2019-09-11 14:34:49 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:36174 authenticated 2019-09-11 14:34:50 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:36176 authenticated 2019-09-11 14:34:50 INFO SshServer:334 - start() listen on auto-allocated port=39060 2019-09-11 14:34:51 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:60432 authenticated 2019-09-11 14:34:51 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:60436 authenticated 2019-09-11 14:34:51 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:60438 authenticated 2019-09-11 14:34:51 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:60442 authenticated [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.799 s - in org.eclipse.jgit.api.ArchiveCommandTest [INFO] Running org.eclipse.jgit.api.PullCommandWithRebaseTest 2019-09-11 14:34:52 INFO SshServer:334 - start() listen on auto-allocated port=36067 2019-09-11 14:34:53 INFO SshServer:334 - start() listen on auto-allocated port=38031 2019-09-11 14:34:55 INFO SshServer:334 - start() listen on auto-allocated port=39447 2019-09-11 14:34:56 INFO SshServer:334 - start() listen on auto-allocated port=37796 URI: ssh://testuser@localhost:37796 StringType Passphrase for /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/jgit_test_2994698205022520563_tmp/.ssh/id_dsa_testpass_key 2019-09-11 14:34:56 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:48458 authenticated 2019-09-11 14:34:56 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:48460 authenticated 2019-09-11 14:34:57 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:48462 authenticated 2019-09-11 14:34:57 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:48466 authenticated [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.359 s - in org.eclipse.jgit.api.PullCommandWithRebaseTest [INFO] Running org.eclipse.jgit.api.StashListCommandTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in org.eclipse.jgit.api.StashListCommandTest [INFO] Running org.eclipse.jgit.api.BranchCommandTest 2019-09-11 14:34:58 INFO SshServer:334 - start() listen on auto-allocated port=43798 URI: ssh://testuser@localhost:43798 StringType Passphrase for /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/jgit_test_2387835958480934870_tmp/.ssh/id_rsa_1024_testpass_key 2019-09-11 14:34:59 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:43728 authenticated 2019-09-11 14:34:59 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:43730 authenticated [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.958 s - in org.eclipse.jgit.api.BranchCommandTest [INFO] Running org.eclipse.jgit.api.CloneCommandTest 2019-09-11 14:34:59 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:43734 authenticated 2019-09-11 14:34:59 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:43736 authenticated 2019-09-11 14:35:00 INFO SshServer:334 - start() listen on auto-allocated port=46383 URI: ssh://testuser@localhost:46383 StringType Passphrase for /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/jgit_test_2424635605290646405_tmp/.ssh/id_rsa_2048_testpass_key 2019-09-11 14:35:00 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:39596 authenticated 2019-09-11 14:35:00 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:39598 authenticated 2019-09-11 14:35:01 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:39604 authenticated 2019-09-11 14:35:01 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:39606 authenticated 2019-09-11 14:35:02 INFO SshServer:334 - start() listen on auto-allocated port=45169 URI: ssh://testuser@localhost:45169 StringType Passphrase for /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/jgit_test_3900221363149583694_tmp/.ssh/id_rsa_3072_testpass_key 2019-09-11 14:35:02 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:53884 authenticated 2019-09-11 14:35:02 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:53890 authenticated 2019-09-11 14:35:03 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:53894 authenticated 2019-09-11 14:35:03 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:53898 authenticated 2019-09-11 14:35:04 INFO SshServer:334 - start() listen on auto-allocated port=40627 URI: ssh://testuser@localhost:40627 StringType Passphrase for /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/jgit_test_2373914384438651420_tmp/.ssh/id_rsa_4096_testpass_key 2019-09-11 14:35:05 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:49188 authenticated 2019-09-11 14:35:05 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:49190 authenticated 2019-09-11 14:35:05 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:49196 authenticated 2019-09-11 14:35:05 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:49198 authenticated [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.75 s - in org.eclipse.jgit.api.CloneCommandTest [INFO] Running org.eclipse.jgit.api.NotesCommandTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 s - in org.eclipse.jgit.api.NotesCommandTest [INFO] Running org.eclipse.jgit.api.blame.BlameGeneratorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s - in org.eclipse.jgit.api.blame.BlameGeneratorTest [INFO] Running org.eclipse.jgit.api.GitConstructionTest 2019-09-11 14:35:06 INFO SshServer:334 - start() listen on auto-allocated port=46336 URI: ssh://testuser@localhost:46336 StringType Passphrase for /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/jgit_test_4787274416093872441_tmp/.ssh/id_ecdsa_256_testpass_key 2019-09-11 14:35:06 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:53440 authenticated 2019-09-11 14:35:07 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:53442 authenticated [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.501 s - in org.eclipse.jgit.api.GitConstructionTest [INFO] Running org.eclipse.jgit.api.PullCommandTest 2019-09-11 14:35:07 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:53444 authenticated 2019-09-11 14:35:07 INFO ServerUserAuthService:322 - Session testuser@/127.0.0.1:53448 authenticated 2019-09-11 14:35:07 INFO SshServer:334 - start() listen on auto-allocated port=34577 2019-09-11 14:35:08 INFO SshServer:334 - start() listen on auto-allocated port=41740 2019-09-11 14:35:09 INFO SshServer:334 - start() listen on auto-allocated port=35858 2019-09-11 14:35:09 INFO SshServer:334 - start() listen on auto-allocated port=42021 [INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 109.38 s - in org.eclipse.jgit.transport.JSchSshTest [INFO] Running org.eclipse.jgit.api.TagCommandTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.319 s - in org.eclipse.jgit.api.TagCommandTest [INFO] Running org.eclipse.jgit.api.FetchAndPullCommandsRecurseSubmodulesTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.469 s - in org.eclipse.jgit.api.PullCommandTest [INFO] Running org.eclipse.jgit.api.StatusCommandTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.eclipse.jgit.api.StatusCommandTest [INFO] Running org.eclipse.jgit.api.LogCommandTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.551 s - in org.eclipse.jgit.api.LogCommandTest [INFO] Running org.eclipse.jgit.api.DescribeCommandTest [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.265 s - in org.eclipse.jgit.api.DescribeCommandTest [INFO] Running org.eclipse.jgit.api.StashCreateCommandTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.477 s - in org.eclipse.jgit.api.StashCreateCommandTest [INFO] Running org.eclipse.jgit.api.ReflogCommandTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 s - in org.eclipse.jgit.api.ReflogCommandTest [INFO] Running org.eclipse.jgit.api.HugeFileTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 s - in org.eclipse.jgit.api.HugeFileTest [INFO] Running org.eclipse.jgit.api.CrLfNativeTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s - in org.eclipse.jgit.api.CrLfNativeTest [INFO] Running org.eclipse.jgit.api.CommitAndLogCommandTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.343 s - in org.eclipse.jgit.api.CommitAndLogCommandTest [INFO] Running org.eclipse.jgit.api.MergeCommandTest [INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.711 s - in org.eclipse.jgit.api.MergeCommandTest [INFO] Running org.eclipse.jgit.api.RemoteAddCommandTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.jgit.api.RemoteAddCommandTest [INFO] Running org.eclipse.jgit.api.CleanCommandTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.636 s - in org.eclipse.jgit.api.CleanCommandTest [INFO] Running org.eclipse.jgit.api.SecurityManagerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.614 s - in org.eclipse.jgit.api.SecurityManagerTest [INFO] Running org.eclipse.jgit.api.CommitCommandTest [WARNING] Tests run: 21, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 2.414 s - in org.eclipse.jgit.api.CommitCommandTest [INFO] Running org.eclipse.jgit.api.RemoteListCommandTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.jgit.api.RemoteListCommandTest [INFO] Running org.eclipse.jgit.api.RebaseCommandTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.791 s - in org.eclipse.jgit.api.FetchAndPullCommandsRecurseSubmodulesTest [INFO] Running org.eclipse.jgit.api.EolRepositoryTest [INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.369 s - in org.eclipse.jgit.api.RebaseCommandTest [INFO] Running org.eclipse.jgit.api.InitCommandTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.2 s - in org.eclipse.jgit.api.InitCommandTest [INFO] Running org.eclipse.jgit.api.CheckoutCommandTest [WARNING] Tests run: 33, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 5.61 s - in org.eclipse.jgit.api.CheckoutCommandTest [INFO] Running org.eclipse.jgit.api.DiffCommandTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s - in org.eclipse.jgit.api.DiffCommandTest [INFO] Running org.eclipse.jgit.api.ResetCommandTest [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.601 s - in org.eclipse.jgit.api.ResetCommandTest [INFO] Running org.eclipse.jgit.api.PathCheckoutCommandTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.257 s - in org.eclipse.jgit.api.PathCheckoutCommandTest [INFO] Running org.eclipse.jgit.api.StashDropCommandTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.298 s - in org.eclipse.jgit.api.StashDropCommandTest [INFO] Running org.eclipse.jgit.api.RmCommandTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.jgit.api.RmCommandTest [INFO] Running org.eclipse.jgit.api.ApplyCommandTest [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.36 s - in org.eclipse.jgit.api.ApplyCommandTest [INFO] Running org.eclipse.jgit.api.RemoteSetUrlCommandTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.jgit.api.RemoteSetUrlCommandTest [INFO] Running org.eclipse.jgit.api.AddCommandTest [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.991 s - in org.eclipse.jgit.api.AddCommandTest [INFO] Running org.eclipse.jgit.api.StashApplyCommandTest [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.34 s - in org.eclipse.jgit.api.StashApplyCommandTest [INFO] Running org.eclipse.jgit.api.CherryPickCommandTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.86 s - in org.eclipse.jgit.api.CherryPickCommandTest [INFO] Running org.eclipse.jgit.api.LsRemoteCommandTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.6 s - in org.eclipse.jgit.api.LsRemoteCommandTest [INFO] Running org.eclipse.jgit.api.EolStreamTypeUtilTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.jgit.api.EolStreamTypeUtilTest [INFO] Running org.eclipse.jgit.api.NameRevCommandTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.705 s - in org.eclipse.jgit.api.NameRevCommandTest [INFO] Running org.eclipse.jgit.api.GarbageCollectCommandTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.406 s - in org.eclipse.jgit.api.GarbageCollectCommandTest [INFO] Running org.eclipse.jgit.api.BlameCommandTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.973 s - in org.eclipse.jgit.api.BlameCommandTest [INFO] Running org.eclipse.jgit.api.FetchCommandTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.752 s - in org.eclipse.jgit.api.FetchCommandTest [INFO] Running org.eclipse.jgit.api.RemoteDeleteCommandTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.jgit.api.RemoteDeleteCommandTest [INFO] Running org.eclipse.jgit.api.RevertCommandTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.609 s - in org.eclipse.jgit.api.RevertCommandTest [INFO] Running org.eclipse.jgit.api.CommitOnlyTest [INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.752 s - in org.eclipse.jgit.api.CommitOnlyTest [INFO] Running org.eclipse.jgit.api.RenameBranchCommandTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.312 s - in org.eclipse.jgit.api.RenameBranchCommandTest [INFO] Running org.eclipse.jgit.revwalk.RevObjectTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s - in org.eclipse.jgit.revwalk.RevObjectTest [INFO] Running org.eclipse.jgit.revwalk.BitmappedReachabilityCheckerTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.146 s - in org.eclipse.jgit.revwalk.BitmappedReachabilityCheckerTest [INFO] Running org.eclipse.jgit.revwalk.RevWalkResetTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.jgit.revwalk.RevWalkResetTest [INFO] Running org.eclipse.jgit.revwalk.RevFlagSetTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.jgit.revwalk.RevFlagSetTest [INFO] Running org.eclipse.jgit.revwalk.DateRevQueueTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in org.eclipse.jgit.revwalk.DateRevQueueTest [INFO] Running org.eclipse.jgit.revwalk.AlwaysEmptyRevQueueTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.jgit.revwalk.AlwaysEmptyRevQueueTest [INFO] Running org.eclipse.jgit.revwalk.RevWalkCullTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.jgit.revwalk.RevWalkCullTest [INFO] Running org.eclipse.jgit.revwalk.MaxCountRevFilterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.jgit.revwalk.MaxCountRevFilterTest [INFO] Running org.eclipse.jgit.revwalk.RevWalkSortTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.eclipse.jgit.revwalk.RevWalkSortTest [INFO] Running org.eclipse.jgit.revwalk.TreeRevFilterTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s - in org.eclipse.jgit.revwalk.TreeRevFilterTest [INFO] Running org.eclipse.jgit.revwalk.PedestrianReachabilityCheckerTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.667 s - in org.eclipse.jgit.revwalk.PedestrianReachabilityCheckerTest [INFO] Running org.eclipse.jgit.revwalk.RevWalkPathFilter1Test [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.267 s - in org.eclipse.jgit.revwalk.RevWalkPathFilter1Test [INFO] Running org.eclipse.jgit.revwalk.SkipRevFilterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.jgit.revwalk.SkipRevFilterTest [INFO] Running org.eclipse.jgit.revwalk.RevWalkCarryFlagsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.jgit.revwalk.RevWalkCarryFlagsTest [INFO] Running org.eclipse.jgit.revwalk.RevWalkUtilsReachableTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 s - in org.eclipse.jgit.revwalk.RevWalkUtilsReachableTest [INFO] Running org.eclipse.jgit.revwalk.RevWalkMergedIntoTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.jgit.revwalk.RevWalkMergedIntoTest [INFO] Running org.eclipse.jgit.revwalk.RevWalkMergeBaseTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s - in org.eclipse.jgit.revwalk.RevWalkMergeBaseTest [INFO] Running org.eclipse.jgit.revwalk.FooterLineTest [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s - in org.eclipse.jgit.revwalk.FooterLineTest [INFO] Running org.eclipse.jgit.revwalk.RevWalkFilterTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 s - in org.eclipse.jgit.revwalk.RevWalkFilterTest [INFO] Running org.eclipse.jgit.revwalk.RevWalkUtilsCountTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.eclipse.jgit.revwalk.RevWalkUtilsCountTest [INFO] Running org.eclipse.jgit.revwalk.RevTagParseTest [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 s - in org.eclipse.jgit.revwalk.RevTagParseTest [INFO] Running org.eclipse.jgit.revwalk.RevWalkPathFilter6012Test [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 s - in org.eclipse.jgit.revwalk.RevWalkPathFilter6012Test [INFO] Running org.eclipse.jgit.revwalk.BitmapCalculatorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.495 s - in org.eclipse.jgit.revwalk.BitmapCalculatorTest [INFO] Running org.eclipse.jgit.revwalk.ObjectWalkTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s - in org.eclipse.jgit.revwalk.ObjectWalkTest [INFO] Running org.eclipse.jgit.revwalk.LIFORevQueueTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.72 s - in org.eclipse.jgit.revwalk.LIFORevQueueTest [INFO] Running org.eclipse.jgit.revwalk.ObjectWalkFilterTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.jgit.revwalk.ObjectWalkFilterTest [INFO] Running org.eclipse.jgit.revwalk.RevWalkShallowTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.727 s - in org.eclipse.jgit.revwalk.RevWalkShallowTest [INFO] Running org.eclipse.jgit.revwalk.RevCommitParseTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 s - in org.eclipse.jgit.revwalk.RevCommitParseTest [INFO] Running org.eclipse.jgit.revwalk.RevWalkFollowFilterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.eclipse.jgit.revwalk.RevWalkFollowFilterTest [INFO] Running org.eclipse.jgit.revwalk.FIFORevQueueTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.278 s - in org.eclipse.jgit.revwalk.FIFORevQueueTest [INFO] Running org.eclipse.jgit.revwalk.FirstParentRevWalkTest [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.579 s - in org.eclipse.jgit.revwalk.FirstParentRevWalkTest [INFO] Running org.eclipse.jgit.revwalk.RevCommitListTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.343 s - in org.eclipse.jgit.revwalk.RevCommitListTest [INFO] Running org.eclipse.jgit.lib.RacyGitTests [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.846 s - in org.eclipse.jgit.lib.RacyGitTests [INFO] Running org.eclipse.jgit.lib.RefDatabaseConflictingNamesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.jgit.lib.RefDatabaseConflictingNamesTest [INFO] Running org.eclipse.jgit.lib.DirCacheCheckoutMaliciousPathTest [INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.685 s - in org.eclipse.jgit.lib.DirCacheCheckoutMaliciousPathTest [INFO] Running org.eclipse.jgit.lib.MergeHeadMsgTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.jgit.lib.MergeHeadMsgTest [INFO] Running org.eclipse.jgit.lib.RefTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.345 s - in org.eclipse.jgit.lib.RefTest [INFO] Running org.eclipse.jgit.lib.BranchConfigTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.jgit.lib.BranchConfigTest [INFO] Running org.eclipse.jgit.lib.T0001_PersonIdentTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.jgit.lib.T0001_PersonIdentTest [INFO] Running org.eclipse.jgit.lib.ReflogConfigTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.jgit.lib.ReflogConfigTest [INFO] Running org.eclipse.jgit.lib.ConstantsEncodingTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.jgit.lib.ConstantsEncodingTest [INFO] Running org.eclipse.jgit.lib.ObjectIdSubclassMapTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.jgit.lib.ObjectIdSubclassMapTest [INFO] Running org.eclipse.jgit.lib.SymbolicRefTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.jgit.lib.SymbolicRefTest [INFO] Running org.eclipse.jgit.lib.ObjectLoaderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.jgit.lib.ObjectLoaderTest [INFO] Running org.eclipse.jgit.lib.ObjectIdOwnerMapTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.jgit.lib.ObjectIdOwnerMapTest [INFO] Running org.eclipse.jgit.lib.ObjectCheckerTest [INFO] Tests run: 133, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.jgit.lib.ObjectCheckerTest [INFO] Running org.eclipse.jgit.lib.RepositoryResolveTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.722 s - in org.eclipse.jgit.lib.RepositoryResolveTest [INFO] Running org.eclipse.jgit.lib.AbbreviatedObjectIdTest [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.jgit.lib.AbbreviatedObjectIdTest [INFO] Running org.eclipse.jgit.lib.RepositoryCacheTest 2019-09-11 14:36:35 WARN Repository:973 - close() called when useCnt is already zero for Repository[/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/jgit_test_4420428498369907177_tmp/tmp_1320022649142009141.git] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.26 s - in org.eclipse.jgit.lib.RepositoryCacheTest [INFO] Running org.eclipse.jgit.lib.ReflogResolveTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 s - in org.eclipse.jgit.lib.ReflogResolveTest [INFO] Running org.eclipse.jgit.lib.IndexDiffTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.548 s - in org.eclipse.jgit.lib.IndexDiffTest [INFO] Running org.eclipse.jgit.lib.SquashCommitMsgTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.jgit.lib.SquashCommitMsgTest [INFO] Running org.eclipse.jgit.lib.ValidRefNameTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.jgit.lib.ValidRefNameTest [INFO] Running org.eclipse.jgit.lib.RebaseTodoFileTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.jgit.lib.RebaseTodoFileTest [INFO] Running org.eclipse.jgit.lib.BranchTrackingStatusTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.jgit.lib.BranchTrackingStatusTest [INFO] Running org.eclipse.jgit.lib.ObjectIdRefTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.jgit.lib.ObjectIdRefTest [INFO] Running org.eclipse.jgit.lib.CommitBuilderTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.jgit.lib.CommitBuilderTest [INFO] Running org.eclipse.jgit.lib.DirCacheCheckoutTest [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.318 s - in org.eclipse.jgit.lib.DirCacheCheckoutTest [INFO] Running org.eclipse.jgit.lib.ObjectIdTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.jgit.lib.ObjectIdTest [INFO] Running org.eclipse.jgit.lib.DirCacheCheckoutTestWithSymlinks [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in org.eclipse.jgit.lib.DirCacheCheckoutTestWithSymlinks [INFO] Running org.eclipse.jgit.lib.RepositoryCacheConfigTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.jgit.lib.RepositoryCacheConfigTest [INFO] Running org.eclipse.jgit.lib.ThreadSafeProgressMonitorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.jgit.lib.ThreadSafeProgressMonitorTest [INFO] Running org.eclipse.jgit.lib.ObjectIdSerializerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.jgit.lib.ObjectIdSerializerTest [INFO] Running org.eclipse.jgit.lib.IndexDiffSubmoduleTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.877 s - in org.eclipse.jgit.lib.IndexDiffSubmoduleTest [INFO] Running org.eclipse.jgit.lib.ConfigTest [INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in org.eclipse.jgit.lib.ConfigTest [INFO] Running org.eclipse.jgit.lib.SubmoduleConfigTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.jgit.lib.SubmoduleConfigTest [INFO] Running org.eclipse.jgit.lib.IndexModificationTimesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.692 s - in org.eclipse.jgit.lib.IndexModificationTimesTest [INFO] Running org.eclipse.jgit.lib.GpgConfigTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.jgit.lib.GpgConfigTest [INFO] Running org.eclipse.jgit.submodule.SubmoduleAddTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.624 s - in org.eclipse.jgit.submodule.SubmoduleAddTest [INFO] Running org.eclipse.jgit.submodule.SubmoduleUpdateTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 s - in org.eclipse.jgit.submodule.SubmoduleUpdateTest [INFO] Running org.eclipse.jgit.submodule.SubmoduleSyncTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.241 s - in org.eclipse.jgit.submodule.SubmoduleSyncTest [INFO] Running org.eclipse.jgit.submodule.SubmoduleWalkTest 2019-09-11 14:36:49 WARN Repository:973 - close() called when useCnt is already zero for Repository[/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/jgit_test_8173357790384305385_tmp/tmp_4870542013964974154/sub/../.git/modules/sub] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s - in org.eclipse.jgit.submodule.SubmoduleWalkTest [INFO] Running org.eclipse.jgit.submodule.SubmoduleStatusTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in org.eclipse.jgit.submodule.SubmoduleStatusTest [INFO] Running org.eclipse.jgit.submodule.SubmoduleDeinitTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.658 s - in org.eclipse.jgit.submodule.SubmoduleDeinitTest [INFO] Running org.eclipse.jgit.submodule.SubmoduleInitTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.eclipse.jgit.submodule.SubmoduleInitTest [INFO] Running org.eclipse.jgit.dircache.DirCacheCGitCompatabilityTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 s - in org.eclipse.jgit.dircache.DirCacheCGitCompatabilityTest [INFO] Running org.eclipse.jgit.dircache.DirCacheIteratorTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 s - in org.eclipse.jgit.dircache.DirCacheIteratorTest [INFO] Running org.eclipse.jgit.dircache.DirCacheFindTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.jgit.dircache.DirCacheFindTest [INFO] Running org.eclipse.jgit.dircache.DirCacheBuilderIteratorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.jgit.dircache.DirCacheBuilderIteratorTest [INFO] Running org.eclipse.jgit.dircache.DirCacheLargePathTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s - in org.eclipse.jgit.dircache.DirCacheLargePathTest [INFO] Running org.eclipse.jgit.dircache.DirCacheTreeTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.eclipse.jgit.dircache.DirCacheTreeTest [INFO] Running org.eclipse.jgit.dircache.DirCacheBasicTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 s - in org.eclipse.jgit.dircache.DirCacheBasicTest [INFO] Running org.eclipse.jgit.dircache.DirCacheBuilderTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.eclipse.jgit.dircache.DirCacheBuilderTest [INFO] Running org.eclipse.jgit.dircache.DirCacheEntryTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.jgit.dircache.DirCacheEntryTest [INFO] Running org.eclipse.jgit.dircache.DirCachePathEditTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.jgit.dircache.DirCachePathEditTest [INFO] Running org.eclipse.jgit.ignore.IgnoreNodeTest 2019-09-11 14:36:51 ERROR FastIgnoreRule:133 - Collating symbols [[.a.]] or equivalence class expressions [[=a=]] are not supported org.eclipse.jgit.errors.InvalidPatternException: Collating symbols [[.a.]] or equivalence class expressions [[=a=]] are not supported at org.eclipse.jgit.ignore.internal.Strings.convertGlob(Strings.java:283) at org.eclipse.jgit.ignore.internal.WildCardMatcher.<init>(WildCardMatcher.java:64) at org.eclipse.jgit.ignore.internal.PathMatcher.createNameMatcher0(PathMatcher.java:178) at org.eclipse.jgit.ignore.internal.PathMatcher.createPathMatcher(PathMatcher.java:136) at org.eclipse.jgit.ignore.FastIgnoreRule.<init>(FastIgnoreRule.java:129) at org.eclipse.jgit.ignore.IgnoreNode.parse(IgnoreNode.java:115) at org.eclipse.jgit.ignore.IgnoreNodeTest.testEmptyIgnoreRules(IgnoreNodeTest.java:551) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.478 s - in org.eclipse.jgit.ignore.IgnoreNodeTest [INFO] Running org.eclipse.jgit.ignore.CGitIgnoreTest [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.783 s - in org.eclipse.jgit.ignore.CGitIgnoreTest [INFO] Running org.eclipse.jgit.ignore.internal.StringsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.jgit.ignore.internal.StringsTest [INFO] Running org.eclipse.jgit.ignore.IgnoreRuleSpecialCasesTest 2019-09-11 14:36:52 ERROR FastIgnoreRule:133 - Not closed bracket? org.eclipse.jgit.errors.InvalidPatternException: Not closed bracket? at org.eclipse.jgit.ignore.internal.Strings.convertGlob(Strings.java:444) at org.eclipse.jgit.ignore.internal.WildCardMatcher.<init>(WildCardMatcher.java:64) at org.eclipse.jgit.ignore.internal.PathMatcher.createNameMatcher0(PathMatcher.java:178) at org.eclipse.jgit.ignore.internal.PathMatcher.createPathMatcher(PathMatcher.java:136) at org.eclipse.jgit.ignore.FastIgnoreRule.<init>(FastIgnoreRule.java:129) at org.eclipse.jgit.ignore.IgnoreRuleSpecialCasesTest.assertMatch(IgnoreRuleSpecialCasesTest.java:57) at org.eclipse.jgit.ignore.IgnoreRuleSpecialCasesTest.testSpecialGroupCase9(IgnoreRuleSpecialCasesTest.java:771) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) 2019-09-11 14:36:52 ERROR FastIgnoreRule:133 - Not closed bracket? org.eclipse.jgit.errors.InvalidPatternException: Not closed bracket? at org.eclipse.jgit.ignore.internal.Strings.convertGlob(Strings.java:444) at org.eclipse.jgit.ignore.internal.WildCardMatcher.<init>(WildCardMatcher.java:64) at org.eclipse.jgit.ignore.internal.PathMatcher.createNameMatcher0(PathMatcher.java:178) at org.eclipse.jgit.ignore.internal.PathMatcher.createPathMatcher(PathMatcher.java:136) at org.eclipse.jgit.ignore.FastIgnoreRule.<init>(FastIgnoreRule.java:129) at org.eclipse.jgit.ignore.IgnoreRuleSpecialCasesTest.assertMatch(IgnoreRuleSpecialCasesTest.java:57) at org.eclipse.jgit.ignore.IgnoreRuleSpecialCasesTest.testBracketsUnmatched1(IgnoreRuleSpecialCasesTest.java:989) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) 2019-09-11 14:36:52 ERROR FastIgnoreRule:133 - Not closed bracket? org.eclipse.jgit.errors.InvalidPatternException: Not closed bracket? at org.eclipse.jgit.ignore.internal.Strings.convertGlob(Strings.java:444) at org.eclipse.jgit.ignore.internal.WildCardMatcher.<init>(WildCardMatcher.java:64) at org.eclipse.jgit.ignore.internal.PathMatcher.createNameMatcher0(PathMatcher.java:178) at org.eclipse.jgit.ignore.internal.PathMatcher.createPathMatcher(PathMatcher.java:136) at org.eclipse.jgit.ignore.FastIgnoreRule.<init>(FastIgnoreRule.java:129) at org.eclipse.jgit.ignore.IgnoreRuleSpecialCasesTest.assertMatch(IgnoreRuleSpecialCasesTest.java:57) at org.eclipse.jgit.ignore.IgnoreRuleSpecialCasesTest.testBracketsUnmatched1(IgnoreRuleSpecialCasesTest.java:990) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) 2019-09-11 14:36:52 ERROR FastIgnoreRule:133 - Not closed bracket? org.eclipse.jgit.errors.InvalidPatternException: Not closed bracket? at org.eclipse.jgit.ignore.internal.Strings.convertGlob(Strings.java:444) at org.eclipse.jgit.ignore.internal.WildCardMatcher.<init>(WildCardMatcher.java:64) at org.eclipse.jgit.ignore.internal.PathMatcher.createNameMatcher0(PathMatcher.java:178) at org.eclipse.jgit.ignore.internal.PathMatcher.createPathMatcher(PathMatcher.java:136) at org.eclipse.jgit.ignore.FastIgnoreRule.<init>(FastIgnoreRule.java:129) at org.eclipse.jgit.ignore.IgnoreRuleSpecialCasesTest.assertMatch(IgnoreRuleSpecialCasesTest.java:57) at org.eclipse.jgit.ignore.IgnoreRuleSpecialCasesTest.testBracketsUnmatched1(IgnoreRuleSpecialCasesTest.java:991) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) 2019-09-11 14:36:52 ERROR FastIgnoreRule:133 - Not closed bracket? org.eclipse.jgit.errors.InvalidPatternException: Not closed bracket? at org.eclipse.jgit.ignore.internal.Strings.convertGlob(Strings.java:444) at org.eclipse.jgit.ignore.internal.WildCardMatcher.<init>(WildCardMatcher.java:64) at org.eclipse.jgit.ignore.internal.PathMatcher.createNameMatcher0(PathMatcher.java:178) at org.eclipse.jgit.ignore.internal.PathMatcher.createPathMatcher(PathMatcher.java:136) at org.eclipse.jgit.ignore.FastIgnoreRule.<init>(FastIgnoreRule.java:129) at org.eclipse.jgit.ignore.IgnoreRuleSpecialCasesTest.assertMatch(IgnoreRuleSpecialCasesTest.java:57) at org.eclipse.jgit.ignore.IgnoreRuleSpecialCasesTest.testBracketsUnmatched1(IgnoreRuleSpecialCasesTest.java:992) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) 2019-09-11 14:36:52 ERROR FastIgnoreRule:133 - Not closed bracket? org.eclipse.jgit.errors.InvalidPatternException: Not closed bracket? at org.eclipse.jgit.ignore.internal.Strings.convertGlob(Strings.java:444) at org.eclipse.jgit.ignore.internal.WildCardMatcher.<init>(WildCardMatcher.java:64) at org.eclipse.jgit.ignore.internal.PathMatcher.createNameMatcher0(PathMatcher.java:178) at org.eclipse.jgit.ignore.internal.PathMatcher.createPathMatcher(PathMatcher.java:136) at org.eclipse.jgit.ignore.FastIgnoreRule.<init>(FastIgnoreRule.java:129) at org.eclipse.jgit.ignore.IgnoreRuleSpecialCasesTest.assertMatch(IgnoreRuleSpecialCasesTest.java:57) at org.eclipse.jgit.ignore.IgnoreRuleSpecialCasesTest.testBracketsUnmatched1(IgnoreRuleSpecialCasesTest.java:993) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) 2019-09-11 14:36:52 ERROR FastIgnoreRule:133 - Not closed bracket? org.eclipse.jgit.errors.InvalidPatternException: Not closed bracket? at org.eclipse.jgit.ignore.internal.Strings.convertGlob(Strings.java:444) at org.eclipse.jgit.ignore.internal.WildCardMatcher.<init>(WildCardMatcher.java:64) at org.eclipse.jgit.ignore.internal.PathMatcher.createNameMatcher0(PathMatcher.java:178) at org.eclipse.jgit.ignore.internal.PathMatcher.createPathMatcher(PathMatcher.java:136) at org.eclipse.jgit.ignore.FastIgnoreRule.<init>(FastIgnoreRule.java:129) at org.eclipse.jgit.ignore.IgnoreRuleSpecialCasesTest.assertMatch(IgnoreRuleSpecialCasesTest.java:57) at org.eclipse.jgit.ignore.IgnoreRuleSpecialCasesTest.testBracketsUnmatched1(IgnoreRuleSpecialCasesTest.java:994) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) 2019-09-11 14:36:52 ERROR FastIgnoreRule:133 - Not closed bracket? org.eclipse.jgit.errors.InvalidPatternException: Not closed bracket? at org.eclipse.jgit.ignore.internal.Strings.convertGlob(Strings.java:444) at org.eclipse.jgit.ignore.internal.WildCardMatcher.<init>(WildCardMatcher.java:64) at org.eclipse.jgit.ignore.internal.PathMatcher.createNameMatcher0(PathMatcher.java:178) at org.eclipse.jgit.ignore.internal.PathMatcher.createPathMatcher(PathMatcher.java:136) at org.eclipse.jgit.ignore.FastIgnoreRule.<init>(FastIgnoreRule.java:129) at org.eclipse.jgit.ignore.IgnoreRuleSpecialCasesTest.assertMatch(IgnoreRuleSpecialCasesTest.java:57) at org.eclipse.jgit.ignore.IgnoreRuleSpecialCasesTest.testBracketsUnmatched1(IgnoreRuleSpecialCasesTest.java:995) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) 2019-09-11 14:36:52 ERROR FastIgnoreRule:133 - Not closed bracket? org.eclipse.jgit.errors.InvalidPatternException: Not closed bracket? at org.eclipse.jgit.ignore.internal.Strings.convertGlob(Strings.java:444) at org.eclipse.jgit.ignore.internal.WildCardMatcher.<init>(WildCardMatcher.java:64) at org.eclipse.jgit.ignore.internal.PathMatcher.createNameMatcher0(PathMatcher.java:178) at org.eclipse.jgit.ignore.internal.PathMatcher.createPathMatcher(PathMatcher.java:136) at org.eclipse.jgit.ignore.FastIgnoreRule.<init>(FastIgnoreRule.java:129) at org.eclipse.jgit.ignore.IgnoreRuleSpecialCasesTest.assertMatch(IgnoreRuleSpecialCasesTest.java:57) at org.eclipse.jgit.ignore.IgnoreRuleSpecialCasesTest.testBracketsUnmatched1(IgnoreRuleSpecialCasesTest.java:996) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) 2019-09-11 14:36:52 ERROR FastIgnoreRule:133 - Not closed bracket? org.eclipse.jgit.errors.InvalidPatternException: Not closed bracket? at org.eclipse.jgit.ignore.internal.Strings.convertGlob(Strings.java:444) at org.eclipse.jgit.ignore.internal.WildCardMatcher.<init>(WildCardMatcher.java:64) at org.eclipse.jgit.ignore.internal.PathMatcher.createNameMatcher0(PathMatcher.java:178) at org.eclipse.jgit.ignore.internal.PathMatcher.createPathMatcher(PathMatcher.java:136) at org.eclipse.jgit.ignore.FastIgnoreRule.<init>(FastIgnoreRule.java:129) at org.eclipse.jgit.ignore.IgnoreRuleSpecialCasesTest.assertMatch(IgnoreRuleSpecialCasesTest.java:57) at org.eclipse.jgit.ignore.IgnoreRuleSpecialCasesTest.testBracketsUnmatched1(IgnoreRuleSpecialCasesTest.java:997) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) 2019-09-11 14:36:52 ERROR FastIgnoreRule:133 - Not closed bracket? org.eclipse.jgit.errors.InvalidPatternException: Not closed bracket? at org.eclipse.jgit.ignore.internal.Strings.convertGlob(Strings.java:444) at org.eclipse.jgit.ignore.internal.WildCardMatcher.<init>(WildCardMatcher.java:64) at org.eclipse.jgit.ignore.internal.PathMatcher.createNameMatcher0(PathMatcher.java:178) at org.eclipse.jgit.ignore.internal.PathMatcher.createPathMatcher(PathMatcher.java:136) at org.eclipse.jgit.ignore.FastIgnoreRule.<init>(FastIgnoreRule.java:129) at org.eclipse.jgit.ignore.IgnoreRuleSpecialCasesTest.assertMatch(IgnoreRuleSpecialCasesTest.java:57) at org.eclipse.jgit.ignore.IgnoreRuleSpecialCasesTest.testBracketsRandom(IgnoreRuleSpecialCasesTest.java:1021) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) 2019-09-11 14:36:52 ERROR FastIgnoreRule:133 - Collating symbols [[.a.]] or equivalence class expressions [[=a=]] are not supported org.eclipse.jgit.errors.InvalidPatternException: Collating symbols [[.a.]] or equivalence class expressions [[=a=]] are not supported at org.eclipse.jgit.ignore.internal.Strings.convertGlob(Strings.java:283) at org.eclipse.jgit.ignore.internal.WildCardMatcher.<init>(WildCardMatcher.java:64) at org.eclipse.jgit.ignore.internal.PathMatcher.createNameMatcher0(PathMatcher.java:178) at org.eclipse.jgit.ignore.internal.PathMatcher.createPathMatcher(PathMatcher.java:136) at org.eclipse.jgit.ignore.FastIgnoreRule.<init>(FastIgnoreRule.java:129) at org.eclipse.jgit.ignore.IgnoreRuleSpecialCasesTest.assertMatch(IgnoreRuleSpecialCasesTest.java:57) at org.eclipse.jgit.ignore.IgnoreRuleSpecialCasesTest.testUnsupportedGroupCase0(IgnoreRuleSpecialCasesTest.java:783) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) 2019-09-11 14:36:52 ERROR FastIgnoreRule:133 - Collating symbols [[.a.]] or equivalence class expressions [[=a=]] are not supported org.eclipse.jgit.errors.InvalidPatternException: Collating symbols [[.a.]] or equivalence class expressions [[=a=]] are not supported at org.eclipse.jgit.ignore.internal.Strings.convertGlob(Strings.java:283) at org.eclipse.jgit.ignore.internal.WildCardMatcher.<init>(WildCardMatcher.java:64) at org.eclipse.jgit.ignore.internal.PathMatcher.createNameMatcher0(PathMatcher.java:178) at org.eclipse.jgit.ignore.internal.PathMatcher.createPathMatcher(PathMatcher.java:136) at org.eclipse.jgit.ignore.FastIgnoreRule.<init>(FastIgnoreRule.java:129) at org.eclipse.jgit.ignore.IgnoreRuleSpecialCasesTest.assertMatch(IgnoreRuleSpecialCasesTest.java:57) at org.eclipse.jgit.ignore.IgnoreRuleSpecialCasesTest.testUnsupportedGroupCase0(IgnoreRuleSpecialCasesTest.java:784) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) 2019-09-11 14:36:52 ERROR FastIgnoreRule:133 - Collating symbols [[.a.]] or equivalence class expressions [[=a=]] are not supported org.eclipse.jgit.errors.InvalidPatternException: Collating symbols [[.a.]] or equivalence class expressions [[=a=]] are not supported at org.eclipse.jgit.ignore.internal.Strings.convertGlob(Strings.java:283) at org.eclipse.jgit.ignore.internal.WildCardMatcher.<init>(WildCardMatcher.java:64) at org.eclipse.jgit.ignore.internal.PathMatcher.createNameMatcher0(PathMatcher.java:178) at org.eclipse.jgit.ignore.internal.PathMatcher.createPathMatcher(PathMatcher.java:136) at org.eclipse.jgit.ignore.FastIgnoreRule.<init>(FastIgnoreRule.java:129) at org.eclipse.jgit.ignore.IgnoreRuleSpecialCasesTest.assertMatch(IgnoreRuleSpecialCasesTest.java:57) at org.eclipse.jgit.ignore.IgnoreRuleSpecialCasesTest.testUnsupportedGroupCase1(IgnoreRuleSpecialCasesTest.java:796) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) 2019-09-11 14:36:52 ERROR FastIgnoreRule:133 - Collating symbols [[.a.]] or equivalence class expressions [[=a=]] are not supported org.eclipse.jgit.errors.InvalidPatternException: Collating symbols [[.a.]] or equivalence class expressions [[=a=]] are not supported at org.eclipse.jgit.ignore.internal.Strings.convertGlob(Strings.java:283) at org.eclipse.jgit.ignore.internal.WildCardMatcher.<init>(WildCardMatcher.java:64) at org.eclipse.jgit.ignore.internal.PathMatcher.createNameMatcher0(PathMatcher.java:178) at org.eclipse.jgit.ignore.internal.PathMatcher.createPathMatcher(PathMatcher.java:136) at org.eclipse.jgit.ignore.FastIgnoreRule.<init>(FastIgnoreRule.java:129) at org.eclipse.jgit.ignore.IgnoreRuleSpecialCasesTest.assertMatch(IgnoreRuleSpecialCasesTest.java:57) at org.eclipse.jgit.ignore.IgnoreRuleSpecialCasesTest.testUnsupportedGroupCase1(IgnoreRuleSpecialCasesTest.java:797) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [INFO] Tests run: 168, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 s - in org.eclipse.jgit.ignore.IgnoreRuleSpecialCasesTest [INFO] Running org.eclipse.jgit.ignore.BasicRuleTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.jgit.ignore.BasicRuleTest [INFO] Running org.eclipse.jgit.ignore.FastIgnoreRuleTest [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.jgit.ignore.FastIgnoreRuleTest [INFO] Running org.eclipse.jgit.ignore.IgnoreMatcherParametrizedTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.jgit.ignore.IgnoreMatcherParametrizedTest [INFO] Running org.eclipse.jgit.symlinks.SymlinksTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.588 s - in org.eclipse.jgit.symlinks.SymlinksTest [INFO] Running org.eclipse.jgit.notes.NoteMapMergerTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.326 s - in org.eclipse.jgit.notes.NoteMapMergerTest [INFO] Running org.eclipse.jgit.notes.NoteMapTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.609 s - in org.eclipse.jgit.notes.NoteMapTest [INFO] Running org.eclipse.jgit.notes.LeafBucketTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.jgit.notes.LeafBucketTest [INFO] Running org.eclipse.jgit.notes.DefaultNoteMergerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.jgit.notes.DefaultNoteMergerTest [INFO] Running org.eclipse.jgit.revplot.PlotCommitListTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.355 s - in org.eclipse.jgit.revplot.PlotCommitListTest [INFO] Running org.eclipse.jgit.revplot.AbstractPlotRendererTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.jgit.revplot.AbstractPlotRendererTest [INFO] Running org.eclipse.jgit.events.ConfigChangeEventTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.jgit.events.ConfigChangeEventTest [INFO] Running org.eclipse.jgit.storage.file.FileBasedConfigTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.jgit.storage.file.FileBasedConfigTest [INFO] Running org.eclipse.jgit.fnmatch.FileNameMatcherTest [INFO] Tests run: 155, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.jgit.fnmatch.FileNameMatcherTest [INFO] Running org.eclipse.jgit.gitrepo.RepoCommandTest [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.68 s - in org.eclipse.jgit.gitrepo.RepoCommandTest [INFO] Running org.eclipse.jgit.gitrepo.RepoCommandSymlinkTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 s - in org.eclipse.jgit.gitrepo.RepoCommandSymlinkTest [INFO] Running org.eclipse.jgit.gitrepo.ManifestParserTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.jgit.gitrepo.ManifestParserTest [INFO] Running org.eclipse.jgit.junit.TestRepositoryTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.jgit.junit.TestRepositoryTest [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 185.327 s - in org.eclipse.jgit.api.EolRepositoryTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 4453, Failures: 0, Errors: 0, Skipped: 107 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.jgit.test --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/org.eclipse.jgit.test-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.test --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-jar-plugin:3.1.2:test-jar (default) @ org.eclipse.jgit.test --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/org.eclipse.jgit.test-5.5.1-SNAPSHOT-tests.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/jacoco.exec [INFO] Analyzed bundle 'JGit - Core Tests' with 7 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.jgit.test' with 7 classes [INFO] All coverage checks have been met. [INFO] [INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.jgit.test >>> [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.jgit.test --- [INFO] Fork Value is true [java] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [java] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Done SpotBugs Analysis.... [INFO] [INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.jgit.test <<< [INFO] [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.jgit.test --- [INFO] BugInstance size is 0 [INFO] Error size is 0 [INFO] No errors/warnings found [INFO] [INFO] >>> maven-pmd-plugin:3.12.0:cpd-check (default) > :cpd @ org.eclipse.jgit.test >>> [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd (cpd) @ org.eclipse.jgit.test --- [INFO] [INFO] <<< maven-pmd-plugin:3.12.0:cpd-check (default) < :cpd @ org.eclipse.jgit.test <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd-check (default) @ org.eclipse.jgit.test --- [INFO] [INFO] [INFO] ---------< org.eclipse.jgit:org.eclipse.jgit.ssh.apache.test >---------- [INFO] Building JGit - Apache sshd SSH Tests 5.5.1-SNAPSHOT [21/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jgit.ssh.apache.test --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.ssh.apache.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.ssh.apache.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.ssh.apache.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.ssh.apache.test --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.ssh.apache.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit.ssh.apache.test --- [INFO] No sources to compile [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.ssh.apache.test >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.ssh.apache.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.ssh.apache.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.ssh.apache.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.ssh.apache.test <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.ssh.apache.test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit.ssh.apache.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit.ssh.apache.test --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit.ssh.apache.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.jgit.transport.sshd.NoFilesSshTest [INFO] Running org.eclipse.jgit.transport.sshd.ApacheSshTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.023 s - in org.eclipse.jgit.transport.sshd.NoFilesSshTest URI: ssh://testuser@localhost:41021 InformationalMessage The authenticity of host 'localhost' cannot be established. InformationalMessage The RSA key's fingerprints are: InformationalMessage MD5:35:09:34:fb:57:d6:fc:ff:39:f9:33:42:df:d5:cd:2f InformationalMessage SHA256:fjlWUAmwE8v87v/UYQGRjevHzyPFyiYeWS/QKQUmUm0 [INFO] Running org.eclipse.jgit.internal.transport.sshd.proxy.HttpParserTest YesNoType Accept and store this key, and continue connecting? URI: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_9076173218038115249_tmp/.ssh/known_hosts InformationalMessage File /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_9076173218038115249_tmp/.ssh/known_hosts does not exist. YesNoType Create file /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_9076173218038115249_tmp/.ssh/known_hosts ? [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.jgit.internal.transport.sshd.proxy.HttpParserTest 2019-09-11 14:39:03 WARN JGitClientSession:993 - exceptionCaught(JGitClientSession[testuser@localhost/127.0.0.1:39255])[state=Opened] IOException: No server identification received within 65536 bytes 2019-09-11 14:39:03 WARN ServerSessionImpl:993 - exceptionCaught(ServerSessionImpl[null@/127.0.0.1:59700])[state=Opened] IOException: Connection reset by peer 2019-09-11 14:39:05 WARN JGitClientSession:993 - exceptionCaught(JGitClientSession[testuser@localhost/127.0.0.1:33451])[state=Opened] SshException: Server key did not validate URI: ssh://testuser@localhost:33919 InformationalMessage WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! InformationalMessage The connection might be compromised (man-in-the-middle attack). InformationalMessage It is also possible that the RSA key of the host has just been changed. InformationalMessage The expected RSA key for host 'localhost' has the fingerprints: InformationalMessage MD5:44:91:0c:34:1a:8d:ef:de:3a:88:1f:54:6d:79:97:12 InformationalMessage SHA256:7Y7QGeqqKemQ5D18UAhZz8VSeQ2st+rImjwm928Jb/M InformationalMessage The RSA key actually received has the fingerprints: InformationalMessage MD5:9b:13:d5:23:01:34:08:e6:4a:5f:74:99:1b:2f:48:58 InformationalMessage SHA256:kNZDqXFTW8r3DgtEDuGIoxKXkWwlGDGWaPX/l9PU5Ww YesNoType Accept this key and continue connecting all the same? YesNoType If so, also store the new key? URI: ssh://testuser@localhost:37570 Password Password URI: ssh://testuser@localhost:37570 Password Password 2019-09-11 14:39:08 WARN JGitClientSession:993 - exceptionCaught(JGitClientSession[testuser@localhost/127.0.0.1:37570])[state=Opened] CancellationException: null URI: ssh://testuser@localhost:38090 Password Password URI: ssh://testuser@localhost:38090 Password Password URI: ssh://testuser@localhost:38090 Password Password URI: ssh://testuser@localhost:39509 InformationalMessage Password authentication Password Password URI: ssh://testuser@localhost:39509 InformationalMessage Password authentication Password Password URI: ssh://testuser@localhost:39509 InformationalMessage Password authentication Password Password URI: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_2862568309674210475_tmp/.ssh/id_dsa_test_key InformationalMessage Key '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_2862568309674210475_tmp/.ssh/id_dsa_test_key' is encrypted. Enter the passphrase to decrypt it. Password Passphrase URI: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_2862568309674210475_tmp/.ssh/id_dsa_test_key InformationalMessage Encrypted key '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_2862568309674210475_tmp/.ssh/id_dsa_test_key' could not be decrypted. Enter the passphrase again. Password Passphrase URI: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_2862568309674210475_tmp/.ssh/id_dsa_test_key InformationalMessage Encrypted key '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_2862568309674210475_tmp/.ssh/id_dsa_test_key' could not be decrypted. Enter the passphrase again. Password Passphrase 2019-09-11 14:39:15 WARN JGitClientSession:993 - exceptionCaught(JGitClientSession[testuser@localhost/127.0.0.1:37017])[state=Opened] SshException: Server key did not validate URI: ssh://testuser@localhost:34486 InformationalMessage Password authentication Password Password URI: ssh://testuser@localhost:34486 InformationalMessage Password authentication Password Password URI: ssh://testuser@localhost:34486 InformationalMessage Password authentication Password Password URI: ssh://testuser@localhost:43128 InformationalMessage Password authentication Password Password URI: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_2578289720530343850_tmp/.ssh/id_dsa_test_key InformationalMessage Key '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_2578289720530343850_tmp/.ssh/id_dsa_test_key' is encrypted. Enter the passphrase to decrypt it. Password Passphrase 2019-09-11 14:39:22 WARN CachingKeyPairProvider:206 - java.io.IOException: Could not load key '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_2578289720530343850_tmp/.ssh/id_dsa_test_key' URI: ssh://testuser@localhost:40973 Password Password 2019-09-11 14:39:22 WARN JGitClientSession:993 - exceptionCaught(JGitClientSession[testuser@localhost/127.0.0.1:40973])[state=Opened] CancellationException: null URI: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_6071845586796903929_tmp/.ssh/id_dsa_test_key InformationalMessage Key '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_6071845586796903929_tmp/.ssh/id_dsa_test_key' is encrypted. Enter the passphrase to decrypt it. Password Passphrase URI: ssh://testuser@localhost:33878 InformationalMessage The authenticity of host 'localhost' cannot be established. InformationalMessage The RSA key's fingerprints are: InformationalMessage MD5:64:f7:b0:27:83:eb:cf:ea:0a:07:c8:52:e6:ab:c0:43 InformationalMessage SHA256:PUjOTyGcK9w7F8zHCefDx1UCYzNNZZICyrQcd70vnlw YesNoType Accept and store this key, and continue connecting? URI: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_3240411884756129314_tmp/.ssh/known_hosts InformationalMessage File /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_3240411884756129314_tmp/.ssh/known_hosts does not exist. YesNoType Create file /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_3240411884756129314_tmp/.ssh/known_hosts ? URI: ssh://testuser@localhost:39303 InformationalMessage Password authentication Password Password URI: ssh://testuser@localhost:39303 InformationalMessage Password authentication Password Password URI: ssh://testuser@localhost:39303 InformationalMessage Password authentication Password Password URI: ssh://testuser@localhost:46742 Password Password URI: ssh://testuser@localhost:46742 Password Password URI: ssh://testuser@localhost:46742 Password Password URI: ssh://testuser@localhost:41670 Password Password 2019-09-11 14:39:47 WARN JGitClientSession:993 - exceptionCaught(JGitClientSession[testuser@localhost/127.0.0.1:41670])[state=Opened] CancellationException: null URI: ssh://testuser@localhost:35109 InformationalMessage Password authentication Password Password URI: ssh://testuser@localhost:35109 InformationalMessage Password authentication Password Password URI: ssh://testuser@localhost:35109 InformationalMessage Password authentication Password Password URI: ssh://testuser@localhost:46630 Password Password URI: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_2751921410169787235_tmp/.ssh/known_hosts InformationalMessage File /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_2751921410169787235_tmp/.ssh/known_hosts does not exist. YesNoType Create file /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_2751921410169787235_tmp/.ssh/known_hosts ? 2019-09-11 14:40:12 WARN JGitClientSession:993 - exceptionCaught(JGitClientSession[testuser@localhost/127.0.0.1:38628])[state=Opened] SshException: Server key did not validate 2019-09-11 14:40:12 WARN ServerSessionImpl:993 - exceptionCaught(ServerSessionImpl[null@/127.0.0.1:40324])[state=Opened] IOException: Connection reset by peer URI: ssh://testuser@localhost:40418 InformationalMessage WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! InformationalMessage The connection might be compromised (man-in-the-middle attack). InformationalMessage It is also possible that the RSA key of the host has just been changed. InformationalMessage The expected RSA key for host 'localhost' has the fingerprints: InformationalMessage MD5:e5:fc:93:61:93:9b:b8:e0:db:ea:c4:84:c8:b7:60:00 InformationalMessage SHA256:GT5/z6DCNu/IhX+Rnx8642D/JYtHiGGy3kU5HC0MA20 InformationalMessage The RSA key actually received has the fingerprints: InformationalMessage MD5:4f:f6:b0:33:62:7c:02:c5:ed:08:66:71:13:c3:9e:e8 InformationalMessage SHA256:bG+ly5JTe/n7PAZ7wn86P5JgmHLO372RLd4JwVBrXks InformationalMessage To resolve this add the correct host key to your known hosts file /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_722877343432395322_tmp/.ssh/known_hosts 2019-09-11 14:40:19 WARN JGitClientSession:993 - exceptionCaught(JGitClientSession[testuser@localhost/127.0.0.1:40418])[state=Opened] SshException: Server key did not validate URI: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_6575275935325419565_tmp/.ssh/id_dsa_test_key InformationalMessage Key '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_6575275935325419565_tmp/.ssh/id_dsa_test_key' is encrypted. Enter the passphrase to decrypt it. Password Passphrase URI: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_3450407510446276744_tmp/.ssh/id_dsa_testpass_key InformationalMessage Key '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_3450407510446276744_tmp/.ssh/id_dsa_testpass_key' is encrypted. Enter the passphrase to decrypt it. Password Passphrase URI: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_7926638831921749620_tmp/.ssh/id_rsa_1024_testpass_key InformationalMessage Key '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_7926638831921749620_tmp/.ssh/id_rsa_1024_testpass_key' is encrypted. Enter the passphrase to decrypt it. Password Passphrase URI: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_3858346912696392014_tmp/.ssh/id_rsa_2048_testpass_key InformationalMessage Key '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_3858346912696392014_tmp/.ssh/id_rsa_2048_testpass_key' is encrypted. Enter the passphrase to decrypt it. Password Passphrase URI: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_6751049658005996209_tmp/.ssh/id_rsa_3072_testpass_key InformationalMessage Key '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_6751049658005996209_tmp/.ssh/id_rsa_3072_testpass_key' is encrypted. Enter the passphrase to decrypt it. Password Passphrase URI: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_727985084758654154_tmp/.ssh/id_rsa_4096_testpass_key InformationalMessage Key '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_727985084758654154_tmp/.ssh/id_rsa_4096_testpass_key' is encrypted. Enter the passphrase to decrypt it. Password Passphrase URI: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_2029897472520953155_tmp/.ssh/id_ecdsa_256_testpass_key InformationalMessage Key '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_2029897472520953155_tmp/.ssh/id_ecdsa_256_testpass_key' is encrypted. Enter the passphrase to decrypt it. Password Passphrase URI: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_7899601352876808665_tmp/.ssh/id_ecdsa_384_testpass_key InformationalMessage Key '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_7899601352876808665_tmp/.ssh/id_ecdsa_384_testpass_key' is encrypted. Enter the passphrase to decrypt it. Password Passphrase URI: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_7549006358102626118_tmp/.ssh/id_ecdsa_521_testpass_key InformationalMessage Key '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_7549006358102626118_tmp/.ssh/id_ecdsa_521_testpass_key' is encrypted. Enter the passphrase to decrypt it. Password Passphrase URI: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_3201462256619724745_tmp/.ssh/id_ed25519_testpass_key InformationalMessage Key '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_3201462256619724745_tmp/.ssh/id_ed25519_testpass_key' is encrypted. Enter the passphrase to decrypt it. Password Passphrase URI: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_7581413964589294375_tmp/.ssh/id_ed25519_expensive_testpass_key InformationalMessage Key '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jgit_test_7581413964589294375_tmp/.ssh/id_ed25519_expensive_testpass_key' is encrypted. Enter the passphrase to decrypt it. Password Passphrase [INFO] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 151.277 s - in org.eclipse.jgit.transport.sshd.ApacheSshTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.jgit.ssh.apache.test --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/org.eclipse.jgit.ssh.apache.test-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.ssh.apache.test --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-jar-plugin:3.1.2:test-jar (default) @ org.eclipse.jgit.ssh.apache.test --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/org.eclipse.jgit.ssh.apache.test-5.5.1-SNAPSHOT-tests.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.ssh.apache.test --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.ssh.apache.test --- [INFO] Skipping JaCoCo execution due to missing classes directory:/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/classes [INFO] [INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.jgit.ssh.apache.test >>> [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.jgit.ssh.apache.test --- [INFO] [INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.jgit.ssh.apache.test <<< [INFO] [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.jgit.ssh.apache.test --- [INFO] [INFO] >>> maven-pmd-plugin:3.12.0:cpd-check (default) > :cpd @ org.eclipse.jgit.ssh.apache.test >>> [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd (cpd) @ org.eclipse.jgit.ssh.apache.test --- [INFO] [INFO] <<< maven-pmd-plugin:3.12.0:cpd-check (default) < :cpd @ org.eclipse.jgit.ssh.apache.test <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd-check (default) @ org.eclipse.jgit.ssh.apache.test --- [INFO] [INFO] [INFO] -------------< org.eclipse.jgit:org.eclipse.jgit.coverage >------------- [INFO] Building JGit - Test Coverage 5.5.1-SNAPSHOT [22/22] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jgit.coverage --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.coverage --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.coverage --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.coverage --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.coverage/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.coverage --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.coverage >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.coverage --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.coverage --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.coverage --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.coverage/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.coverage <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.coverage --- [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.coverage --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.coverage --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.coverage --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.coverage/target/jacoco.exec [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (aggregate-reports-all) @ org.eclipse.jgit.coverage --- [INFO] Loading execution data file /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/jacoco.exec [INFO] Loading execution data file /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant.test/target/jacoco.exec [INFO] Loading execution data file /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.test/target/jacoco.exec [INFO] Loading execution data file /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm.test/target/jacoco.exec [INFO] Loading execution data file /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.test/target/jacoco.exec [INFO] Loading execution data file /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server.test/target/jacoco.exec [INFO] Loading execution data file /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.jgit' with 1361 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 4 classes [INFO] Analyzed bundle 'org.eclipse.jgit.http.server' with 56 classes [INFO] Analyzed bundle 'org.eclipse.jgit.lfs' with 40 classes [INFO] Analyzed bundle 'org.eclipse.jgit.lfs.server' with 20 classes [INFO] Analyzed bundle 'org.eclipse.jgit.pgm' with 110 classes [INFO] Analyzed bundle 'org.eclipse.jgit.ui' with 11 classes [INFO] Analyzed bundle 'org.eclipse.jgit.ssh.apache' with 63 classes [INFO] Analyzed bundle 'org.eclipse.jgit.test' with 7 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 3 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] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.jgit.coverage >>> [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.jgit.coverage --- [INFO] [INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.jgit.coverage <<< [INFO] [INFO] [INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.jgit.coverage --- [INFO] [INFO] >>> maven-pmd-plugin:3.12.0:cpd-check (default) > :cpd @ org.eclipse.jgit.coverage >>> [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd (cpd) @ org.eclipse.jgit.coverage --- [INFO] [INFO] <<< maven-pmd-plugin:3.12.0:cpd-check (default) < :cpd @ org.eclipse.jgit.coverage <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.12.0:cpd-check (default) @ org.eclipse.jgit.coverage --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for JGit - Parent 5.5.1-SNAPSHOT: [INFO] [INFO] JGit - Parent ...................................... SUCCESS [01:35 min] [INFO] JGit - Core ........................................ SUCCESS [02:31 min] [INFO] JGit - Ant Tasks ................................... SUCCESS [ 20.363 s] [INFO] JGit - Archive Formats ............................. SUCCESS [ 18.684 s] [INFO] JGit - AWT User Interface .......................... SUCCESS [ 34.081 s] [INFO] JGit - Apache httpclient based HTTP support ........ SUCCESS [ 23.110 s] [INFO] JGit - HTTP Server ................................. SUCCESS [ 22.707 s] [INFO] JGit - Apache sshd-based SSH support ............... SUCCESS [ 48.224 s] [INFO] JGit - Large File Storage .......................... SUCCESS [ 28.767 s] [INFO] JGit - Large File Storage Server ................... SUCCESS [ 24.306 s] [INFO] JGit - Command Line Interface ...................... SUCCESS [01:08 min] [INFO] JGit - JUnit Utility Classes ....................... SUCCESS [ 32.645 s] [INFO] JGit - JUnit Http Utility Classes .................. SUCCESS [ 24.986 s] [INFO] JGit - JUnit Ssh Utility Classes ................... SUCCESS [ 18.770 s] [INFO] JGit - Core Tests .................................. SUCCESS [09:14 min] [INFO] JGit - Ant Tasks Tests ............................. SUCCESS [ 17.593 s] [INFO] JGit - HTTP Tests .................................. SUCCESS [01:40 min] [INFO] JGit - Command Line Interface Tests ................ SUCCESS [01:14 min] [INFO] JGit - Large File Storage Tests .................... SUCCESS [ 30.130 s] [INFO] JGit - LFS Server Tests ............................ SUCCESS [ 40.574 s] [INFO] JGit - Apache sshd SSH Tests ....................... SUCCESS [02:33 min] [INFO] JGit - Test Coverage ............................... SUCCESS [ 5.834 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 20:32 min (Wall Clock) [INFO] Finished at: 2019-09-11T14:41:27Z [INFO] ------------------------------------------------------------------------ [jgit-stable] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DGERRIT_HOST=gerrit-local "-DGERRIT_NAME=Eclipse Gerrit" "-DGERRIT_EVENT_ACCOUNT_NAME=Matthias Sohn" -DGERRIT_REFNAME=stable-5.5 -DGERRIT_OLDREV=de2df8adde3a95106df8e8802fa493b39b6c1326 -DGERRIT_EVENT_TYPE=ref-updated -DGERRIT_PROJECT=jgit/jgit '-DGERRIT_EVENT_ACCOUNT=\"Matthias Sohn\" <matthias.sohn@sap.com>' -DGERRIT_EVENT_HASH=1267886947 -DGERRIT_SCHEME=ssh -DGERRIT_VERSION=2.14.6 -DGERRIT_PORT=29418 -DGERRIT_EVENT_ACCOUNT_EMAIL=matthias.sohn@sap.com -DGERRIT_NEWREV=7f262b87456d3f648a77b0c0873cb3482b4ca6bb -DskipTests=true -Dmaven.repo.local=/home/jenkins/agent/workspace/stable/jgit-stable/.repository -B install deploy:deploy -Pecj,eclipse-sign,build-server -T 2 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] JGit - Parent [pom] [INFO] JGit - Core [jar] [INFO] JGit - Ant Tasks [jar] [INFO] JGit - Archive Formats [jar] [INFO] JGit - AWT User Interface [jar] [INFO] JGit - Apache httpclient based HTTP support [jar] [INFO] JGit - HTTP Server [jar] [INFO] JGit - Apache sshd-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 - 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 - Test Coverage [pom] [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 5.5.1-SNAPSHOT [1/22] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in JGit - Parent: [WARNING] org.eclipse.tycho.extras:tycho-pack200b-plugin:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200a-plugin:1.4.0 [WARNING] org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.6 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit-parent --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit-parent --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit-parent --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit-parent --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit-parent >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit-parent --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit-parent --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit-parent --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit-parent <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit-parent --- [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit-parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/stable/jgit-stable/target/jacoco.exec [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.jgit-parent --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.6:sign (sign) @ org.eclipse.jgit-parent --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.jgit-parent --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.eclipse.jgit-parent --- [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/pom.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit-parent/5.5.1-SNAPSHOT/org.eclipse.jgit-parent-5.5.1-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-cli) @ org.eclipse.jgit-parent --- [INFO] [INFO] -----------------< org.eclipse.jgit:org.eclipse.jgit >------------------ [INFO] Building JGit - Core 5.5.1-SNAPSHOT [2/22] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in JGit - Core: [WARNING] org.eclipse.tycho.extras:tycho-pack200b-plugin:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200a-plugin:1.4.0 [WARNING] org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.6 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-source-qualifier) @ org.eclipse.jgit --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/target/org.eclipse.jgit-5.5.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.jgit --- [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit --- [INFO] 4 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/src/org/eclipse/jgit/api/PullCommand.java:522: warning - Tag @see: can't find setRecurseSubmodules(FetchRecurseSubmodulesMode) in org.eclipse.jgit.api.FetchCommand [WARNING] /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/pack/ObjectReuseAsIs.java:117: warning - Tag @link: can't find getCachedPacksAndUpdate(BitmapBuilder) in org.eclipse.jgit.internal.storage.pack.ObjectReuseAsIs [WARNING] /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java:124: warning - Tag @link: can't find list(File, FileModeStrategy) in org.eclipse.jgit.util.FS [WARNING] /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/src/org/eclipse/jgit/util/RefList.java:387: warning - Tag @link: can't find Builder() in org.eclipse.jgit.util.RefList.Builder [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/target/org.eclipse.jgit-5.5.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/target/jacoco.exec [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.jgit --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/target/org.eclipse.jgit-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.6:sign (sign) @ org.eclipse.jgit --- [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/target/org.eclipse.jgit-5.5.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/target/org.eclipse.jgit-5.5.1-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/target/org.eclipse.jgit-5.5.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.jgit --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/target/org.eclipse.jgit-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- japicmp-maven-plugin:0.14.1:cmp (default) @ org.eclipse.jgit --- [INFO] Written file '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.eclipse.jgit --- [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/target/org.eclipse.jgit-5.5.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit/5.5.1-SNAPSHOT/org.eclipse.jgit-5.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/pom.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit/5.5.1-SNAPSHOT/org.eclipse.jgit-5.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/target/org.eclipse.jgit-5.5.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit/5.5.1-SNAPSHOT/org.eclipse.jgit-5.5.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/target/org.eclipse.jgit-5.5.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit/5.5.1-SNAPSHOT/org.eclipse.jgit-5.5.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit/target/org.eclipse.jgit-5.5.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit/5.5.1-SNAPSHOT/org.eclipse.jgit-5.5.1-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-cli) @ org.eclipse.jgit --- [INFO] [INFO] [INFO] -------------< org.eclipse.jgit:org.eclipse.jgit.archive >-------------- [INFO] ---------------< org.eclipse.jgit:org.eclipse.jgit.ant >---------------- [INFO] Building JGit - Archive Formats 5.5.1-SNAPSHOT [3/22] [INFO] Building JGit - Ant Tasks 5.5.1-SNAPSHOT [4/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in JGit - Archive Formats: [WARNING] The following plugins are not marked @threadSafe in JGit - Ant Tasks: [WARNING] org.eclipse.tycho.extras:tycho-pack200b-plugin:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200b-plugin:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200a-plugin:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200a-plugin:1.4.0 [WARNING] org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.6 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.6 [WARNING] ***************************************************************** [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.archive --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.archive --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.ant --- [INFO] [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.archive --- [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.ant --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.ant --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.archive/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.archive --- [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.ant --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant/target/META-INF [INFO] Executed tasks [INFO] [INFO] Executing tasks [INFO] --- maven-antrun-plugin:1.8:run (translate-source-qualifier) @ org.eclipse.jgit.ant --- main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.archive/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-source-qualifier) @ org.eclipse.jgit.archive --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant/target/META-INF [INFO] Executing tasks [INFO] Executed tasks main: [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.ant --- [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.archive/target/META-INF [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.archive --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit.ant --- [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit.archive --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.ant >>> [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.archive >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.ant --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.ant --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.archive --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.ant --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.archive --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.ant <<< [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.archive --- [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.ant --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.archive/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.archive <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.archive --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant/target/org.eclipse.jgit.ant-5.5.1-SNAPSHOT-sources.jar [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.archive/target/org.eclipse.jgit.archive-5.5.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit.ant --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit.archive --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit.ant --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.archive/src/test/resources [INFO] No sources to compile [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit.archive --- [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit.ant --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit.archive --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.jgit.ant --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.jgit.archive --- [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.ant --- [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.archive --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant/target/org.eclipse.jgit.ant-5.5.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.ant --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.ant --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant/target/jacoco.exec [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.jgit.ant --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant/target/org.eclipse.jgit.ant-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.6:sign (sign) @ org.eclipse.jgit.ant --- [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant/target/org.eclipse.jgit.ant-5.5.1-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.archive/target/org.eclipse.jgit.archive-5.5.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.archive --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.archive --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.archive/target/jacoco.exec [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.jgit.archive --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.archive/target/org.eclipse.jgit.archive-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.6:sign (sign) @ org.eclipse.jgit.archive --- [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.archive/target/org.eclipse.jgit.archive-5.5.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant/target/org.eclipse.jgit.ant-5.5.1-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.archive/target/org.eclipse.jgit.archive-5.5.1-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.archive/target/org.eclipse.jgit.archive-5.5.1-SNAPSHOT-javadoc.jar [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant/target/org.eclipse.jgit.ant-5.5.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.jgit.archive --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.archive/target/org.eclipse.jgit.archive-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- japicmp-maven-plugin:0.14.1:cmp (default) @ org.eclipse.jgit.archive --- [INFO] Written file '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.archive/target/japicmp/japicmp.diff'. [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.jgit.ant --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant/target/org.eclipse.jgit.ant-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- japicmp-maven-plugin:0.14.1:cmp (default) @ org.eclipse.jgit.ant --- [INFO] Written file '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.archive/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.archive/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.eclipse.jgit.archive --- [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.archive/target/org.eclipse.jgit.archive-5.5.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.archive/5.5.1-SNAPSHOT/org.eclipse.jgit.archive-5.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.archive/pom.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.archive/5.5.1-SNAPSHOT/org.eclipse.jgit.archive-5.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.archive/target/org.eclipse.jgit.archive-5.5.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.archive/5.5.1-SNAPSHOT/org.eclipse.jgit.archive-5.5.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.archive/target/org.eclipse.jgit.archive-5.5.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.archive/5.5.1-SNAPSHOT/org.eclipse.jgit.archive-5.5.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.archive/target/org.eclipse.jgit.archive-5.5.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.archive/5.5.1-SNAPSHOT/org.eclipse.jgit.archive-5.5.1-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-cli) @ org.eclipse.jgit.archive --- [INFO] Written file '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.eclipse.jgit.ant --- [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant/target/org.eclipse.jgit.ant-5.5.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.ant/5.5.1-SNAPSHOT/org.eclipse.jgit.ant-5.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant/pom.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.ant/5.5.1-SNAPSHOT/org.eclipse.jgit.ant-5.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant/target/org.eclipse.jgit.ant-5.5.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.ant/5.5.1-SNAPSHOT/org.eclipse.jgit.ant-5.5.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant/target/org.eclipse.jgit.ant-5.5.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.ant/5.5.1-SNAPSHOT/org.eclipse.jgit.ant-5.5.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant/target/org.eclipse.jgit.ant-5.5.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.ant/5.5.1-SNAPSHOT/org.eclipse.jgit.ant-5.5.1-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-cli) @ org.eclipse.jgit.ant --- [INFO] [INFO] ----------------< org.eclipse.jgit:org.eclipse.jgit.ui >---------------- [INFO] Building JGit - AWT User Interface 5.5.1-SNAPSHOT [5/22] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in JGit - AWT User Interface: [WARNING] org.eclipse.tycho.extras:tycho-pack200b-plugin:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200a-plugin:1.4.0 [WARNING] org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.6 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.ui --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ui/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.ui --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ui/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-source-qualifier) @ org.eclipse.jgit.ui --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ui/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit.ui --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.ui >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.ui --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ui/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.ui <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ui/target/org.eclipse.jgit.ui-5.5.1-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.eclipse.jgit:org.eclipse.jgit.http.apache >------------ [INFO] Building JGit - Apache httpclient based HTTP support 5.5.1-SNAPSHOT [6/22] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in JGit - Apache httpclient based HTTP support: [WARNING] org.eclipse.tycho.extras:tycho-pack200b-plugin:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200a-plugin:1.4.0 [WARNING] org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.6 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ui/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit.ui --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.jgit.ui --- [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.ui --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.http.apache --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.http.apache --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.http.apache --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.apache/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.http.apache --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.apache/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-source-qualifier) @ org.eclipse.jgit.http.apache --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.apache/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.http.apache --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit.http.apache --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.http.apache >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.http.apache --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.http.apache --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.http.apache --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.apache/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.http.apache <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.http.apache --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.apache/target/org.eclipse.jgit.http.apache-5.5.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit.http.apache --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.apache/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit.http.apache --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit.http.apache --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.jgit.http.apache --- [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.http.apache --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.apache/target/org.eclipse.jgit.http.apache-5.5.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.http.apache --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.http.apache --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.apache/target/jacoco.exec [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.jgit.http.apache --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.apache/target/org.eclipse.jgit.http.apache-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.6:sign (sign) @ org.eclipse.jgit.http.apache --- [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.apache/target/org.eclipse.jgit.http.apache-5.5.1-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ui/target/org.eclipse.jgit.ui-5.5.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ui/target/jacoco.exec [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.jgit.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ui/target/org.eclipse.jgit.ui-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.6:sign (sign) @ org.eclipse.jgit.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ui/target/org.eclipse.jgit.ui-5.5.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.apache/target/org.eclipse.jgit.http.apache-5.5.1-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ui/target/org.eclipse.jgit.ui-5.5.1-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.apache/target/org.eclipse.jgit.http.apache-5.5.1-SNAPSHOT-javadoc.jar [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ui/target/org.eclipse.jgit.ui-5.5.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.jgit.http.apache --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.apache/target/org.eclipse.jgit.http.apache-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- japicmp-maven-plugin:0.14.1:cmp (default) @ org.eclipse.jgit.http.apache --- [INFO] Written file '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.apache/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.apache/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.apache/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.eclipse.jgit.http.apache --- [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.apache/target/org.eclipse.jgit.http.apache-5.5.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.http.apache/5.5.1-SNAPSHOT/org.eclipse.jgit.http.apache-5.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.apache/pom.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.http.apache/5.5.1-SNAPSHOT/org.eclipse.jgit.http.apache-5.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.apache/target/org.eclipse.jgit.http.apache-5.5.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.http.apache/5.5.1-SNAPSHOT/org.eclipse.jgit.http.apache-5.5.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.apache/target/org.eclipse.jgit.http.apache-5.5.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.http.apache/5.5.1-SNAPSHOT/org.eclipse.jgit.http.apache-5.5.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.apache/target/org.eclipse.jgit.http.apache-5.5.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.http.apache/5.5.1-SNAPSHOT/org.eclipse.jgit.http.apache-5.5.1-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-cli) @ org.eclipse.jgit.http.apache --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.jgit.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ui/target/org.eclipse.jgit.ui-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.eclipse.jgit.ui --- [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ui/target/org.eclipse.jgit.ui-5.5.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.ui/5.5.1-SNAPSHOT/org.eclipse.jgit.ui-5.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ui/pom.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.ui/5.5.1-SNAPSHOT/org.eclipse.jgit.ui-5.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ui/target/org.eclipse.jgit.ui-5.5.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.ui/5.5.1-SNAPSHOT/org.eclipse.jgit.ui-5.5.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ui/target/org.eclipse.jgit.ui-5.5.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.ui/5.5.1-SNAPSHOT/org.eclipse.jgit.ui-5.5.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ui/target/org.eclipse.jgit.ui-5.5.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.ui/5.5.1-SNAPSHOT/org.eclipse.jgit.ui-5.5.1-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-cli) @ org.eclipse.jgit.ui --- [INFO] [INFO] -----------< org.eclipse.jgit:org.eclipse.jgit.http.server >------------ [INFO] Building JGit - HTTP Server 5.5.1-SNAPSHOT [7/22] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in JGit - HTTP Server: [WARNING] org.eclipse.tycho.extras:tycho-pack200b-plugin:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200a-plugin:1.4.0 [WARNING] org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.6 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.http.server --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.http.server --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.http.server --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.server/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.http.server --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.server/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-source-qualifier) @ org.eclipse.jgit.http.server --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.server/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.http.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit.http.server --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.http.server >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.http.server --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.http.server --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.http.server --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.server/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.http.server <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.http.server --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.server/target/org.eclipse.jgit.http.server-5.5.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit.http.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit.http.server --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit.http.server --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.jgit.http.server --- [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.http.server --- [INFO] [INFO] ------------< org.eclipse.jgit:org.eclipse.jgit.ssh.apache >------------ [INFO] Building JGit - Apache sshd-based SSH support 5.5.1-SNAPSHOT [8/22] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in JGit - Apache sshd-based SSH support: [WARNING] org.eclipse.tycho.extras:tycho-pack200b-plugin:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200a-plugin:1.4.0 [WARNING] org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.6 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.ssh.apache --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.ssh.apache --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.ssh.apache --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.ssh.apache --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-source-qualifier) @ org.eclipse.jgit.ssh.apache --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.ssh.apache --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit.ssh.apache --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.ssh.apache >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.ssh.apache --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.ssh.apache --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.ssh.apache --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.ssh.apache <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.ssh.apache --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache/target/org.eclipse.jgit.ssh.apache-5.5.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit.ssh.apache --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit.ssh.apache --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit.ssh.apache --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.jgit.ssh.apache --- [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.ssh.apache --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.server/target/org.eclipse.jgit.http.server-5.5.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.http.server --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.http.server --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.server/target/jacoco.exec [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.jgit.http.server --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.server/target/org.eclipse.jgit.http.server-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.6:sign (sign) @ org.eclipse.jgit.http.server --- [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.server/target/org.eclipse.jgit.http.server-5.5.1-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache/target/org.eclipse.jgit.ssh.apache-5.5.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.ssh.apache --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.ssh.apache --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache/target/jacoco.exec [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.jgit.ssh.apache --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache/target/org.eclipse.jgit.ssh.apache-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.6:sign (sign) @ org.eclipse.jgit.ssh.apache --- [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache/target/org.eclipse.jgit.ssh.apache-5.5.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.server/target/org.eclipse.jgit.http.server-5.5.1-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache/target/org.eclipse.jgit.ssh.apache-5.5.1-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.server/target/org.eclipse.jgit.http.server-5.5.1-SNAPSHOT-javadoc.jar [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache/target/org.eclipse.jgit.ssh.apache-5.5.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.jgit.http.server --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.server/target/org.eclipse.jgit.http.server-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- japicmp-maven-plugin:0.14.1:cmp (default) @ org.eclipse.jgit.http.server --- [INFO] Written file '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.server/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.server/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.server/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.eclipse.jgit.http.server --- [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.server/target/org.eclipse.jgit.http.server-5.5.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.http.server/5.5.1-SNAPSHOT/org.eclipse.jgit.http.server-5.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.server/pom.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.http.server/5.5.1-SNAPSHOT/org.eclipse.jgit.http.server-5.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.server/target/org.eclipse.jgit.http.server-5.5.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.http.server/5.5.1-SNAPSHOT/org.eclipse.jgit.http.server-5.5.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.server/target/org.eclipse.jgit.http.server-5.5.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.http.server/5.5.1-SNAPSHOT/org.eclipse.jgit.http.server-5.5.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.server/target/org.eclipse.jgit.http.server-5.5.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.http.server/5.5.1-SNAPSHOT/org.eclipse.jgit.http.server-5.5.1-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-cli) @ org.eclipse.jgit.http.server --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.jgit.ssh.apache --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache/target/org.eclipse.jgit.ssh.apache-5.5.1-SNAPSHOT.jar [INFO] [INFO] ---------------< org.eclipse.jgit:org.eclipse.jgit.lfs >---------------- [INFO] Building JGit - Large File Storage 5.5.1-SNAPSHOT [9/22] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in JGit - Large File Storage: [WARNING] org.eclipse.tycho.extras:tycho-pack200b-plugin:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200a-plugin:1.4.0 [WARNING] org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.6 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.lfs --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.lfs --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.lfs --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.lfs --- [INFO] Executing tasks main: [INFO] [INFO] --- japicmp-maven-plugin:0.14.1:cmp (default) @ org.eclipse.jgit.ssh.apache --- [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-source-qualifier) @ org.eclipse.jgit.lfs --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.lfs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit.lfs --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.lfs >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.lfs --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.lfs --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.lfs --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.lfs <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.lfs --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs/target/org.eclipse.jgit.lfs-5.5.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit.lfs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit.lfs --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit.lfs --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.jgit.lfs --- [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.lfs --- [INFO] Written file '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.eclipse.jgit.ssh.apache --- [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache/target/org.eclipse.jgit.ssh.apache-5.5.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.ssh.apache/5.5.1-SNAPSHOT/org.eclipse.jgit.ssh.apache-5.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache/pom.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.ssh.apache/5.5.1-SNAPSHOT/org.eclipse.jgit.ssh.apache-5.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache/target/org.eclipse.jgit.ssh.apache-5.5.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.ssh.apache/5.5.1-SNAPSHOT/org.eclipse.jgit.ssh.apache-5.5.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache/target/org.eclipse.jgit.ssh.apache-5.5.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.ssh.apache/5.5.1-SNAPSHOT/org.eclipse.jgit.ssh.apache-5.5.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache/target/org.eclipse.jgit.ssh.apache-5.5.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.ssh.apache/5.5.1-SNAPSHOT/org.eclipse.jgit.ssh.apache-5.5.1-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-cli) @ org.eclipse.jgit.ssh.apache --- [INFO] [INFO] --------------< org.eclipse.jgit:org.eclipse.jgit.junit >--------------- [INFO] Building JGit - JUnit Utility Classes 5.5.1-SNAPSHOT [10/22] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in JGit - JUnit Utility Classes: [WARNING] org.eclipse.tycho.extras:tycho-pack200b-plugin:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200a-plugin:1.4.0 [WARNING] org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.6 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.junit --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.junit --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.junit --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.junit --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-source-qualifier) @ org.eclipse.jgit.junit --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit.junit --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.junit >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.junit --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.junit --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.junit --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.junit <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit/target/org.eclipse.jgit.junit-5.5.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit.junit --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit.junit --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.jgit.junit --- [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs/target/org.eclipse.jgit.lfs-5.5.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.lfs --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.lfs --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs/target/jacoco.exec [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.jgit.lfs --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs/target/org.eclipse.jgit.lfs-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.6:sign (sign) @ org.eclipse.jgit.lfs --- [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs/target/org.eclipse.jgit.lfs-5.5.1-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit/target/org.eclipse.jgit.junit-5.5.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.junit --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.junit --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit/target/jacoco.exec [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.jgit.junit --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit/target/org.eclipse.jgit.junit-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.6:sign (sign) @ org.eclipse.jgit.junit --- [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit/target/org.eclipse.jgit.junit-5.5.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs/target/org.eclipse.jgit.lfs-5.5.1-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit/target/org.eclipse.jgit.junit-5.5.1-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs/target/org.eclipse.jgit.lfs-5.5.1-SNAPSHOT-javadoc.jar [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit/target/org.eclipse.jgit.junit-5.5.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.jgit.junit --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit/target/org.eclipse.jgit.junit-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.eclipse.jgit.junit --- [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit/target/org.eclipse.jgit.junit-5.5.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.junit/5.5.1-SNAPSHOT/org.eclipse.jgit.junit-5.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit/pom.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.junit/5.5.1-SNAPSHOT/org.eclipse.jgit.junit-5.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit/target/org.eclipse.jgit.junit-5.5.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.junit/5.5.1-SNAPSHOT/org.eclipse.jgit.junit-5.5.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit/target/org.eclipse.jgit.junit-5.5.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.junit/5.5.1-SNAPSHOT/org.eclipse.jgit.junit-5.5.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit/target/org.eclipse.jgit.junit-5.5.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.junit/5.5.1-SNAPSHOT/org.eclipse.jgit.junit-5.5.1-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-cli) @ org.eclipse.jgit.junit --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.jgit.lfs --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs/target/org.eclipse.jgit.lfs-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.eclipse.jgit.lfs --- [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs/target/org.eclipse.jgit.lfs-5.5.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.lfs/5.5.1-SNAPSHOT/org.eclipse.jgit.lfs-5.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs/pom.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.lfs/5.5.1-SNAPSHOT/org.eclipse.jgit.lfs-5.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs/target/org.eclipse.jgit.lfs-5.5.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.lfs/5.5.1-SNAPSHOT/org.eclipse.jgit.lfs-5.5.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs/target/org.eclipse.jgit.lfs-5.5.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.lfs/5.5.1-SNAPSHOT/org.eclipse.jgit.lfs-5.5.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs/target/org.eclipse.jgit.lfs-5.5.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.lfs/5.5.1-SNAPSHOT/org.eclipse.jgit.lfs-5.5.1-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-cli) @ org.eclipse.jgit.lfs --- [INFO] [INFO] ------------< org.eclipse.jgit:org.eclipse.jgit.junit.ssh >------------- [INFO] Building JGit - JUnit Ssh Utility Classes 5.5.1-SNAPSHOT [11/22] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in JGit - JUnit Ssh Utility Classes: [WARNING] org.eclipse.tycho.extras:tycho-pack200b-plugin:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200a-plugin:1.4.0 [WARNING] org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.6 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.junit.ssh --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.junit.ssh --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.junit.ssh --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.ssh/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.junit.ssh --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.ssh/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-source-qualifier) @ org.eclipse.jgit.junit.ssh --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.ssh/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.junit.ssh --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit.junit.ssh --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.junit.ssh >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.junit.ssh --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.junit.ssh --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.junit.ssh --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.ssh/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.junit.ssh <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.junit.ssh --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.ssh/target/org.eclipse.jgit.junit.ssh-5.5.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit.junit.ssh --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.ssh/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit.junit.ssh --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit.junit.ssh --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.jgit.junit.ssh --- [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.junit.ssh --- [INFO] [INFO] ------------< org.eclipse.jgit:org.eclipse.jgit.junit.http >------------ [INFO] Building JGit - JUnit Http Utility Classes 5.5.1-SNAPSHOT [12/22] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in JGit - JUnit Http Utility Classes: [WARNING] org.eclipse.tycho.extras:tycho-pack200b-plugin:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200a-plugin:1.4.0 [WARNING] org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.6 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.junit.http --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.junit.http --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.junit.http --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.http/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.junit.http --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.http/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-source-qualifier) @ org.eclipse.jgit.junit.http --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.http/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.junit.http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit.junit.http --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.junit.http >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.junit.http --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.junit.http --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.junit.http --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.http/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.junit.http <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.junit.http --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.http/target/org.eclipse.jgit.junit.http-5.5.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit.junit.http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.http/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit.junit.http --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit.junit.http --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.jgit.junit.http --- [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.junit.http --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.ssh/target/org.eclipse.jgit.junit.ssh-5.5.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.junit.ssh --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.junit.ssh --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.ssh/target/jacoco.exec [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.jgit.junit.ssh --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.ssh/target/org.eclipse.jgit.junit.ssh-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.6:sign (sign) @ org.eclipse.jgit.junit.ssh --- [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.ssh/target/org.eclipse.jgit.junit.ssh-5.5.1-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.http/target/org.eclipse.jgit.junit.http-5.5.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.junit.http --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.junit.http --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.http/target/jacoco.exec [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.jgit.junit.http --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.http/target/org.eclipse.jgit.junit.http-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.6:sign (sign) @ org.eclipse.jgit.junit.http --- [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.http/target/org.eclipse.jgit.junit.http-5.5.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.ssh/target/org.eclipse.jgit.junit.ssh-5.5.1-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.http/target/org.eclipse.jgit.junit.http-5.5.1-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.http/target/org.eclipse.jgit.junit.http-5.5.1-SNAPSHOT-javadoc.jar [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.ssh/target/org.eclipse.jgit.junit.ssh-5.5.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.jgit.junit.http --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.http/target/org.eclipse.jgit.junit.http-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.eclipse.jgit.junit.http --- [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.http/target/org.eclipse.jgit.junit.http-5.5.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.junit.http/5.5.1-SNAPSHOT/org.eclipse.jgit.junit.http-5.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.http/pom.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.junit.http/5.5.1-SNAPSHOT/org.eclipse.jgit.junit.http-5.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.http/target/org.eclipse.jgit.junit.http-5.5.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.junit.http/5.5.1-SNAPSHOT/org.eclipse.jgit.junit.http-5.5.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.http/target/org.eclipse.jgit.junit.http-5.5.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.junit.http/5.5.1-SNAPSHOT/org.eclipse.jgit.junit.http-5.5.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.http/target/org.eclipse.jgit.junit.http-5.5.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.junit.http/5.5.1-SNAPSHOT/org.eclipse.jgit.junit.http-5.5.1-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-cli) @ org.eclipse.jgit.junit.http --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.jgit.junit.ssh --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.ssh/target/org.eclipse.jgit.junit.ssh-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.eclipse.jgit.junit.ssh --- [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.ssh/target/org.eclipse.jgit.junit.ssh-5.5.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.junit.ssh/5.5.1-SNAPSHOT/org.eclipse.jgit.junit.ssh-5.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.ssh/pom.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.junit.ssh/5.5.1-SNAPSHOT/org.eclipse.jgit.junit.ssh-5.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.ssh/target/org.eclipse.jgit.junit.ssh-5.5.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.junit.ssh/5.5.1-SNAPSHOT/org.eclipse.jgit.junit.ssh-5.5.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.ssh/target/org.eclipse.jgit.junit.ssh-5.5.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.junit.ssh/5.5.1-SNAPSHOT/org.eclipse.jgit.junit.ssh-5.5.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.junit.ssh/target/org.eclipse.jgit.junit.ssh-5.5.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.junit.ssh/5.5.1-SNAPSHOT/org.eclipse.jgit.junit.ssh-5.5.1-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-cli) @ org.eclipse.jgit.junit.ssh --- [INFO] [INFO] -------------< org.eclipse.jgit:org.eclipse.jgit.ant.test >------------- [INFO] Building JGit - Ant Tasks Tests 5.5.1-SNAPSHOT [13/22] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in JGit - Ant Tasks Tests: [WARNING] org.eclipse.tycho.extras:tycho-pack200b-plugin:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200a-plugin:1.4.0 [WARNING] org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.6 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.ant.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.ant.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.ant.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.ant.test --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.ant.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant.test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit.ant.test --- [INFO] No sources to compile [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.ant.test >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.ant.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.ant.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.ant.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.ant.test <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.ant.test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit.ant.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit.ant.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit.ant.test --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.jgit.ant.test --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.ant.test --- [INFO] [INFO] --- maven-jar-plugin:3.1.2:test-jar (default) @ org.eclipse.jgit.ant.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.ant.test --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.ant.test --- [INFO] Skipping JaCoCo execution due to missing classes directory:/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant.test/target/classes [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.jgit.ant.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant.test/target/org.eclipse.jgit.ant.test-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.6:sign (sign) @ org.eclipse.jgit.ant.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant.test/target/org.eclipse.jgit.ant.test-5.5.1-SNAPSHOT.jar [INFO] [INFO] ------------< org.eclipse.jgit:org.eclipse.jgit.lfs.server >------------ [INFO] Building JGit - Large File Storage Server 5.5.1-SNAPSHOT [14/22] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in JGit - Large File Storage Server: [WARNING] org.eclipse.tycho.extras:tycho-pack200b-plugin:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200a-plugin:1.4.0 [WARNING] org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.6 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.lfs.server --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.lfs.server --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.lfs.server --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.lfs.server --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-source-qualifier) @ org.eclipse.jgit.lfs.server --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.lfs.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit.lfs.server --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.lfs.server >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.lfs.server --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.lfs.server --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.lfs.server --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.lfs.server <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.lfs.server --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server/target/org.eclipse.jgit.lfs.server-5.5.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit.lfs.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit.lfs.server --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit.lfs.server --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.jgit.lfs.server --- [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.lfs.server --- [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant.test/target/org.eclipse.jgit.ant.test-5.5.1-SNAPSHOT-tests.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.jgit.ant.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant.test/target/org.eclipse.jgit.ant.test-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.eclipse.jgit.ant.test --- [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant.test/target/org.eclipse.jgit.ant.test-5.5.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.ant.test/5.5.1-SNAPSHOT/org.eclipse.jgit.ant.test-5.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant.test/pom.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.ant.test/5.5.1-SNAPSHOT/org.eclipse.jgit.ant.test-5.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant.test/target/org.eclipse.jgit.ant.test-5.5.1-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.ant.test/5.5.1-SNAPSHOT/org.eclipse.jgit.ant.test-5.5.1-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant.test/target/org.eclipse.jgit.ant.test-5.5.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.ant.test/5.5.1-SNAPSHOT/org.eclipse.jgit.ant.test-5.5.1-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-cli) @ org.eclipse.jgit.ant.test --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server/target/org.eclipse.jgit.lfs.server-5.5.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.lfs.server --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.lfs.server --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server/target/jacoco.exec [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.jgit.lfs.server --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server/target/org.eclipse.jgit.lfs.server-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.6:sign (sign) @ org.eclipse.jgit.lfs.server --- [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server/target/org.eclipse.jgit.lfs.server-5.5.1-SNAPSHOT.jar [INFO] [INFO] -------------< org.eclipse.jgit:org.eclipse.jgit.lfs.test >------------- [INFO] Building JGit - Large File Storage Tests 5.5.1-SNAPSHOT [15/22] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in JGit - Large File Storage Tests: [WARNING] org.eclipse.tycho.extras:tycho-pack200b-plugin:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200a-plugin:1.4.0 [WARNING] org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.6 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.lfs.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.lfs.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.lfs.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.lfs.test --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.lfs.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit.lfs.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.lfs.test >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.lfs.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.lfs.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.lfs.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.lfs.test <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.lfs.test --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.test/target/org.eclipse.jgit.lfs.test-5.5.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit.lfs.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.test/tst-rsrc [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit.lfs.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit.lfs.test --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.jgit.lfs.test --- [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.lfs.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server/target/org.eclipse.jgit.lfs.server-5.5.1-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server/target/org.eclipse.jgit.lfs.server-5.5.1-SNAPSHOT-javadoc.jar [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.test/target/org.eclipse.jgit.lfs.test-5.5.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-jar-plugin:3.1.2:test-jar (default) @ org.eclipse.jgit.lfs.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.lfs.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.test/target/jacoco.exec [INFO] Analyzed bundle 'JGit - Large File Storage Tests' with 1 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.lfs.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.jgit.lfs.test' with 1 classes [INFO] All coverage checks have been met. [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.jgit.lfs.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.test/target/org.eclipse.jgit.lfs.test-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.6:sign (sign) @ org.eclipse.jgit.lfs.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.test/target/org.eclipse.jgit.lfs.test-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.jgit.lfs.server --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server/target/org.eclipse.jgit.lfs.server-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.eclipse.jgit.lfs.server --- [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server/target/org.eclipse.jgit.lfs.server-5.5.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.lfs.server/5.5.1-SNAPSHOT/org.eclipse.jgit.lfs.server-5.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server/pom.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.lfs.server/5.5.1-SNAPSHOT/org.eclipse.jgit.lfs.server-5.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server/target/org.eclipse.jgit.lfs.server-5.5.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.lfs.server/5.5.1-SNAPSHOT/org.eclipse.jgit.lfs.server-5.5.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server/target/org.eclipse.jgit.lfs.server-5.5.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.lfs.server/5.5.1-SNAPSHOT/org.eclipse.jgit.lfs.server-5.5.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server/target/org.eclipse.jgit.lfs.server-5.5.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.lfs.server/5.5.1-SNAPSHOT/org.eclipse.jgit.lfs.server-5.5.1-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-cli) @ org.eclipse.jgit.lfs.server --- [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.test/target/org.eclipse.jgit.lfs.test-5.5.1-SNAPSHOT-sources.jar [INFO] [INFO] ------------< org.eclipse.jgit:org.eclipse.jgit.http.test >------------- [INFO] Building JGit - HTTP Tests 5.5.1-SNAPSHOT [16/22] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in JGit - HTTP Tests: [WARNING] org.eclipse.tycho.extras:tycho-pack200b-plugin:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200a-plugin:1.4.0 [WARNING] org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.6 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.http.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.http.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.http.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.http.test --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.http.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit.http.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.http.test >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.http.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.http.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.http.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.http.test <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.http.test --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.test/target/org.eclipse.jgit.http.test-5.5.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit.http.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.test/tst-rsrc [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit.http.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit.http.test --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.jgit.http.test --- [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.http.test --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-jar-plugin:3.1.2:test-jar (default) @ org.eclipse.jgit.http.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.http.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.test/target/jacoco.exec [INFO] Analyzed bundle 'JGit - HTTP Tests' with 3 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.http.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.jgit.http.test' with 3 classes [INFO] All coverage checks have been met. [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.jgit.http.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.test/target/org.eclipse.jgit.http.test-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.6:sign (sign) @ org.eclipse.jgit.http.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.test/target/org.eclipse.jgit.http.test-5.5.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.test/target/org.eclipse.jgit.lfs.test-5.5.1-SNAPSHOT-javadoc.jar [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.test/target/org.eclipse.jgit.http.test-5.5.1-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.test/target/org.eclipse.jgit.lfs.test-5.5.1-SNAPSHOT-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.test/target/org.eclipse.jgit.http.test-5.5.1-SNAPSHOT-tests.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.jgit.lfs.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.test/target/org.eclipse.jgit.lfs.test-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.eclipse.jgit.lfs.test --- [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.test/target/org.eclipse.jgit.lfs.test-5.5.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.lfs.test/5.5.1-SNAPSHOT/org.eclipse.jgit.lfs.test-5.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.test/pom.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.lfs.test/5.5.1-SNAPSHOT/org.eclipse.jgit.lfs.test-5.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.test/target/org.eclipse.jgit.lfs.test-5.5.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.lfs.test/5.5.1-SNAPSHOT/org.eclipse.jgit.lfs.test-5.5.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.test/target/org.eclipse.jgit.lfs.test-5.5.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.lfs.test/5.5.1-SNAPSHOT/org.eclipse.jgit.lfs.test-5.5.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.test/target/org.eclipse.jgit.lfs.test-5.5.1-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.lfs.test/5.5.1-SNAPSHOT/org.eclipse.jgit.lfs.test-5.5.1-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.test/target/org.eclipse.jgit.lfs.test-5.5.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.lfs.test/5.5.1-SNAPSHOT/org.eclipse.jgit.lfs.test-5.5.1-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-cli) @ org.eclipse.jgit.lfs.test --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.jgit.http.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.test/target/org.eclipse.jgit.http.test-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.eclipse.jgit.http.test --- [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.test/target/org.eclipse.jgit.http.test-5.5.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.http.test/5.5.1-SNAPSHOT/org.eclipse.jgit.http.test-5.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.test/pom.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.http.test/5.5.1-SNAPSHOT/org.eclipse.jgit.http.test-5.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.test/target/org.eclipse.jgit.http.test-5.5.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.http.test/5.5.1-SNAPSHOT/org.eclipse.jgit.http.test-5.5.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.test/target/org.eclipse.jgit.http.test-5.5.1-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.http.test/5.5.1-SNAPSHOT/org.eclipse.jgit.http.test-5.5.1-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.test/target/org.eclipse.jgit.http.test-5.5.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.http.test/5.5.1-SNAPSHOT/org.eclipse.jgit.http.test-5.5.1-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-cli) @ org.eclipse.jgit.http.test --- [INFO] [INFO] ---------------< org.eclipse.jgit:org.eclipse.jgit.pgm >---------------- [INFO] Building JGit - Command Line Interface 5.5.1-SNAPSHOT [17/22] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in JGit - Command Line Interface: [WARNING] org.eclipse.tycho.extras:tycho-pack200b-plugin:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200a-plugin:1.4.0 [WARNING] org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.6 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.pgm --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.pgm --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.pgm --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.pgm --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-source-qualifier) @ org.eclipse.jgit.pgm --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm/target/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.pgm --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit.pgm --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.pgm >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.pgm --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.pgm --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.pgm --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.pgm <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.pgm --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm/target/org.eclipse.jgit.pgm-5.5.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit.pgm --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit.pgm --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit.pgm --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.jgit.pgm --- [INFO] [INFO] --- spring-boot-maven-plugin:2.1.2.RELEASE:repackage (default) @ org.eclipse.jgit.pgm --- [INFO] [INFO] ---------< org.eclipse.jgit:org.eclipse.jgit.lfs.server.test >---------- [INFO] Building JGit - LFS Server Tests 5.5.1-SNAPSHOT [18/22] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in JGit - LFS Server Tests: [WARNING] org.eclipse.tycho.extras:tycho-pack200b-plugin:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200a-plugin:1.4.0 [WARNING] org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.6 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.lfs.server.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.lfs.server.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.lfs.server.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.lfs.server.test --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.lfs.server.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server.test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit.lfs.server.test --- [INFO] No sources to compile [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.lfs.server.test >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.lfs.server.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.lfs.server.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.lfs.server.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.lfs.server.test <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.lfs.server.test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit.lfs.server.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server.test/tst-rsrc [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit.lfs.server.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit.lfs.server.test --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.jgit.lfs.server.test --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.lfs.server.test --- [INFO] [INFO] --- maven-jar-plugin:3.1.2:test-jar (default) @ org.eclipse.jgit.lfs.server.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.lfs.server.test --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.lfs.server.test --- [INFO] Skipping JaCoCo execution due to missing classes directory:/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server.test/target/classes [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.jgit.lfs.server.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server.test/target/org.eclipse.jgit.lfs.server.test-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.6:sign (sign) @ org.eclipse.jgit.lfs.server.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server.test/target/org.eclipse.jgit.lfs.server.test-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- maven-antrun-plugin:1.8:run (create_jgit) @ org.eclipse.jgit.pgm --- [INFO] Executing tasks main: [move] Moving 1 file to /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm/target [INFO] Executed tasks [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:attach-artifact (attach_jgit) @ org.eclipse.jgit.pgm --- [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.pgm --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm/target/org.eclipse.jgit.pgm-5.5.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.pgm --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.pgm --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm/target/jacoco.exec [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.jgit.pgm --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm/target/org.eclipse.jgit.pgm-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.6:sign (sign) @ org.eclipse.jgit.pgm --- [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm/target/org.eclipse.jgit.pgm-5.5.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server.test/target/org.eclipse.jgit.lfs.server.test-5.5.1-SNAPSHOT-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm/target/org.eclipse.jgit.pgm-5.5.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.jgit.lfs.server.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server.test/target/org.eclipse.jgit.lfs.server.test-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.eclipse.jgit.lfs.server.test --- [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server.test/target/org.eclipse.jgit.lfs.server.test-5.5.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.lfs.server.test/5.5.1-SNAPSHOT/org.eclipse.jgit.lfs.server.test-5.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server.test/pom.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.lfs.server.test/5.5.1-SNAPSHOT/org.eclipse.jgit.lfs.server.test-5.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server.test/target/org.eclipse.jgit.lfs.server.test-5.5.1-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.lfs.server.test/5.5.1-SNAPSHOT/org.eclipse.jgit.lfs.server.test-5.5.1-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server.test/target/org.eclipse.jgit.lfs.server.test-5.5.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.lfs.server.test/5.5.1-SNAPSHOT/org.eclipse.jgit.lfs.server.test-5.5.1-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-cli) @ org.eclipse.jgit.lfs.server.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm/target/org.eclipse.jgit.pgm-5.5.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.jgit.pgm --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm/target/org.eclipse.jgit.pgm-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.eclipse.jgit.pgm --- [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm/target/org.eclipse.jgit.pgm-5.5.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.pgm/5.5.1-SNAPSHOT/org.eclipse.jgit.pgm-5.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm/pom.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.pgm/5.5.1-SNAPSHOT/org.eclipse.jgit.pgm-5.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm/target/org.eclipse.jgit.pgm-5.5.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.pgm/5.5.1-SNAPSHOT/org.eclipse.jgit.pgm-5.5.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm/target/jgit to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.pgm/5.5.1-SNAPSHOT/org.eclipse.jgit.pgm-5.5.1-SNAPSHOT.sh [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm/target/org.eclipse.jgit.pgm-5.5.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.pgm/5.5.1-SNAPSHOT/org.eclipse.jgit.pgm-5.5.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm/target/org.eclipse.jgit.pgm-5.5.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.pgm/5.5.1-SNAPSHOT/org.eclipse.jgit.pgm-5.5.1-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-cli) @ 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 5.5.1-SNAPSHOT [19/22] [INFO] Building JGit - Core Tests 5.5.1-SNAPSHOT [20/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * question, not against maven-core * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] ***************************************************************** [WARNING] * question, not against maven-core * [WARNING] The following plugins are not marked @threadSafe in JGit - Command Line Interface Tests: [WARNING] ***************************************************************** [WARNING] org.eclipse.tycho.extras:tycho-pack200b-plugin:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200a-plugin:1.4.0 [WARNING] org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.6 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] The following plugins are not marked @threadSafe in JGit - Core Tests: [WARNING] ***************************************************************** [WARNING] org.eclipse.tycho.extras:tycho-pack200b-plugin:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200a-plugin:1.4.0 [WARNING] org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.6 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.pgm.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.pgm.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.pgm.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.pgm.test --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.test --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.pgm.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm.test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit.pgm.test --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.pgm.test >>> [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.pgm.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.pgm.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.pgm.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.pgm.test <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.pgm.test --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm.test/target/org.eclipse.jgit.pgm.test-5.5.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit.pgm.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit.pgm.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit.pgm.test --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.jgit.pgm.test --- [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.pgm.test --- [INFO] Copying 1 resource [INFO] Copying 38 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.test >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.test <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.test --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/org.eclipse.jgit.test-5.5.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 130 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit.test --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.jgit.test --- [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.test --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-jar-plugin:3.1.2:test-jar (default) @ org.eclipse.jgit.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/jacoco.exec [INFO] Analyzed bundle 'JGit - Core Tests' with 7 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.jgit.test' with 7 classes [INFO] All coverage checks have been met. [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.jgit.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/org.eclipse.jgit.test-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.6:sign (sign) @ org.eclipse.jgit.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/org.eclipse.jgit.test-5.5.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/org.eclipse.jgit.test-5.5.1-SNAPSHOT-sources.jar [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm.test/target/org.eclipse.jgit.pgm.test-5.5.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-jar-plugin:3.1.2:test-jar (default) @ org.eclipse.jgit.pgm.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.pgm.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm.test/target/jacoco.exec [INFO] Analyzed bundle 'JGit - Command Line Interface Tests' with 3 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.pgm.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.jgit.pgm.test' with 3 classes [INFO] All coverage checks have been met. [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.jgit.pgm.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm.test/target/org.eclipse.jgit.pgm.test-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.6:sign (sign) @ org.eclipse.jgit.pgm.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm.test/target/org.eclipse.jgit.pgm.test-5.5.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm.test/target/org.eclipse.jgit.pgm.test-5.5.1-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/org.eclipse.jgit.test-5.5.1-SNAPSHOT-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm.test/target/org.eclipse.jgit.pgm.test-5.5.1-SNAPSHOT-javadoc.jar [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm.test/target/org.eclipse.jgit.pgm.test-5.5.1-SNAPSHOT-tests.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.jgit.pgm.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm.test/target/org.eclipse.jgit.pgm.test-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.eclipse.jgit.pgm.test --- [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm.test/target/org.eclipse.jgit.pgm.test-5.5.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.pgm.test/5.5.1-SNAPSHOT/org.eclipse.jgit.pgm.test-5.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm.test/pom.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.pgm.test/5.5.1-SNAPSHOT/org.eclipse.jgit.pgm.test-5.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm.test/target/org.eclipse.jgit.pgm.test-5.5.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.pgm.test/5.5.1-SNAPSHOT/org.eclipse.jgit.pgm.test-5.5.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm.test/target/org.eclipse.jgit.pgm.test-5.5.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.pgm.test/5.5.1-SNAPSHOT/org.eclipse.jgit.pgm.test-5.5.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm.test/target/org.eclipse.jgit.pgm.test-5.5.1-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.pgm.test/5.5.1-SNAPSHOT/org.eclipse.jgit.pgm.test-5.5.1-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm.test/target/org.eclipse.jgit.pgm.test-5.5.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.pgm.test/5.5.1-SNAPSHOT/org.eclipse.jgit.pgm.test-5.5.1-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-cli) @ org.eclipse.jgit.pgm.test --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.jgit.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/org.eclipse.jgit.test-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.eclipse.jgit.test --- [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/org.eclipse.jgit.test-5.5.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.test/5.5.1-SNAPSHOT/org.eclipse.jgit.test-5.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/pom.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.test/5.5.1-SNAPSHOT/org.eclipse.jgit.test-5.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/org.eclipse.jgit.test-5.5.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.test/5.5.1-SNAPSHOT/org.eclipse.jgit.test-5.5.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/org.eclipse.jgit.test-5.5.1-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.test/5.5.1-SNAPSHOT/org.eclipse.jgit.test-5.5.1-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/org.eclipse.jgit.test-5.5.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.test/5.5.1-SNAPSHOT/org.eclipse.jgit.test-5.5.1-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-cli) @ org.eclipse.jgit.test --- [INFO] [INFO] ---------< org.eclipse.jgit:org.eclipse.jgit.ssh.apache.test >---------- [INFO] Building JGit - Apache sshd SSH Tests 5.5.1-SNAPSHOT [21/22] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in JGit - Apache sshd SSH Tests: [WARNING] org.eclipse.tycho.extras:tycho-pack200b-plugin:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200a-plugin:1.4.0 [WARNING] org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.6 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.ssh.apache.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.ssh.apache.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.ssh.apache.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.ssh.apache.test --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.ssh.apache.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.jgit.ssh.apache.test --- [INFO] No sources to compile [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.ssh.apache.test >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.ssh.apache.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.ssh.apache.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.ssh.apache.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.ssh.apache.test <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.ssh.apache.test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jgit.ssh.apache.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.jgit.ssh.apache.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ org.eclipse.jgit.ssh.apache.test --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.jgit.ssh.apache.test --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.ssh.apache.test --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-jar-plugin:3.1.2:test-jar (default) @ org.eclipse.jgit.ssh.apache.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.ssh.apache.test --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.ssh.apache.test --- [INFO] Skipping JaCoCo execution due to missing classes directory:/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/classes [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.jgit.ssh.apache.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/org.eclipse.jgit.ssh.apache.test-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.6:sign (sign) @ org.eclipse.jgit.ssh.apache.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/org.eclipse.jgit.ssh.apache.test-5.5.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/org.eclipse.jgit.ssh.apache.test-5.5.1-SNAPSHOT-tests.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.jgit.ssh.apache.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/org.eclipse.jgit.ssh.apache.test-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.eclipse.jgit.ssh.apache.test --- [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/org.eclipse.jgit.ssh.apache.test-5.5.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.ssh.apache.test/5.5.1-SNAPSHOT/org.eclipse.jgit.ssh.apache.test-5.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/pom.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.ssh.apache.test/5.5.1-SNAPSHOT/org.eclipse.jgit.ssh.apache.test-5.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/org.eclipse.jgit.ssh.apache.test-5.5.1-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.ssh.apache.test/5.5.1-SNAPSHOT/org.eclipse.jgit.ssh.apache.test-5.5.1-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/org.eclipse.jgit.ssh.apache.test-5.5.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.ssh.apache.test/5.5.1-SNAPSHOT/org.eclipse.jgit.ssh.apache.test-5.5.1-SNAPSHOT-pack200.jar.pack.gz [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-cli) @ org.eclipse.jgit.ssh.apache.test --- [INFO] [INFO] -------------< org.eclipse.jgit:org.eclipse.jgit.coverage >------------- [INFO] Building JGit - Test Coverage 5.5.1-SNAPSHOT [22/22] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in JGit - Test Coverage: [WARNING] org.eclipse.tycho.extras:tycho-pack200b-plugin:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200a-plugin:1.4.0 [WARNING] org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.6 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.coverage --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.coverage --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.coverage --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.coverage/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.coverage --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.coverage >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.jgit.coverage --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.coverage --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default-prepare-agent) @ org.eclipse.jgit.coverage --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.coverage/target/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.* [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.coverage <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ org.eclipse.jgit.coverage --- [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (default) @ org.eclipse.jgit.coverage --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (default-report) @ org.eclipse.jgit.coverage --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:check (default-check) @ org.eclipse.jgit.coverage --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.coverage/target/jacoco.exec [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (aggregate-reports-all) @ org.eclipse.jgit.coverage --- [INFO] Loading execution data file /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.test/target/jacoco.exec [INFO] Loading execution data file /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ant.test/target/jacoco.exec [INFO] Loading execution data file /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.http.test/target/jacoco.exec [INFO] Loading execution data file /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.pgm.test/target/jacoco.exec [INFO] Loading execution data file /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.test/target/jacoco.exec [INFO] Loading execution data file /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.lfs.server.test/target/jacoco.exec [INFO] Loading execution data file /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.ssh.apache.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.jgit' with 1361 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 4 classes [INFO] Analyzed bundle 'org.eclipse.jgit.http.server' with 56 classes [INFO] Analyzed bundle 'org.eclipse.jgit.lfs' with 40 classes [INFO] Analyzed bundle 'org.eclipse.jgit.lfs.server' with 20 classes [INFO] Analyzed bundle 'org.eclipse.jgit.pgm' with 110 classes [INFO] Analyzed bundle 'org.eclipse.jgit.ui' with 11 classes [INFO] Analyzed bundle 'org.eclipse.jgit.ssh.apache' with 63 classes [INFO] Analyzed bundle 'org.eclipse.jgit.test' with 7 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 3 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] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.jgit.coverage --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.6:sign (sign) @ org.eclipse.jgit.coverage --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.jgit.coverage --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.eclipse.jgit.coverage --- [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.coverage/pom.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.coverage/5.5.1-SNAPSHOT/org.eclipse.jgit.coverage-5.5.1-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-cli) @ org.eclipse.jgit.coverage --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for JGit - Parent 5.5.1-SNAPSHOT: [INFO] [INFO] JGit - Parent ...................................... SUCCESS [ 10.462 s] [INFO] JGit - Core ........................................ SUCCESS [ 57.701 s] [INFO] JGit - Ant Tasks ................................... SUCCESS [ 12.243 s] [INFO] JGit - Archive Formats ............................. SUCCESS [ 12.041 s] [INFO] JGit - AWT User Interface .......................... SUCCESS [ 12.553 s] [INFO] JGit - Apache httpclient based HTTP support ........ SUCCESS [ 12.782 s] [INFO] JGit - HTTP Server ................................. SUCCESS [ 14.705 s] [INFO] JGit - Apache sshd-based SSH support ............... SUCCESS [ 16.419 s] [INFO] JGit - Large File Storage .......................... SUCCESS [ 14.823 s] [INFO] JGit - Large File Storage Server ................... SUCCESS [ 9.179 s] [INFO] JGit - Command Line Interface ...................... SUCCESS [ 18.356 s] [INFO] JGit - JUnit Utility Classes ....................... SUCCESS [ 12.383 s] [INFO] JGit - JUnit Http Utility Classes .................. SUCCESS [ 10.292 s] [INFO] JGit - JUnit Ssh Utility Classes ................... SUCCESS [ 10.847 s] [INFO] JGit - Core Tests .................................. SUCCESS [ 19.289 s] [INFO] JGit - Ant Tasks Tests ............................. SUCCESS [ 4.313 s] [INFO] JGit - HTTP Tests .................................. SUCCESS [ 4.927 s] [INFO] JGit - Command Line Interface Tests ................ SUCCESS [ 10.745 s] [INFO] JGit - Large File Storage Tests .................... SUCCESS [ 9.583 s] [INFO] JGit - LFS Server Tests ............................ SUCCESS [ 9.122 s] [INFO] JGit - Apache sshd SSH Tests ....................... SUCCESS [ 8.266 s] [INFO] JGit - Test Coverage ............................... SUCCESS [ 5.919 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:21 min (Wall Clock) [INFO] Finished at: 2019-09-11T14:44:51Z [INFO] ------------------------------------------------------------------------ [jgit-stable] $ /opt/tools/apache-maven/latest/bin/mvn -f org.eclipse.jgit.packaging/pom.xml -DGERRIT_HOST=gerrit-local "-DGERRIT_NAME=Eclipse Gerrit" "-DGERRIT_EVENT_ACCOUNT_NAME=Matthias Sohn" -DGERRIT_REFNAME=stable-5.5 -DGERRIT_OLDREV=de2df8adde3a95106df8e8802fa493b39b6c1326 -DGERRIT_EVENT_TYPE=ref-updated -DGERRIT_PROJECT=jgit/jgit '-DGERRIT_EVENT_ACCOUNT=\"Matthias Sohn\" <matthias.sohn@sap.com>' -DGERRIT_EVENT_HASH=1267886947 -DGERRIT_SCHEME=ssh -DGERRIT_VERSION=2.14.6 -DGERRIT_PORT=29418 -DGERRIT_EVENT_ACCOUNT_EMAIL=matthias.sohn@sap.com -DGERRIT_NEWREV=7f262b87456d3f648a77b0c0873cb3482b4ca6bb -Declipse.p2.mirrors=false -Dmaven.repo.local=/home/jenkins/agent/workspace/stable/jgit-stable/.repository -B clean install deploy:deploy -Peclipse-sign,eclipse-pack -T 2 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Scanning for projects... [INFO] Computing target platform for MavenProject: org.eclipse.jgit.feature:org.eclipse.jgit:5.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml [INFO] Adding repository https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.20.v20190813 [INFO] Fetching content.jar from https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.20.v20190813/ (19.56kB) [INFO] Fetching content.jar from https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.20.v20190813/ (19.56kB) [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20190827152740/repository/ [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20190827152740/repository/ [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20190827152740/repository [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20190827152740/repository/ [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20190827152740/repository/ [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/ (107.42kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/ (107.42kB) [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/ [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/ [INFO] Adding repository http://download.eclipse.org/releases/neon [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/neon/ (518B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/neon/ (518B) [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/neon/ [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/neon/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/neon/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/neon/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201705151400/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201705151400/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201705151400/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201705151400/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201703141400/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201703141400/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201703141400/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201703141400/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201703231000/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201703231000/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201703231000/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201703231000/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201606221000/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201606221000/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201606221000/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201606221000/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201609281000/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201609281000/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201609281000/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201609281000/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201610111000/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201610111000/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201610111000/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201610111000/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201612211000/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201612211000/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201612211000/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201612211000/ [INFO] Resolving dependencies of MavenProject: org.eclipse.jgit.feature:org.eclipse.jgit:5.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml [INFO] Fetching org.bouncycastle.bcprov_1.61.0.v20190602-1335.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (1.24MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.bouncycastle.bcprov_1.61.0.v20190602-1335.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (1.24MB) [INFO] Unpacking org.bouncycastle.bcprov_1.61.0.v20190602-1335... [INFO] Fetching javaewah_1.1.6.v20160919-1400.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (57.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javaewah_1.1.6.v20160919-1400.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (57.94kB) [INFO] Unpacking javaewah_1.1.6.v20160919-1400... [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (107.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (107.05kB) [INFO] Unpacking com.jcraft.jsch_0.1.55.v20190404-1902... [INFO] Fetching org.apache.commons.compress_1.18.0.v20181121-2221.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (207.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.compress_1.18.0.v20181121-2221.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (207.48kB) [INFO] Unpacking org.apache.commons.compress_1.18.0.v20181121-2221... [INFO] Fetching org.bouncycastle.bcpg_1.61.0.v20190602-1335.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (93.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.bouncycastle.bcpg_1.61.0.v20190602-1335.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (93.01kB) [INFO] Unpacking org.bouncycastle.bcpg_1.61.0.v20190602-1335... [INFO] Fetching org.bouncycastle.bcpkix_1.61.0.v20190602-1335.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (194.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.bouncycastle.bcpkix_1.61.0.v20190602-1335.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (194.97kB) [INFO] Unpacking org.bouncycastle.bcpkix_1.61.0.v20190602-1335... [INFO] Fetching org.slf4j.api_1.7.2.v20121108-1250.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/plugins/ (16.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.slf4j.api_1.7.2.v20121108-1250.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/plugins/ (16.96kB) [INFO] Unpacking org.slf4j.api_1.7.2.v20121108-1250... [INFO] Fetching org.slf4j.impl.log4j12_1.7.2.v20131105-2200.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/plugins/ (9.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.slf4j.impl.log4j12_1.7.2.v20131105-2200.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/plugins/ (9.82kB) [INFO] Unpacking org.slf4j.impl.log4j12_1.7.2.v20131105-2200... [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/plugins/ (129.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/plugins/ (129.49kB) [INFO] Unpacking org.apache.log4j_1.2.15.v201012070815... [INFO] Fetching com.jcraft.jzlib_1.1.1.v201205102305.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/plugins/ (38.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.jcraft.jzlib_1.1.1.v201205102305.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/plugins/ (38.05kB) [INFO] Unpacking com.jcraft.jzlib_1.1.1.v201205102305... [INFO] Resolving class path of MavenProject: org.eclipse.jgit.feature:org.eclipse.jgit:5.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jgit.feature:org.eclipse.jgit.http.apache:5.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jgit.feature:org.eclipse.jgit.http.apache:5.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/pom.xml [INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (112.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (112.2kB) [INFO] Unpacking org.apache.commons.codec_1.10.0.v20180409-1845... [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (33.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (33.71kB) [INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502... [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.6.v20190503-0009.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (329.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.6.v20190503-0009.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (329.69kB) [INFO] Unpacking org.apache.httpcomponents.httpclient_4.5.6.v20190503-0009... [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.10.v20190123-2214.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (108.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.10.v20190123-2214.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (108.91kB) [INFO] Unpacking org.apache.httpcomponents.httpcore_4.4.10.v20190123-2214... [INFO] Resolving class path of MavenProject: org.eclipse.jgit.feature:org.eclipse.jgit.http.apache:5.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jgit.feature:org.eclipse.jgit.ssh.apache:5.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jgit.feature:org.eclipse.jgit.ssh.apache:5.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/pom.xml [INFO] Fetching net.i2p.crypto.eddsa_0.3.0.v20181102-1323.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (42.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching net.i2p.crypto.eddsa_0.3.0.v20181102-1323.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (42.41kB) [INFO] Unpacking net.i2p.crypto.eddsa_0.3.0.v20181102-1323... [INFO] Fetching org.apache.sshd.osgi_2.2.0.v20190425-2127.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (442.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.sshd.osgi_2.2.0.v20190425-2127.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (442.99kB) [INFO] Unpacking org.apache.sshd.osgi_2.2.0.v20190425-2127... [INFO] Fetching org.apache.sshd.sftp_2.2.0.v20190425-2127.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (112.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.sshd.sftp_2.2.0.v20190425-2127.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (112.77kB) [INFO] Unpacking org.apache.sshd.sftp_2.2.0.v20190425-2127... [INFO] Fetching org.eclipse.osgi_3.11.3.v20170209-1843.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (431.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi_3.11.3.v20170209-1843.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (431.77kB) [INFO] Unpacking org.eclipse.osgi_3.11.3.v20170209-1843... [INFO] Resolving class path of MavenProject: org.eclipse.jgit.feature:org.eclipse.jgit.ssh.apache:5.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jgit.feature:org.eclipse.jgit.lfs:5.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jgit.feature:org.eclipse.jgit.lfs:5.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/pom.xml [INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (79.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (79.97kB) [INFO] Unpacking com.google.gson_2.8.2.v20180104-1110... [INFO] Resolving class path of MavenProject: org.eclipse.jgit.feature:org.eclipse.jgit.lfs:5.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jgit.feature:org.eclipse.jgit.pgm:5.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jgit.feature:org.eclipse.jgit.pgm:5.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml [INFO] Fetching org.eclipse.jetty.continuation_9.4.20.v20190813.jar from https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.20.v20190813/plugins/ (31.79kB) [INFO] Fetching org.eclipse.jetty.continuation_9.4.20.v20190813.jar from https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.20.v20190813/plugins/ (31.79kB) [INFO] Fetching org.kohsuke.args4j_2.33.0.v20160323-2218.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (73.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.kohsuke.args4j_2.33.0.v20160323-2218.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (73.73kB) [INFO] Unpacking org.kohsuke.args4j_2.33.0.v20160323-2218... [INFO] Resolving class path of MavenProject: org.eclipse.jgit.feature:org.eclipse.jgit.pgm:5.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jgit.feature:org.eclipse.jgit.source:5.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jgit.feature:org.eclipse.jgit.source:5.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jgit.feature:org.eclipse.jgit.source:5.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jgit.feature:org.eclipse.jgit.junit:5.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jgit.feature:org.eclipse.jgit.junit:5.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/plugins/ (283.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/plugins/ (283.72kB) [INFO] Unpacking org.junit_4.12.0.v201504281640... [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (29.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (29.18kB) [INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519... [INFO] Resolving class path of MavenProject: org.eclipse.jgit.feature:org.eclipse.jgit.junit:5.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jgit:org.eclipse.jgit.repository:5.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jgit:org.eclipse.jgit.repository:5.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/pom.xml [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/plugins/ (60.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/plugins/ (60.2kB) [INFO] Unpacking javax.servlet_3.1.0.v201410161800... [INFO] Fetching org.apache.ant_1.10.5.v20190526-1402.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (2.73MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.ant_1.10.5.v20190526-1402.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (2.73MB) [INFO] Unpacking org.apache.ant_1.10.5.v20190526-1402... [INFO] Resolving class path of MavenProject: org.eclipse.jgit:org.eclipse.jgit.repository:5.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] JGit Tycho Parent [pom] [INFO] JGit Target Platform [pom] [INFO] JGit Feature [eclipse-feature] [INFO] JGit - Optional Http support using Apache httpclient [eclipse-feature] [INFO] JGit - Ssh support using Apache MINA sshd [eclipse-feature] [INFO] JGit - Optional LFS support [eclipse-feature] [INFO] JGit Command Line Interface Feature [eclipse-feature] [INFO] JGit Source Feature [eclipse-feature] [INFO] JGit JUnit Feature [eclipse-feature] [INFO] JGit P2 Repository [eclipse-repository] [INFO] [INFO] Using the MultiThreadedBuilder implementation with a thread count of 2 [INFO] [INFO] -----------------< org.eclipse.jgit:jgit.tycho.parent >----------------- [INFO] Building JGit Tycho Parent 5.5.1-SNAPSHOT [1/10] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in JGit Tycho Parent: [WARNING] org.eclipse.tycho:tycho-p2-plugin:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200b-plugin:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200a-plugin:1.4.0 [WARNING] org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.5 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jgit.tycho.parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven) @ jgit.tycho.parent --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ jgit.tycho.parent --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ jgit.tycho.parent --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ jgit.tycho.parent --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ jgit.tycho.parent --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jgit.tycho.parent --- [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/pom.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/jgit.tycho.parent/5.5.1-SNAPSHOT/jgit.tycho.parent-5.5.1-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-cli) @ jgit.tycho.parent --- [INFO] [INFO] [INFO] -------------< org.eclipse.jgit.feature:org.eclipse.jgit >-------------- [INFO] --------------< org.eclipse.jgit:org.eclipse.jgit.target >-------------- [INFO] Building JGit Feature 5.5.1-SNAPSHOT [2/10] [INFO] Building JGit Target Platform 5.5.1-SNAPSHOT [3/10] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] ***************************************************************** [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * question, not against maven-core * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] ***************************************************************** [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] The following plugins are not marked @threadSafe in JGit Target Platform: [WARNING] org.eclipse.tycho:tycho-p2-plugin:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200b-plugin:1.4.0 [WARNING] * question, not against maven-core * [WARNING] org.eclipse.tycho.extras:tycho-pack200a-plugin:1.4.0 [WARNING] ***************************************************************** [WARNING] org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.5 [WARNING] The following plugins are not marked @threadSafe in JGit Feature: [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] org.eclipse.tycho:tycho-packaging-plugin:1.4.0 [WARNING] ***************************************************************** [WARNING] org.eclipse.tycho:tycho-p2-plugin:1.4.0 [WARNING] org.eclipse.tycho:target-platform-configuration:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200b-plugin:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200a-plugin:1.4.0 [WARNING] org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.5 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jgit.target --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven) @ org.eclipse.jgit.target --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.jgit.target --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:attach-artifact (attach-artifacts) @ org.eclipse.jgit.target --- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jgit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.jgit --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.jgit.target --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.jgit.target --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.jgit.target --- [INFO] The project's OSGi version is 5.5.1.201909111444 [INFO] [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.eclipse.jgit.target --- [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.jgit --- [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.target/5.5.1-SNAPSHOT/org.eclipse.jgit.target-5.5.1-SNAPSHOT.pom [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.jgit --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven) @ org.eclipse.jgit --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.jgit --- [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.6.target to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.target/5.5.1-SNAPSHOT/org.eclipse.jgit.target-5.5.1-SNAPSHOT-jgit-4.6.target [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-cli) @ org.eclipse.jgit.target --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.jgit --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/target/org.eclipse.jgit-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jgit --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.jgit --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.jgit --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.jgit --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.jgit --- [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/target/org.eclipse.jgit-5.5.1-SNAPSHOT.jar [INFO] [INFO] -------< org.eclipse.jgit.feature:org.eclipse.jgit.http.apache >-------- [INFO] Building JGit - Optional Http support using Apache httpclient 5.5.1-SNAPSHOT [4/10] [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in JGit - Optional Http support using Apache httpclient: [WARNING] org.eclipse.tycho:tycho-packaging-plugin:1.4.0 [WARNING] org.eclipse.tycho:tycho-p2-plugin:1.4.0 [WARNING] org.eclipse.tycho:target-platform-configuration:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200b-plugin:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200a-plugin:1.4.0 [WARNING] org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.5 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jgit.http.apache --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.jgit.http.apache --- [INFO] The project's OSGi version is 5.5.1.201909111444 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.jgit.http.apache --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.jgit.http.apache --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven) @ org.eclipse.jgit.http.apache --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.jgit.http.apache --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.jgit.http.apache --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/target/org.eclipse.jgit.http.apache-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jgit.http.apache --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.jgit.http.apache --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.jgit.http.apache --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.jgit.http.apache --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.jgit.http.apache --- [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/target/org.eclipse.jgit.http.apache-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.jgit --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.eclipse.jgit --- [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/target/org.eclipse.jgit-5.5.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/feature/org.eclipse.jgit/5.5.1-SNAPSHOT/org.eclipse.jgit-5.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/feature/org.eclipse.jgit/5.5.1-SNAPSHOT/org.eclipse.jgit-5.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/target/p2content.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/feature/org.eclipse.jgit/5.5.1-SNAPSHOT/org.eclipse.jgit-5.5.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/feature/org.eclipse.jgit/5.5.1-SNAPSHOT/org.eclipse.jgit-5.5.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ org.eclipse.jgit --- [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-cli) @ org.eclipse.jgit --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.jgit.http.apache --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.eclipse.jgit.http.apache --- [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/target/org.eclipse.jgit.http.apache-5.5.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/feature/org.eclipse.jgit.http.apache/5.5.1-SNAPSHOT/org.eclipse.jgit.http.apache-5.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/pom.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/feature/org.eclipse.jgit.http.apache/5.5.1-SNAPSHOT/org.eclipse.jgit.http.apache-5.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/target/p2content.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/feature/org.eclipse.jgit.http.apache/5.5.1-SNAPSHOT/org.eclipse.jgit.http.apache-5.5.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/feature/org.eclipse.jgit.http.apache/5.5.1-SNAPSHOT/org.eclipse.jgit.http.apache-5.5.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ org.eclipse.jgit.http.apache --- [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-cli) @ org.eclipse.jgit.http.apache --- [INFO] [INFO] ----------< org.eclipse.jgit.feature:org.eclipse.jgit.junit >----------- [INFO] Building JGit JUnit Feature 5.5.1-SNAPSHOT [5/10] [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in JGit JUnit Feature: [WARNING] org.eclipse.tycho:tycho-packaging-plugin:1.4.0 [WARNING] org.eclipse.tycho:tycho-p2-plugin:1.4.0 [WARNING] org.eclipse.tycho:target-platform-configuration:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200b-plugin:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200a-plugin:1.4.0 [WARNING] org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.5 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jgit.junit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.jgit.junit --- [INFO] The project's OSGi version is 5.5.1.201909111444 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.jgit.junit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.jgit.junit --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven) @ org.eclipse.jgit.junit --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.jgit.junit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.jgit.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/target/org.eclipse.jgit.junit-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jgit.junit --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.jgit.junit --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.jgit.junit --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.jgit.junit --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.jgit.junit --- [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/target/org.eclipse.jgit.junit-5.5.1-SNAPSHOT.jar [INFO] [INFO] --------< org.eclipse.jgit.feature:org.eclipse.jgit.ssh.apache >-------- [INFO] Building JGit - Ssh support using Apache MINA sshd 5.5.1-SNAPSHOT [6/10] [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in JGit - Ssh support using Apache MINA sshd: [WARNING] org.eclipse.tycho:tycho-packaging-plugin:1.4.0 [WARNING] org.eclipse.tycho:tycho-p2-plugin:1.4.0 [WARNING] org.eclipse.tycho:target-platform-configuration:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200b-plugin:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200a-plugin:1.4.0 [WARNING] org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.5 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jgit.ssh.apache --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.jgit.ssh.apache --- [INFO] The project's OSGi version is 5.5.1.201909111444 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.jgit.ssh.apache --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.jgit.ssh.apache --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven) @ org.eclipse.jgit.ssh.apache --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.jgit.ssh.apache --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.jgit.ssh.apache --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/target/org.eclipse.jgit.ssh.apache-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jgit.ssh.apache --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.jgit.ssh.apache --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.jgit.ssh.apache --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.jgit.ssh.apache --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.jgit.ssh.apache --- [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/target/org.eclipse.jgit.ssh.apache-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.jgit.junit --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.eclipse.jgit.junit --- [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/target/org.eclipse.jgit.junit-5.5.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/feature/org.eclipse.jgit.junit/5.5.1-SNAPSHOT/org.eclipse.jgit.junit-5.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/feature/org.eclipse.jgit.junit/5.5.1-SNAPSHOT/org.eclipse.jgit.junit-5.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/target/p2content.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/feature/org.eclipse.jgit.junit/5.5.1-SNAPSHOT/org.eclipse.jgit.junit-5.5.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/feature/org.eclipse.jgit.junit/5.5.1-SNAPSHOT/org.eclipse.jgit.junit-5.5.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ org.eclipse.jgit.junit --- [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-cli) @ org.eclipse.jgit.junit --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.jgit.ssh.apache --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.eclipse.jgit.ssh.apache --- [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/target/org.eclipse.jgit.ssh.apache-5.5.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/feature/org.eclipse.jgit.ssh.apache/5.5.1-SNAPSHOT/org.eclipse.jgit.ssh.apache-5.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/pom.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/feature/org.eclipse.jgit.ssh.apache/5.5.1-SNAPSHOT/org.eclipse.jgit.ssh.apache-5.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/target/p2content.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/feature/org.eclipse.jgit.ssh.apache/5.5.1-SNAPSHOT/org.eclipse.jgit.ssh.apache-5.5.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/feature/org.eclipse.jgit.ssh.apache/5.5.1-SNAPSHOT/org.eclipse.jgit.ssh.apache-5.5.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ org.eclipse.jgit.ssh.apache --- [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-cli) @ org.eclipse.jgit.ssh.apache --- [INFO] [INFO] -----------< org.eclipse.jgit.feature:org.eclipse.jgit.lfs >------------ [INFO] Building JGit - Optional LFS support 5.5.1-SNAPSHOT [7/10] [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in JGit - Optional LFS support: [WARNING] org.eclipse.tycho:tycho-packaging-plugin:1.4.0 [WARNING] org.eclipse.tycho:tycho-p2-plugin:1.4.0 [WARNING] org.eclipse.tycho:target-platform-configuration:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200b-plugin:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200a-plugin:1.4.0 [WARNING] org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.5 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jgit.lfs --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.jgit.lfs --- [INFO] The project's OSGi version is 5.5.1.201909111444 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.jgit.lfs --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.jgit.lfs --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven) @ org.eclipse.jgit.lfs --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.jgit.lfs --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.jgit.lfs --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/target/org.eclipse.jgit.lfs-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jgit.lfs --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.jgit.lfs --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.jgit.lfs --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.jgit.lfs --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.jgit.lfs --- [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/target/org.eclipse.jgit.lfs-5.5.1-SNAPSHOT.jar [INFO] [INFO] ----------< org.eclipse.jgit.feature:org.eclipse.jgit.source >---------- [INFO] Building JGit Source Feature 5.5.1-SNAPSHOT [8/10] [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in JGit Source Feature: [WARNING] org.eclipse.tycho:tycho-packaging-plugin:1.4.0 [WARNING] org.eclipse.tycho:tycho-p2-plugin:1.4.0 [WARNING] org.eclipse.tycho:target-platform-configuration:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200b-plugin:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200a-plugin:1.4.0 [WARNING] org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.5 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jgit.source --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.jgit.source --- [INFO] The project's OSGi version is 5.5.1.201909111444 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.jgit.source --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.jgit.source --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven) @ org.eclipse.jgit.source --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.jgit.source --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.jgit.source --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/target/org.eclipse.jgit.source-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jgit.source --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.jgit.source --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.jgit.source --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.jgit.source --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.jgit.source --- [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/target/org.eclipse.jgit.source-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.jgit.lfs --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.eclipse.jgit.lfs --- [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/target/org.eclipse.jgit.lfs-5.5.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/feature/org.eclipse.jgit.lfs/5.5.1-SNAPSHOT/org.eclipse.jgit.lfs-5.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/pom.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/feature/org.eclipse.jgit.lfs/5.5.1-SNAPSHOT/org.eclipse.jgit.lfs-5.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/target/p2content.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/feature/org.eclipse.jgit.lfs/5.5.1-SNAPSHOT/org.eclipse.jgit.lfs-5.5.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/feature/org.eclipse.jgit.lfs/5.5.1-SNAPSHOT/org.eclipse.jgit.lfs-5.5.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ org.eclipse.jgit.lfs --- [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-cli) @ org.eclipse.jgit.lfs --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.jgit.source --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.eclipse.jgit.source --- [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/target/org.eclipse.jgit.source-5.5.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/feature/org.eclipse.jgit.source/5.5.1-SNAPSHOT/org.eclipse.jgit.source-5.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/pom.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/feature/org.eclipse.jgit.source/5.5.1-SNAPSHOT/org.eclipse.jgit.source-5.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/target/p2content.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/feature/org.eclipse.jgit.source/5.5.1-SNAPSHOT/org.eclipse.jgit.source-5.5.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/feature/org.eclipse.jgit.source/5.5.1-SNAPSHOT/org.eclipse.jgit.source-5.5.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ org.eclipse.jgit.source --- [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-cli) @ org.eclipse.jgit.source --- [INFO] [INFO] -----------< org.eclipse.jgit.feature:org.eclipse.jgit.pgm >------------ [INFO] Building JGit Command Line Interface Feature 5.5.1-SNAPSHOT [9/10] [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in JGit Command Line Interface Feature: [WARNING] org.eclipse.tycho:tycho-packaging-plugin:1.4.0 [WARNING] org.eclipse.tycho:tycho-p2-plugin:1.4.0 [WARNING] org.eclipse.tycho:target-platform-configuration:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200b-plugin:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200a-plugin:1.4.0 [WARNING] org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.5 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jgit.pgm --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.jgit.pgm --- [INFO] The project's OSGi version is 5.5.1.201909111444 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.jgit.pgm --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.jgit.pgm --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven) @ org.eclipse.jgit.pgm --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.jgit.pgm --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.jgit.pgm --- [INFO] Building jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/target/org.eclipse.jgit.pgm-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jgit.pgm --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.jgit.pgm --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.jgit.pgm --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.jgit.pgm --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.jgit.pgm --- [INFO] Signing jar: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/target/org.eclipse.jgit.pgm-5.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.jgit.pgm --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.eclipse.jgit.pgm --- [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/target/org.eclipse.jgit.pgm-5.5.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/feature/org.eclipse.jgit.pgm/5.5.1-SNAPSHOT/org.eclipse.jgit.pgm-5.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/feature/org.eclipse.jgit.pgm/5.5.1-SNAPSHOT/org.eclipse.jgit.pgm-5.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/target/p2content.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/feature/org.eclipse.jgit.pgm/5.5.1-SNAPSHOT/org.eclipse.jgit.pgm-5.5.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/feature/org.eclipse.jgit.pgm/5.5.1-SNAPSHOT/org.eclipse.jgit.pgm-5.5.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ org.eclipse.jgit.pgm --- [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-cli) @ org.eclipse.jgit.pgm --- [INFO] [INFO] ------------< org.eclipse.jgit:org.eclipse.jgit.repository >------------ [INFO] Building JGit P2 Repository 5.5.1-SNAPSHOT [10/10] [INFO] -------------------------[ eclipse-repository ]------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in JGit P2 Repository: [WARNING] org.eclipse.tycho:tycho-packaging-plugin:1.4.0 [WARNING] org.eclipse.tycho:tycho-p2-plugin:1.4.0 [WARNING] org.eclipse.tycho:tycho-p2-publisher-plugin:1.4.0 [WARNING] org.eclipse.tycho:target-platform-configuration:1.4.0 [WARNING] org.eclipse.tycho:tycho-p2-repository-plugin:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200b-plugin:1.4.0 [WARNING] org.eclipse.tycho.extras:tycho-pack200a-plugin:1.4.0 [WARNING] org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.5 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jgit.repository --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.jgit.repository --- [INFO] The project's OSGi version is 5.5.1.201909111444 [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven) @ org.eclipse.jgit.repository --- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ org.eclipse.jgit.repository --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jgit.repository --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/src/main/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.jgit.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.jgit.repository --- [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-products (default-publish-products) @ org.eclipse.jgit.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-categories (default-publish-categories) @ org.eclipse.jgit.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.jgit.repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:assemble-repository (default-assemble-repository) @ org.eclipse.jgit.repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (default-archive-repository) @ org.eclipse.jgit.repository --- [INFO] Building zip: /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/target/org.eclipse.jgit.repository-5.5.1-SNAPSHOT.zip [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (p2-metadata) @ org.eclipse.jgit.repository --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.jgit.repository --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.jgit.repository --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.jgit.repository --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.eclipse.jgit.repository --- [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/target/org.eclipse.jgit.repository-5.5.1-SNAPSHOT.zip to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.repository/5.5.1-SNAPSHOT/org.eclipse.jgit.repository-5.5.1-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/pom.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.repository/5.5.1-SNAPSHOT/org.eclipse.jgit.repository-5.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/target/p2content.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.repository/5.5.1-SNAPSHOT/org.eclipse.jgit.repository-5.5.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/stable/jgit-stable/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/target/p2artifacts.xml to /home/jenkins/agent/workspace/stable/jgit-stable/.repository/org/eclipse/jgit/org.eclipse.jgit.repository/5.5.1-SNAPSHOT/org.eclipse.jgit.repository-5.5.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ org.eclipse.jgit.repository --- [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-cli) @ org.eclipse.jgit.repository --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for JGit Tycho Parent 5.5.1-SNAPSHOT: [INFO] [INFO] JGit Tycho Parent .................................. SUCCESS [ 5.679 s] [INFO] JGit Target Platform ............................... SUCCESS [ 1.167 s] [INFO] JGit Feature ....................................... SUCCESS [ 3.357 s] [INFO] JGit - Optional Http support using Apache httpclient SUCCESS [ 2.560 s] [INFO] JGit - Ssh support using Apache MINA sshd .......... SUCCESS [ 2.763 s] [INFO] JGit - Optional LFS support ........................ SUCCESS [ 2.373 s] [INFO] JGit Command Line Interface Feature ................ SUCCESS [ 2.107 s] [INFO] JGit Source Feature ................................ SUCCESS [ 2.409 s] [INFO] JGit JUnit Feature ................................. SUCCESS [ 2.735 s] [INFO] JGit P2 Repository ................................. SUCCESS [ 7.869 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:22 min (Wall Clock) [INFO] Finished at: 2019-09-11T14:46:15Z [INFO] ------------------------------------------------------------------------ No mail will be sent out, as 'stable ยป jgit-stable #1045' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts. Recording test results Publishing Javadoc Archiving artifacts Finished: SUCCESS