Pull request #1256 updated Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from 1464e344c524bf1f57db9da0189087418b4739a3+42594acd8be39f47a55e56cf28bd37bc956161fb (b871a8f42c9148b20f64fc449c186e657155b604) [Pipeline] Start of Pipeline [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes repairnator/repairnator-ci-pr-1256-71-7jcv6-076dq-nrnsz Still waiting to schedule task ‘repairnator-ci-pr-1256-71-7jcv6-076dq-nrnsz’ is offline Agent repairnator-ci-pr-1256-71-7jcv6-076dq-nrnsz is provisioned from template repairnator-ci_PR-1256_71-7jcv6-076dq --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.repairnator.svc.cluster.local/repairnator/job/repairnator-ci/job/PR-1256/71/" runUrl: "job/repairnator-ci/job/PR-1256/71/" labels: jenkins: "slave" jenkins/label-digest: "e24baca29f9d9c2a78489e8d4e2958d0d4fa7625" jenkins/label: "repairnator-ci_PR-1256_71-7jcv6" name: "repairnator-ci-pr-1256-71-7jcv6-076dq-nrnsz" namespace: "repairnator" spec: containers: - command: - "cat" env: - name: "MAVEN_OPTS" value: "-Duser.home=/home/jenkins" image: "repairnator/ci-env:latest" name: "maven" resources: limits: memory: "8Gi" cpu: "2" requests: memory: "8Gi" cpu: "2" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.m2/repository" name: "m2-repo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.repairnator.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "repairnator-ci-pr-1256-71-7jcv6-076dq-nrnsz" - name: "JENKINS_NAME" value: "repairnator-ci-pr-1256-71-7jcv6-076dq-nrnsz" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.repairnator.svc.cluster.local/repairnator/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3107.v665000b_51092" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - emptyDir: {} name: "m2-repo" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" Running on repairnator-ci-pr-1256-71-7jcv6-076dq-nrnsz in /home/jenkins/agent/workspace/repairnator-ci_PR-1256 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: NONE using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse/repairnator.git > git init /home/jenkins/agent/workspace/repairnator-ci_PR-1256 # timeout=10 Fetching upstream changes from https://github.com/eclipse/repairnator.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse/repairnator.git +refs/pull/1256/head:refs/remotes/origin/PR-1256 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/eclipse/repairnator.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/1256/head:refs/remotes/origin/PR-1256 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url https://github.com/eclipse/repairnator.git # timeout=10 Fetching upstream changes from https://github.com/eclipse/repairnator.git using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse/repairnator.git +refs/pull/1256/head:refs/remotes/origin/PR-1256 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 42594acd8be39f47a55e56cf28bd37bc956161fb into PR head commit 1464e344c524bf1f57db9da0189087418b4739a3 > git config core.sparsecheckout # timeout=10 > git checkout -f 1464e344c524bf1f57db9da0189087418b4739a3 # timeout=10 Merge succeeded, producing a6ea59e7474cda91b6f89a4d926ad8722f0390ea Checking out Revision a6ea59e7474cda91b6f89a4d926ad8722f0390ea (PR-1256) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials GitHub bot (username/token) > git merge 42594acd8be39f47a55e56cf28bd37bc956161fb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a6ea59e7474cda91b6f89a4d926ad8722f0390ea # timeout=10 Commit message: "Merge commit '42594acd8be39f47a55e56cf28bd37bc956161fb' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk a08ff6196b6b9219a867d9888c024eb7cade9cc3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (repairnator-core) [Pipeline] timeout Timeout set to expire in 15 min [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + bash ./.ci/ci-run.sh [INFO] Scanning for projects... [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom (12 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom (2.8 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom (18 kB at 145 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom (760 B at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom (23 kB at 469 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.12/wagon-ssh-2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.12/wagon-ssh-2.12.pom (6.5 kB at 74 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.12/wagon-providers-2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.12/wagon-providers-2.12.pom (2.8 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.12/wagon-2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.12/wagon-2.12.pom (21 kB at 2.6 MB/s) [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.8 MB/s) [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 642 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom (3.2 kB at 51 kB/s) [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 173 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.pom (1.7 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy/0.0.9/jsch.agentproxy-0.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy/0.0.9/jsch.agentproxy-0.0.9.pom (4.3 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.pom (804 B at 9.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.pom (1.3 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/4.1.0/jna-4.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/4.1.0/jna-4.1.0.pom (1.3 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.pom (1.5 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.pom (996 B at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.pom (971 B at 9.2 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.pom (1.3 kB at 9.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.jsch/0.0.9/jsch.agentproxy.jsch-0.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.jsch/0.0.9/jsch.agentproxy.jsch-0.0.9.pom (1.1 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.49/jsch-0.1.49.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.49/jsch-0.1.49.pom (3.2 kB at 83 kB/s) [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 65 kB/s) [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 937 kB/s) [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 966 kB/s) [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 969 kB/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.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 17 kB/s) [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 38 kB/s) [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 47 kB/s) [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 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-api/1.0-alpha-16/plexus-component-api-1.0-alpha-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-api/1.0-alpha-16/plexus-component-api-1.0-alpha-16.pom (2.2 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-16/plexus-containers-1.0-alpha-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-16/plexus-containers-1.0-alpha-16.pom (1.9 kB at 12 kB/s) [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 233 kB/s) [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 88 kB/s) [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 156 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.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 96 kB/s) [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 131 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.12/wagon-ssh-common-2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.12/wagon-ssh-common-2.12.pom (2.0 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.pom (1.9 kB at 119 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom (2.2 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 494 kB/s) [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 1.1 MB/s) [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 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 116 kB/s) [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 597 kB/s) [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 299 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.pom (5.4 kB at 299 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom (2.6 kB at 77 kB/s) [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 210 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom (4.9 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom (2.6 kB at 87 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom (38 kB at 483 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom (760 B at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom (24 kB at 548 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom (6.5 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom (2.2 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom (3.1 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom (3.2 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom (2.2 kB at 65 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom (2.1 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom (4.4 kB at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.pom (7.1 kB at 181 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.pom (5.0 kB at 138 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom (3.4 kB at 118 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom (2.1 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom (4.5 kB at 101 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom (3.6 kB at 112 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom (3.1 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom (3.7 kB at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom (3.3 kB at 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom (2.0 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom (7.0 kB at 219 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom (4.5 kB at 247 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.pom (5.1 kB at 113 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.pom (5.0 kB at 132 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom (3.0 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom (3.5 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.pom (6.0 kB at 177 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom (32 kB at 805 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom (3.8 kB at 109 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.4/maven-3.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.4/maven-3.0.4.pom (22 kB at 642 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 5.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 4.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom (2.7 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom (12 kB at 361 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.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 241 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.pom (1.2 kB at 70 kB/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.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 565 kB/s) [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 6.0 MB/s) [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 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom (11 kB at 216 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom (26 kB at 772 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (4.1 kB at 179 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom (386 B at 9.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom (1.6 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.pom (16 kB at 337 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.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 1.5 MB/s) [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 2.4 MB/s) [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 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom (1.6 kB at 25 kB/s) [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 225 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom (1.8 kB at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom (12 kB at 636 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom (760 B at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom (22 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom (2.1 kB at 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom (5.5 kB at 238 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom (10 kB at 472 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom (21 kB at 670 kB/s) [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 942 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom (7.9 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom (6.7 kB at 352 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom (6.2 kB at 230 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom (3.6 kB at 210 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom (5.2 kB at 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom (15 kB at 358 kB/s) [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 1.4 MB/s) [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 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom (4.6 kB at 124 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom (12 kB at 579 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.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 531 kB/s) [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 6.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom (1.9 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom (2.6 kB at 134 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom (1.7 kB at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/11/oss-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/11/oss-parent-11.pom (23 kB at 407 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom (6.0 kB at 298 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/12/oss-parent-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/12/oss-parent-12.pom (23 kB at 973 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom (5.9 kB at 148 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom (1.3 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom (3.2 kB at 134 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom (3.8 kB at 125 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom (1.9 kB at 120 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom (4.5 kB at 141 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.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 153 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom (4.6 kB at 192 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom (4.5 kB at 178 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom (11 kB at 149 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom (15 kB at 616 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom (2.6 kB at 89 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom (1.4 kB at 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom (10 kB at 507 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom (5.0 kB at 136 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom (15 kB at 281 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom (12 kB at 475 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.12/wagon-ssh-2.12.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.12/wagon-ssh-2.12.jar (32 kB at 245 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.jar (12 kB at 88 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar (281 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar (251 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.jar (9.6 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.jar (5.3 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.jar (6.6 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.jsch/0.0.9/jsch.agentproxy.jsch-0.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar (915 kB at 3.3 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/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.jar (4.3 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-api/1.0-alpha-16/plexus-component-api-1.0-alpha-16.jar [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 39 kB/s) [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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.jar (7.8 kB at 25 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.jsch/0.0.9/jsch.agentproxy.jsch-0.0.9.jar (4.4 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.jar [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/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.jar (1.5 MB at 4.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.12/wagon-ssh-common-2.12.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 736 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-api/1.0-alpha-16/plexus-component-api-1.0-alpha-16.jar (33 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.jar (55 kB at 155 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar [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.jar (43 kB at 117 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.12/wagon-ssh-common-2.12.jar (27 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.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 122 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 70 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar (16 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar (29 kB at 64 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/maven-model/3.0.4/maven-model-3.0.4.jar (164 kB at 357 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar (163 kB at 351 kB/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/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 67 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.jar (2.2 MB at 4.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.jar (10.0 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar (216 kB at 423 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.jar [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 359 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/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (7.2 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar (25 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.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 527 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.jar (574 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar (20 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar (11 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (46 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar (207 kB at 349 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar (131 kB at 209 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar (467 kB at 739 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar (16 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (64 kB at 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar (532 kB at 804 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar (6.3 kB at 9.5 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar (28 kB at 38 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar (16 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar (914 kB at 1.2 MB/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/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar (37 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.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 304 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar (198 kB at 251 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/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (591 kB at 748 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar (32 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.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 3.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar (121 kB at 150 kB/s) [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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar (17 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar [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.jar (232 kB at 281 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar (27 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar (50 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar (90 kB at 107 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 72 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar (428 kB at 493 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (282 kB at 308 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar (271 kB at 287 kB/s) [INFO] Inspecting build with total of 1 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] [INFO] ---------------< fr.inria.repairnator:repairnator-core >---------------- [INFO] Building repairnator-core 3.3-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.3/jacoco-maven-plugin-0.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.3/jacoco-maven-plugin-0.8.3.pom (4.4 kB at 65 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.3/org.jacoco.build-0.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.3/org.jacoco.build-0.8.3.pom (38 kB at 444 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.3/jacoco-maven-plugin-0.8.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.3/jacoco-maven-plugin-0.8.3.jar (53 kB at 472 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 218 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 6.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/flatten-maven-plugin/1.1.0/flatten-maven-plugin-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/flatten-maven-plugin/1.1.0/flatten-maven-plugin-1.1.0.pom (10.0 kB at 91 kB/s) [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.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/flatten-maven-plugin/1.1.0/flatten-maven-plugin-1.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/flatten-maven-plugin/1.1.0/flatten-maven-plugin-1.1.0.jar (105 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8.1 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9.2 kB at 575 kB/s) [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 3.0 MB/s) [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 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (30 kB at 9.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.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.1/maven-compiler-plugin-3.1.pom (10 kB at 255 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 338 kB/s) [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 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.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.1/maven-compiler-plugin-3.1.jar (43 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.pom (5.6 kB at 214 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom (18 kB at 1.3 MB/s) [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 3.6 MB/s) [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 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.jar (38 kB at 3.0 MB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/jtravis/jtravis/2.7/jtravis-2.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/jtravis/jtravis/2.7/jtravis-2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/jtravis/jtravis/2.7/jtravis-2.7.pom (12 kB at 147 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/squareup/okhttp3/okhttp/3.10.0/okhttp-3.10.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp/3.10.0/okhttp-3.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp/3.10.0/okhttp-3.10.0.pom (2.3 kB at 24 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/squareup/okhttp3/parent/3.10.0/parent-3.10.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/parent/3.10.0/parent-3.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/parent/3.10.0/parent-3.10.0.pom (19 kB at 186 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/squareup/okio/okio/1.14.0/okio-1.14.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/1.14.0/okio-1.14.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/1.14.0/okio-1.14.0.pom (2.0 kB at 25 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/squareup/okio/okio-parent/1.14.0/okio-parent-1.14.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio-parent/1.14.0/okio-parent-1.14.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio-parent/1.14.0/okio-parent-1.14.0.pom (4.9 kB at 84 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson/2.8.0/gson-2.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.0/gson-2.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.0/gson-2.8.0.pom (1.4 kB at 19 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson-parent/2.8.0/gson-parent-2.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.8.0/gson-parent-2.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.8.0/gson-parent-2.8.0.pom (3.5 kB at 39 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/kohsuke/github-api/1.90/github-api-1.90.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kohsuke/github-api/1.90/github-api-1.90.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kohsuke/github-api/1.90/github-api-1.90.pom (6.5 kB at 118 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/kohsuke/pom/17/pom-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kohsuke/pom/17/pom-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kohsuke/pom/17/pom-17.pom (5.8 kB at 104 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/commons-codec/commons-codec/1.7/commons-codec-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.7/commons-codec-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.7/commons-codec-1.7.pom (10 kB at 184 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-parent/26/commons-parent-26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/26/commons-parent-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/26/commons-parent-26.pom (48 kB at 268 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-databind/2.9.2/jackson-databind-2.9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.9.2/jackson-databind-2.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.9.2/jackson-databind-2.9.2.pom (5.9 kB at 76 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-base/2.9.2/jackson-base-2.9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.9.2/jackson-base-2.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.9.2/jackson-base-2.9.2.pom (5.6 kB at 77 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-bom/2.9.2/jackson-bom-2.9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.2/jackson-bom-2.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.2/jackson-bom-2.9.2.pom (12 kB at 262 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-parent/2.9.1/jackson-parent-2.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.1/jackson-parent-2.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.1/jackson-parent-2.9.1.pom (8.0 kB at 286 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/oss-parent/30/oss-parent-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/30/oss-parent-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/30/oss-parent-30.pom (21 kB at 984 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom (1.9 kB at 97 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom (7.8 kB at 150 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/oss-parent/28/oss-parent-28.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/28/oss-parent-28.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/28/oss-parent-28.pom (20 kB at 770 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-core/2.9.2/jackson-core-2.9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.9.2/jackson-core-2.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.9.2/jackson-core-2.9.2.pom (3.4 kB at 37 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/commons-io/commons-io/1.4/commons-io-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.pom (13 kB at 356 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-parent/7/commons-parent-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/7/commons-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/7/commons-parent-7.pom (17 kB at 336 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/infradna/tool/bridge-method-annotation/1.17/bridge-method-annotation-1.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/infradna/tool/bridge-method-annotation/1.17/bridge-method-annotation-1.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/infradna/tool/bridge-method-annotation/1.17/bridge-method-annotation-1.17.pom (741 B at 15 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/infradna/tool/bridge-method-injector-parent/1.17/bridge-method-injector-parent-1.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/infradna/tool/bridge-method-injector-parent/1.17/bridge-method-injector-parent-1.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/infradna/tool/bridge-method-injector-parent/1.17/bridge-method-injector-parent-1.17.pom (4.1 kB at 35 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jenkins-ci/annotation-indexer/1.4/annotation-indexer-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jenkins-ci/annotation-indexer/1.4/annotation-indexer-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jenkins-ci/annotation-indexer/1.4/annotation-indexer-1.4.pom (1.5 kB at 28 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jenkins-ci/jenkins/1.26/jenkins-1.26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jenkins-ci/jenkins/1.26/jenkins-1.26.pom [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/jenkins/1.26/jenkins-1.26.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/jenkins/1.26/jenkins-1.26.pom (27 kB at 117 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/ch/qos/logback/logback-classic/1.1.8/logback-classic-1.1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.8/logback-classic-1.1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.8/logback-classic-1.1.8.pom (13 kB at 560 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/ch/qos/logback/logback-parent/1.1.8/logback-parent-1.1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.1.8/logback-parent-1.1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.1.8/logback-parent-1.1.8.pom (18 kB at 339 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/ch/qos/logback/logback-core/1.1.8/logback-core-1.1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.8/logback-core-1.1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.8/logback-core-1.1.8.pom (4.4 kB at 52 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom (2.8 kB at 54 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom (14 kB at 175 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/mongodb/mongodb-driver/3.2.2/mongodb-driver-3.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver/3.2.2/mongodb-driver-3.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver/3.2.2/mongodb-driver-3.2.2.pom (1.7 kB at 25 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/mongodb/mongodb-driver-core/3.2.2/mongodb-driver-core-3.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-core/3.2.2/mongodb-driver-core-3.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-core/3.2.2/mongodb-driver-core-3.2.2.pom (2.3 kB at 81 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/mongodb/bson/3.2.2/bson-3.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson/3.2.2/bson-3.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson/3.2.2/bson-3.2.2.pom (1.3 kB at 51 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/sun/mail/javax.mail/1.5.6/javax.mail-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/mail/javax.mail/1.5.6/javax.mail-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/mail/javax.mail/1.5.6/javax.mail-1.5.6.pom (5.1 kB at 123 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/sun/mail/all/1.5.6/all-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/mail/all/1.5.6/all-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/mail/all/1.5.6/all-1.5.6.pom (20 kB at 702 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 66 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/spotify/docker-client/8.11.1/docker-client-8.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/spotify/docker-client/8.11.1/docker-client-8.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/spotify/docker-client/8.11.1/docker-client-8.11.1.pom (14 kB at 377 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/spotify/foss-root/5/foss-root-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/spotify/foss-root/5/foss-root-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/spotify/foss-root/5/foss-root-5.pom (8.3 kB at 83 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.pom (2.8 kB at 60 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-parent/1.7.22/slf4j-parent-1.7.22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.22/slf4j-parent-1.7.22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.22/slf4j-parent-1.7.22.pom (14 kB at 265 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/20.0/guava-20.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.pom (6.8 kB at 456 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom (9.9 kB at 582 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.9.4/jackson-jaxrs-json-provider-2.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.9.4/jackson-jaxrs-json-provider-2.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.9.4/jackson-jaxrs-json-provider-2.9.4.pom (3.9 kB at 48 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.9.4/jackson-jaxrs-providers-2.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.9.4/jackson-jaxrs-providers-2.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.9.4/jackson-jaxrs-providers-2.9.4.pom (4.1 kB at 108 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-base/2.9.4/jackson-base-2.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.9.4/jackson-base-2.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.9.4/jackson-base-2.9.4.pom (5.6 kB at 80 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-bom/2.9.4/jackson-bom-2.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.4/jackson-bom-2.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.4/jackson-bom-2.9.4.pom (12 kB at 534 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.9.4/jackson-jaxrs-base-2.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.9.4/jackson-jaxrs-base-2.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.9.4/jackson-jaxrs-base-2.9.4.pom (1.5 kB at 84 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-core/2.9.4/jackson-core-2.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.9.4/jackson-core-2.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.9.4/jackson-core-2.9.4.pom (3.4 kB at 100 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-databind/2.9.4/jackson-databind-2.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.9.4/jackson-databind-2.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.9.4/jackson-databind-2.9.4.pom (5.9 kB at 37 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.9.4/jackson-module-jaxb-annotations-2.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.9.4/jackson-module-jaxb-annotations-2.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.9.4/jackson-module-jaxb-annotations-2.9.4.pom (2.0 kB at 66 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/module/jackson-modules-base/2.9.4/jackson-modules-base-2.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-modules-base/2.9.4/jackson-modules-base-2.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-modules-base/2.9.4/jackson-modules-base-2.9.4.pom (2.6 kB at 83 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/datatype/jackson-datatype-guava/2.9.4/jackson-datatype-guava-2.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-guava/2.9.4/jackson-datatype-guava-2.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-guava/2.9.4/jackson-datatype-guava-2.9.4.pom (2.7 kB at 76 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/datatype/jackson-datatypes-collections/2.9.4/jackson-datatypes-collections-2.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatypes-collections/2.9.4/jackson-datatypes-collections-2.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatypes-collections/2.9.4/jackson-datatypes-collections-2.9.4.pom (1.7 kB at 39 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 378 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 512 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/jersey/core/jersey-client/2.22.2/jersey-client-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-client/2.22.2/jersey-client-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-client/2.22.2/jersey-client-2.22.2.pom (7.6 kB at 128 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/jersey/project/2.22.2/project-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/project/2.22.2/project-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/project/2.22.2/project-2.22.2.pom (84 kB at 727 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 1.9 MB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/hk2/hk2-bom/2.4.0-b34/hk2-bom-2.4.0-b34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-bom/2.4.0-b34/hk2-bom-2.4.0-b34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-bom/2.4.0-b34/hk2-bom-2.4.0-b34.pom (21 kB at 182 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/net/java/jvnet-parent/5/jvnet-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/5/jvnet-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 3.0 MB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.pom (21 kB at 420 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/jersey/core/jersey-common/2.22.2/jersey-common-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-common/2.22.2/jersey-common-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-common/2.22.2/jersey-common-2.22.2.pom (10 kB at 135 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 2.7 MB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 599 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/jersey/bundles/repackaged/jersey-guava/2.22.2/jersey-guava-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/bundles/repackaged/jersey-guava/2.22.2/jersey-guava-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/bundles/repackaged/jersey-guava/2.22.2/jersey-guava-2.22.2.pom (13 kB at 193 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/jersey/bundles/repackaged/project/2.22.2/project-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/bundles/repackaged/project/2.22.2/project-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/bundles/repackaged/project/2.22.2/project-2.22.2.pom (2.8 kB at 54 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/jersey/bundles/project/2.22.2/project-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/bundles/project/2.22.2/project-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/bundles/project/2.22.2/project-2.22.2.pom (3.1 kB at 43 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/hk2/hk2-api/2.4.0-b34/hk2-api-2.4.0-b34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-api/2.4.0-b34/hk2-api-2.4.0-b34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-api/2.4.0-b34/hk2-api-2.4.0-b34.pom (4.6 kB at 26 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/hk2/hk2-parent/2.4.0-b34/hk2-parent-2.4.0-b34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-parent/2.4.0-b34/hk2-parent-2.4.0-b34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-parent/2.4.0-b34/hk2-parent-2.4.0-b34.pom (48 kB at 886 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/hk2/hk2-utils/2.4.0-b34/hk2-utils-2.4.0-b34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-utils/2.4.0-b34/hk2-utils-2.4.0-b34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-utils/2.4.0-b34/hk2-utils-2.4.0-b34.pom (5.1 kB at 105 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/hk2/external/aopalliance-repackaged/2.4.0-b34/aopalliance-repackaged-2.4.0-b34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/aopalliance-repackaged/2.4.0-b34/aopalliance-repackaged-2.4.0-b34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/aopalliance-repackaged/2.4.0-b34/aopalliance-repackaged-2.4.0-b34.pom (6.8 kB at 98 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/hk2/external/2.4.0-b34/external-2.4.0-b34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/2.4.0-b34/external-2.4.0-b34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/2.4.0-b34/external-2.4.0-b34.pom (2.9 kB at 47 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/hk2/external/javax.inject/2.4.0-b34/javax.inject-2.4.0-b34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/javax.inject/2.4.0-b34/javax.inject-2.4.0-b34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/javax.inject/2.4.0-b34/javax.inject-2.4.0-b34.pom (6.5 kB at 191 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/hk2/hk2-locator/2.4.0-b34/hk2-locator-2.4.0-b34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-locator/2.4.0-b34/hk2-locator-2.4.0-b34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-locator/2.4.0-b34/hk2-locator-2.4.0-b34.pom (5.6 kB at 129 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.pom (9.5 kB at 146 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1.pom (6.2 kB at 281 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/pom/8/pom-8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pom/8/pom-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pom/8/pom-8.pom (11 kB at 659 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/jersey/connectors/jersey-apache-connector/2.22.2/jersey-apache-connector-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/connectors/jersey-apache-connector/2.22.2/jersey-apache-connector-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/connectors/jersey-apache-connector/2.22.2/jersey-apache-connector-2.22.2.pom (4.5 kB at 51 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/jersey/connectors/project/2.22.2/project-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/connectors/project/2.22.2/project-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/connectors/project/2.22.2/project-2.22.2.pom (3.8 kB at 66 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpclient/4.5/httpclient-4.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5/httpclient-4.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5/httpclient-4.5.pom (6.4 kB at 456 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpcomponents-client/4.5/httpcomponents-client-4.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5/httpcomponents-client-4.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5/httpcomponents-client-4.5.pom (16 kB at 364 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpcore/4.4.1/httpcore-4.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.1/httpcore-4.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.1/httpcore-4.4.1.pom (4.6 kB at 354 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpcomponents-core/4.4.1/httpcomponents-core-4.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.1/httpcomponents-core-4.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.1/httpcomponents-core-4.4.1.pom (13 kB at 804 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 1.1 MB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 7.0 MB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 330 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 8.8 MB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/jersey/media/jersey-media-json-jackson/2.22.2/jersey-media-json-jackson-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/media/jersey-media-json-jackson/2.22.2/jersey-media-json-jackson-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/media/jersey-media-json-jackson/2.22.2/jersey-media-json-jackson-2.22.2.pom (4.8 kB at 23 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/jersey/media/project/2.22.2/project-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/media/project/2.22.2/project-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/media/project/2.22.2/project-2.22.2.pom (3.0 kB at 67 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/jersey/ext/jersey-entity-filtering/2.22.2/jersey-entity-filtering-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/ext/jersey-entity-filtering/2.22.2/jersey-entity-filtering-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/ext/jersey-entity-filtering/2.22.2/jersey-entity-filtering-2.22.2.pom (4.6 kB at 138 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/jersey/ext/project/2.22.2/project-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/ext/project/2.22.2/project-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/ext/project/2.22.2/project-2.22.2.pom (3.8 kB at 64 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.5.4/jackson-jaxrs-base-2.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.5.4/jackson-jaxrs-base-2.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.5.4/jackson-jaxrs-base-2.5.4.pom (1.9 kB at 26 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.5.4/jackson-jaxrs-providers-2.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.5.4/jackson-jaxrs-providers-2.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.5.4/jackson-jaxrs-providers-2.5.4.pom (3.9 kB at 50 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-parent/2.5.1/jackson-parent-2.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.5.1/jackson-parent-2.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.5.1/jackson-parent-2.5.1.pom (7.8 kB at 169 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/oss-parent/19/oss-parent-19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/19/oss-parent-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/19/oss-parent-19.pom (19 kB at 262 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-core/2.5.4/jackson-core-2.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.5.4/jackson-core-2.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.5.4/jackson-core-2.5.4.pom (4.8 kB at 68 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-databind/2.5.4/jackson-databind-2.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.5.4/jackson-databind-2.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.5.4/jackson-databind-2.5.4.pom (5.9 kB at 86 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-annotations/2.5.0/jackson-annotations-2.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.5.0/jackson-annotations-2.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.5.0/jackson-annotations-2.5.0.pom (1.2 kB at 12 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-parent/2.5/jackson-parent-2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.5/jackson-parent-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.5/jackson-parent-2.5.pom (7.8 kB at 145 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/oss-parent/18/oss-parent-18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/18/oss-parent-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/18/oss-parent-18.pom (19 kB at 681 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.5.4/jackson-jaxrs-json-provider-2.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.5.4/jackson-jaxrs-json-provider-2.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.5.4/jackson-jaxrs-json-provider-2.5.4.pom (3.4 kB at 39 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.5.4/jackson-module-jaxb-annotations-2.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.5.4/jackson-module-jaxb-annotations-2.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.5.4/jackson-module-jaxb-annotations-2.5.4.pom (4.3 kB at 120 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-annotations/2.5.4/jackson-annotations-2.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.5.4/jackson-annotations-2.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.5.4/jackson-annotations-2.5.4.pom (1.2 kB at 15 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom (11 kB at 457 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 1.7 MB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 10 MB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpcore/4.4.5/httpcore-4.4.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.5/httpcore-4.4.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.5/httpcore-4.4.5.pom (5.5 kB at 126 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpcomponents-core/4.4.5/httpcomponents-core-4.4.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.5/httpcomponents-core-4.4.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.5/httpcomponents-core-4.4.5.pom (13 kB at 224 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/jnr/jnr-unixsocket/0.18/jnr-unixsocket-0.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-unixsocket/0.18/jnr-unixsocket-0.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-unixsocket/0.18/jnr-unixsocket-0.18.pom (10 kB at 135 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/jnr/jnr-ffi/2.1.4/jnr-ffi-2.1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-ffi/2.1.4/jnr-ffi-2.1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-ffi/2.1.4/jnr-ffi-2.1.4.pom (8.2 kB at 215 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/jnr/jffi/1.2.15/jffi-1.2.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jffi/1.2.15/jffi-1.2.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jffi/1.2.15/jffi-1.2.15.pom (9.2 kB at 106 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom (1.9 kB at 215 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom (5.5 kB at 1.8 MB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/ow2/1.3/ow2-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom (9.5 kB at 634 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-commons/5.0.3/asm-commons-5.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/5.0.3/asm-commons-5.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/5.0.3/asm-commons-5.0.3.pom (2.1 kB at 27 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.pom (2.1 kB at 48 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-analysis/5.0.3/asm-analysis-5.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/5.0.3/asm-analysis-5.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/5.0.3/asm-analysis-5.0.3.pom (2.1 kB at 43 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-util/5.0.3/asm-util-5.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/5.0.3/asm-util-5.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/5.0.3/asm-util-5.0.3.pom (2.1 kB at 51 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.pom (1.6 kB at 17 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/jnr/jnr-constants/0.9.8/jnr-constants-0.9.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-constants/0.9.8/jnr-constants-0.9.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-constants/0.9.8/jnr-constants-0.9.8.pom (3.5 kB at 71 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/jnr/jnr-enxio/0.16/jnr-enxio-0.16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-enxio/0.16/jnr-enxio-0.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-enxio/0.16/jnr-enxio-0.16.pom (4.1 kB at 60 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/jnr/jnr-posix/3.0.35/jnr-posix-3.0.35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-posix/3.0.35/jnr-posix-3.0.35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-posix/3.0.35/jnr-posix-3.0.35.pom (6.3 kB at 65 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/bouncycastle/bcpkix-jdk15on/1.59/bcpkix-jdk15on-1.59.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.59/bcpkix-jdk15on-1.59.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.59/bcpkix-jdk15on-1.59.pom (1.5 kB at 25 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/bouncycastle/bcprov-jdk15on/1.59/bcprov-jdk15on-1.59.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.59/bcprov-jdk15on-1.59.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.59/bcprov-jdk15on-1.59.pom (1.1 kB at 21 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/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 1.7 MB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-databind/2.10.0.pr1/jackson-databind-2.10.0.pr1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.10.0.pr1/jackson-databind-2.10.0.pr1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.10.0.pr1/jackson-databind-2.10.0.pr1.pom (6.7 kB at 54 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-base/2.10.0.pr1/jackson-base-2.10.0.pr1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.10.0.pr1/jackson-base-2.10.0.pr1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.10.0.pr1/jackson-base-2.10.0.pr1.pom (6.6 kB at 107 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-bom/2.10.0.pr1/jackson-bom-2.10.0.pr1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.10.0.pr1/jackson-bom-2.10.0.pr1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.10.0.pr1/jackson-bom-2.10.0.pr1.pom (12 kB at 186 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-parent/2.10.pr1/jackson-parent-2.10.pr1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.10.pr1/jackson-parent-2.10.pr1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.10.pr1/jackson-parent-2.10.pr1.pom (8.3 kB at 94 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/oss-parent/38/oss-parent-38.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/38/oss-parent-38.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/38/oss-parent-38.pom (23 kB at 1.6 MB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-annotations/2.10.0.pr1/jackson-annotations-2.10.0.pr1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.10.0.pr1/jackson-annotations-2.10.0.pr1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.10.0.pr1/jackson-annotations-2.10.0.pr1.pom (2.8 kB at 67 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-core/2.10.0.pr1/jackson-core-2.10.0.pr1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.10.0.pr1/jackson-core-2.10.0.pr1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.10.0.pr1/jackson-core-2.10.0.pr1.pom (4.1 kB at 86 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/martiansoftware/jsap/2.1/jsap-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/martiansoftware/jsap/2.1/jsap-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/martiansoftware/jsap/2.1/jsap-2.1.pom (815 B at 23 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 687 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 2.4 MB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 461 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.pom (930 B at 16 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/jtravis/jtravis/2.7/jtravis-2.7.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/squareup/okio/okio/1.14.0/okio-1.14.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/squareup/okhttp3/okhttp/3.10.0/okhttp-3.10.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/kohsuke/github-api/1.90/github-api-1.90.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/commons-codec/commons-codec/1.7/commons-codec-1.7.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/infradna/tool/bridge-method-annotation/1.17/bridge-method-annotation-1.17.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jenkins-ci/annotation-indexer/1.4/annotation-indexer-1.4.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/mongodb/mongodb-driver/3.2.2/mongodb-driver-3.2.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/mongodb/bson/3.2.2/bson-3.2.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/mongodb/mongodb-driver-core/3.2.2/mongodb-driver-core-3.2.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/sun/mail/javax.mail/1.5.6/javax.mail-1.5.6.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/javax/activation/activation/1.1/activation-1.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/spotify/docker-client/8.11.1/docker-client-8.11.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/20.0/guava-20.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.9.4/jackson-jaxrs-json-provider-2.9.4.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.9.4/jackson-jaxrs-base-2.9.4.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.9.4/jackson-module-jaxb-annotations-2.9.4.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/datatype/jackson-datatype-guava/2.9.4/jackson-datatype-guava-2.9.4.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/jersey/core/jersey-client/2.22.2/jersey-client-2.22.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/jersey/core/jersey-common/2.22.2/jersey-common-2.22.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/jersey/bundles/repackaged/jersey-guava/2.22.2/jersey-guava-2.22.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/hk2/hk2-api/2.4.0-b34/hk2-api-2.4.0-b34.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/hk2/hk2-utils/2.4.0-b34/hk2-utils-2.4.0-b34.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/hk2/external/aopalliance-repackaged/2.4.0-b34/aopalliance-repackaged-2.4.0-b34.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/hk2/external/javax.inject/2.4.0-b34/javax.inject-2.4.0-b34.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/hk2/hk2-locator/2.4.0-b34/hk2-locator-2.4.0-b34.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/jersey/connectors/jersey-apache-connector/2.22.2/jersey-apache-connector-2.22.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/jersey/media/jersey-media-json-jackson/2.22.2/jersey-media-json-jackson-2.22.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/jersey/ext/jersey-entity-filtering/2.22.2/jersey-entity-filtering-2.22.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpclient/4.5/httpclient-4.5.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpcore/4.4.5/httpcore-4.4.5.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/jnr/jnr-unixsocket/0.18/jnr-unixsocket-0.18.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/jnr/jnr-ffi/2.1.4/jnr-ffi-2.1.4.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/jnr/jffi/1.2.15/jffi-1.2.15.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/jnr/jffi/1.2.15/jffi-1.2.15-native.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-commons/5.0.3/asm-commons-5.0.3.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-analysis/5.0.3/asm-analysis-5.0.3.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-util/5.0.3/asm-util-5.0.3.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/jnr/jnr-constants/0.9.8/jnr-constants-0.9.8.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/jnr/jnr-enxio/0.16/jnr-enxio-0.16.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/jnr/jnr-posix/3.0.35/jnr-posix-3.0.35.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/bouncycastle/bcpkix-jdk15on/1.59/bcpkix-jdk15on-1.59.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/junit/junit/4.12/junit-4.12.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/bouncycastle/bcprov-jdk15on/1.59/bcprov-jdk15on-1.59.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-databind/2.10.0.pr1/jackson-databind-2.10.0.pr1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-annotations/2.10.0.pr1/jackson-annotations-2.10.0.pr1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-core/2.10.0.pr1/jackson-core-2.10.0.pr1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/ch/qos/logback/logback-classic/1.1.8/logback-classic-1.1.8.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/martiansoftware/jsap/2.1/jsap-2.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/ch/qos/logback/logback-core/1.1.8/logback-core-1.1.8.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/jtravis/jtravis/2.7/jtravis-2.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/1.14.0/okio-1.14.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp/3.10.0/okhttp-3.10.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kohsuke/github-api/1.90/github-api-1.90.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/jtravis/jtravis/2.7/jtravis-2.7.jar (74 kB at 864 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.7/commons-codec-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar (232 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/infradna/tool/bridge-method-annotation/1.17/bridge-method-annotation-1.17.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/1.14.0/okio-1.14.0.jar (86 kB at 739 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jenkins-ci/annotation-indexer/1.4/annotation-indexer-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/infradna/tool/bridge-method-annotation/1.17/bridge-method-annotation-1.17.jar (3.2 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver/3.2.2/mongodb-driver-3.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kohsuke/github-api/1.90/github-api-1.90.jar (331 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-core/3.2.2/mongodb-driver-core-3.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.7/commons-codec-1.7.jar (260 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson/3.2.2/bson-3.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp/3.10.0/okhttp-3.10.0.jar (412 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/mail/javax.mail/1.5.6/javax.mail-1.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jenkins-ci/annotation-indexer/1.4/annotation-indexer-1.4.jar (16 kB at 106 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/org/mongodb/mongodb-driver/3.2.2/mongodb-driver-3.2.2.jar (346 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/spotify/docker-client/8.11.1/docker-client-8.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson/3.2.2/bson-3.2.2.jar (228 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.jar [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 306 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar (2.4 MB at 9.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.9.4/jackson-jaxrs-json-provider-2.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/spotify/docker-client/8.11.1/docker-client-8.11.1.jar (710 kB at 2.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/mail/javax.mail/1.5.6/javax.mail-1.5.6.jar (608 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.9.4/jackson-jaxrs-base-2.9.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.9.4/jackson-module-jaxb-annotations-2.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.9.4/jackson-jaxrs-json-provider-2.9.4.jar (16 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-guava/2.9.4/jackson-datatype-guava-2.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.jar (41 kB at 122 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-client/2.22.2/jersey-client-2.22.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-guava/2.9.4/jackson-datatype-guava-2.9.4.jar (78 kB at 212 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.9.4/jackson-module-jaxb-annotations-2.9.4.jar (33 kB at 86 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.9.4/jackson-jaxrs-base-2.9.4.jar (32 kB at 85 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-common/2.22.2/jersey-common-2.22.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-client/2.22.2/jersey-client-2.22.2.jar (167 kB at 435 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/bundles/repackaged/jersey-guava/2.22.2/jersey-guava-2.22.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.jar (116 kB at 282 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar (26 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-api/2.4.0-b34/hk2-api-2.4.0-b34.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-core/3.2.2/mongodb-driver-core-3.2.2.jar (913 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-utils/2.4.0-b34/hk2-utils-2.4.0-b34.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-common/2.22.2/jersey-common-2.22.2.jar (698 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/aopalliance-repackaged/2.4.0-b34/aopalliance-repackaged-2.4.0-b34.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1.jar (20 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/javax.inject/2.4.0-b34/javax.inject-2.4.0-b34.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/aopalliance-repackaged/2.4.0-b34/aopalliance-repackaged-2.4.0-b34.jar (15 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-locator/2.4.0-b34/hk2-locator-2.4.0-b34.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-api/2.4.0-b34/hk2-api-2.4.0-b34.jar (179 kB at 369 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/bundles/repackaged/jersey-guava/2.22.2/jersey-guava-2.22.2.jar (971 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/connectors/jersey-apache-connector/2.22.2/jersey-apache-connector-2.22.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-utils/2.4.0-b34/hk2-utils-2.4.0-b34.jar (119 kB at 242 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/media/jersey-media-json-jackson/2.22.2/jersey-media-json-jackson-2.22.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/javax.inject/2.4.0-b34/javax.inject-2.4.0-b34.jar (6.0 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/ext/jersey-entity-filtering/2.22.2/jersey-entity-filtering-2.22.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/ext/jersey-entity-filtering/2.22.2/jersey-entity-filtering-2.22.2.jar (70 kB at 128 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar (714 kB at 1.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/media/jersey-media-json-jackson/2.22.2/jersey-media-json-jackson-2.22.2.jar (22 kB at 40 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/connectors/jersey-apache-connector/2.22.2/jersey-apache-connector-2.22.2.jar (25 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5/httpclient-4.5.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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-locator/2.4.0-b34/hk2-locator-2.4.0-b34.jar (181 kB at 330 kB/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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.5/httpcore-4.4.5.jar [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 375 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-unixsocket/0.18/jnr-unixsocket-0.18.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 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-ffi/2.1.4/jnr-ffi-2.1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5/httpclient-4.5.jar (728 kB at 1.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar (378 kB at 655 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jffi/1.2.15/jffi-1.2.15.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jffi/1.2.15/jffi-1.2.15-native.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-unixsocket/0.18/jnr-unixsocket-0.18.jar (45 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.5/httpcore-4.4.5.jar (327 kB at 538 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/5.0.3/asm-commons-5.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-ffi/2.1.4/jnr-ffi-2.1.4.jar (679 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/5.0.3/asm-analysis-5.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar (53 kB at 85 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/5.0.3/asm-commons-5.0.3.jar (42 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/5.0.3/asm-util-5.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/5.0.3/asm-analysis-5.0.3.jar (20 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar (29 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-constants/0.9.8/jnr-constants-0.9.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jffi/1.2.15/jffi-1.2.15-native.jar (635 kB at 983 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/5.0.3/asm-util-5.0.3.jar (43 kB at 67 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-enxio/0.16/jnr-enxio-0.16.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-posix/3.0.35/jnr-posix-3.0.35.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jffi/1.2.15/jffi-1.2.15.jar (151 kB at 233 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.59/bcpkix-jdk15on-1.59.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar (220 kB at 325 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.59/bcprov-jdk15on-1.59.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-constants/0.9.8/jnr-constants-0.9.8.jar (358 kB at 523 kB/s) [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 455 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.10.0.pr1/jackson-databind-2.10.0.pr1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-enxio/0.16/jnr-enxio-0.16.jar (28 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.10.0.pr1/jackson-annotations-2.10.0.pr1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-posix/3.0.35/jnr-posix-3.0.35.jar (227 kB at 323 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.10.0.pr1/jackson-core-2.10.0.pr1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.10.0.pr1/jackson-annotations-2.10.0.pr1.jar (68 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/martiansoftware/jsap/2.1/jsap-2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.59/bcpkix-jdk15on-1.59.jar (793 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.8/logback-classic-1.1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.10.0.pr1/jackson-core-2.10.0.pr1.jar (345 kB at 448 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.8/logback-core-1.1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/martiansoftware/jsap/2.1/jsap-2.1.jar (69 kB at 88 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/com/fasterxml/jackson/core/jackson-databind/2.10.0.pr1/jackson-databind-2.10.0.pr1.jar (1.4 MB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.8/logback-classic-1.1.8.jar (305 kB at 369 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 574 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.59/bcprov-jdk15on-1.59.jar (4.1 MB at 4.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.8/logback-core-1.1.8.jar (471 kB at 563 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.jar (1.2 MB at 1.4 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ repairnator-core --- [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 291 kB/s) [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 3.0 MB/s) [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 5.1 MB/s) [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 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 1.4 MB/s) [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 929 kB/s) [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.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar [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.jar (13 kB at 330 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 5.5 MB/s) [INFO] [INFO] --- flatten-maven-plugin:1.1.0:clean (flatten.clean) @ repairnator-core --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom (4.2 kB at 133 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.2.5/maven-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.2.5/maven-3.2.5.pom (22 kB at 1.4 MB/s) [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 1.6 MB/s) [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 5.1 MB/s) [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 272 kB/s) [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 6.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom (3.0 kB at 158 kB/s) [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 23 kB/s) [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 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.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 39 kB/s) [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 1.4 MB/s) [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 5.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom (2.3 kB at 147 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom (8.1 kB at 474 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom (2.2 kB at 167 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom (2.6 kB at 185 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.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 110 kB/s) [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 1.7 MB/s) [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 3.0 MB/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.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 688 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom (2.2 kB at 139 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/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 763 kB/s) [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 2.2 MB/s) [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 12 MB/s) [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 1.3 MB/s) [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 299 kB/s) [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 1.1 MB/s) [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 931 kB/s) [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 964 kB/s) [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 1.8 MB/s) [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 184 kB/s) [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 869 kB/s) [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 624 kB/s) [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 3.9 MB/s) [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 3.6 MB/s) [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 54 kB/s) [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 265 kB/s) [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 1.2 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.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 250 kB/s) [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 1.1 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.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 496 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.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 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom (4.2 kB at 266 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom (1.9 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom (30 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-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom (2.1 kB at 114 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom (2.2 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom (3.5 kB at 183 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.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.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.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom (4.7 kB at 147 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom (13 kB at 260 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.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 717 kB/s) [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 785 kB/s) [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 2.6 MB/s) [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 5.2 MB/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.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 341 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.0.M1/org.eclipse.sisu.inject-0.3.0.M1.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.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom (2.5 kB at 159 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom (14 kB at 510 kB/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.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 167 kB/s) [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 288 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom (11 kB at 781 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom (13 kB at 449 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/38/forge-parent-38.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/38/forge-parent-38.pom (19 kB at 568 kB/s) [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 73 kB/s) [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 508 kB/s) [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 386 kB/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.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 730 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom (3.0 kB at 252 kB/s) [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 1.0 MB/s) [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 4.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.0/maven-artifact-transfer-0.9.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.9.0/maven-artifact-transfer-0.9.0.pom (7.6 kB at 181 kB/s) [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 199 kB/s) [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 8.3 MB/s) [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 552 kB/s) [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 940 kB/s) [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 740 kB/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.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 455 kB/s) [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 2.7 MB/s) [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 643 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/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 1.1 MB/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.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 823 kB/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.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 558 kB/s) [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 2.6 MB/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.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 1.0 MB/s) [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 1.8 MB/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.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 870 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7/plexus-component-annotations-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7/plexus-component-annotations-1.7.pom (748 B at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7/plexus-containers-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7/plexus-containers-1.7.pom (4.8 kB at 101 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.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 200 kB/s) [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 393 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.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 1.1 MB/s) [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 511 kB/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.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 207 kB/s) [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 843 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar [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.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.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] 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.jar (62 kB at 3.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.jar (170 kB at 10 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar (161 kB at 8.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.jar (43 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.jar (44 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.jar (608 kB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.jar (26 kB at 481 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.jar (55 kB at 950 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.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 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (136 kB at 1.7 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.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 1.7 MB/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/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.jar (66 kB at 765 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/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar (201 kB at 2.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.jar (31 kB at 317 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.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3-no_aop.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 60 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/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 449 kB/s) [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.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 39 kB/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-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar (172 kB at 1.5 MB/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/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar (340 kB at 2.6 MB/s) [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 213 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.jar [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 97 kB/s) [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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3-no_aop.jar (398 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.0/maven-artifact-transfer-0.9.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 1.5 MB/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.0/maven-common-artifact-filters-3.0.0.jar [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.jar (2.2 MB at 13 MB/s) [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] 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 301 kB/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/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.jar (46 kB at 259 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/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 831 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/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 1.1 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/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 2.5 MB/s) [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 300 kB/s) [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 131 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.0.0/maven-shared-utils-3.0.0.jar (155 kB at 774 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.0/maven-artifact-transfer-0.9.0.jar (123 kB at 589 kB/s) [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:prepare-agent (default) @ repairnator-core --- [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 213 kB/s) [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 176 kB/s) [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 248 kB/s) [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 1.3 MB/s) [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 185 kB/s) [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 33 kB/s) [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 494 kB/s) [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 32 kB/s) [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 941 kB/s) [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 51 kB/s) [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 2.9 MB/s) [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 27 kB/s) [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 34 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.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 412 kB/s) [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 38 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.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 59 kB/s) [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 2.3 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.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 1.0 MB/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-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 13 kB/s) [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 200 kB/s) [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 65 kB/s) [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 408 kB/s) [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 350 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.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 791 kB/s) [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 3.1 MB/s) [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 5.8 MB/s) [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 19 kB/s) [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 536 kB/s) [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 1.4 MB/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.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 137 kB/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.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 203 kB/s) [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 467 kB/s) [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 60 kB/s) [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 79 kB/s) [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 15 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.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 790 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.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 45 kB/s) [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 90 kB/s) [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 68 kB/s) [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 46 kB/s) [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 134 kB/s) [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 12 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.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 46 kB/s) [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 825 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.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 56 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.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 869 kB/s) [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 947 kB/s) [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 48 kB/s) [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 248 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.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 266 kB/s) [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 217 kB/s) [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 3.9 MB/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.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 79 kB/s) [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 35 kB/s) [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 227 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.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 518 kB/s) [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 783 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.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 268 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.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 150 kB/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.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 142 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.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 408 kB/s) [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 347 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.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 80 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.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 41 kB/s) [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 68 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.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 392 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.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 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 250 kB/s) [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 954 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.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 115 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-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 88 kB/s) [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 70 kB/s) [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 47 kB/s) [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 233 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.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 268 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.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 3.1 MB/s) [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 620 kB/s) [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 9.3 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.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 182 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.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 13 kB/s) [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 22 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.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 14 kB/s) [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 165 kB/s) [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 7.8 kB/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.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 38 kB/s) [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 7.2 kB/s) [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 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3.pom (3.5 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.3/org.jacoco.core-0.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.3/org.jacoco.core-0.8.3.pom (2.1 kB at 42 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.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 47 kB/s) [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 351 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.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 45 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.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 34 kB/s) [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 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.3/org.jacoco.report-0.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.3/org.jacoco.report-0.8.3.pom (1.9 kB at 18 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/maven-plugin-api-3.0.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/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/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-core/3.0/maven-core-3.0.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 10 MB/s) [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] 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 4.7 MB/s) [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] 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 3.8 MB/s) [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 1.4 MB/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-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 5.3 MB/s) [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/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 3.3 MB/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] 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 1.2 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/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 315 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/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 1.7 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/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 3.5 MB/s) [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 11 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] 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] 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 2.2 MB/s) [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] 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 922 kB/s) [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 1.2 MB/s) [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/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.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 4.5 MB/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-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/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 931 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] 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 614 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/shared/file-management/1.2.1/file-management-1.2.1.jar (38 kB at 447 kB/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/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 431 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] 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 122 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.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/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 445 kB/s) [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 2.0 MB/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] 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/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 98 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] 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 383 kB/s) [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-project/2.0.10/maven-project-2.0.10.jar (123 kB at 1.1 MB/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/junit/junit/4.8.2/junit-4.8.2.jar (237 kB at 2.0 MB/s) [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 308 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] 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 1.2 MB/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/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.jar (30 kB at 211 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/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar (17 kB at 94 kB/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/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar (305 kB at 1.6 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-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 1.4 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] 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 56 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.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-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar (52 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-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/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar (15 kB at 56 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/commons-codec/commons-codec/1.2/commons-codec-1.2.jar (30 kB at 112 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/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar (1.2 MB at 3.9 MB/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/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 25 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/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar (37 kB at 120 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/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar (50 kB at 160 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/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 1.2 MB/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/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 31 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-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (91 kB at 268 kB/s) [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] 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 490 kB/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] 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 547 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.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 185 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.3/org.jacoco.core-0.8.3.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 106 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/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/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/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (109 kB at 297 kB/s) [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/7.0/asm-7.0.jar (114 kB at 298 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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.3/org.jacoco.core-0.8.3.jar (192 kB at 472 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.3/org.jacoco.report-0.8.3.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 194 kB/s) [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 77 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar (279 kB at 646 kB/s) [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 117 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.3/org.jacoco.report-0.8.3.jar (129 kB at 296 kB/s) [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/target/jacoco.exec,excludes=com.sun.tools.jdi.** [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ repairnator-core --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 879 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 1.5 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.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 499 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 990 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 874 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 925 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 526 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 973 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 637 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.0.6/maven-reporting-api-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 584 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 720 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.0-alpha-7/doxia-sink-api-1.0-alpha-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.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 122 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 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-4/plexus-interactivity-api-1.0-alpha-4.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-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 627 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (5.8 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-components/17/maven-shared-components-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 4.4 MB/s) [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 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 444 kB/s) [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 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 954 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 297 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 949 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 5.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 7.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 11 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 23 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.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-alpha-7/doxia-sink-api-1.0-alpha-7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 3.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 22 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 2.5 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-4/plexus-interactivity-api-1.0-alpha-4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 2.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 424 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 2.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 427 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 3.6 MB/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] 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/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 4.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 469 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-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 462 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 2.9 MB/s) [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 6.5 MB/s) [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.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 1.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 179 kB/s) [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.jar (223 kB at 3.9 MB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ repairnator-core --- [INFO] Generating flattened POM of project fr.inria.repairnator:repairnator-core:jar:3.3-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ repairnator-core --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (1.5 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 822 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 575 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (1.6 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (7.8 kB at 156 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (2.1 kB at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (3.1 kB at 185 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2.0 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (2.0 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (1.9 kB at 127 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (1.7 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (2.7 kB at 104 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (2.7 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2.0 kB at 104 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (2.1 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (1.3 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom (3.4 kB at 155 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.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 1.3 MB/s) [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 1.6 MB/s) [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 1.6 MB/s) [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 2.1 MB/s) [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 730 kB/s) [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 7.5 MB/s) [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 11 MB/s) [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 2.0 MB/s) [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 2.9 MB/s) [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 75 kB/s) [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 648 kB/s) [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 64 kB/s) [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 652 kB/s) [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 949 kB/s) [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 2.6 MB/s) [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 298 kB/s) [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 1.1 MB/s) [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 1.1 MB/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.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 99 kB/s) [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 936 kB/s) [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 569 kB/s) [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 1.4 MB/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.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 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.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 88 kB/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.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 643 kB/s) [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 688 kB/s) [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 419 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (3.6 kB at 120 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom (769 B at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom (1.2 kB at 89 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (2.8 kB at 918 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4.0 kB at 269 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (2.8 kB at 936 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 kB at 6.2 MB/s) [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 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (5.3 kB at 1.8 MB/s) [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 826 kB/s) [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 777 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom (747 B 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/2.0.9/maven-plugin-api-2.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 4.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar (211 kB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 522 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 884 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 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-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 222 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 203 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 599 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 355 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 270 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.1/maven-shared-utils-0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 108 kB/s) [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] 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 138 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar (33 kB at 336 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 360 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.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.9/maven-artifact-manager-2.0.9.jar (58 kB at 556 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (4.6 kB at 41 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 kB at 221 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar [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.jar (155 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar (19 kB at 158 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-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.5.5/plexus-container-default-1.5.5.jar (217 kB at 1.8 MB/s) [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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.jar (358 kB at 2.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar (45 kB at 328 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar (134 kB at 956 kB/s) [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.jar (640 kB at 4.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar (46 kB at 305 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.jar (121 kB at 799 kB/s) [INFO] Changes detected - recompiling the module! [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/target/classes [WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/src/main/java/fr/inria/spirals/repairnator/dockerpool/RunnablePipelineContainer.java: /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/src/main/java/fr/inria/spirals/repairnator/dockerpool/RunnablePipelineContainer.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/src/main/java/fr/inria/spirals/repairnator/dockerpool/RunnablePipelineContainer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ repairnator-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ repairnator-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ repairnator-core --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.pom (7.3 kB at 489 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom (1.6 kB at 326 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom (13 kB at 550 kB/s) [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 2.8 MB/s) [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 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.pom (3.5 kB at 702 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.pom (3.2 kB at 212 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 4.2 MB/s) [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-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/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar [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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar (46 kB at 7.6 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 13 MB/s) [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.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] 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.jar (39 kB at 3.6 MB/s) [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] 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 12 MB/s) [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 3.3 MB/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] 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 2.2 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-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 687 kB/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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar (293 kB at 14 MB/s) [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 1.4 MB/s) [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] 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 2.0 MB/s) [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.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 3.2 MB/s) [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.jar [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.jar (22 kB at 740 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 11 MB/s) [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.jar (178 kB at 5.9 MB/s) [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.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 2.2 MB/s) [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] 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.jar [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.jar [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.jar (22 kB at 657 kB/s) [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 733 kB/s) [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.jar (8.8 kB at 252 kB/s) [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.jar (17 kB at 464 kB/s) [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.jar [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.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [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.jar (10 kB at 268 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar (196 kB at 4.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 7.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 836 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar (14 kB at 312 kB/s) [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.jar (228 kB at 4.9 MB/s) [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.jar (13 kB at 228 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.pom (3.3 kB at 218 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/2.19.1/surefire-providers-2.19.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/2.19.1/surefire-providers-2.19.1.pom (2.6 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.jar (75 kB at 19 MB/s) ------------------------------------------------------- T E S T S ------------------------------------------------------- Running fr.inria.spirals.repairnator.config.TestRepairnatorConfig Tests run: 4, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.167 sec - in fr.inria.spirals.repairnator.config.TestRepairnatorConfig Running fr.inria.spirals.repairnator.utils.TestDateUtils Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec - in fr.inria.spirals.repairnator.utils.TestDateUtils Running fr.inria.spirals.repairnator.utils.TestUtils Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.358 sec - in fr.inria.spirals.repairnator.utils.TestUtils Running exceptionparser.StackTraceParserTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.425 sec - in exceptionparser.StackTraceParserTest Results : Tests run: 18, Failures: 0, Errors: 0, Skipped: 3 [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 50.599 s [INFO] Finished at: 2023-05-10T14:49:40Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (repairnator-realtime) [Pipeline] timeout Timeout set to expire in 15 min [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $GITHUB_OAUTH [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + bash ./.ci/ci-run-with-core.sh + export M2_HOME=/usr/share/maven + M2_HOME=/usr/share/maven + mvn clean install -B -f src/repairnator-core/ [INFO] Scanning for projects... [INFO] Inspecting build with total of 1 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] [INFO] ---------------< fr.inria.repairnator:repairnator-core >---------------- [INFO] Building repairnator-core 3.3-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (5.8 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 kB at 630 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom (6.4 kB at 277 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar (27 kB at 642 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ repairnator-core --- [INFO] Deleting /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/target [INFO] [INFO] --- flatten-maven-plugin:1.1.0:clean (flatten.clean) @ repairnator-core --- [INFO] Deleting /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/.flattened-pom.xml [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:prepare-agent (default) @ repairnator-core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/target/jacoco.exec,excludes=com.sun.tools.jdi.** [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ repairnator-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ repairnator-core --- [INFO] Generating flattened POM of project fr.inria.repairnator:repairnator-core:jar:3.3-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ repairnator-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/target/classes [WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/src/main/java/fr/inria/spirals/repairnator/dockerpool/RunnablePipelineContainer.java: /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/src/main/java/fr/inria/spirals/repairnator/dockerpool/RunnablePipelineContainer.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/src/main/java/fr/inria/spirals/repairnator/dockerpool/RunnablePipelineContainer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ repairnator-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ repairnator-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ repairnator-core --- ------------------------------------------------------- T E S T S ------------------------------------------------------- Running fr.inria.spirals.repairnator.config.TestRepairnatorConfig Tests run: 4, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.184 sec - in fr.inria.spirals.repairnator.config.TestRepairnatorConfig Running fr.inria.spirals.repairnator.utils.TestDateUtils Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec - in fr.inria.spirals.repairnator.utils.TestDateUtils Running fr.inria.spirals.repairnator.utils.TestUtils Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.403 sec - in fr.inria.spirals.repairnator.utils.TestUtils Running exceptionparser.StackTraceParserTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.977 sec - in exceptionparser.StackTraceParserTest Results : Tests run: 18, Failures: 0, Errors: 0, Skipped: 3 [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:report (report) @ repairnator-core --- [INFO] Loading execution data file /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/target/jacoco.exec [INFO] Analyzed bundle 'repairnator-core' with 53 classes [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ repairnator-core --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 89 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (2.8 kB at 65 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (1.7 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (2.7 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar [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.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 326 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (58 kB at 296 kB/s) [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.jar (208 kB at 984 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (184 kB at 862 kB/s) [INFO] Building jar: /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/target/repairnator-core-3.3-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ repairnator-core --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom (2.5 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (1.1 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom (5.0 kB at 151 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-8/plexus-container-default-1.0-alpha-8.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-8/plexus-container-default-1.0-alpha-8.pom (7.3 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.0.5/plexus-utils-3.0.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 kB at 349 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar (230 kB at 4.8 MB/s) [INFO] Installing /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/target/repairnator-core-3.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/fr/inria/repairnator/repairnator-core/3.3-SNAPSHOT/repairnator-core-3.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/.flattened-pom.xml to /home/jenkins/.m2/repository/fr/inria/repairnator/repairnator-core/3.3-SNAPSHOT/repairnator-core-3.3-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 25.938 s [INFO] Finished at: 2023-05-10T14:50:12Z [INFO] ------------------------------------------------------------------------ + mvn -Duser.home=/home/jenkins '-Dtest=**' clean test -B -f src/repairnator-realtime/ -Dmaven.resolver.transport=native -Daether.connector.connectTimeout=300000 -Daether.connector.requestTimeout=300000 [INFO] Scanning for projects... [INFO] Inspecting build with total of 1 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] [INFO] -------------< fr.inria.repairnator:repairnator-realtime >-------------- [INFO] Building repairnator-realtime 3.3-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/repairnator/repairnator-root/3.3-SNAPSHOT/maven-metadata.xml [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/fr/inria/repairnator/repairnator-root/3.3-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/repairnator/repairnator-root/3.3-SNAPSHOT/maven-metadata.xml (611 B at 1.2 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/repairnator/repairnator-root/3.3-SNAPSHOT/repairnator-root-3.3-20211001.093711-61.pom [INFO] Downloaded from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/repairnator/repairnator-root/3.3-SNAPSHOT/repairnator-root-3.3-20211001.093711-61.pom (8.7 kB at 149 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/fr/inria/repairnator/repairnator-pipeline/3.3-SNAPSHOT/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/repairnator/repairnator-pipeline/3.3-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/repairnator/repairnator-pipeline/3.3-SNAPSHOT/maven-metadata.xml (2.5 kB at 35 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/fr/inria/repairnator/repairnator-pipeline/3.3-SNAPSHOT/repairnator-pipeline-3.3-20220822.165205-63.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/repairnator/repairnator-pipeline/3.3-SNAPSHOT/repairnator-pipeline-3.3-20220822.165205-63.pom [INFO] Downloaded from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/repairnator/repairnator-pipeline/3.3-SNAPSHOT/repairnator-pipeline-3.3-20220822.165205-63.pom (8.1 kB at 133 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1.pom (14 kB at 198 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/logging/log4j/log4j/2.17.1/log4j-2.17.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j/2.17.1/log4j-2.17.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.17.1/log4j-2.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.17.1/log4j-2.17.1.pom (69 kB at 3.2 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/logging/logging-parent/3/logging-parent-3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/logging-parent/3/logging-parent-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/logging-parent/3/logging-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/logging-parent/3/logging-parent-3.pom (3.1 kB at 392 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/apache/23/apache-23.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/apache/23/apache-23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom (18 kB at 921 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1.pom (23 kB at 381 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.pom (6.6 kB at 64 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.12/httpcomponents-client-4.5.12.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpcomponents-client/4.5.12/httpcomponents-client-4.5.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.12/httpcomponents-client-4.5.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.12/httpcomponents-client-4.5.12.pom (16 kB at 237 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 1.6 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/apache/21/apache-21.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 407 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom (5.0 kB at 96 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom (13 kB at 346 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 162 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 3.1 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/se/kth/castor/sorald/0.3.0/sorald-0.3.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/se/kth/castor/sorald/0.3.0/sorald-0.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/se/kth/castor/sorald/0.3.0/sorald-0.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/se/kth/castor/sorald/0.3.0/sorald-0.3.0.pom (16 kB at 203 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/info/picocli/picocli/4.5.2/picocli-4.5.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/info/picocli/picocli/4.5.2/picocli-4.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.5.2/picocli-4.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.5.2/picocli-4.5.2.pom (1.4 kB at 34 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/json/json/20190722/json-20190722.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/json/json/20190722/json-20190722.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/json/json/20190722/json-20190722.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/json/json/20190722/json-20190722.pom (6.0 kB at 105 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 156 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-9/spoon-core-9.1.0-beta-9.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-9/spoon-core-9.1.0-beta-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-9/spoon-core-9.1.0-beta-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-9/spoon-core-9.1.0-beta-9.pom (11 kB at 262 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/fr/inria/gforge/spoon/spoon-pom/1.0/spoon-pom-1.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-pom/1.0/spoon-pom-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spoon/spoon-pom/1.0/spoon-pom-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spoon/spoon-pom/1.0/spoon-pom-1.0.pom (21 kB at 213 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom (3.8 kB at 77 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom (14 kB at 337 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom (16 kB at 203 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-parent/52/commons-parent-52.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 2.9 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.pom (4.1 kB at 93 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven/3.8.1/maven-3.8.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven/3.8.1/maven-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.1/maven-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.1/maven-3.8.1.pom (26 kB at 645 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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.8 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 223 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 1.5 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (31 kB at 1.5 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (5.1 kB at 100 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/core/jackson-databind/2.12.3/jackson-databind-2.12.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-databind/2.12.3/jackson-databind-2.12.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.12.3/jackson-databind-2.12.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.12.3/jackson-databind-2.12.3.pom (15 kB at 242 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/jackson-base/2.12.3/jackson-base-2.12.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-base/2.12.3/jackson-base-2.12.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.12.3/jackson-base-2.12.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.12.3/jackson-base-2.12.3.pom (9.3 kB at 119 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/jackson-bom/2.12.3/jackson-bom-2.12.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-bom/2.12.3/jackson-bom-2.12.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.12.3/jackson-bom-2.12.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.12.3/jackson-bom-2.12.3.pom (17 kB at 3.4 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/jackson-parent/2.12/jackson-parent-2.12.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-parent/2.12/jackson-parent-2.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.12/jackson-parent-2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.12/jackson-parent-2.12.pom (7.5 kB at 228 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/oss-parent/41/oss-parent-41.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/oss-parent/41/oss-parent-41.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/41/oss-parent-41.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/41/oss-parent-41.pom (23 kB at 1.0 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/core/jackson-annotations/2.12.3/jackson-annotations-2.12.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-annotations/2.12.3/jackson-annotations-2.12.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.12.3/jackson-annotations-2.12.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.12.3/jackson-annotations-2.12.3.pom (6.0 kB at 106 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/core/jackson-core/2.12.3/jackson-core-2.12.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-core/2.12.3/jackson-core-2.12.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.12.3/jackson-core-2.12.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.12.3/jackson-core-2.12.3.pom (5.5 kB at 154 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom (18 kB at 1.0 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/commons/commons-parent/48/commons-parent-48.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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.5 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/shared/maven-invoker/3.1.0/maven-invoker-3.1.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/shared/maven-invoker/3.1.0/maven-invoker-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.1.0/maven-invoker-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.1.0/maven-invoker-3.1.0.pom (6.9 kB at 287 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 340 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-parent/34/maven-parent-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 1.2 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom (5.8 kB at 192 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 2.0 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/sonarsource/java/java-checks-testkit/6.9.0.23563/java-checks-testkit-6.9.0.23563.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/java/java-checks-testkit/6.9.0.23563/java-checks-testkit-6.9.0.23563.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/java/java-checks-testkit/6.9.0.23563/java-checks-testkit-6.9.0.23563.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/java/java-checks-testkit/6.9.0.23563/java-checks-testkit-6.9.0.23563.pom (2.6 kB at 24 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/sonarsource/java/java/6.9.0.23563/java-6.9.0.23563.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/java/java/6.9.0.23563/java-6.9.0.23563.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/java/java/6.9.0.23563/java-6.9.0.23563.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/java/java/6.9.0.23563/java-6.9.0.23563.pom (11 kB at 218 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/sonarsource/parent/parent/54/parent-54.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/parent/parent/54/parent-54.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/parent/parent/54/parent-54.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/parent/parent/54/parent-54.pom (31 kB at 548 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/junit/junit-bom/5.6.0/junit-bom-5.6.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/junit/junit-bom/5.6.0/junit-bom-5.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.6.0/junit-bom-5.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.6.0/junit-bom-5.6.0.pom (4.9 kB at 58 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/sonarsource/java/java-frontend/6.9.0.23563/java-frontend-6.9.0.23563.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/java/java-frontend/6.9.0.23563/java-frontend-6.9.0.23563.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/java/java-frontend/6.9.0.23563/java-frontend-6.9.0.23563.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/java/java-frontend/6.9.0.23563/java-frontend-6.9.0.23563.pom (12 kB at 303 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/sonarsource/java/jdt/6.9.0.23563/jdt-6.9.0.23563.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/java/jdt/6.9.0.23563/jdt-6.9.0.23563.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/java/jdt/6.9.0.23563/jdt-6.9.0.23563.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/java/jdt/6.9.0.23563/jdt-6.9.0.23563.pom (5.3 kB at 85 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/jdt/org.eclipse.jdt.core/3.23.0/org.eclipse.jdt.core-3.23.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jdt/org.eclipse.jdt.core/3.23.0/org.eclipse.jdt.core-3.23.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.23.0/org.eclipse.jdt.core-3.23.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.23.0/org.eclipse.jdt.core-3.23.0.pom (2.7 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml (1.0 kB at 64 kB/s) [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.resources/3.12.0/org.eclipse.core.resources-3.12.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.12.0/org.eclipse.core.resources-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.12.0/org.eclipse.core.resources-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.12.0/org.eclipse.core.resources-3.12.0.pom (2.5 kB at 70 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml (1.0 kB at 28 kB/s) [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.12.0/org.eclipse.core.runtime-3.12.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.12.0/org.eclipse.core.runtime-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.12.0/org.eclipse.core.runtime-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.12.0/org.eclipse.core.runtime-3.12.0.pom (3.2 kB at 105 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml (1.1 kB at 26 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.osgi/3.11.2/org.eclipse.osgi-3.11.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.11.2/org.eclipse.osgi-3.11.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.11.2/org.eclipse.osgi-3.11.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.11.2/org.eclipse.osgi-3.11.2.pom (1.7 kB at 78 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.osgi/3.11.3/org.eclipse.osgi-3.11.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.11.3/org.eclipse.osgi-3.11.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.11.3/org.eclipse.osgi-3.11.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.11.3/org.eclipse.osgi-3.11.3.pom (1.7 kB at 71 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom (1.7 kB at 37 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom (1.7 kB at 132 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom (1.7 kB at 95 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom (1.7 kB at 122 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom (1.7 kB at 114 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom (1.7 kB at 82 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom (1.7 kB at 133 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom (1.7 kB at 91 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom (1.7 kB at 108 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom (1.7 kB at 64 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom (1.7 kB at 133 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.pom (1.7 kB at 67 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.osgi/3.16.0/org.eclipse.osgi-3.16.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.16.0/org.eclipse.osgi-3.16.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.0/org.eclipse.osgi-3.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.0/org.eclipse.osgi-3.16.0.pom (1.7 kB at 69 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.osgi/3.16.100/org.eclipse.osgi-3.16.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.16.100/org.eclipse.osgi-3.16.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.100/org.eclipse.osgi-3.16.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.100/org.eclipse.osgi-3.16.100.pom (1.7 kB at 47 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.osgi/3.16.200/org.eclipse.osgi-3.16.200.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.16.200/org.eclipse.osgi-3.16.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.200/org.eclipse.osgi-3.16.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.200/org.eclipse.osgi-3.16.200.pom (1.7 kB at 108 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.osgi/3.16.300/org.eclipse.osgi-3.16.300.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.16.300/org.eclipse.osgi-3.16.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.300/org.eclipse.osgi-3.16.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.300/org.eclipse.osgi-3.16.300.pom (1.7 kB at 64 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.osgi/3.17.0/org.eclipse.osgi-3.17.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.17.0/org.eclipse.osgi-3.17.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.0/org.eclipse.osgi-3.17.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.0/org.eclipse.osgi-3.17.0.pom (1.7 kB at 35 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.osgi/3.17.100/org.eclipse.osgi-3.17.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.17.100/org.eclipse.osgi-3.17.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.100/org.eclipse.osgi-3.17.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.100/org.eclipse.osgi-3.17.100.pom (1.7 kB at 102 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom (1.7 kB at 346 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.pom (1.7 kB at 64 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.osgi/3.18.100/org.eclipse.osgi-3.18.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.18.100/org.eclipse.osgi-3.18.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.100/org.eclipse.osgi-3.18.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.100/org.eclipse.osgi-3.18.100.pom (1.7 kB at 112 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.osgi/3.18.200/org.eclipse.osgi-3.18.200.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.18.200/org.eclipse.osgi-3.18.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.200/org.eclipse.osgi-3.18.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.200/org.eclipse.osgi-3.18.200.pom (1.3 kB at 39 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.osgi/3.18.300/org.eclipse.osgi-3.18.300.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.18.300/org.eclipse.osgi-3.18.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.300/org.eclipse.osgi-3.18.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.300/org.eclipse.osgi-3.18.300.pom (1.3 kB at 42 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml (1.0 kB at 30 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.8.0/org.eclipse.equinox.common-3.8.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.8.0/org.eclipse.equinox.common-3.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.8.0/org.eclipse.equinox.common-3.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.8.0/org.eclipse.equinox.common-3.8.0.pom (1.7 kB at 63 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.9.0/org.eclipse.equinox.common-3.9.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.9.0/org.eclipse.equinox.common-3.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.9.0/org.eclipse.equinox.common-3.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.9.0/org.eclipse.equinox.common-3.9.0.pom (1.7 kB at 38 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.10.0/org.eclipse.equinox.common-3.10.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.10.0/org.eclipse.equinox.common-3.10.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.0/org.eclipse.equinox.common-3.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.0/org.eclipse.equinox.common-3.10.0.pom (1.7 kB at 45 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.10.100/org.eclipse.equinox.common-3.10.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.10.100/org.eclipse.equinox.common-3.10.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.100/org.eclipse.equinox.common-3.10.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.100/org.eclipse.equinox.common-3.10.100.pom (1.7 kB at 114 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.10.200/org.eclipse.equinox.common-3.10.200.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.10.200/org.eclipse.equinox.common-3.10.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.200/org.eclipse.equinox.common-3.10.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.200/org.eclipse.equinox.common-3.10.200.pom (1.7 kB at 43 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.10.300/org.eclipse.equinox.common-3.10.300.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.10.300/org.eclipse.equinox.common-3.10.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.300/org.eclipse.equinox.common-3.10.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.300/org.eclipse.equinox.common-3.10.300.pom (1.7 kB at 39 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.10.400/org.eclipse.equinox.common-3.10.400.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.10.400/org.eclipse.equinox.common-3.10.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.400/org.eclipse.equinox.common-3.10.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.400/org.eclipse.equinox.common-3.10.400.pom (1.7 kB at 49 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.pom (1.7 kB at 60 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.10.600/org.eclipse.equinox.common-3.10.600.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.10.600/org.eclipse.equinox.common-3.10.600.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.600/org.eclipse.equinox.common-3.10.600.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.600/org.eclipse.equinox.common-3.10.600.pom (1.7 kB at 49 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.11.0/org.eclipse.equinox.common-3.11.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.11.0/org.eclipse.equinox.common-3.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.11.0/org.eclipse.equinox.common-3.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.11.0/org.eclipse.equinox.common-3.11.0.pom (1.7 kB at 49 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.12.0/org.eclipse.equinox.common-3.12.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.12.0/org.eclipse.equinox.common-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.12.0/org.eclipse.equinox.common-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.12.0/org.eclipse.equinox.common-3.12.0.pom (1.7 kB at 82 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.13.0/org.eclipse.equinox.common-3.13.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.13.0/org.eclipse.equinox.common-3.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.13.0/org.eclipse.equinox.common-3.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.13.0/org.eclipse.equinox.common-3.13.0.pom (1.7 kB at 56 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.14.0/org.eclipse.equinox.common-3.14.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.14.0/org.eclipse.equinox.common-3.14.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.14.0/org.eclipse.equinox.common-3.14.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.14.0/org.eclipse.equinox.common-3.14.0.pom (1.7 kB at 54 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.14.100/org.eclipse.equinox.common-3.14.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.14.100/org.eclipse.equinox.common-3.14.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.14.100/org.eclipse.equinox.common-3.14.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.14.100/org.eclipse.equinox.common-3.14.100.pom (1.7 kB at 108 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.15.0/org.eclipse.equinox.common-3.15.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.15.0/org.eclipse.equinox.common-3.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.15.0/org.eclipse.equinox.common-3.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.15.0/org.eclipse.equinox.common-3.15.0.pom (1.7 kB at 91 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.15.100/org.eclipse.equinox.common-3.15.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.15.100/org.eclipse.equinox.common-3.15.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.15.100/org.eclipse.equinox.common-3.15.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.15.100/org.eclipse.equinox.common-3.15.100.pom (1.7 kB at 44 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.16.0/org.eclipse.equinox.common-3.16.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.16.0/org.eclipse.equinox.common-3.16.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.0/org.eclipse.equinox.common-3.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.0/org.eclipse.equinox.common-3.16.0.pom (1.9 kB at 43 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.16.100/org.eclipse.equinox.common-3.16.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.16.100/org.eclipse.equinox.common-3.16.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.100/org.eclipse.equinox.common-3.16.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.100/org.eclipse.equinox.common-3.16.100.pom (1.9 kB at 22 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.16.200/org.eclipse.equinox.common-3.16.200.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.16.200/org.eclipse.equinox.common-3.16.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.200/org.eclipse.equinox.common-3.16.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.200/org.eclipse.equinox.common-3.16.200.pom (1.9 kB at 33 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.17.0/org.eclipse.equinox.common-3.17.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.17.0/org.eclipse.equinox.common-3.17.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.17.0/org.eclipse.equinox.common-3.17.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.17.0/org.eclipse.equinox.common-3.17.0.pom (1.6 kB at 91 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.17.100/org.eclipse.equinox.common-3.17.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.17.100/org.eclipse.equinox.common-3.17.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.17.100/org.eclipse.equinox.common-3.17.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.17.100/org.eclipse.equinox.common-3.17.100.pom (1.6 kB at 97 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml (1.1 kB at 64 kB/s) [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.8.0/org.eclipse.core.jobs-3.8.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.8.0/org.eclipse.core.jobs-3.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.8.0/org.eclipse.core.jobs-3.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.8.0/org.eclipse.core.jobs-3.8.0.pom (1.9 kB at 121 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.9.0/org.eclipse.core.jobs-3.9.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.9.0/org.eclipse.core.jobs-3.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.0/org.eclipse.core.jobs-3.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.0/org.eclipse.core.jobs-3.9.0.pom (1.9 kB at 129 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.9.1/org.eclipse.core.jobs-3.9.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.9.1/org.eclipse.core.jobs-3.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.1/org.eclipse.core.jobs-3.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.1/org.eclipse.core.jobs-3.9.1.pom (1.9 kB at 138 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.9.2/org.eclipse.core.jobs-3.9.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.9.2/org.eclipse.core.jobs-3.9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.2/org.eclipse.core.jobs-3.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.2/org.eclipse.core.jobs-3.9.2.pom (1.9 kB at 121 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.9.3/org.eclipse.core.jobs-3.9.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.9.3/org.eclipse.core.jobs-3.9.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.3/org.eclipse.core.jobs-3.9.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.3/org.eclipse.core.jobs-3.9.3.pom (1.9 kB at 129 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.10.0/org.eclipse.core.jobs-3.10.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.10.0/org.eclipse.core.jobs-3.10.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.0/org.eclipse.core.jobs-3.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.0/org.eclipse.core.jobs-3.10.0.pom (1.9 kB at 129 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.10.100/org.eclipse.core.jobs-3.10.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.10.100/org.eclipse.core.jobs-3.10.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.100/org.eclipse.core.jobs-3.10.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.100/org.eclipse.core.jobs-3.10.100.pom (1.9 kB at 84 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.10.200/org.eclipse.core.jobs-3.10.200.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.10.200/org.eclipse.core.jobs-3.10.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.200/org.eclipse.core.jobs-3.10.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.200/org.eclipse.core.jobs-3.10.200.pom (2.0 kB at 131 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.10.300/org.eclipse.core.jobs-3.10.300.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.10.300/org.eclipse.core.jobs-3.10.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.300/org.eclipse.core.jobs-3.10.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.300/org.eclipse.core.jobs-3.10.300.pom (2.0 kB at 131 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.10.400/org.eclipse.core.jobs-3.10.400.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.10.400/org.eclipse.core.jobs-3.10.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.400/org.eclipse.core.jobs-3.10.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.400/org.eclipse.core.jobs-3.10.400.pom (2.0 kB at 103 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.10.500/org.eclipse.core.jobs-3.10.500.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.10.500/org.eclipse.core.jobs-3.10.500.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.500/org.eclipse.core.jobs-3.10.500.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.500/org.eclipse.core.jobs-3.10.500.pom (2.0 kB at 115 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.10.600/org.eclipse.core.jobs-3.10.600.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.10.600/org.eclipse.core.jobs-3.10.600.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.600/org.eclipse.core.jobs-3.10.600.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.600/org.eclipse.core.jobs-3.10.600.pom (2.0 kB at 140 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.10.700/org.eclipse.core.jobs-3.10.700.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.10.700/org.eclipse.core.jobs-3.10.700.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.700/org.eclipse.core.jobs-3.10.700.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.700/org.eclipse.core.jobs-3.10.700.pom (2.0 kB at 115 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.10.800/org.eclipse.core.jobs-3.10.800.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.10.800/org.eclipse.core.jobs-3.10.800.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.800/org.eclipse.core.jobs-3.10.800.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.800/org.eclipse.core.jobs-3.10.800.pom (2.0 kB at 140 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.10.1000/org.eclipse.core.jobs-3.10.1000.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.10.1000/org.eclipse.core.jobs-3.10.1000.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.1000/org.eclipse.core.jobs-3.10.1000.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.1000/org.eclipse.core.jobs-3.10.1000.pom (2.0 kB at 140 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.10.1100/org.eclipse.core.jobs-3.10.1100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.10.1100/org.eclipse.core.jobs-3.10.1100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.1100/org.eclipse.core.jobs-3.10.1100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.1100/org.eclipse.core.jobs-3.10.1100.pom (2.0 kB at 122 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.11.0/org.eclipse.core.jobs-3.11.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.11.0/org.eclipse.core.jobs-3.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.11.0/org.eclipse.core.jobs-3.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.11.0/org.eclipse.core.jobs-3.11.0.pom (2.0 kB at 151 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.12.0/org.eclipse.core.jobs-3.12.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.12.0/org.eclipse.core.jobs-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.12.0/org.eclipse.core.jobs-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.12.0/org.eclipse.core.jobs-3.12.0.pom (2.0 kB at 76 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.12.100/org.eclipse.core.jobs-3.12.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.12.100/org.eclipse.core.jobs-3.12.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.12.100/org.eclipse.core.jobs-3.12.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.12.100/org.eclipse.core.jobs-3.12.100.pom (2.0 kB at 140 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.13.0/org.eclipse.core.jobs-3.13.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.13.0/org.eclipse.core.jobs-3.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.0/org.eclipse.core.jobs-3.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.0/org.eclipse.core.jobs-3.13.0.pom (2.0 kB at 123 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.13.100/org.eclipse.core.jobs-3.13.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.13.100/org.eclipse.core.jobs-3.13.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.100/org.eclipse.core.jobs-3.13.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.100/org.eclipse.core.jobs-3.13.100.pom (2.2 kB at 154 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.13.200/org.eclipse.core.jobs-3.13.200.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.13.200/org.eclipse.core.jobs-3.13.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.200/org.eclipse.core.jobs-3.13.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.200/org.eclipse.core.jobs-3.13.200.pom (1.8 kB at 112 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.13.300/org.eclipse.core.jobs-3.13.300.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.13.300/org.eclipse.core.jobs-3.13.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.300/org.eclipse.core.jobs-3.13.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.300/org.eclipse.core.jobs-3.13.300.pom (1.8 kB at 138 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml (908 B at 65 kB/s) [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.6.1/org.eclipse.equinox.preferences-3.6.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.6.1/org.eclipse.equinox.preferences-3.6.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.6.1/org.eclipse.equinox.preferences-3.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.6.1/org.eclipse.equinox.preferences-3.6.1.pom (2.2 kB at 113 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.0/org.eclipse.equinox.preferences-3.7.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.0/org.eclipse.equinox.preferences-3.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.0/org.eclipse.equinox.preferences-3.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.0/org.eclipse.equinox.preferences-3.7.0.pom (2.2 kB at 154 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.100/org.eclipse.equinox.preferences-3.7.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.100/org.eclipse.equinox.preferences-3.7.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.100/org.eclipse.equinox.preferences-3.7.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.100/org.eclipse.equinox.preferences-3.7.100.pom (2.2 kB at 114 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.200/org.eclipse.equinox.preferences-3.7.200.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.200/org.eclipse.equinox.preferences-3.7.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.200/org.eclipse.equinox.preferences-3.7.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.200/org.eclipse.equinox.preferences-3.7.200.pom (2.2 kB at 135 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.300/org.eclipse.equinox.preferences-3.7.300.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.300/org.eclipse.equinox.preferences-3.7.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.300/org.eclipse.equinox.preferences-3.7.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.300/org.eclipse.equinox.preferences-3.7.300.pom (2.2 kB at 145 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.400/org.eclipse.equinox.preferences-3.7.400.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.400/org.eclipse.equinox.preferences-3.7.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.400/org.eclipse.equinox.preferences-3.7.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.400/org.eclipse.equinox.preferences-3.7.400.pom (2.2 kB at 155 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.500/org.eclipse.equinox.preferences-3.7.500.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.500/org.eclipse.equinox.preferences-3.7.500.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.500/org.eclipse.equinox.preferences-3.7.500.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.500/org.eclipse.equinox.preferences-3.7.500.pom (2.2 kB at 155 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.600/org.eclipse.equinox.preferences-3.7.600.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.600/org.eclipse.equinox.preferences-3.7.600.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.600/org.eclipse.equinox.preferences-3.7.600.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.600/org.eclipse.equinox.preferences-3.7.600.pom (2.2 kB at 167 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.700/org.eclipse.equinox.preferences-3.7.700.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.700/org.eclipse.equinox.preferences-3.7.700.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.700/org.eclipse.equinox.preferences-3.7.700.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.700/org.eclipse.equinox.preferences-3.7.700.pom (2.2 kB at 155 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.0/org.eclipse.equinox.preferences-3.8.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.0/org.eclipse.equinox.preferences-3.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.0/org.eclipse.equinox.preferences-3.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.0/org.eclipse.equinox.preferences-3.8.0.pom (2.2 kB at 128 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.100/org.eclipse.equinox.preferences-3.8.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.100/org.eclipse.equinox.preferences-3.8.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.100/org.eclipse.equinox.preferences-3.8.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.100/org.eclipse.equinox.preferences-3.8.100.pom (2.2 kB at 155 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.200/org.eclipse.equinox.preferences-3.8.200.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.200/org.eclipse.equinox.preferences-3.8.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.200/org.eclipse.equinox.preferences-3.8.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.200/org.eclipse.equinox.preferences-3.8.200.pom (2.2 kB at 155 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.0/org.eclipse.equinox.preferences-3.9.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.0/org.eclipse.equinox.preferences-3.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.0/org.eclipse.equinox.preferences-3.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.0/org.eclipse.equinox.preferences-3.9.0.pom (2.2 kB at 136 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.100/org.eclipse.equinox.preferences-3.9.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.100/org.eclipse.equinox.preferences-3.9.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.100/org.eclipse.equinox.preferences-3.9.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.100/org.eclipse.equinox.preferences-3.9.100.pom (2.2 kB at 155 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.1/org.eclipse.equinox.preferences-3.10.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.1/org.eclipse.equinox.preferences-3.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.1/org.eclipse.equinox.preferences-3.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.1/org.eclipse.equinox.preferences-3.10.1.pom (2.3 kB at 165 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/osgi/org.osgi.service.prefs/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/osgi/org.osgi.service.prefs/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.service.prefs/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/maven-metadata.xml (389 B at 28 kB/s) [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/osgi/org.osgi.service.prefs/maven-metadata.xml [INFO] Downloaded from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.service.prefs/maven-metadata.xml (371 B at 7.3 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.service.prefs/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.service.prefs/maven-metadata.xml (371 B at 7.6 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/osgi/org.osgi.service.prefs/1.1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/osgi/org.osgi.service.prefs/1.1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/osgi/org.osgi.service.prefs/1.1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.service.prefs/1.1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.service.prefs/1.1.1-SNAPSHOT/maven-metadata.xml (1.2 kB at 23 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.service.prefs/1.1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.service.prefs/1.1.1-SNAPSHOT/maven-metadata.xml (1.2 kB at 24 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/osgi/org.osgi.service.prefs/1.1.1-SNAPSHOT/org.osgi.service.prefs-1.1.1-20210920.213854-293.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.service.prefs/1.1.1-SNAPSHOT/org.osgi.service.prefs-1.1.1-20210920.213854-293.pom [INFO] Downloaded from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.service.prefs/1.1.1-SNAPSHOT/org.osgi.service.prefs-1.1.1-20210920.213854-293.pom (1.7 kB at 35 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/osgi/org.osgi.service.prefs/1.1.1/org.osgi.service.prefs-1.1.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.service.prefs/1.1.1/org.osgi.service.prefs-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.1/org.osgi.service.prefs-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.1/org.osgi.service.prefs-1.1.1.pom (1.3 kB at 62 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom (1.7 kB at 122 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom (1.5 kB at 93 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.100/org.eclipse.equinox.preferences-3.10.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.100/org.eclipse.equinox.preferences-3.10.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.100/org.eclipse.equinox.preferences-3.10.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.100/org.eclipse.equinox.preferences-3.10.100.pom (2.6 kB at 183 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.200/org.eclipse.equinox.preferences-3.10.200.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.200/org.eclipse.equinox.preferences-3.10.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.200/org.eclipse.equinox.preferences-3.10.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.200/org.eclipse.equinox.preferences-3.10.200.pom (2.2 kB at 121 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml (851 B at 53 kB/s) [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.5.100/org.eclipse.core.contenttype-3.5.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.5.100/org.eclipse.core.contenttype-3.5.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.5.100/org.eclipse.core.contenttype-3.5.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.5.100/org.eclipse.core.contenttype-3.5.100.pom (2.3 kB at 59 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.6.0/org.eclipse.core.contenttype-3.6.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.6.0/org.eclipse.core.contenttype-3.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.6.0/org.eclipse.core.contenttype-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.6.0/org.eclipse.core.contenttype-3.6.0.pom (2.3 kB at 154 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.7.0/org.eclipse.core.contenttype-3.7.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.7.0/org.eclipse.core.contenttype-3.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.0/org.eclipse.core.contenttype-3.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.0/org.eclipse.core.contenttype-3.7.0.pom (2.3 kB at 86 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.7.100/org.eclipse.core.contenttype-3.7.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.7.100/org.eclipse.core.contenttype-3.7.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.100/org.eclipse.core.contenttype-3.7.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.100/org.eclipse.core.contenttype-3.7.100.pom (2.3 kB at 166 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.7.200/org.eclipse.core.contenttype-3.7.200.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.7.200/org.eclipse.core.contenttype-3.7.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.200/org.eclipse.core.contenttype-3.7.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.200/org.eclipse.core.contenttype-3.7.200.pom (2.3 kB at 146 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.7.300/org.eclipse.core.contenttype-3.7.300.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.7.300/org.eclipse.core.contenttype-3.7.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.300/org.eclipse.core.contenttype-3.7.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.300/org.eclipse.core.contenttype-3.7.300.pom (2.3 kB at 146 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.7.400/org.eclipse.core.contenttype-3.7.400.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.7.400/org.eclipse.core.contenttype-3.7.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.400/org.eclipse.core.contenttype-3.7.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.400/org.eclipse.core.contenttype-3.7.400.pom (2.3 kB at 167 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.7.500/org.eclipse.core.contenttype-3.7.500.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.7.500/org.eclipse.core.contenttype-3.7.500.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.500/org.eclipse.core.contenttype-3.7.500.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.500/org.eclipse.core.contenttype-3.7.500.pom (2.3 kB at 146 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.7.600/org.eclipse.core.contenttype-3.7.600.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.7.600/org.eclipse.core.contenttype-3.7.600.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.600/org.eclipse.core.contenttype-3.7.600.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.600/org.eclipse.core.contenttype-3.7.600.pom (2.3 kB at 180 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.7.700/org.eclipse.core.contenttype-3.7.700.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.7.700/org.eclipse.core.contenttype-3.7.700.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.700/org.eclipse.core.contenttype-3.7.700.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.700/org.eclipse.core.contenttype-3.7.700.pom (2.3 kB at 156 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.7.800/org.eclipse.core.contenttype-3.7.800.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.7.800/org.eclipse.core.contenttype-3.7.800.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.800/org.eclipse.core.contenttype-3.7.800.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.800/org.eclipse.core.contenttype-3.7.800.pom (2.3 kB at 167 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.7.900/org.eclipse.core.contenttype-3.7.900.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.7.900/org.eclipse.core.contenttype-3.7.900.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.900/org.eclipse.core.contenttype-3.7.900.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.900/org.eclipse.core.contenttype-3.7.900.pom (2.3 kB at 156 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.7.1000/org.eclipse.core.contenttype-3.7.1000.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.7.1000/org.eclipse.core.contenttype-3.7.1000.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.1000/org.eclipse.core.contenttype-3.7.1000.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.1000/org.eclipse.core.contenttype-3.7.1000.pom (2.3 kB at 137 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.8.0/org.eclipse.core.contenttype-3.8.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.8.0/org.eclipse.core.contenttype-3.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.8.0/org.eclipse.core.contenttype-3.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.8.0/org.eclipse.core.contenttype-3.8.0.pom (2.3 kB at 168 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.8.100/org.eclipse.core.contenttype-3.8.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.8.100/org.eclipse.core.contenttype-3.8.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.8.100/org.eclipse.core.contenttype-3.8.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.8.100/org.eclipse.core.contenttype-3.8.100.pom (2.3 kB at 146 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.8.200/org.eclipse.core.contenttype-3.8.200.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.8.200/org.eclipse.core.contenttype-3.8.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.8.200/org.eclipse.core.contenttype-3.8.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.8.200/org.eclipse.core.contenttype-3.8.200.pom (2.6 kB at 217 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.13.0/org.eclipse.core.runtime-3.13.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.13.0/org.eclipse.core.runtime-3.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.13.0/org.eclipse.core.runtime-3.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.13.0/org.eclipse.core.runtime-3.13.0.pom (3.2 kB at 197 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.14.0/org.eclipse.core.runtime-3.14.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.14.0/org.eclipse.core.runtime-3.14.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.14.0/org.eclipse.core.runtime-3.14.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.14.0/org.eclipse.core.runtime-3.14.0.pom (3.2 kB at 158 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.15.0/org.eclipse.core.runtime-3.15.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.15.0/org.eclipse.core.runtime-3.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.15.0/org.eclipse.core.runtime-3.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.15.0/org.eclipse.core.runtime-3.15.0.pom (3.2 kB at 176 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.15.100/org.eclipse.core.runtime-3.15.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.15.100/org.eclipse.core.runtime-3.15.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.15.100/org.eclipse.core.runtime-3.15.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.15.100/org.eclipse.core.runtime-3.15.100.pom (3.2 kB at 244 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.15.200/org.eclipse.core.runtime-3.15.200.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.15.200/org.eclipse.core.runtime-3.15.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.15.200/org.eclipse.core.runtime-3.15.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.15.200/org.eclipse.core.runtime-3.15.200.pom (3.2 kB at 265 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.15.300/org.eclipse.core.runtime-3.15.300.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.15.300/org.eclipse.core.runtime-3.15.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.15.300/org.eclipse.core.runtime-3.15.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.15.300/org.eclipse.core.runtime-3.15.300.pom (3.2 kB at 244 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.16.0/org.eclipse.core.runtime-3.16.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.16.0/org.eclipse.core.runtime-3.16.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.16.0/org.eclipse.core.runtime-3.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.16.0/org.eclipse.core.runtime-3.16.0.pom (3.0 kB at 176 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.17.0/org.eclipse.core.runtime-3.17.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.17.0/org.eclipse.core.runtime-3.17.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.17.0/org.eclipse.core.runtime-3.17.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.17.0/org.eclipse.core.runtime-3.17.0.pom (3.0 kB at 187 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.17.100/org.eclipse.core.runtime-3.17.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.17.100/org.eclipse.core.runtime-3.17.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.17.100/org.eclipse.core.runtime-3.17.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.17.100/org.eclipse.core.runtime-3.17.100.pom (3.0 kB at 300 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.18.0/org.eclipse.core.runtime-3.18.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.18.0/org.eclipse.core.runtime-3.18.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.18.0/org.eclipse.core.runtime-3.18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.18.0/org.eclipse.core.runtime-3.18.0.pom (3.0 kB at 250 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.19.0/org.eclipse.core.runtime-3.19.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.19.0/org.eclipse.core.runtime-3.19.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.19.0/org.eclipse.core.runtime-3.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.19.0/org.eclipse.core.runtime-3.19.0.pom (3.0 kB at 250 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.20.0/org.eclipse.core.runtime-3.20.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.20.0/org.eclipse.core.runtime-3.20.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.20.0/org.eclipse.core.runtime-3.20.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.20.0/org.eclipse.core.runtime-3.20.0.pom (3.0 kB at 273 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.20.100/org.eclipse.core.runtime-3.20.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.20.100/org.eclipse.core.runtime-3.20.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.20.100/org.eclipse.core.runtime-3.20.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.20.100/org.eclipse.core.runtime-3.20.100.pom (3.0 kB at 115 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.22.0/org.eclipse.core.runtime-3.22.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.22.0/org.eclipse.core.runtime-3.22.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.22.0/org.eclipse.core.runtime-3.22.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.22.0/org.eclipse.core.runtime-3.22.0.pom (3.0 kB at 231 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.23.0/org.eclipse.core.runtime-3.23.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.23.0/org.eclipse.core.runtime-3.23.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.23.0/org.eclipse.core.runtime-3.23.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.23.0/org.eclipse.core.runtime-3.23.0.pom (3.0 kB at 232 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.24.0/org.eclipse.core.runtime-3.24.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.24.0/org.eclipse.core.runtime-3.24.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.24.0/org.eclipse.core.runtime-3.24.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.24.0/org.eclipse.core.runtime-3.24.0.pom (3.0 kB at 249 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.24.100/org.eclipse.core.runtime-3.24.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.24.100/org.eclipse.core.runtime-3.24.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.24.100/org.eclipse.core.runtime-3.24.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.24.100/org.eclipse.core.runtime-3.24.100.pom (3.0 kB at 157 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.25.0/org.eclipse.core.runtime-3.25.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.25.0/org.eclipse.core.runtime-3.25.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.25.0/org.eclipse.core.runtime-3.25.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.25.0/org.eclipse.core.runtime-3.25.0.pom (3.0 kB at 188 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.26.0/org.eclipse.core.runtime-3.26.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.26.0/org.eclipse.core.runtime-3.26.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.26.0/org.eclipse.core.runtime-3.26.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.26.0/org.eclipse.core.runtime-3.26.0.pom (3.2 kB at 266 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.26.100/org.eclipse.core.runtime-3.26.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.26.100/org.eclipse.core.runtime-3.26.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.26.100/org.eclipse.core.runtime-3.26.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.26.100/org.eclipse.core.runtime-3.26.100.pom (2.8 kB at 200 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.resources/3.13.0/org.eclipse.core.resources-3.13.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.13.0/org.eclipse.core.resources-3.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.0/org.eclipse.core.resources-3.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.0/org.eclipse.core.resources-3.13.0.pom (2.5 kB at 126 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.resources/3.13.100/org.eclipse.core.resources-3.13.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.13.100/org.eclipse.core.resources-3.13.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.100/org.eclipse.core.resources-3.13.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.100/org.eclipse.core.resources-3.13.100.pom (2.5 kB at 140 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.resources/3.13.200/org.eclipse.core.resources-3.13.200.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.13.200/org.eclipse.core.resources-3.13.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.200/org.eclipse.core.resources-3.13.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.200/org.eclipse.core.resources-3.13.200.pom (2.5 kB at 195 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.resources/3.13.300/org.eclipse.core.resources-3.13.300.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.13.300/org.eclipse.core.resources-3.13.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.300/org.eclipse.core.resources-3.13.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.300/org.eclipse.core.resources-3.13.300.pom (2.5 kB at 158 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.resources/3.13.400/org.eclipse.core.resources-3.13.400.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.13.400/org.eclipse.core.resources-3.13.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.400/org.eclipse.core.resources-3.13.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.400/org.eclipse.core.resources-3.13.400.pom (2.5 kB at 169 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.resources/3.13.500/org.eclipse.core.resources-3.13.500.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.13.500/org.eclipse.core.resources-3.13.500.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.500/org.eclipse.core.resources-3.13.500.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.500/org.eclipse.core.resources-3.13.500.pom (2.5 kB at 158 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.resources/3.13.600/org.eclipse.core.resources-3.13.600.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.13.600/org.eclipse.core.resources-3.13.600.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.600/org.eclipse.core.resources-3.13.600.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.600/org.eclipse.core.resources-3.13.600.pom (2.5 kB at 141 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.resources/3.13.700/org.eclipse.core.resources-3.13.700.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.13.700/org.eclipse.core.resources-3.13.700.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.700/org.eclipse.core.resources-3.13.700.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.700/org.eclipse.core.resources-3.13.700.pom (2.5 kB at 211 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.resources/3.13.800/org.eclipse.core.resources-3.13.800.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.13.800/org.eclipse.core.resources-3.13.800.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.800/org.eclipse.core.resources-3.13.800.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.800/org.eclipse.core.resources-3.13.800.pom (2.5 kB at 101 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.resources/3.13.900/org.eclipse.core.resources-3.13.900.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.13.900/org.eclipse.core.resources-3.13.900.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.900/org.eclipse.core.resources-3.13.900.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.900/org.eclipse.core.resources-3.13.900.pom (2.5 kB at 169 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.resources/3.14.0/org.eclipse.core.resources-3.14.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.14.0/org.eclipse.core.resources-3.14.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.14.0/org.eclipse.core.resources-3.14.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.14.0/org.eclipse.core.resources-3.14.0.pom (2.5 kB at 195 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.resources/3.15.0/org.eclipse.core.resources-3.15.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.15.0/org.eclipse.core.resources-3.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.15.0/org.eclipse.core.resources-3.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.15.0/org.eclipse.core.resources-3.15.0.pom (2.5 kB at 181 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.resources/3.15.100/org.eclipse.core.resources-3.15.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.15.100/org.eclipse.core.resources-3.15.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.15.100/org.eclipse.core.resources-3.15.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.15.100/org.eclipse.core.resources-3.15.100.pom (2.5 kB at 195 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.resources/3.16.0/org.eclipse.core.resources-3.16.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.16.0/org.eclipse.core.resources-3.16.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.16.0/org.eclipse.core.resources-3.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.16.0/org.eclipse.core.resources-3.16.0.pom (2.5 kB at 149 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.resources/3.16.100/org.eclipse.core.resources-3.16.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.16.100/org.eclipse.core.resources-3.16.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.16.100/org.eclipse.core.resources-3.16.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.16.100/org.eclipse.core.resources-3.16.100.pom (2.5 kB at 37 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.resources/3.17.0/org.eclipse.core.resources-3.17.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.17.0/org.eclipse.core.resources-3.17.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.17.0/org.eclipse.core.resources-3.17.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.17.0/org.eclipse.core.resources-3.17.0.pom (2.5 kB at 69 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.resources/3.18.0/org.eclipse.core.resources-3.18.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.18.0/org.eclipse.core.resources-3.18.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.18.0/org.eclipse.core.resources-3.18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.18.0/org.eclipse.core.resources-3.18.0.pom (3.2 kB at 128 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.resources/3.18.100/org.eclipse.core.resources-3.18.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.18.100/org.eclipse.core.resources-3.18.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.18.100/org.eclipse.core.resources-3.18.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.18.100/org.eclipse.core.resources-3.18.100.pom (2.8 kB at 76 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.resources/3.18.200/org.eclipse.core.resources-3.18.200.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.18.200/org.eclipse.core.resources-3.18.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.18.200/org.eclipse.core.resources-3.18.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.18.200/org.eclipse.core.resources-3.18.200.pom (2.8 kB at 70 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/maven-metadata.xml (908 B at 61 kB/s) [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.text/3.6.0/org.eclipse.text-3.6.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/3.6.0/org.eclipse.text-3.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.6.0/org.eclipse.text-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.6.0/org.eclipse.text-3.6.0.pom (2.1 kB at 34 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml (852 B at 32 kB/s) [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.commands/3.8.0/org.eclipse.core.commands-3.8.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.commands/3.8.0/org.eclipse.core.commands-3.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.8.0/org.eclipse.core.commands-3.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.8.0/org.eclipse.core.commands-3.8.0.pom (1.9 kB at 49 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.commands/3.8.1/org.eclipse.core.commands-3.8.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.commands/3.8.1/org.eclipse.core.commands-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.8.1/org.eclipse.core.commands-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.8.1/org.eclipse.core.commands-3.8.1.pom (1.9 kB at 19 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.commands/3.9.0/org.eclipse.core.commands-3.9.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.commands/3.9.0/org.eclipse.core.commands-3.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.0/org.eclipse.core.commands-3.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.0/org.eclipse.core.commands-3.9.0.pom (1.9 kB at 35 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.commands/3.9.100/org.eclipse.core.commands-3.9.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.commands/3.9.100/org.eclipse.core.commands-3.9.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.100/org.eclipse.core.commands-3.9.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.100/org.eclipse.core.commands-3.9.100.pom (1.9 kB at 10 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.commands/3.9.200/org.eclipse.core.commands-3.9.200.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.commands/3.9.200/org.eclipse.core.commands-3.9.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.200/org.eclipse.core.commands-3.9.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.200/org.eclipse.core.commands-3.9.200.pom (1.9 kB at 47 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.commands/3.9.300/org.eclipse.core.commands-3.9.300.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.commands/3.9.300/org.eclipse.core.commands-3.9.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.300/org.eclipse.core.commands-3.9.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.300/org.eclipse.core.commands-3.9.300.pom (1.9 kB at 45 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.commands/3.9.400/org.eclipse.core.commands-3.9.400.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.commands/3.9.400/org.eclipse.core.commands-3.9.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.400/org.eclipse.core.commands-3.9.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.400/org.eclipse.core.commands-3.9.400.pom (1.9 kB at 34 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.commands/3.9.500/org.eclipse.core.commands-3.9.500.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.commands/3.9.500/org.eclipse.core.commands-3.9.500.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.500/org.eclipse.core.commands-3.9.500.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.500/org.eclipse.core.commands-3.9.500.pom (1.9 kB at 64 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.commands/3.9.600/org.eclipse.core.commands-3.9.600.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.commands/3.9.600/org.eclipse.core.commands-3.9.600.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.600/org.eclipse.core.commands-3.9.600.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.600/org.eclipse.core.commands-3.9.600.pom (1.9 kB at 80 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.commands/3.9.700/org.eclipse.core.commands-3.9.700.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.commands/3.9.700/org.eclipse.core.commands-3.9.700.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.700/org.eclipse.core.commands-3.9.700.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.700/org.eclipse.core.commands-3.9.700.pom (1.9 kB at 113 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.commands/3.9.800/org.eclipse.core.commands-3.9.800.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.commands/3.9.800/org.eclipse.core.commands-3.9.800.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.800/org.eclipse.core.commands-3.9.800.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.800/org.eclipse.core.commands-3.9.800.pom (1.9 kB at 113 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.commands/3.10.0/org.eclipse.core.commands-3.10.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.commands/3.10.0/org.eclipse.core.commands-3.10.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.10.0/org.eclipse.core.commands-3.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.10.0/org.eclipse.core.commands-3.10.0.pom (1.9 kB at 96 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.commands/3.10.100/org.eclipse.core.commands-3.10.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.commands/3.10.100/org.eclipse.core.commands-3.10.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.10.100/org.eclipse.core.commands-3.10.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.10.100/org.eclipse.core.commands-3.10.100.pom (1.9 kB at 88 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.commands/3.10.200/org.eclipse.core.commands-3.10.200.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.commands/3.10.200/org.eclipse.core.commands-3.10.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.10.200/org.eclipse.core.commands-3.10.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.10.200/org.eclipse.core.commands-3.10.200.pom (1.9 kB at 29 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.commands/3.10.300/org.eclipse.core.commands-3.10.300.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.commands/3.10.300/org.eclipse.core.commands-3.10.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.10.300/org.eclipse.core.commands-3.10.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.10.300/org.eclipse.core.commands-3.10.300.pom (1.6 kB at 35 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.commands/3.10.400/org.eclipse.core.commands-3.10.400.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.commands/3.10.400/org.eclipse.core.commands-3.10.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.10.400/org.eclipse.core.commands-3.10.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.10.400/org.eclipse.core.commands-3.10.400.pom (1.6 kB at 58 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.text/3.6.100/org.eclipse.text-3.6.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/3.6.100/org.eclipse.text-3.6.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.6.100/org.eclipse.text-3.6.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.6.100/org.eclipse.text-3.6.100.pom (2.1 kB at 36 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.text/3.6.300/org.eclipse.text-3.6.300.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/3.6.300/org.eclipse.text-3.6.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.6.300/org.eclipse.text-3.6.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.6.300/org.eclipse.text-3.6.300.pom (2.1 kB at 83 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.text/3.7.0/org.eclipse.text-3.7.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/3.7.0/org.eclipse.text-3.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.7.0/org.eclipse.text-3.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.7.0/org.eclipse.text-3.7.0.pom (2.4 kB at 50 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.text/3.8.0/org.eclipse.text-3.8.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/3.8.0/org.eclipse.text-3.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.8.0/org.eclipse.text-3.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.8.0/org.eclipse.text-3.8.0.pom (2.4 kB at 63 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.text/3.8.100/org.eclipse.text-3.8.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/3.8.100/org.eclipse.text-3.8.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.8.100/org.eclipse.text-3.8.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.8.100/org.eclipse.text-3.8.100.pom (2.4 kB at 91 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.text/3.8.200/org.eclipse.text-3.8.200.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/3.8.200/org.eclipse.text-3.8.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.8.200/org.eclipse.text-3.8.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.8.200/org.eclipse.text-3.8.200.pom (2.4 kB at 72 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.text/3.9.0/org.eclipse.text-3.9.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/3.9.0/org.eclipse.text-3.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.9.0/org.eclipse.text-3.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.9.0/org.eclipse.text-3.9.0.pom (2.4 kB at 122 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.text/3.10.0/org.eclipse.text-3.10.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/3.10.0/org.eclipse.text-3.10.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.10.0/org.eclipse.text-3.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.10.0/org.eclipse.text-3.10.0.pom (2.4 kB at 82 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.text/3.10.100/org.eclipse.text-3.10.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/3.10.100/org.eclipse.text-3.10.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.10.100/org.eclipse.text-3.10.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.10.100/org.eclipse.text-3.10.100.pom (2.4 kB at 102 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.text/3.10.200/org.eclipse.text-3.10.200.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/3.10.200/org.eclipse.text-3.10.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.10.200/org.eclipse.text-3.10.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.10.200/org.eclipse.text-3.10.200.pom (2.4 kB at 94 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.text/3.10.300/org.eclipse.text-3.10.300.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/3.10.300/org.eclipse.text-3.10.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.10.300/org.eclipse.text-3.10.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.10.300/org.eclipse.text-3.10.300.pom (2.4 kB at 98 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.text/3.10.400/org.eclipse.text-3.10.400.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/3.10.400/org.eclipse.text-3.10.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.10.400/org.eclipse.text-3.10.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.10.400/org.eclipse.text-3.10.400.pom (2.4 kB at 87 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.text/3.11.0/org.eclipse.text-3.11.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/3.11.0/org.eclipse.text-3.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.11.0/org.eclipse.text-3.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.11.0/org.eclipse.text-3.11.0.pom (2.4 kB at 37 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.text/3.12.0/org.eclipse.text-3.12.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/3.12.0/org.eclipse.text-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.12.0/org.eclipse.text-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.12.0/org.eclipse.text-3.12.0.pom (2.4 kB at 46 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.text/3.12.100/org.eclipse.text-3.12.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/3.12.100/org.eclipse.text-3.12.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.12.100/org.eclipse.text-3.12.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.12.100/org.eclipse.text-3.12.100.pom (2.5 kB at 107 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.text/3.12.200/org.eclipse.text-3.12.200.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/3.12.200/org.eclipse.text-3.12.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.12.200/org.eclipse.text-3.12.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.12.200/org.eclipse.text-3.12.200.pom (2.6 kB at 73 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.text/3.12.300/org.eclipse.text-3.12.300.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/3.12.300/org.eclipse.text-3.12.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.12.300/org.eclipse.text-3.12.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.12.300/org.eclipse.text-3.12.300.pom (2.2 kB at 66 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/sonarsource/sonarqube/sonar-plugin-api/7.9/sonar-plugin-api-7.9.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/sonarqube/sonar-plugin-api/7.9/sonar-plugin-api-7.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/sonarqube/sonar-plugin-api/7.9/sonar-plugin-api-7.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/sonarqube/sonar-plugin-api/7.9/sonar-plugin-api-7.9.pom (18 kB at 237 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/sonarsource/sslr/sslr-core/1.23/sslr-core-1.23.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/sslr/sslr-core/1.23/sslr-core-1.23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/sslr/sslr-core/1.23/sslr-core-1.23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/sslr/sslr-core/1.23/sslr-core-1.23.pom (1.5 kB at 18 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/sonarsource/sslr/sslr/1.23/sslr-1.23.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/sslr/sslr/1.23/sslr-1.23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/sslr/sslr/1.23/sslr-1.23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/sslr/sslr/1.23/sslr-1.23.pom (5.7 kB at 53 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/sonarsource/parent/parent/47/parent-47.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/parent/parent/47/parent-47.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/parent/parent/47/parent-47.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/parent/parent/47/parent-47.pom (32 kB at 362 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 54 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/cglib/cglib-nodep/3.2.5/cglib-nodep-3.2.5.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/cglib/cglib-nodep/3.2.5/cglib-nodep-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/cglib/cglib-nodep/3.2.5/cglib-nodep-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/cglib/cglib-nodep/3.2.5/cglib-nodep-3.2.5.pom (3.9 kB at 45 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/cglib/cglib-parent/3.2.5/cglib-parent-3.2.5.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/cglib/cglib-parent/3.2.5/cglib-parent-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/cglib/cglib-parent/3.2.5/cglib-parent-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/cglib/cglib-parent/3.2.5/cglib-parent-3.2.5.pom (9.8 kB at 62 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/google/guava/guava/26.0-jre/guava-26.0-jre.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/26.0-jre/guava-26.0-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/26.0-jre/guava-26.0-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/26.0-jre/guava-26.0-jre.pom (7.8 kB at 150 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/google/guava/guava-parent/26.0-jre/guava-parent-26.0-jre.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/26.0-jre/guava-parent-26.0-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-jre/guava-parent-26.0-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-jre/guava-parent-26.0-jre.pom (10 kB at 200 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 153 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom (2.5 kB at 118 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom (1.8 kB at 448 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom (5.1 kB at 1.3 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 921 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom (2.5 kB at 847 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom (4.4 kB at 258 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom (24 kB at 8.1 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 1.2 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/google/code/gson/gson/2.8.6/gson-2.8.6.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson/2.8.6/gson-2.8.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.6/gson-2.8.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.6/gson-2.8.6.pom (2.5 kB at 40 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/google/code/gson/gson-parent/2.8.6/gson-parent-2.8.6.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson-parent/2.8.6/gson-parent-2.8.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.8.6/gson-parent-2.8.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.8.6/gson-parent-2.8.6.pom (4.4 kB at 83 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/sonarsource/analyzer-commons/sonar-analyzer-commons/1.12.0.632/sonar-analyzer-commons-1.12.0.632.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/analyzer-commons/sonar-analyzer-commons/1.12.0.632/sonar-analyzer-commons-1.12.0.632.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/analyzer-commons/sonar-analyzer-commons/1.12.0.632/sonar-analyzer-commons-1.12.0.632.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/analyzer-commons/sonar-analyzer-commons/1.12.0.632/sonar-analyzer-commons-1.12.0.632.pom (2.7 kB at 40 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/sonarsource/analyzer-commons/sonar-analyzer-commons-parent/1.12.0.632/sonar-analyzer-commons-parent-1.12.0.632.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/analyzer-commons/sonar-analyzer-commons-parent/1.12.0.632/sonar-analyzer-commons-parent-1.12.0.632.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/analyzer-commons/sonar-analyzer-commons-parent/1.12.0.632/sonar-analyzer-commons-parent-1.12.0.632.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/analyzer-commons/sonar-analyzer-commons-parent/1.12.0.632/sonar-analyzer-commons-parent-1.12.0.632.pom (3.9 kB at 53 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/sonarsource/java/java-checks/6.9.0.23563/java-checks-6.9.0.23563.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/java/java-checks/6.9.0.23563/java-checks-6.9.0.23563.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/java/java-checks/6.9.0.23563/java-checks-6.9.0.23563.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/java/java-checks/6.9.0.23563/java-checks-6.9.0.23563.pom (4.4 kB at 91 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/sonarsource/analyzer-commons/sonar-analyzer-recognizers/1.12.0.632/sonar-analyzer-recognizers-1.12.0.632.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/analyzer-commons/sonar-analyzer-recognizers/1.12.0.632/sonar-analyzer-recognizers-1.12.0.632.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/analyzer-commons/sonar-analyzer-recognizers/1.12.0.632/sonar-analyzer-recognizers-1.12.0.632.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/analyzer-commons/sonar-analyzer-recognizers/1.12.0.632/sonar-analyzer-recognizers-1.12.0.632.pom (1.2 kB at 34 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/sonarsource/analyzer-commons/sonar-xml-parsing/1.12.0.632/sonar-xml-parsing-1.12.0.632.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/analyzer-commons/sonar-xml-parsing/1.12.0.632/sonar-xml-parsing-1.12.0.632.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/analyzer-commons/sonar-xml-parsing/1.12.0.632/sonar-xml-parsing-1.12.0.632.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/analyzer-commons/sonar-xml-parsing/1.12.0.632/sonar-xml-parsing-1.12.0.632.pom (2.2 kB at 48 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/xerces/xercesImpl/2.12.0/xercesImpl-2.12.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/xerces/xercesImpl/2.12.0/xercesImpl-2.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.12.0/xercesImpl-2.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.12.0/xercesImpl-2.12.0.pom (3.4 kB at 64 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/woodstox/woodstox-core/5.2.0/woodstox-core-5.2.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/woodstox/woodstox-core/5.2.0/woodstox-core-5.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/5.2.0/woodstox-core-5.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/5.2.0/woodstox-core-5.2.0.pom (7.2 kB at 102 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/oss-parent/33/oss-parent-33.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/oss-parent/33/oss-parent-33.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/33/oss-parent-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/33/oss-parent-33.pom (22 kB at 436 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/codehaus/woodstox/stax2-api/4.1/stax2-api-4.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/woodstox/stax2-api/4.1/stax2-api-4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.1/stax2-api-4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.1/stax2-api-4.1.pom (4.9 kB at 43 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/oss-parent/32/oss-parent-32.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/oss-parent/32/oss-parent-32.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/32/oss-parent-32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/32/oss-parent-32.pom (22 kB at 338 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/jgit/org.eclipse.jgit/5.7.0.202003110725-r/org.eclipse.jgit-5.7.0.202003110725-r.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jgit/org.eclipse.jgit/5.7.0.202003110725-r/org.eclipse.jgit-5.7.0.202003110725-r.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.7.0.202003110725-r/org.eclipse.jgit-5.7.0.202003110725-r.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.7.0.202003110725-r/org.eclipse.jgit-5.7.0.202003110725-r.pom (8.1 kB at 53 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/5.7.0.202003110725-r/org.eclipse.jgit-parent-5.7.0.202003110725-r.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jgit/org.eclipse.jgit-parent/5.7.0.202003110725-r/org.eclipse.jgit-parent-5.7.0.202003110725-r.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.7.0.202003110725-r/org.eclipse.jgit-parent-5.7.0.202003110725-r.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.7.0.202003110725-r/org.eclipse.jgit-parent-5.7.0.202003110725-r.pom (35 kB at 628 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/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 647 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/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 58 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.pom (4.9 kB at 96 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/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 583 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/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 jmx.management: https://www.datanucleus.org/downloads/maven2/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/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 787 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.pom (2.5 kB at 37 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom (1.2 kB at 19 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.pom (2.2 kB at 21 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/reflections/reflections/0.9.12/reflections-0.9.12.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/reflections/reflections/0.9.12/reflections-0.9.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.9.12/reflections-0.9.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.9.12/reflections-0.9.12.pom (9.4 kB at 153 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.pom (11 kB at 140 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/commons-io/commons-io/2.7/commons-io-2.7.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/commons-io/commons-io/2.7/commons-io-2.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.7/commons-io-2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.7/commons-io-2.7.pom (16 kB at 527 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/commons/commons-parent/50/commons-parent-50.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-parent/50/commons-parent-50.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/50/commons-parent-50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/50/commons-parent-50.pom (76 kB at 7.6 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/github/spoonlabs/flacoco/1.0.5/flacoco-1.0.5.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/spoonlabs/flacoco/1.0.5/flacoco-1.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spoonlabs/flacoco/1.0.5/flacoco-1.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spoonlabs/flacoco/1.0.5/flacoco-1.0.5.pom (10 kB at 160 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/junit/junit/4.13.2/junit-4.13.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/junit/junit/4.13.2/junit-4.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom (27 kB at 2.3 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/junit/jupiter/junit-jupiter-api/5.3.2/junit-jupiter-api-5.3.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/junit/jupiter/junit-jupiter-api/5.3.2/junit-jupiter-api-5.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.3.2/junit-jupiter-api-5.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.3.2/junit-jupiter-api-5.3.2.pom (2.4 kB at 48 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom (1.2 kB at 51 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom (1.7 kB at 56 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.pom (2.0 kB at 168 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.pom (2.4 kB at 96 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.pom (2.4 kB at 126 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.pom (2.2 kB at 101 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/junit/jupiter/junit-jupiter-params/5.3.2/junit-jupiter-params-5.3.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/junit/jupiter/junit-jupiter-params/5.3.2/junit-jupiter-params-5.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.3.2/junit-jupiter-params-5.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.3.2/junit-jupiter-params-5.3.2.pom (2.2 kB at 51 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/eu/stamp-project/test-runner/4.11/test-runner-4.11.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/eu/stamp-project/test-runner/4.11/test-runner-4.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/eu/stamp-project/test-runner/4.11/test-runner-4.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/eu/stamp-project/test-runner/4.11/test-runner-4.11.pom (14 kB at 149 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-8/spoon-core-8.3.0-beta-8.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-8/spoon-core-8.3.0-beta-8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-8/spoon-core-8.3.0-beta-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-8/spoon-core-8.3.0-beta-8.pom (8.2 kB at 157 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/jdt/org.eclipse.jdt.core/3.20.0/org.eclipse.jdt.core-3.20.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jdt/org.eclipse.jdt.core/3.20.0/org.eclipse.jdt.core-3.20.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.20.0/org.eclipse.jdt.core-3.20.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.20.0/org.eclipse.jdt.core-3.20.0.pom (2.7 kB at 70 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/logging/log4j/log4j-api/2.13.3/log4j-api-2.13.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j-api/2.13.3/log4j-api-2.13.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.13.3/log4j-api-2.13.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.13.3/log4j-api-2.13.3.pom (13 kB at 280 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/logging/log4j/log4j/2.13.3/log4j-2.13.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j/2.13.3/log4j-2.13.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.13.3/log4j-2.13.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.13.3/log4j-2.13.3.pom (64 kB at 599 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/logging/log4j/log4j-to-slf4j/2.13.3/log4j-to-slf4j-2.13.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j-to-slf4j/2.13.3/log4j-to-slf4j-2.13.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-to-slf4j/2.13.3/log4j-to-slf4j-2.13.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-to-slf4j/2.13.3/log4j-to-slf4j-2.13.3.pom (7.2 kB at 110 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 147 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 2.7 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.pom (4.1 kB at 66 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven/3.6.3/maven-3.6.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven/3.6.3/maven-3.6.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.3/maven-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.3/maven-3.6.3.pom (26 kB at 944 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom (30 kB at 883 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/commons/commons-parent/51/commons-parent-51.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-parent/51/commons-parent-51.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/51/commons-parent-51.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/51/commons-parent-51.pom (78 kB at 3.0 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 56 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/core/jackson-databind/2.11.2/jackson-databind-2.11.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-databind/2.11.2/jackson-databind-2.11.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.11.2/jackson-databind-2.11.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.11.2/jackson-databind-2.11.2.pom (7.4 kB at 78 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/jackson-base/2.11.2/jackson-base-2.11.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-base/2.11.2/jackson-base-2.11.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.11.2/jackson-base-2.11.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.11.2/jackson-base-2.11.2.pom (7.5 kB at 141 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/jackson-bom/2.11.2/jackson-bom-2.11.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-bom/2.11.2/jackson-bom-2.11.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.11.2/jackson-bom-2.11.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.11.2/jackson-bom-2.11.2.pom (14 kB at 179 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/jackson-parent/2.11/jackson-parent-2.11.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-parent/2.11/jackson-parent-2.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.11/jackson-parent-2.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.11/jackson-parent-2.11.pom (7.8 kB at 235 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/core/jackson-annotations/2.11.2/jackson-annotations-2.11.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-annotations/2.11.2/jackson-annotations-2.11.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.11.2/jackson-annotations-2.11.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.11.2/jackson-annotations-2.11.2.pom (3.8 kB at 53 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/core/jackson-core/2.11.2/jackson-core-2.11.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-core/2.11.2/jackson-core-2.11.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.11.2/jackson-core-2.11.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.11.2/jackson-core-2.11.2.pom (4.9 kB at 97 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.pom (4.9 kB at 131 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 197 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 3.3 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/apache/19/apache-19.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 1.2 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 268 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 48 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 419 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/eu/stamp-project/descartes/1.2.4/descartes-1.2.4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/eu/stamp-project/descartes/1.2.4/descartes-1.2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/eu/stamp-project/descartes/1.2.4/descartes-1.2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/eu/stamp-project/descartes/1.2.4/descartes-1.2.4.pom (10 kB at 152 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/pitest/pitest-entry/1.6.7/pitest-entry-1.6.7.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/pitest/pitest-entry/1.6.7/pitest-entry-1.6.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/pitest/pitest-entry/1.6.7/pitest-entry-1.6.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/pitest/pitest-entry/1.6.7/pitest-entry-1.6.7.pom (7.3 kB at 111 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/pitest/pitest-parent/1.6.7/pitest-parent-1.6.7.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/pitest/pitest-parent/1.6.7/pitest-parent-1.6.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/pitest/pitest-parent/1.6.7/pitest-parent-1.6.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/pitest/pitest-parent/1.6.7/pitest-parent-1.6.7.pom (14 kB at 209 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/pitest/pitest/1.6.7/pitest-1.6.7.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/pitest/pitest/1.6.7/pitest-1.6.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/pitest/pitest/1.6.7/pitest-1.6.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/pitest/pitest/1.6.7/pitest-1.6.7.pom (8.4 kB at 96 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/commons-io/commons-io/2.10.0/commons-io-2.10.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/commons-io/commons-io/2.10.0/commons-io-2.10.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.10.0/commons-io-2.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.10.0/commons-io-2.10.0.pom (21 kB at 260 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom (5.1 kB at 57 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/jacoco/org.jacoco.core/0.8.8/org.jacoco.core-0.8.8.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jacoco/org.jacoco.core/0.8.8/org.jacoco.core-0.8.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.8/org.jacoco.core-0.8.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.8/org.jacoco.core-0.8.8.pom (2.1 kB at 95 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/jacoco/org.jacoco.build/0.8.8/org.jacoco.build-0.8.8.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jacoco/org.jacoco.build/0.8.8/org.jacoco.build-0.8.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.8/org.jacoco.build-0.8.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.8/org.jacoco.build-0.8.8.pom (44 kB at 1.6 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/ow2/asm/asm/9.2/asm-9.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm/9.2/asm-9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.pom (2.4 kB at 592 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.pom (3.0 kB at 156 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom (2.6 kB at 173 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom (2.6 kB at 873 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8.pom (3.5 kB at 140 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/junit/junit/4.13.1/junit-4.13.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/junit/junit/4.13.1/junit-4.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.1/junit-4.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.1/junit-4.13.1.pom (25 kB at 1.8 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 173 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/pitest/pitest-junit5-plugin/0.8/pitest-junit5-plugin-0.8.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/pitest/pitest-junit5-plugin/0.8/pitest-junit5-plugin-0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/pitest/pitest-junit5-plugin/0.8/pitest-junit5-plugin-0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/pitest/pitest-junit5-plugin/0.8/pitest-junit5-plugin-0.8.pom (6.3 kB at 138 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/github/stefanbirkner/system-lambda/1.2.1/system-lambda-1.2.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/stefanbirkner/system-lambda/1.2.1/system-lambda-1.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/stefanbirkner/system-lambda/1.2.1/system-lambda-1.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/stefanbirkner/system-lambda/1.2.1/system-lambda-1.2.1.pom (1.8 kB at 34 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/fr/inria/gforge/spoon/spoon-core/9.2.0-beta-1/spoon-core-9.2.0-beta-1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/9.2.0-beta-1/spoon-core-9.2.0-beta-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spoon/spoon-core/9.2.0-beta-1/spoon-core-9.2.0-beta-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spoon/spoon-core/9.2.0-beta-1/spoon-core-9.2.0-beta-1.pom (11 kB at 158 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/jdt/org.eclipse.jdt.core/3.26.0/org.eclipse.jdt.core-3.26.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jdt/org.eclipse.jdt.core/3.26.0/org.eclipse.jdt.core-3.26.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.26.0/org.eclipse.jdt.core-3.26.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.26.0/org.eclipse.jdt.core-3.26.0.pom (2.7 kB at 92 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom (3.8 kB at 142 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom (14 kB at 575 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom (20 kB at 580 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-model/3.8.2/maven-model-3.8.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-model/3.8.2/maven-model-3.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.2/maven-model-3.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.2/maven-model-3.8.2.pom (2.8 kB at 53 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven/3.8.2/maven-3.8.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven/3.8.2/maven-3.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.2/maven-3.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.2/maven-3.8.2.pom (27 kB at 898 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/core/jackson-databind/2.12.4/jackson-databind-2.12.4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-databind/2.12.4/jackson-databind-2.12.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.12.4/jackson-databind-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.12.4/jackson-databind-2.12.4.pom (15 kB at 308 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/jackson-base/2.12.4/jackson-base-2.12.4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-base/2.12.4/jackson-base-2.12.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.12.4/jackson-base-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.12.4/jackson-base-2.12.4.pom (9.3 kB at 157 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/jackson-bom/2.12.4/jackson-bom-2.12.4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-bom/2.12.4/jackson-bom-2.12.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.12.4/jackson-bom-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.12.4/jackson-bom-2.12.4.pom (17 kB at 203 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/core/jackson-annotations/2.12.4/jackson-annotations-2.12.4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-annotations/2.12.4/jackson-annotations-2.12.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.12.4/jackson-annotations-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.12.4/jackson-annotations-2.12.4.pom (6.0 kB at 155 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/core/jackson-core/2.12.4/jackson-core-2.12.4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-core/2.12.4/jackson-core-2.12.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.12.4/jackson-core-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.12.4/jackson-core-2.12.4.pom (5.5 kB at 77 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom (20 kB at 4.9 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/logging/log4j/log4j-core/2.17.2/log4j-core-2.17.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j-core/2.17.2/log4j-core-2.17.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.17.2/log4j-core-2.17.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.17.2/log4j-core-2.17.2.pom (23 kB at 734 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/logging/log4j/log4j/2.17.2/log4j-2.17.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j/2.17.2/log4j-2.17.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.17.2/log4j-2.17.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.17.2/log4j-2.17.2.pom (73 kB at 2.5 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/logging/logging-parent/5/logging-parent-5.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/logging-parent/5/logging-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/logging-parent/5/logging-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/logging-parent/5/logging-parent-5.pom (3.3 kB at 219 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/apache/24/apache-24.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/apache/24/apache-24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/24/apache-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/24/apache-24.pom (20 kB at 895 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/logging/log4j/log4j-api/2.17.2/log4j-api-2.17.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j-api/2.17.2/log4j-api-2.17.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.17.2/log4j-api-2.17.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.17.2/log4j-api-2.17.2.pom (14 kB at 307 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/logging/log4j/log4j-jcl/2.17.2/log4j-jcl-2.17.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j-jcl/2.17.2/log4j-jcl-2.17.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-jcl/2.17.2/log4j-jcl-2.17.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-jcl/2.17.2/log4j-jcl-2.17.2.pom (6.8 kB at 2.3 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/info/picocli/picocli/4.6.3/picocli-4.6.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/info/picocli/picocli/4.6.3/picocli-4.6.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.6.3/picocli-4.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.6.3/picocli-4.6.3.pom (1.4 kB at 86 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/google/code/gson/gson/2.9.0/gson-2.9.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson/2.9.0/gson-2.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.9.0/gson-2.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.9.0/gson-2.9.0.pom (8.1 kB at 288 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/google/code/gson/gson-parent/2.9.0/gson-parent-2.9.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson-parent/2.9.0/gson-parent-2.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.9.0/gson-parent-2.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.9.0/gson-parent-2.9.0.pom (4.5 kB at 119 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/net/sf/supercsv/super-csv/2.4.0/super-csv-2.4.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/net/sf/supercsv/super-csv/2.4.0/super-csv-2.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/supercsv/super-csv/2.4.0/super-csv-2.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/supercsv/super-csv/2.4.0/super-csv-2.4.0.pom (2.6 kB at 31 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/net/sf/supercsv/super-csv-parent/2.4.0/super-csv-parent-2.4.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/net/sf/supercsv/super-csv-parent/2.4.0/super-csv-parent-2.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/supercsv/super-csv-parent/2.4.0/super-csv-parent-2.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/supercsv/super-csv-parent/2.4.0/super-csv-parent-2.4.0.pom (16 kB at 311 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.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-M5/maven-surefire-common-3.0.0-M5.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-M5/maven-surefire-common-3.0.0-M5.pom (9.6 kB at 247 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/surefire/surefire/3.0.0-M5/surefire-3.0.0-M5.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/surefire/3.0.0-M5/surefire-3.0.0-M5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.0.0-M5/surefire-3.0.0-M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.0.0-M5/surefire-3.0.0-M5.pom (27 kB at 1.5 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.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-M5/surefire-api-3.0.0-M5.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-M5/surefire-api-3.0.0-M5.pom (3.2 kB at 100 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.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-M5/surefire-logger-api-3.0.0-M5.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-M5/surefire-logger-api-3.0.0-M5.pom (3.7 kB at 246 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.pom (3.9 kB at 177 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/surefire/surefire/3.0.0-M4/surefire-3.0.0-M4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/surefire/3.0.0-M4/surefire-3.0.0-M4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.0.0-M4/surefire-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.0.0-M4/surefire-3.0.0-M4.pom (27 kB at 2.4 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.pom (4.0 kB at 311 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.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-M5/surefire-booter-3.0.0-M5.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-M5/surefire-booter-3.0.0-M5.pom (4.8 kB at 202 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.pom (1.6 kB at 101 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 86 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 1.5 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 954 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 1.7 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 372 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 1.7 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom (4.6 kB at 140 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-languages/1.0.5/plexus-languages-1.0.5.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/plexus/plexus-languages/1.0.5/plexus-languages-1.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.0.5/plexus-languages-1.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.0.5/plexus-languages-1.0.5.pom (3.9 kB at 301 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom (24 kB at 1.1 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/ow2/asm/asm/7.2/asm-7.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm/7.2/asm-7.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.pom (2.9 kB at 118 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 5.3 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/kohsuke/github-api/1.135/github-api-1.135.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/kohsuke/github-api/1.135/github-api-1.135.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kohsuke/github-api/1.135/github-api-1.135.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kohsuke/github-api/1.135/github-api-1.135.pom (27 kB at 343 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 465 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/core/jackson-databind/2.13.0/jackson-databind-2.13.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-databind/2.13.0/jackson-databind-2.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.0/jackson-databind-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.0/jackson-databind-2.13.0.pom (15 kB at 405 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/jackson-base/2.13.0/jackson-base-2.13.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-base/2.13.0/jackson-base-2.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.13.0/jackson-base-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.13.0/jackson-base-2.13.0.pom (9.7 kB at 108 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/jackson-bom/2.13.0/jackson-bom-2.13.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-bom/2.13.0/jackson-bom-2.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.0/jackson-bom-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.0/jackson-bom-2.13.0.pom (17 kB at 399 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/jackson-parent/2.13/jackson-parent-2.13.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-parent/2.13/jackson-parent-2.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.13/jackson-parent-2.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.13/jackson-parent-2.13.pom (7.4 kB at 494 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/oss-parent/43/oss-parent-43.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/oss-parent/43/oss-parent-43.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/43/oss-parent-43.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/43/oss-parent-43.pom (24 kB at 984 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/core/jackson-annotations/2.13.0/jackson-annotations-2.13.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-annotations/2.13.0/jackson-annotations-2.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.0/jackson-annotations-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.0/jackson-annotations-2.13.0.pom (6.1 kB at 196 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/core/jackson-core/2.13.0/jackson-core-2.13.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-core/2.13.0/jackson-core-2.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.0/jackson-core-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.0/jackson-core-2.13.0.pom (5.5 kB at 63 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/github/spoonlabs/coming/5.2.0/coming-5.2.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/spoonlabs/coming/5.2.0/coming-5.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spoonlabs/coming/5.2.0/coming-5.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spoonlabs/coming/5.2.0/coming-5.2.0.pom (9.3 kB at 113 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/log4j/log4j/1.2.15/log4j-1.2.15.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/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 423 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/javax/mail/mail/1.4/mail-1.4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/javax/mail/mail/1.4/mail-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/mail/mail/1.4/mail-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/mail/mail/1.4/mail-1.4.pom (993 B at 15 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/jdom/jdom2/2.0.5/jdom2-2.0.5.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jdom/jdom2/2.0.5/jdom2-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.5/jdom2-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.5/jdom2-2.0.5.pom (4.6 kB at 57 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/commons-cli/commons-cli/1.4/commons-cli-1.4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/commons-cli/commons-cli/1.4/commons-cli-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4.pom (11 kB at 669 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/net/lingala/zip4j/zip4j/1.3.2/zip4j-1.3.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/net/lingala/zip4j/zip4j/1.3.2/zip4j-1.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/lingala/zip4j/zip4j/1.3.2/zip4j-1.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/lingala/zip4j/zip4j/1.3.2/zip4j-1.3.2.pom (922 B at 15 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0/spoon-core-8.1.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.1.0/spoon-core-8.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spoon/spoon-core/8.1.0/spoon-core-8.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spoon/spoon-core/8.1.0/spoon-core-8.1.0.pom (7.5 kB at 90 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/jdt/org.eclipse.jdt.core/3.18.0/org.eclipse.jdt.core-3.18.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jdt/org.eclipse.jdt.core/3.18.0/org.eclipse.jdt.core-3.18.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.18.0/org.eclipse.jdt.core-3.18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.18.0/org.eclipse.jdt.core-3.18.0.pom (2.7 kB at 190 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/logging/log4j/log4j-api/2.13.0/log4j-api-2.13.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j-api/2.13.0/log4j-api-2.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.13.0/log4j-api-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.13.0/log4j-api-2.13.0.pom (13 kB at 149 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/logging/log4j/log4j/2.13.0/log4j-2.13.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j/2.13.0/log4j-2.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.13.0/log4j-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.13.0/log4j-2.13.0.pom (65 kB at 720 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/logging/log4j/log4j-to-slf4j/2.13.0/log4j-to-slf4j-2.13.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j-to-slf4j/2.13.0/log4j-to-slf4j-2.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-to-slf4j/2.13.0/log4j-to-slf4j-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-to-slf4j/2.13.0/log4j-to-slf4j-2.13.0.pom (7.2 kB at 74 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 448 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven/3.5.0/maven-3.5.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 6.2 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 2.0 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 11 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.10.3/jackson-databind-2.9.10.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-databind/2.9.10.3/jackson-databind-2.9.10.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.9.10.3/jackson-databind-2.9.10.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.9.10.3/jackson-databind-2.9.10.3.pom (6.5 kB at 77 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/jackson-base/2.9.10.20200223/jackson-base-2.9.10.20200223.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-base/2.9.10.20200223/jackson-base-2.9.10.20200223.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.9.10.20200223/jackson-base-2.9.10.20200223.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.9.10.20200223/jackson-base-2.9.10.20200223.pom (5.5 kB at 197 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/jackson-bom/2.9.10.20200223/jackson-bom-2.9.10.20200223.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-bom/2.9.10.20200223/jackson-bom-2.9.10.20200223.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.10.20200223/jackson-bom-2.9.10.20200223.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.10.20200223/jackson-bom-2.9.10.20200223.pom (13 kB at 286 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/jackson-parent/2.9.1.2/jackson-parent-2.9.1.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 416 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/oss-parent/34/oss-parent-34.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 3.8 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/core/jackson-annotations/2.9.10/jackson-annotations-2.9.10.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-annotations/2.9.10/jackson-annotations-2.9.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.10/jackson-annotations-2.9.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.10/jackson-annotations-2.9.10.pom (2.6 kB at 39 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/core/jackson-core/2.9.10/jackson-core-2.9.10.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-core/2.9.10/jackson-core-2.9.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.9.10/jackson-core-2.9.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.9.10/jackson-core-2.9.10.pom (4.1 kB at 56 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/jackson-base/2.9.10/jackson-base-2.9.10.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-base/2.9.10/jackson-base-2.9.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.9.10/jackson-base-2.9.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.9.10/jackson-base-2.9.10.pom (5.5 kB at 102 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/jackson-bom/2.9.10/jackson-bom-2.9.10.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-bom/2.9.10/jackson-bom-2.9.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.10/jackson-bom-2.9.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.10/jackson-bom-2.9.10.pom (13 kB at 233 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom (18 kB at 792 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/fr/inria/gforge/spoon/labs/gumtree-spoon-ast-diff/1.23/gumtree-spoon-ast-diff-1.23.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/labs/gumtree-spoon-ast-diff/1.23/gumtree-spoon-ast-diff-1.23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spoon/labs/gumtree-spoon-ast-diff/1.23/gumtree-spoon-ast-diff-1.23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spoon/labs/gumtree-spoon-ast-diff/1.23/gumtree-spoon-ast-diff-1.23.pom (8.7 kB at 182 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/fr/inria/gforge/spoon/spoon-core/8.0.0/spoon-core-8.0.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.0.0/spoon-core-8.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spoon/spoon-core/8.0.0/spoon-core-8.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spoon/spoon-core/8.0.0/spoon-core-8.0.0.pom (6.1 kB at 111 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/jdt/org.eclipse.jdt.core/3.16.0/org.eclipse.jdt.core-3.16.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jdt/org.eclipse.jdt.core/3.16.0/org.eclipse.jdt.core-3.16.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.16.0/org.eclipse.jdt.core-3.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.16.0/org.eclipse.jdt.core-3.16.0.pom (2.7 kB at 68 kB/s) [INFO] Downloading from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/releases/: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-release: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml (817 B at 26 kB/s) [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/releases/: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-release: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.expressions/3.5.100/org.eclipse.core.expressions-3.5.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.5.100/org.eclipse.core.expressions-3.5.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.5.100/org.eclipse.core.expressions-3.5.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.5.100/org.eclipse.core.expressions-3.5.100.pom (1.9 kB at 45 kB/s) [INFO] Downloading from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-release: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/releases/: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-release: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/releases/: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-release: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/releases/: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-release: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/releases/: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml (920 B at 13 kB/s) [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/releases/: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-release: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.6.100/org.eclipse.equinox.registry-3.6.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.6.100/org.eclipse.equinox.registry-3.6.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.6.100/org.eclipse.equinox.registry-3.6.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.6.100/org.eclipse.equinox.registry-3.6.100.pom (1.9 kB at 102 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.7.0/org.eclipse.equinox.registry-3.7.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.7.0/org.eclipse.equinox.registry-3.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.7.0/org.eclipse.equinox.registry-3.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.7.0/org.eclipse.equinox.registry-3.7.0.pom (1.9 kB at 60 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.8.0/org.eclipse.equinox.registry-3.8.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.8.0/org.eclipse.equinox.registry-3.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.0/org.eclipse.equinox.registry-3.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.0/org.eclipse.equinox.registry-3.8.0.pom (1.9 kB at 62 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.8.100/org.eclipse.equinox.registry-3.8.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.8.100/org.eclipse.equinox.registry-3.8.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.100/org.eclipse.equinox.registry-3.8.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.100/org.eclipse.equinox.registry-3.8.100.pom (1.9 kB at 81 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.8.200/org.eclipse.equinox.registry-3.8.200.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.8.200/org.eclipse.equinox.registry-3.8.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.200/org.eclipse.equinox.registry-3.8.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.200/org.eclipse.equinox.registry-3.8.200.pom (2.0 kB at 140 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.8.300/org.eclipse.equinox.registry-3.8.300.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.8.300/org.eclipse.equinox.registry-3.8.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.300/org.eclipse.equinox.registry-3.8.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.300/org.eclipse.equinox.registry-3.8.300.pom (2.0 kB at 54 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.8.400/org.eclipse.equinox.registry-3.8.400.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.8.400/org.eclipse.equinox.registry-3.8.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.400/org.eclipse.equinox.registry-3.8.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.400/org.eclipse.equinox.registry-3.8.400.pom (2.0 kB at 49 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.8.500/org.eclipse.equinox.registry-3.8.500.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.8.500/org.eclipse.equinox.registry-3.8.500.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.500/org.eclipse.equinox.registry-3.8.500.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.500/org.eclipse.equinox.registry-3.8.500.pom (2.0 kB at 50 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.8.600/org.eclipse.equinox.registry-3.8.600.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.8.600/org.eclipse.equinox.registry-3.8.600.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.600/org.eclipse.equinox.registry-3.8.600.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.600/org.eclipse.equinox.registry-3.8.600.pom (2.0 kB at 45 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.8.700/org.eclipse.equinox.registry-3.8.700.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.8.700/org.eclipse.equinox.registry-3.8.700.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.700/org.eclipse.equinox.registry-3.8.700.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.700/org.eclipse.equinox.registry-3.8.700.pom (2.0 kB at 67 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.8.800/org.eclipse.equinox.registry-3.8.800.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.8.800/org.eclipse.equinox.registry-3.8.800.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.800/org.eclipse.equinox.registry-3.8.800.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.800/org.eclipse.equinox.registry-3.8.800.pom (2.0 kB at 115 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.9.0/org.eclipse.equinox.registry-3.9.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.9.0/org.eclipse.equinox.registry-3.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.9.0/org.eclipse.equinox.registry-3.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.9.0/org.eclipse.equinox.registry-3.9.0.pom (2.0 kB at 108 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.10.0/org.eclipse.equinox.registry-3.10.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.10.0/org.eclipse.equinox.registry-3.10.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.0/org.eclipse.equinox.registry-3.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.0/org.eclipse.equinox.registry-3.10.0.pom (2.0 kB at 53 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.10.100/org.eclipse.equinox.registry-3.10.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.10.100/org.eclipse.equinox.registry-3.10.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.100/org.eclipse.equinox.registry-3.10.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.100/org.eclipse.equinox.registry-3.10.100.pom (2.0 kB at 81 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.10.200/org.eclipse.equinox.registry-3.10.200.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.10.200/org.eclipse.equinox.registry-3.10.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.200/org.eclipse.equinox.registry-3.10.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.200/org.eclipse.equinox.registry-3.10.200.pom (2.0 kB at 22 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.11.0/org.eclipse.equinox.registry-3.11.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.11.0/org.eclipse.equinox.registry-3.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.0/org.eclipse.equinox.registry-3.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.0/org.eclipse.equinox.registry-3.11.0.pom (2.0 kB at 53 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.11.100/org.eclipse.equinox.registry-3.11.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.11.100/org.eclipse.equinox.registry-3.11.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.100/org.eclipse.equinox.registry-3.11.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.100/org.eclipse.equinox.registry-3.11.100.pom (2.0 kB at 42 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.11.200/org.eclipse.equinox.registry-3.11.200.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.11.200/org.eclipse.equinox.registry-3.11.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.200/org.eclipse.equinox.registry-3.11.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.200/org.eclipse.equinox.registry-3.11.200.pom (2.4 kB at 102 kB/s) [INFO] Downloading from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-release: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/releases/: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/org/osgi/org.osgi.service.prefs/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/releases/: https://tdurieux.github.io/maven-repository/releases/org/osgi/org.osgi.service.prefs/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-release: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/osgi/org.osgi.service.prefs/maven-metadata.xml [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/osgi/org.osgi.service.prefs/maven-metadata.xml [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.service.prefs/maven-metadata.xml [INFO] Downloaded from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.service.prefs/maven-metadata.xml (371 B at 3.1 kB/s) [INFO] Downloading from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-release: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/releases/: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml (779 B at 30 kB/s) [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/releases/: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-release: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.app/1.3.400/org.eclipse.equinox.app-1.3.400.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.3.400/org.eclipse.equinox.app-1.3.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.3.400/org.eclipse.equinox.app-1.3.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.3.400/org.eclipse.equinox.app-1.3.400.pom (2.1 kB at 88 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.app/1.3.500/org.eclipse.equinox.app-1.3.500.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.3.500/org.eclipse.equinox.app-1.3.500.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.3.500/org.eclipse.equinox.app-1.3.500.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.3.500/org.eclipse.equinox.app-1.3.500.pom (2.1 kB at 57 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.app/1.3.600/org.eclipse.equinox.app-1.3.600.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.3.600/org.eclipse.equinox.app-1.3.600.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.3.600/org.eclipse.equinox.app-1.3.600.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.3.600/org.eclipse.equinox.app-1.3.600.pom (2.1 kB at 57 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.app/1.4.0/org.eclipse.equinox.app-1.4.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.4.0/org.eclipse.equinox.app-1.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.0/org.eclipse.equinox.app-1.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.0/org.eclipse.equinox.app-1.4.0.pom (2.1 kB at 45 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.app/1.4.100/org.eclipse.equinox.app-1.4.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.4.100/org.eclipse.equinox.app-1.4.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.100/org.eclipse.equinox.app-1.4.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.100/org.eclipse.equinox.app-1.4.100.pom (2.1 kB at 44 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.app/1.4.200/org.eclipse.equinox.app-1.4.200.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.4.200/org.eclipse.equinox.app-1.4.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.200/org.eclipse.equinox.app-1.4.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.200/org.eclipse.equinox.app-1.4.200.pom (2.1 kB at 107 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.app/1.4.300/org.eclipse.equinox.app-1.4.300.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.4.300/org.eclipse.equinox.app-1.4.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.300/org.eclipse.equinox.app-1.4.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.300/org.eclipse.equinox.app-1.4.300.pom (2.1 kB at 47 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.app/1.4.400/org.eclipse.equinox.app-1.4.400.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.4.400/org.eclipse.equinox.app-1.4.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.400/org.eclipse.equinox.app-1.4.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.400/org.eclipse.equinox.app-1.4.400.pom (2.1 kB at 119 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.app/1.4.500/org.eclipse.equinox.app-1.4.500.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.4.500/org.eclipse.equinox.app-1.4.500.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.500/org.eclipse.equinox.app-1.4.500.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.500/org.eclipse.equinox.app-1.4.500.pom (2.1 kB at 44 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.app/1.5.0/org.eclipse.equinox.app-1.5.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.5.0/org.eclipse.equinox.app-1.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.5.0/org.eclipse.equinox.app-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.5.0/org.eclipse.equinox.app-1.5.0.pom (2.1 kB at 152 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.app/1.5.100/org.eclipse.equinox.app-1.5.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.5.100/org.eclipse.equinox.app-1.5.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.5.100/org.eclipse.equinox.app-1.5.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.5.100/org.eclipse.equinox.app-1.5.100.pom (2.1 kB at 164 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.app/1.6.0/org.eclipse.equinox.app-1.6.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.6.0/org.eclipse.equinox.app-1.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.0/org.eclipse.equinox.app-1.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.0/org.eclipse.equinox.app-1.6.0.pom (2.1 kB at 153 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.app/1.6.100/org.eclipse.equinox.app-1.6.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.6.100/org.eclipse.equinox.app-1.6.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.100/org.eclipse.equinox.app-1.6.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.100/org.eclipse.equinox.app-1.6.100.pom (2.1 kB at 213 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.app/1.6.200/org.eclipse.equinox.app-1.6.200.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.6.200/org.eclipse.equinox.app-1.6.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.200/org.eclipse.equinox.app-1.6.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.200/org.eclipse.equinox.app-1.6.200.pom (2.6 kB at 69 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.expressions/3.6.0/org.eclipse.core.expressions-3.6.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.6.0/org.eclipse.core.expressions-3.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.0/org.eclipse.core.expressions-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.0/org.eclipse.core.expressions-3.6.0.pom (1.9 kB at 37 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.expressions/3.6.100/org.eclipse.core.expressions-3.6.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.6.100/org.eclipse.core.expressions-3.6.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.100/org.eclipse.core.expressions-3.6.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.100/org.eclipse.core.expressions-3.6.100.pom (1.9 kB at 78 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.expressions/3.6.200/org.eclipse.core.expressions-3.6.200.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.6.200/org.eclipse.core.expressions-3.6.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.200/org.eclipse.core.expressions-3.6.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.200/org.eclipse.core.expressions-3.6.200.pom (1.9 kB at 65 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.expressions/3.6.300/org.eclipse.core.expressions-3.6.300.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.6.300/org.eclipse.core.expressions-3.6.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.300/org.eclipse.core.expressions-3.6.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.300/org.eclipse.core.expressions-3.6.300.pom (2.0 kB at 52 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.expressions/3.6.400/org.eclipse.core.expressions-3.6.400.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.6.400/org.eclipse.core.expressions-3.6.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.400/org.eclipse.core.expressions-3.6.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.400/org.eclipse.core.expressions-3.6.400.pom (2.0 kB at 93 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.expressions/3.6.500/org.eclipse.core.expressions-3.6.500.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.6.500/org.eclipse.core.expressions-3.6.500.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.500/org.eclipse.core.expressions-3.6.500.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.500/org.eclipse.core.expressions-3.6.500.pom (2.0 kB at 63 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.expressions/3.6.600/org.eclipse.core.expressions-3.6.600.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.6.600/org.eclipse.core.expressions-3.6.600.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.600/org.eclipse.core.expressions-3.6.600.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.600/org.eclipse.core.expressions-3.6.600.pom (2.0 kB at 85 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.expressions/3.6.700/org.eclipse.core.expressions-3.6.700.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.6.700/org.eclipse.core.expressions-3.6.700.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.700/org.eclipse.core.expressions-3.6.700.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.700/org.eclipse.core.expressions-3.6.700.pom (2.0 kB at 61 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.expressions/3.6.800/org.eclipse.core.expressions-3.6.800.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.6.800/org.eclipse.core.expressions-3.6.800.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.800/org.eclipse.core.expressions-3.6.800.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.800/org.eclipse.core.expressions-3.6.800.pom (2.0 kB at 47 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.expressions/3.7.0/org.eclipse.core.expressions-3.7.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.7.0/org.eclipse.core.expressions-3.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.7.0/org.eclipse.core.expressions-3.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.7.0/org.eclipse.core.expressions-3.7.0.pom (2.0 kB at 51 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.expressions/3.7.100/org.eclipse.core.expressions-3.7.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.7.100/org.eclipse.core.expressions-3.7.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.7.100/org.eclipse.core.expressions-3.7.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.7.100/org.eclipse.core.expressions-3.7.100.pom (2.0 kB at 54 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.expressions/3.8.0/org.eclipse.core.expressions-3.8.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.8.0/org.eclipse.core.expressions-3.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.8.0/org.eclipse.core.expressions-3.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.8.0/org.eclipse.core.expressions-3.8.0.pom (2.0 kB at 86 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.expressions/3.8.100/org.eclipse.core.expressions-3.8.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.8.100/org.eclipse.core.expressions-3.8.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.8.100/org.eclipse.core.expressions-3.8.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.8.100/org.eclipse.core.expressions-3.8.100.pom (2.0 kB at 61 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.expressions/3.8.200/org.eclipse.core.expressions-3.8.200.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.8.200/org.eclipse.core.expressions-3.8.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.8.200/org.eclipse.core.expressions-3.8.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.8.200/org.eclipse.core.expressions-3.8.200.pom (2.0 kB at 151 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml (816 B at 27 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/releases/: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-release: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.filesystem/1.6.1/org.eclipse.core.filesystem-1.6.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.6.1/org.eclipse.core.filesystem-1.6.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.6.1/org.eclipse.core.filesystem-1.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.6.1/org.eclipse.core.filesystem-1.6.1.pom (2.3 kB at 121 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.filesystem/1.7.0/org.eclipse.core.filesystem-1.7.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.7.0/org.eclipse.core.filesystem-1.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.0/org.eclipse.core.filesystem-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.0/org.eclipse.core.filesystem-1.7.0.pom (2.3 kB at 92 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.filesystem/1.7.100/org.eclipse.core.filesystem-1.7.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.7.100/org.eclipse.core.filesystem-1.7.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.100/org.eclipse.core.filesystem-1.7.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.100/org.eclipse.core.filesystem-1.7.100.pom (2.3 kB at 109 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.filesystem/1.7.200/org.eclipse.core.filesystem-1.7.200.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.7.200/org.eclipse.core.filesystem-1.7.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.200/org.eclipse.core.filesystem-1.7.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.200/org.eclipse.core.filesystem-1.7.200.pom (2.3 kB at 176 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.filesystem/1.7.300/org.eclipse.core.filesystem-1.7.300.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.7.300/org.eclipse.core.filesystem-1.7.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.300/org.eclipse.core.filesystem-1.7.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.300/org.eclipse.core.filesystem-1.7.300.pom (2.3 kB at 110 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.filesystem/1.7.400/org.eclipse.core.filesystem-1.7.400.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.7.400/org.eclipse.core.filesystem-1.7.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.400/org.eclipse.core.filesystem-1.7.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.400/org.eclipse.core.filesystem-1.7.400.pom (2.3 kB at 48 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.filesystem/1.7.500/org.eclipse.core.filesystem-1.7.500.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.7.500/org.eclipse.core.filesystem-1.7.500.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.500/org.eclipse.core.filesystem-1.7.500.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.500/org.eclipse.core.filesystem-1.7.500.pom (2.3 kB at 89 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.filesystem/1.7.600/org.eclipse.core.filesystem-1.7.600.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.7.600/org.eclipse.core.filesystem-1.7.600.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.600/org.eclipse.core.filesystem-1.7.600.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.600/org.eclipse.core.filesystem-1.7.600.pom (2.3 kB at 92 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.filesystem/1.7.700/org.eclipse.core.filesystem-1.7.700.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.7.700/org.eclipse.core.filesystem-1.7.700.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.700/org.eclipse.core.filesystem-1.7.700.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.700/org.eclipse.core.filesystem-1.7.700.pom (2.3 kB at 92 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.filesystem/1.9.0/org.eclipse.core.filesystem-1.9.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.9.0/org.eclipse.core.filesystem-1.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.0/org.eclipse.core.filesystem-1.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.0/org.eclipse.core.filesystem-1.9.0.pom (2.3 kB at 77 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.filesystem/1.9.100/org.eclipse.core.filesystem-1.9.100.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.9.100/org.eclipse.core.filesystem-1.9.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.100/org.eclipse.core.filesystem-1.9.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.100/org.eclipse.core.filesystem-1.9.100.pom (2.3 kB at 86 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.filesystem/1.9.200/org.eclipse.core.filesystem-1.9.200.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.9.200/org.eclipse.core.filesystem-1.9.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.200/org.eclipse.core.filesystem-1.9.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.200/org.eclipse.core.filesystem-1.9.200.pom (2.3 kB at 96 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.filesystem/1.9.300/org.eclipse.core.filesystem-1.9.300.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.9.300/org.eclipse.core.filesystem-1.9.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.300/org.eclipse.core.filesystem-1.9.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.300/org.eclipse.core.filesystem-1.9.300.pom (2.3 kB at 164 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.filesystem/1.9.400/org.eclipse.core.filesystem-1.9.400.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.9.400/org.eclipse.core.filesystem-1.9.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.400/org.eclipse.core.filesystem-1.9.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.400/org.eclipse.core.filesystem-1.9.400.pom (2.3 kB at 136 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.filesystem/1.9.500/org.eclipse.core.filesystem-1.9.500.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.9.500/org.eclipse.core.filesystem-1.9.500.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.500/org.eclipse.core.filesystem-1.9.500.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.500/org.eclipse.core.filesystem-1.9.500.pom (2.4 kB at 59 kB/s) [INFO] Downloading from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-release: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/releases/: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-release: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/releases/: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/log4j/log4j/1.2.17/log4j-1.2.17.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/log4j/log4j/1.2.17/log4j-1.2.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 kB at 870 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.10/jackson-databind-2.9.10.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-databind/2.9.10/jackson-databind-2.9.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.9.10/jackson-databind-2.9.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.9.10/jackson-databind-2.9.10.pom (6.4 kB at 126 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/github/gumtreediff/core/2.1.2/core-2.1.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/gumtreediff/core/2.1.2/core-2.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/gumtreediff/core/2.1.2/core-2.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/gumtreediff/core/2.1.2/core-2.1.2.pom (2.3 kB at 40 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/atteo/classindex/classindex/3.4/classindex-3.4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/atteo/classindex/classindex/3.4/classindex-3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/atteo/classindex/classindex/3.4/classindex-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/atteo/classindex/classindex/3.4/classindex-3.4.pom (3.4 kB at 43 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/atteo/classindex/parent/3.4/parent-3.4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/atteo/classindex/parent/3.4/parent-3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/atteo/classindex/parent/3.4/parent-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/atteo/classindex/parent/3.4/parent-3.4.pom (1.3 kB at 20 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/atteo/parent/1.14/parent-1.14.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/atteo/parent/1.14/parent-1.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/atteo/parent/1.14/parent-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/atteo/parent/1.14/parent-1.14.pom (16 kB at 122 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/github/mpkorstanje/simmetrics-core/3.2.3/simmetrics-core-3.2.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/mpkorstanje/simmetrics-core/3.2.3/simmetrics-core-3.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/mpkorstanje/simmetrics-core/3.2.3/simmetrics-core-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/mpkorstanje/simmetrics-core/3.2.3/simmetrics-core-3.2.3.pom (1.3 kB at 21 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/github/mpkorstanje/simmetrics/3.2.3/simmetrics-3.2.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/mpkorstanje/simmetrics/3.2.3/simmetrics-3.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/mpkorstanje/simmetrics/3.2.3/simmetrics-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/mpkorstanje/simmetrics/3.2.3/simmetrics-3.2.3.pom (7.3 kB at 220 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/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 193 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/commons/commons-parent/35/commons-parent-35.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/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 12 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.pom (1.4 kB at 23 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/google/code/gson/gson/2.8.2/gson-2.8.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/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 36 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/google/code/gson/gson-parent/2.8.2/gson-parent-2.8.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/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 48 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/jgrapht/jgrapht-core/1.0.1/jgrapht-core-1.0.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jgrapht/jgrapht-core/1.0.1/jgrapht-core-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgrapht/jgrapht-core/1.0.1/jgrapht-core-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgrapht/jgrapht-core/1.0.1/jgrapht-core-1.0.1.pom (2.5 kB at 31 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/jgrapht/jgrapht/1.0.1/jgrapht-1.0.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jgrapht/jgrapht/1.0.1/jgrapht-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgrapht/jgrapht/1.0.1/jgrapht-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgrapht/jgrapht/1.0.1/jgrapht-1.0.1.pom (6.5 kB at 139 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/google/code/gson/gson/2.8.5/gson-2.8.5.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 68 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/google/code/gson/gson-parent/2.8.5/gson-parent-2.8.5.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 76 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/jgit/org.eclipse.jgit/3.5.3.201412180710-r/org.eclipse.jgit-3.5.3.201412180710-r.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jgit/org.eclipse.jgit/3.5.3.201412180710-r/org.eclipse.jgit-3.5.3.201412180710-r.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/3.5.3.201412180710-r/org.eclipse.jgit-3.5.3.201412180710-r.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/3.5.3.201412180710-r/org.eclipse.jgit-3.5.3.201412180710-r.pom (6.2 kB at 90 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/3.5.3.201412180710-r/org.eclipse.jgit-parent-3.5.3.201412180710-r.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jgit/org.eclipse.jgit-parent/3.5.3.201412180710-r/org.eclipse.jgit-parent-3.5.3.201412180710-r.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/3.5.3.201412180710-r/org.eclipse.jgit-parent-3.5.3.201412180710-r.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/3.5.3.201412180710-r/org.eclipse.jgit-parent-3.5.3.201412180710-r.pom (23 kB at 432 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/jcraft/jsch/0.1.50/jsch-0.1.50.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/jcraft/jsch/0.1.50/jsch-0.1.50.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.50/jsch-0.1.50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.50/jsch-0.1.50.pom (3.2 kB at 45 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom (4.3 kB at 54 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.pom (6.0 kB at 72 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/httpcomponents/httpcomponents-client/4.1.3/httpcomponents-client-4.1.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpcomponents-client/4.1.3/httpcomponents-client-4.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.1.3/httpcomponents-client-4.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.1.3/httpcomponents-client-4.1.3.pom (12 kB at 229 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/httpcomponents/project/5/project-5.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/project/5/project-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/5/project-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/5/project-5.pom (23 kB at 213 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.pom (7.4 kB at 127 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/httpcomponents/httpcomponents-core/4.1.4/httpcomponents-core-4.1.4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpcomponents-core/4.1.4/httpcomponents-core-4.1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.1.4/httpcomponents-core-4.1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.1.4/httpcomponents-core-4.1.4.pom (9.8 kB at 140 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 1.3 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 642 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/commons-codec/commons-codec/1.4/commons-codec-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.4/commons-codec-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.4/commons-codec-1.4.pom (10 kB at 181 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 913 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/gitective/gitective-core/0.9.9/gitective-core-0.9.9.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/gitective/gitective-core/0.9.9/gitective-core-0.9.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/gitective/gitective-core/0.9.9/gitective-core-0.9.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/gitective/gitective-core/0.9.9/gitective-core-0.9.9.pom (5.6 kB at 94 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/jgit/org.eclipse.jgit/1.3.0.201202151440-r/org.eclipse.jgit-1.3.0.201202151440-r.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jgit/org.eclipse.jgit/1.3.0.201202151440-r/org.eclipse.jgit-1.3.0.201202151440-r.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/1.3.0.201202151440-r/org.eclipse.jgit-1.3.0.201202151440-r.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/1.3.0.201202151440-r/org.eclipse.jgit-1.3.0.201202151440-r.pom (5.9 kB at 329 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/1.3.0.201202151440-r/org.eclipse.jgit-parent-1.3.0.201202151440-r.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jgit/org.eclipse.jgit-parent/1.3.0.201202151440-r/org.eclipse.jgit-parent-1.3.0.201202151440-r.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/1.3.0.201202151440-r/org.eclipse.jgit-parent-1.3.0.201202151440-r.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/1.3.0.201202151440-r/org.eclipse.jgit-parent-1.3.0.201202151440-r.pom (16 kB at 358 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.pom (3.4 kB at 26 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/docx4j/docx4j/3.3.0/docx4j-3.3.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/docx4j/docx4j/3.3.0/docx4j-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/docx4j/docx4j/3.3.0/docx4j-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/docx4j/docx4j/3.3.0/docx4j-3.3.0.pom (28 kB at 478 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/plutext/jaxb-svg11/1.0.2/jaxb-svg11-1.0.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/plutext/jaxb-svg11/1.0.2/jaxb-svg11-1.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/plutext/jaxb-svg11/1.0.2/jaxb-svg11-1.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/plutext/jaxb-svg11/1.0.2/jaxb-svg11-1.0.2.pom (5.1 kB at 197 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/net/engio/mbassador/1.2.4.2/mbassador-1.2.4.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/net/engio/mbassador/1.2.4.2/mbassador-1.2.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/engio/mbassador/1.2.4.2/mbassador-1.2.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/engio/mbassador/1.2.4.2/mbassador-1.2.4.2.pom (13 kB at 154 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/slf4j/jcl-over-slf4j/1.7.21/jcl-over-slf4j-1.7.21.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/jcl-over-slf4j/1.7.21/jcl-over-slf4j-1.7.21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.21/jcl-over-slf4j-1.7.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.21/jcl-over-slf4j-1.7.21.pom (963 B at 10 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom (22 kB at 964 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/commons/commons-parent/37/commons-parent-37.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-parent/37/commons-parent-37.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom (63 kB at 2.2 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom (6.4 kB at 266 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom (16 kB at 412 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom (5.5 kB at 307 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom (13 kB at 287 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/core/jackson-core/2.7.3/jackson-core-2.7.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-core/2.7.3/jackson-core-2.7.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.7.3/jackson-core-2.7.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.7.3/jackson-core-2.7.3.pom (5.1 kB at 101 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/jackson-parent/2.7/jackson-parent-2.7.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-parent/2.7/jackson-parent-2.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.7/jackson-parent-2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.7/jackson-parent-2.7.pom (8.1 kB at 122 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/oss-parent/25/oss-parent-25.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/oss-parent/25/oss-parent-25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/25/oss-parent-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/25/oss-parent-25.pom (19 kB at 281 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/core/jackson-databind/2.7.3/jackson-databind-2.7.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-databind/2.7.3/jackson-databind-2.7.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.7.3/jackson-databind-2.7.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.7.3/jackson-databind-2.7.3.pom (5.2 kB at 113 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/core/jackson-annotations/2.7.0/jackson-annotations-2.7.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-annotations/2.7.0/jackson-annotations-2.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.7.0/jackson-annotations-2.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.7.0/jackson-annotations-2.7.0.pom (1.5 kB at 23 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/xmlgraphics/xmlgraphics-commons/2.1/xmlgraphics-commons-2.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/xmlgraphics/xmlgraphics-commons/2.1/xmlgraphics-commons-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/xmlgraphics-commons/2.1/xmlgraphics-commons-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/xmlgraphics-commons/2.1/xmlgraphics-commons-2.1.pom (3.5 kB at 64 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/commons-io/commons-io/1.3.1/commons-io-1.3.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/commons-io/commons-io/1.3.1/commons-io-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.3.1/commons-io-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.3.1/commons-io-1.3.1.pom (6.8 kB at 174 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/avalon/framework/avalon-framework-api/4.3.1/avalon-framework-api-4.3.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/avalon/framework/avalon-framework-api/4.3.1/avalon-framework-api-4.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avalon/framework/avalon-framework-api/4.3.1/avalon-framework-api-4.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avalon/framework/avalon-framework-api/4.3.1/avalon-framework-api-4.3.1.pom (2.2 kB at 50 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/avalon/avalon-framework/1/avalon-framework-1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/avalon/avalon-framework/1/avalon-framework-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avalon/avalon-framework/1/avalon-framework-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avalon/avalon-framework/1/avalon-framework-1.pom (1.9 kB at 36 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/excalibur/excalibur/1/excalibur-1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/excalibur/excalibur/1/excalibur-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/excalibur/excalibur/1/excalibur-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/excalibur/excalibur/1/excalibur-1.pom (8.0 kB at 111 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/avalon/framework/avalon-framework-impl/4.3.1/avalon-framework-impl-4.3.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/avalon/framework/avalon-framework-impl/4.3.1/avalon-framework-impl-4.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avalon/framework/avalon-framework-impl/4.3.1/avalon-framework-impl-4.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avalon/framework/avalon-framework-impl/4.3.1/avalon-framework-impl-4.3.1.pom (2.9 kB at 28 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/xalan/xalan/2.7.2/xalan-2.7.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/xalan/xalan/2.7.2/xalan-2.7.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xalan/xalan/2.7.2/xalan-2.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xalan/xalan/2.7.2/xalan-2.7.2.pom (1.3 kB at 51 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/xalan/serializer/2.7.2/serializer-2.7.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/xalan/serializer/2.7.2/serializer-2.7.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xalan/serializer/2.7.2/serializer-2.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xalan/serializer/2.7.2/serializer-2.7.2.pom (1.1 kB at 78 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/net/arnx/wmf2svg/0.9.8/wmf2svg-0.9.8.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/net/arnx/wmf2svg/0.9.8/wmf2svg-0.9.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/arnx/wmf2svg/0.9.8/wmf2svg-0.9.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/arnx/wmf2svg/0.9.8/wmf2svg-0.9.8.pom (1.3 kB at 21 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom (2.2 kB at 1.1 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom (12 kB at 4.1 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.pom (7.5 kB at 124 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/antlr/antlr/2.7.7/antlr-2.7.7.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/antlr/antlr/2.7.7/antlr-2.7.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.pom (632 B at 49 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/google/guava/guava/19.0/guava-19.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 154 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 520 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/commons/commons-csv/1.6/commons-csv-1.6.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-csv/1.6/commons-csv-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-csv/1.6/commons-csv-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-csv/1.6/commons-csv-1.6.pom (21 kB at 336 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/logging/log4j/log4j-api/2.11.2/log4j-api-2.11.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j-api/2.11.2/log4j-api-2.11.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.11.2/log4j-api-2.11.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.11.2/log4j-api-2.11.2.pom (13 kB at 657 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/logging/log4j/log4j/2.11.2/log4j-2.11.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j/2.11.2/log4j-2.11.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.11.2/log4j-2.11.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.11.2/log4j-2.11.2.pom (62 kB at 3.2 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/logging/log4j/log4j-core/2.11.2/log4j-core-2.11.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j-core/2.11.2/log4j-core-2.11.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.11.2/log4j-core-2.11.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.11.2/log4j-core-2.11.2.pom (23 kB at 565 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.pom (1.1 kB at 22 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/info/picocli/picocli/3.9.6/picocli-3.9.6.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/info/picocli/picocli/3.9.6/picocli-3.9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/3.9.6/picocli-3.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/3.9.6/picocli-3.9.6.pom (1.4 kB at 26 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/google/guava/guava/30.1-jre/guava-30.1-jre.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/30.1-jre/guava-30.1-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1-jre/guava-30.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1-jre/guava-30.1-jre.pom (12 kB at 678 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/google/guava/guava-parent/30.1-jre/guava-parent-30.1-jre.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/30.1-jre/guava-parent-30.1-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/30.1-jre/guava-parent-30.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/30.1-jre/guava-parent-30.1-jre.pom (14 kB at 967 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 201 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 485 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 175 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.pom (2.2 kB at 155 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.pom (2.1 kB at 162 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom (5.4 kB at 387 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (2.8 kB at 173 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/tech/sourced/siva-java/0.1.3/siva-java-0.1.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/tech/sourced/siva-java/0.1.3/siva-java-0.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/tech/sourced/siva-java/0.1.3/siva-java-0.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/tech/sourced/siva-java/0.1.3/siva-java-0.1.3.pom (3.0 kB at 68 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/scala-lang/scala-library/2.11.11/scala-library-2.11.11.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/scala-library/2.11.11/scala-library-2.11.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.11/scala-library-2.11.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.11/scala-library-2.11.11.pom (1.4 kB at 14 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/io/github/java-diff-utils/java-diff-utils/4.0/java-diff-utils-4.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/io/github/java-diff-utils/java-diff-utils/4.0/java-diff-utils-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/java-diff-utils/java-diff-utils/4.0/java-diff-utils-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/java-diff-utils/java-diff-utils/4.0/java-diff-utils-4.0.pom (13 kB at 154 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/jgit/org.eclipse.jgit/4.4.1.201607150455-r/org.eclipse.jgit-4.4.1.201607150455-r.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jgit/org.eclipse.jgit/4.4.1.201607150455-r/org.eclipse.jgit-4.4.1.201607150455-r.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/4.4.1.201607150455-r/org.eclipse.jgit-4.4.1.201607150455-r.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/4.4.1.201607150455-r/org.eclipse.jgit-4.4.1.201607150455-r.pom (9.3 kB at 199 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/4.4.1.201607150455-r/org.eclipse.jgit-parent-4.4.1.201607150455-r.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jgit/org.eclipse.jgit-parent/4.4.1.201607150455-r/org.eclipse.jgit-parent-4.4.1.201607150455-r.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/4.4.1.201607150455-r/org.eclipse.jgit-parent-4.4.1.201607150455-r.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/4.4.1.201607150455-r/org.eclipse.jgit-parent-4.4.1.201607150455-r.pom (27 kB at 430 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/reflections/reflections/0.9.11/reflections-0.9.11.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/reflections/reflections/0.9.11/reflections-0.9.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.9.11/reflections-0.9.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.9.11/reflections-0.9.11.pom (9.9 kB at 240 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/javassist/javassist/3.21.0-GA/javassist-3.21.0-GA.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/javassist/javassist/3.21.0-GA/javassist-3.21.0-GA.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.21.0-GA/javassist-3.21.0-GA.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.21.0-GA/javassist-3.21.0-GA.pom (9.8 kB at 205 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/releases/: https://tdurieux.github.io/maven-repository/releases/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/maven-metadata.xml (1.2 kB at 7.6 kB/s) [INFO] Downloaded from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/maven-metadata.xml (1.2 kB at 4.1 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/automatic-diff-dissection-1.1-20210225.165231-1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/automatic-diff-dissection-1.1-20210225.165231-1.pom [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/automatic-diff-dissection-1.1-20210225.165231-1.pom [INFO] Downloaded from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/automatic-diff-dissection-1.1-20210225.165231-1.pom (9.0 kB at 52 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/json/json/20180130/json-20180130.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/json/json/20180130/json-20180130.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/json/json/20180130/json-20180130.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/json/json/20180130/json-20180130.pom (5.7 kB at 83 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/jgit/org.eclipse.jgit/4.11.0.201803080745-r/org.eclipse.jgit-4.11.0.201803080745-r.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jgit/org.eclipse.jgit/4.11.0.201803080745-r/org.eclipse.jgit-4.11.0.201803080745-r.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/4.11.0.201803080745-r/org.eclipse.jgit-4.11.0.201803080745-r.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/4.11.0.201803080745-r/org.eclipse.jgit-4.11.0.201803080745-r.pom (9.5 kB at 163 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/4.11.0.201803080745-r/org.eclipse.jgit-parent-4.11.0.201803080745-r.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jgit/org.eclipse.jgit-parent/4.11.0.201803080745-r/org.eclipse.jgit-parent-4.11.0.201803080745-r.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/4.11.0.201803080745-r/org.eclipse.jgit-parent-4.11.0.201803080745-r.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/4.11.0.201803080745-r/org.eclipse.jgit-parent-4.11.0.201803080745-r.pom (29 kB at 819 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/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 102 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/fr/inria/gforge/spoon/labs/gumtree-spoon-ast-diff/1.7/gumtree-spoon-ast-diff-1.7.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/labs/gumtree-spoon-ast-diff/1.7/gumtree-spoon-ast-diff-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spoon/labs/gumtree-spoon-ast-diff/1.7/gumtree-spoon-ast-diff-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spoon/labs/gumtree-spoon-ast-diff/1.7/gumtree-spoon-ast-diff-1.7.pom (8.3 kB at 207 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/fr/inria/gforge/spoon/spoon-core/7.0.0/spoon-core-7.0.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.0.0/spoon-core-7.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spoon/spoon-core/7.0.0/spoon-core-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spoon/spoon-core/7.0.0/spoon-core-7.0.0.pom (22 kB at 483 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/jdt/org.eclipse.jdt.core/3.13.102/org.eclipse.jdt.core-3.13.102.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jdt/org.eclipse.jdt.core/3.13.102/org.eclipse.jdt.core-3.13.102.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.13.102/org.eclipse.jdt.core-3.13.102.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.13.102/org.eclipse.jdt.core-3.13.102.pom (2.6 kB at 115 kB/s) [INFO] Downloading from tdurieux.github.io/maven-repository: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository: https://tdurieux.github.io/maven-repository/snapshots/org/osgi/org.osgi.service.prefs/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/org/osgi/org.osgi.service.prefs/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 807 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven/3.3.9/maven-3.3.9.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 4.8 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/github/gumtreediff/core/2.1.0/core-2.1.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/gumtreediff/core/2.1.0/core-2.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/gumtreediff/core/2.1.0/core-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/gumtreediff/core/2.1.0/core-2.1.0.pom (2.2 kB at 69 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/nanohttpd/nanohttpd/2.3.1/nanohttpd-2.3.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/nanohttpd/nanohttpd/2.3.1/nanohttpd-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/nanohttpd/nanohttpd/2.3.1/nanohttpd-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/nanohttpd/nanohttpd/2.3.1/nanohttpd-2.3.1.pom (915 B at 13 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/nanohttpd/nanohttpd-project/2.3.1/nanohttpd-project-2.3.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/nanohttpd/nanohttpd-project/2.3.1/nanohttpd-project-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/nanohttpd/nanohttpd-project/2.3.1/nanohttpd-project-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/nanohttpd/nanohttpd-project/2.3.1/nanohttpd-project-2.3.1.pom (14 kB at 263 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/ml/dmlc/xgboost4j/0.72/xgboost4j-0.72.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/ml/dmlc/xgboost4j/0.72/xgboost4j-0.72.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ml/dmlc/xgboost4j/0.72/xgboost4j-0.72.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ml/dmlc/xgboost4j/0.72/xgboost4j-0.72.pom (2.7 kB at 85 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/ml/dmlc/xgboost-jvm/0.72/xgboost-jvm-0.72.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/ml/dmlc/xgboost-jvm/0.72/xgboost-jvm-0.72.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ml/dmlc/xgboost-jvm/0.72/xgboost-jvm-0.72.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ml/dmlc/xgboost-jvm/0.72/xgboost-jvm-0.72.pom (18 kB at 238 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/typesafe/akka/akka-actor_2.11/2.3.11/akka-actor_2.11-2.3.11.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/typesafe/akka/akka-actor_2.11/2.3.11/akka-actor_2.11-2.3.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/typesafe/akka/akka-actor_2.11/2.3.11/akka-actor_2.11-2.3.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/typesafe/akka/akka-actor_2.11/2.3.11/akka-actor_2.11-2.3.11.pom (1.9 kB at 14 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/scala-lang/scala-library/2.11.5/scala-library-2.11.5.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/scala-library/2.11.5/scala-library-2.11.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.5/scala-library-2.11.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.5/scala-library-2.11.5.pom (1.4 kB at 30 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/typesafe/config/1.2.1/config-1.2.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/typesafe/config/1.2.1/config-1.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/typesafe/config/1.2.1/config-1.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/typesafe/config/1.2.1/config-1.2.1.pom (1.9 kB at 34 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/esotericsoftware/kryo/kryo/2.21/kryo-2.21.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/esotericsoftware/kryo/kryo/2.21/kryo-2.21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/esotericsoftware/kryo/kryo/2.21/kryo-2.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/esotericsoftware/kryo/kryo/2.21/kryo-2.21.pom (5.7 kB at 217 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/esotericsoftware/reflectasm/reflectasm/1.07/reflectasm-1.07.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/esotericsoftware/reflectasm/reflectasm/1.07/reflectasm-1.07.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/esotericsoftware/reflectasm/reflectasm/1.07/reflectasm-1.07.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/esotericsoftware/reflectasm/reflectasm/1.07/reflectasm-1.07.pom (3.1 kB at 6.2 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/ow2/asm/asm/4.0/asm-4.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm/4.0/asm-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/4.0/asm-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/4.0/asm-4.0.pom (1.9 kB at 149 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/ow2/asm/asm-parent/4.0/asm-parent-4.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-parent/4.0/asm-parent-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/4.0/asm-parent-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/4.0/asm-parent-4.0.pom (5.5 kB at 343 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/esotericsoftware/minlog/minlog/1.2/minlog-1.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/esotericsoftware/minlog/minlog/1.2/minlog-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/esotericsoftware/minlog/minlog/1.2/minlog-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/esotericsoftware/minlog/minlog/1.2/minlog-1.2.pom (1.6 kB at 2.4 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/objenesis/objenesis/1.2/objenesis-1.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/objenesis/objenesis/1.2/objenesis-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/1.2/objenesis-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/1.2/objenesis-1.2.pom (3.0 kB at 11 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/objenesis/objenesis-parent/1.2/objenesis-parent-1.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/objenesis/objenesis-parent/1.2/objenesis-parent-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/1.2/objenesis-parent-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/1.2/objenesis-parent-1.2.pom (10 kB at 114 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/scala-lang/scala-compiler/2.11.8/scala-compiler-2.11.8.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/scala-compiler/2.11.8/scala-compiler-2.11.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-compiler/2.11.8/scala-compiler-2.11.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-compiler/2.11.8/scala-compiler-2.11.8.pom (2.4 kB at 79 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/scala-lang/scala-library/2.11.8/scala-library-2.11.8.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/scala-library/2.11.8/scala-library-2.11.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.8/scala-library-2.11.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.8/scala-library-2.11.8.pom (1.4 kB at 41 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/scala-lang/scala-reflect/2.11.8/scala-reflect-2.11.8.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/scala-reflect/2.11.8/scala-reflect-2.11.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.8/scala-reflect-2.11.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.8/scala-reflect-2.11.8.pom (1.6 kB at 28 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/scala-lang/modules/scala-xml_2.11/1.0.4/scala-xml_2.11-1.0.4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/modules/scala-xml_2.11/1.0.4/scala-xml_2.11-1.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/modules/scala-xml_2.11/1.0.4/scala-xml_2.11-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/modules/scala-xml_2.11/1.0.4/scala-xml_2.11-1.0.4.pom (2.5 kB at 15 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/scala-lang/scala-library/2.11.4/scala-library-2.11.4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/scala-library/2.11.4/scala-library-2.11.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.4/scala-library-2.11.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.4/scala-library-2.11.4.pom (1.4 kB at 22 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/scala-lang/modules/scala-parser-combinators_2.11/1.0.4/scala-parser-combinators_2.11-1.0.4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/modules/scala-parser-combinators_2.11/1.0.4/scala-parser-combinators_2.11-1.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/modules/scala-parser-combinators_2.11/1.0.4/scala-parser-combinators_2.11-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/modules/scala-parser-combinators_2.11/1.0.4/scala-parser-combinators_2.11-1.0.4.pom (2.2 kB at 36 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/scala-lang/scala-library/2.11.6/scala-library-2.11.6.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/scala-library/2.11.6/scala-library-2.11.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.6/scala-library-2.11.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.6/scala-library-2.11.6.pom (1.4 kB at 21 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/jgit/org.eclipse.jgit/5.13.0.202109080827-r/org.eclipse.jgit-5.13.0.202109080827-r.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jgit/org.eclipse.jgit/5.13.0.202109080827-r/org.eclipse.jgit-5.13.0.202109080827-r.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.13.0.202109080827-r/org.eclipse.jgit-5.13.0.202109080827-r.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.13.0.202109080827-r/org.eclipse.jgit-5.13.0.202109080827-r.pom (7.6 kB at 108 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/5.13.0.202109080827-r/org.eclipse.jgit-parent-5.13.0.202109080827-r.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jgit/org.eclipse.jgit-parent/5.13.0.202109080827-r/org.eclipse.jgit-parent-5.13.0.202109080827-r.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.13.0.202109080827-r/org.eclipse.jgit-parent-5.13.0.202109080827-r.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.13.0.202109080827-r/org.eclipse.jgit-parent-5.13.0.202109080827-r.pom (34 kB at 486 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/googlecode/javaewah/JavaEWAH/1.1.12/JavaEWAH-1.1.12.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/googlecode/javaewah/JavaEWAH/1.1.12/JavaEWAH-1.1.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.12/JavaEWAH-1.1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.12/JavaEWAH-1.1.12.pom (5.0 kB at 107 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/surefire/surefire-report-parser/2.21.0/surefire-report-parser-2.21.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/surefire-report-parser/2.21.0/surefire-report-parser-2.21.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-report-parser/2.21.0/surefire-report-parser-2.21.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-report-parser/2.21.0/surefire-report-parser-2.21.0.pom (3.6 kB at 44 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/surefire/surefire/2.21.0/surefire-2.21.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/surefire/2.21.0/surefire-2.21.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.21.0/surefire-2.21.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.21.0/surefire-2.21.0.pom (28 kB at 366 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/surefire/surefire-logger-api/2.21.0/surefire-logger-api-2.21.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/surefire-logger-api/2.21.0/surefire-logger-api-2.21.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.21.0/surefire-logger-api-2.21.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.21.0/surefire-logger-api-2.21.0.pom (2.0 kB at 63 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 1.0 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 374 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 538 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 7.2 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 1.1 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 550 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/eu/stamp-project/assert-fixer/1.0.10/assert-fixer-1.0.10.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/eu/stamp-project/assert-fixer/1.0.10/assert-fixer-1.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/eu/stamp-project/assert-fixer/1.0.10/assert-fixer-1.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/eu/stamp-project/assert-fixer/1.0.10/assert-fixer-1.0.10.pom (11 kB at 102 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/fr/inria/gforge/spoon/spoon-core/10.1.0/spoon-core-10.1.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.1.0/spoon-core-10.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spoon/spoon-core/10.1.0/spoon-core-10.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spoon/spoon-core/10.1.0/spoon-core-10.1.0.pom (11 kB at 282 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/jdt/org.eclipse.jdt.core/3.29.0/org.eclipse.jdt.core-3.29.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jdt/org.eclipse.jdt.core/3.29.0/org.eclipse.jdt.core-3.29.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.29.0/org.eclipse.jdt.core-3.29.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.29.0/org.eclipse.jdt.core-3.29.0.pom (2.7 kB at 177 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (2.7 kB at 196 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (14 kB at 1.2 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-model/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-model/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-model/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven-model/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/maven-metadata.xml (2.7 kB at 90 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-model/maven-metadata.xml [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-model/maven-metadata.xml [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/apache/maven/maven-model/maven-metadata.xml [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-model/3.6.0/maven-model-3.6.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-model/3.6.0/maven-model-3.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.0/maven-model-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.0/maven-model-3.6.0.pom (3.9 kB at 61 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven/3.6.0/maven-3.6.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven/3.6.0/maven-3.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.0/maven-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.0/maven-3.6.0.pom (24 kB at 532 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 203 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-model/3.6.1/maven-model-3.6.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-model/3.6.1/maven-model-3.6.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.1/maven-model-3.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.1/maven-model-3.6.1.pom (4.0 kB at 81 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven/3.6.1/maven-3.6.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven/3.6.1/maven-3.6.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.1/maven-3.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.1/maven-3.6.1.pom (24 kB at 1.3 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 53 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-model/3.6.2/maven-model-3.6.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-model/3.6.2/maven-model-3.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.2/maven-model-3.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.2/maven-model-3.6.2.pom (4.0 kB at 92 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven/3.6.2/maven-3.6.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven/3.6.2/maven-3.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.2/maven-3.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.2/maven-3.6.2.pom (25 kB at 570 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-model/3.8.3/maven-model-3.8.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-model/3.8.3/maven-model-3.8.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.3/maven-model-3.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.3/maven-model-3.8.3.pom (2.8 kB at 43 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven/3.8.3/maven-3.8.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven/3.8.3/maven-3.8.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.3/maven-3.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.3/maven-3.8.3.pom (27 kB at 323 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 2.6 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom (2.8 kB at 1.4 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven/3.8.4/maven-3.8.4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven/3.8.4/maven-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.4/maven-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.4/maven-3.8.4.pom (27 kB at 6.8 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-model/3.8.5/maven-model-3.8.5.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-model/3.8.5/maven-model-3.8.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.5/maven-model-3.8.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.5/maven-model-3.8.5.pom (2.8 kB at 112 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven/3.8.5/maven-3.8.5.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven/3.8.5/maven-3.8.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.5/maven-3.8.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.5/maven-3.8.5.pom (27 kB at 658 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-parent/35/maven-parent-35.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-parent/35/maven-parent-35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/35/maven-parent-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/35/maven-parent-35.pom (45 kB at 2.3 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/apache/25/apache-25.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/apache/25/apache-25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/25/apache-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/25/apache-25.pom (21 kB at 1.5 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom (2.8 kB at 200 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven/3.8.6/maven-3.8.6.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven/3.8.6/maven-3.8.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.6/maven-3.8.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.6/maven-3.8.6.pom (27 kB at 1.8 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom (5.3 kB at 356 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-model/3.8.7/maven-model-3.8.7.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-model/3.8.7/maven-model-3.8.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.7/maven-model-3.8.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.7/maven-model-3.8.7.pom (2.8 kB at 108 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven/3.8.7/maven-3.8.7.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven/3.8.7/maven-3.8.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.7/maven-3.8.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.7/maven-3.8.7.pom (27 kB at 1.6 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-model/3.8.8/maven-model-3.8.8.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-model/3.8.8/maven-model-3.8.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.8/maven-model-3.8.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.8/maven-model-3.8.8.pom (2.8 kB at 32 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven/3.8.8/maven-3.8.8.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven/3.8.8/maven-3.8.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.8/maven-3.8.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.8/maven-3.8.8.pom (27 kB at 517 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-model/3.9.0/maven-model-3.9.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-model/3.9.0/maven-model-3.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.9.0/maven-model-3.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.9.0/maven-model-3.9.0.pom (2.7 kB at 226 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven/3.9.0/maven-3.9.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven/3.9.0/maven-3.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.9.0/maven-3.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.9.0/maven-3.9.0.pom (28 kB at 933 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-parent/39/maven-parent-39.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/39/maven-parent-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/39/maven-parent-39.pom (48 kB at 1.7 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/apache/29/apache-29.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/apache/29/apache-29.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/29/apache-29.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/29/apache-29.pom (21 kB at 901 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom (8.2 kB at 391 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus/8/plexus-8.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/plexus/plexus/8/plexus-8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 578 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-model/3.9.1/maven-model-3.9.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-model/3.9.1/maven-model-3.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.9.1/maven-model-3.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.9.1/maven-model-3.9.1.pom (2.7 kB at 88 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven/3.9.1/maven-3.9.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven/3.9.1/maven-3.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.9.1/maven-3.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.9.1/maven-3.9.1.pom (28 kB at 2.0 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom (8.8 kB at 548 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus/10/plexus-10.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/plexus/plexus/10/plexus-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/10/plexus-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/10/plexus-10.pom (25 kB at 498 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-model/4.0.0-alpha-2/maven-model-4.0.0-alpha-2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-model/4.0.0-alpha-2/maven-model-4.0.0-alpha-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/4.0.0-alpha-2/maven-model-4.0.0-alpha-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/4.0.0-alpha-2/maven-model-4.0.0-alpha-2.pom (4.3 kB at 61 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven/4.0.0-alpha-2/maven-4.0.0-alpha-2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven/4.0.0-alpha-2/maven-4.0.0-alpha-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/4.0.0-alpha-2/maven-4.0.0-alpha-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/4.0.0-alpha-2/maven-4.0.0-alpha-2.pom (27 kB at 270 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-parent/37/maven-parent-37.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-parent/37/maven-parent-37.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/37/maven-parent-37.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/37/maven-parent-37.pom (46 kB at 2.3 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/apache/27/apache-27.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/apache/27/apache-27.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/27/apache-27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/27/apache-27.pom (20 kB at 1.4 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-bom/4.0.0-alpha-2/maven-bom-4.0.0-alpha-2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-bom/4.0.0-alpha-2/maven-bom-4.0.0-alpha-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-bom/4.0.0-alpha-2/maven-bom-4.0.0-alpha-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-bom/4.0.0-alpha-2/maven-bom-4.0.0-alpha-2.pom (6.3 kB at 158 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/junit/junit-bom/5.8.1/junit-bom-5.8.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/junit/junit-bom/5.8.1/junit-bom-5.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.1/junit-bom-5.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.1/junit-bom-5.8.1.pom (5.6 kB at 166 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-api-model/4.0.0-alpha-2/maven-api-model-4.0.0-alpha-2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-api-model/4.0.0-alpha-2/maven-api-model-4.0.0-alpha-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-model/4.0.0-alpha-2/maven-api-model-4.0.0-alpha-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-model/4.0.0-alpha-2/maven-api-model-4.0.0-alpha-2.pom (3.2 kB at 4.0 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-api/4.0.0-alpha-2/maven-api-4.0.0-alpha-2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-api/4.0.0-alpha-2/maven-api-4.0.0-alpha-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api/4.0.0-alpha-2/maven-api-4.0.0-alpha-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api/4.0.0-alpha-2/maven-api-4.0.0-alpha-2.pom (1.6 kB at 5.7 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-api-xml/4.0.0-alpha-2/maven-api-xml-4.0.0-alpha-2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-api-xml/4.0.0-alpha-2/maven-api-xml-4.0.0-alpha-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-xml/4.0.0-alpha-2/maven-api-xml-4.0.0-alpha-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-xml/4.0.0-alpha-2/maven-api-xml-4.0.0-alpha-2.pom (1.5 kB at 25 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-api-meta/4.0.0-alpha-2/maven-api-meta-4.0.0-alpha-2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-api-meta/4.0.0-alpha-2/maven-api-meta-4.0.0-alpha-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-meta/4.0.0-alpha-2/maven-api-meta-4.0.0-alpha-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-meta/4.0.0-alpha-2/maven-api-meta-4.0.0-alpha-2.pom (1.3 kB at 16 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-xml-impl/4.0.0-alpha-2/maven-xml-impl-4.0.0-alpha-2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-xml-impl/4.0.0-alpha-2/maven-xml-impl-4.0.0-alpha-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-xml-impl/4.0.0-alpha-2/maven-xml-impl-4.0.0-alpha-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-xml-impl/4.0.0-alpha-2/maven-xml-impl-4.0.0-alpha-2.pom (1.9 kB at 43 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.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.5/org.eclipse.sisu.plexus-0.3.5.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.5/org.eclipse.sisu.plexus-0.3.5.pom (4.3 kB at 1.4 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom (14 kB at 6.9 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.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.5/org.eclipse.sisu.inject-0.3.5.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.5/org.eclipse.sisu.inject-0.3.5.pom (2.6 kB at 328 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom (14 kB at 3.6 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-model/4.0.0-alpha-3/maven-model-4.0.0-alpha-3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-model/4.0.0-alpha-3/maven-model-4.0.0-alpha-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/4.0.0-alpha-3/maven-model-4.0.0-alpha-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/4.0.0-alpha-3/maven-model-4.0.0-alpha-3.pom (5.6 kB at 81 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven/4.0.0-alpha-3/maven-4.0.0-alpha-3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven/4.0.0-alpha-3/maven-4.0.0-alpha-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/4.0.0-alpha-3/maven-4.0.0-alpha-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/4.0.0-alpha-3/maven-4.0.0-alpha-3.pom (26 kB at 428 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-parent/38/maven-parent-38.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-parent/38/maven-parent-38.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/38/maven-parent-38.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/38/maven-parent-38.pom (48 kB at 3.2 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/apache/28/apache-28.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/apache/28/apache-28.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/28/apache-28.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/28/apache-28.pom (21 kB at 1.0 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-bom/4.0.0-alpha-3/maven-bom-4.0.0-alpha-3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-bom/4.0.0-alpha-3/maven-bom-4.0.0-alpha-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-bom/4.0.0-alpha-3/maven-bom-4.0.0-alpha-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-bom/4.0.0-alpha-3/maven-bom-4.0.0-alpha-3.pom (6.3 kB at 98 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-api-model/4.0.0-alpha-3/maven-api-model-4.0.0-alpha-3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-api-model/4.0.0-alpha-3/maven-api-model-4.0.0-alpha-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-model/4.0.0-alpha-3/maven-api-model-4.0.0-alpha-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-model/4.0.0-alpha-3/maven-api-model-4.0.0-alpha-3.pom (3.2 kB at 53 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-api/4.0.0-alpha-3/maven-api-4.0.0-alpha-3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-api/4.0.0-alpha-3/maven-api-4.0.0-alpha-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api/4.0.0-alpha-3/maven-api-4.0.0-alpha-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api/4.0.0-alpha-3/maven-api-4.0.0-alpha-3.pom (1.6 kB at 20 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-api-xml/4.0.0-alpha-3/maven-api-xml-4.0.0-alpha-3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-api-xml/4.0.0-alpha-3/maven-api-xml-4.0.0-alpha-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-xml/4.0.0-alpha-3/maven-api-xml-4.0.0-alpha-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-xml/4.0.0-alpha-3/maven-api-xml-4.0.0-alpha-3.pom (1.5 kB at 21 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-api-meta/4.0.0-alpha-3/maven-api-meta-4.0.0-alpha-3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-api-meta/4.0.0-alpha-3/maven-api-meta-4.0.0-alpha-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-meta/4.0.0-alpha-3/maven-api-meta-4.0.0-alpha-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-meta/4.0.0-alpha-3/maven-api-meta-4.0.0-alpha-3.pom (1.3 kB at 16 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-xml-impl/4.0.0-alpha-3/maven-xml-impl-4.0.0-alpha-3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-xml-impl/4.0.0-alpha-3/maven-xml-impl-4.0.0-alpha-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-xml-impl/4.0.0-alpha-3/maven-xml-impl-4.0.0-alpha-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-xml-impl/4.0.0-alpha-3/maven-xml-impl-4.0.0-alpha-3.pom (1.8 kB at 114 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-model/4.0.0-alpha-4/maven-model-4.0.0-alpha-4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-model/4.0.0-alpha-4/maven-model-4.0.0-alpha-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/4.0.0-alpha-4/maven-model-4.0.0-alpha-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/4.0.0-alpha-4/maven-model-4.0.0-alpha-4.pom (7.2 kB at 224 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven/4.0.0-alpha-4/maven-4.0.0-alpha-4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven/4.0.0-alpha-4/maven-4.0.0-alpha-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/4.0.0-alpha-4/maven-4.0.0-alpha-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/4.0.0-alpha-4/maven-4.0.0-alpha-4.pom (27 kB at 618 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-bom/4.0.0-alpha-4/maven-bom-4.0.0-alpha-4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-bom/4.0.0-alpha-4/maven-bom-4.0.0-alpha-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-bom/4.0.0-alpha-4/maven-bom-4.0.0-alpha-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-bom/4.0.0-alpha-4/maven-bom-4.0.0-alpha-4.pom (6.3 kB at 235 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom (5.6 kB at 375 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-api-model/4.0.0-alpha-4/maven-api-model-4.0.0-alpha-4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-api-model/4.0.0-alpha-4/maven-api-model-4.0.0-alpha-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-model/4.0.0-alpha-4/maven-api-model-4.0.0-alpha-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-model/4.0.0-alpha-4/maven-api-model-4.0.0-alpha-4.pom (2.8 kB at 73 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-api/4.0.0-alpha-4/maven-api-4.0.0-alpha-4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-api/4.0.0-alpha-4/maven-api-4.0.0-alpha-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api/4.0.0-alpha-4/maven-api-4.0.0-alpha-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api/4.0.0-alpha-4/maven-api-4.0.0-alpha-4.pom (3.6 kB at 65 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-api-xml/4.0.0-alpha-4/maven-api-xml-4.0.0-alpha-4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-api-xml/4.0.0-alpha-4/maven-api-xml-4.0.0-alpha-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-xml/4.0.0-alpha-4/maven-api-xml-4.0.0-alpha-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-xml/4.0.0-alpha-4/maven-api-xml-4.0.0-alpha-4.pom (1.6 kB at 40 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-api-meta/4.0.0-alpha-4/maven-api-meta-4.0.0-alpha-4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-api-meta/4.0.0-alpha-4/maven-api-meta-4.0.0-alpha-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-meta/4.0.0-alpha-4/maven-api-meta-4.0.0-alpha-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-meta/4.0.0-alpha-4/maven-api-meta-4.0.0-alpha-4.pom (1.4 kB at 19 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-xml-impl/4.0.0-alpha-4/maven-xml-impl-4.0.0-alpha-4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-xml-impl/4.0.0-alpha-4/maven-xml-impl-4.0.0-alpha-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-xml-impl/4.0.0-alpha-4/maven-xml-impl-4.0.0-alpha-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-xml-impl/4.0.0-alpha-4/maven-xml-impl-4.0.0-alpha-4.pom (1.9 kB at 70 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-model/4.0.0-alpha-5/maven-model-4.0.0-alpha-5.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-model/4.0.0-alpha-5/maven-model-4.0.0-alpha-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/4.0.0-alpha-5/maven-model-4.0.0-alpha-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/4.0.0-alpha-5/maven-model-4.0.0-alpha-5.pom (7.2 kB at 156 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven/4.0.0-alpha-5/maven-4.0.0-alpha-5.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven/4.0.0-alpha-5/maven-4.0.0-alpha-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/4.0.0-alpha-5/maven-4.0.0-alpha-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/4.0.0-alpha-5/maven-4.0.0-alpha-5.pom (26 kB at 602 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-bom/4.0.0-alpha-5/maven-bom-4.0.0-alpha-5.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-bom/4.0.0-alpha-5/maven-bom-4.0.0-alpha-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-bom/4.0.0-alpha-5/maven-bom-4.0.0-alpha-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-bom/4.0.0-alpha-5/maven-bom-4.0.0-alpha-5.pom (6.3 kB at 106 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-api-model/4.0.0-alpha-5/maven-api-model-4.0.0-alpha-5.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-api-model/4.0.0-alpha-5/maven-api-model-4.0.0-alpha-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-model/4.0.0-alpha-5/maven-api-model-4.0.0-alpha-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-model/4.0.0-alpha-5/maven-api-model-4.0.0-alpha-5.pom (2.8 kB at 103 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-api/4.0.0-alpha-5/maven-api-4.0.0-alpha-5.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-api/4.0.0-alpha-5/maven-api-4.0.0-alpha-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api/4.0.0-alpha-5/maven-api-4.0.0-alpha-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api/4.0.0-alpha-5/maven-api-4.0.0-alpha-5.pom (3.6 kB at 56 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.pom (1.6 kB at 36 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.pom (1.4 kB at 41 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.pom (1.9 kB at 50 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/core/jackson-databind/2.13.2.2/jackson-databind-2.13.2.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-databind/2.13.2.2/jackson-databind-2.13.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.2.2/jackson-databind-2.13.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.2.2/jackson-databind-2.13.2.2.pom (17 kB at 207 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/jackson-base/2.13.2/jackson-base-2.13.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-base/2.13.2/jackson-base-2.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.13.2/jackson-base-2.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.13.2/jackson-base-2.13.2.pom (9.9 kB at 705 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/jackson-bom/2.13.2/jackson-bom-2.13.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-bom/2.13.2/jackson-bom-2.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.2/jackson-bom-2.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.2/jackson-bom-2.13.2.pom (17 kB at 668 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.pom (6.1 kB at 83 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.pom (5.5 kB at 369 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.pom (3.5 kB at 231 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/junit/junit/4.10/junit-4.10.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/junit/junit/4.10/junit-4.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.pom (2.3 kB at 1.2 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/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 240 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/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 980 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/google/code/gson/gson/2.8.9/gson-2.8.9.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson/2.8.9/gson-2.8.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.9/gson-2.8.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.9/gson-2.8.9.pom (6.3 kB at 186 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/google/code/gson/gson-parent/2.8.9/gson-parent-2.8.9.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson-parent/2.8.9/gson-parent-2.8.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.8.9/gson-parent-2.8.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.8.9/gson-parent-2.8.9.pom (4.7 kB at 180 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/eu/stamp-project/test-runner/3.0.0/test-runner-3.0.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/eu/stamp-project/test-runner/3.0.0/test-runner-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/eu/stamp-project/test-runner/3.0.0/test-runner-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/eu/stamp-project/test-runner/3.0.0/test-runner-3.0.0.pom (13 kB at 197 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/jacoco/org.jacoco.core/0.8.7/org.jacoco.core-0.8.7.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jacoco/org.jacoco.core/0.8.7/org.jacoco.core-0.8.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.7/org.jacoco.core-0.8.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.7/org.jacoco.core-0.8.7.pom (2.1 kB at 123 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/jacoco/org.jacoco.build/0.8.7/org.jacoco.build-0.8.7.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jacoco/org.jacoco.build/0.8.7/org.jacoco.build-0.8.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.7/org.jacoco.build-0.8.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.7/org.jacoco.build-0.8.7.pom (43 kB at 777 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/ow2/asm/asm/9.1/asm-9.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm/9.1/asm-9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.1/asm-9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.1/asm-9.1.pom (2.4 kB at 182 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/ow2/asm/asm-commons/9.1/asm-commons-9.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-commons/9.1/asm-commons-9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.1/asm-commons-9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.1/asm-commons-9.1.pom (3.0 kB at 148 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.pom (2.6 kB at 89 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.pom (2.6 kB at 218 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7.pom (3.5 kB at 250 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/slf4j/slf4j-api/2.0.0-alpha0/slf4j-api-2.0.0-alpha0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 27 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/slf4j/slf4j-parent/2.0.0-alpha0/slf4j-parent-2.0.0-alpha0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 292 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/github/wumpz/diffutils/3.0/diffutils-3.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/wumpz/diffutils/3.0/diffutils-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/wumpz/diffutils/3.0/diffutils-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/wumpz/diffutils/3.0/diffutils-3.0.pom (9.4 kB at 185 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/inria/sacha/automaticRepair/astor/20190919/astor-20190919.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/inria/sacha/automaticRepair/astor/20190919/astor-20190919.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/inria/sacha/automaticRepair/astor/20190919/astor-20190919.pom [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/inria/sacha/automaticRepair/astor/20190919/astor-20190919.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/inria/sacha/automaticRepair/astor/20190919/astor-20190919.pom [INFO] Downloaded from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/inria/sacha/automaticRepair/astor/20190919/astor-20190919.pom (9.0 kB at 36 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0/spoon-core-7.5.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0/spoon-core-7.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spoon/spoon-core/7.5.0/spoon-core-7.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spoon/spoon-core/7.5.0/spoon-core-7.5.0.pom (6.6 kB at 84 kB/s) [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloading from EvoSuite: http://www.evosuite.org/m2/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from EvoSuite: http://www.evosuite.org/m2/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloading from EvoSuite: http://www.evosuite.org/m2/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from EvoSuite: http://www.evosuite.org/m2/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloading from EvoSuite: http://www.evosuite.org/m2/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloading from EvoSuite: http://www.evosuite.org/m2/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloading from EvoSuite: http://www.evosuite.org/m2/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloading from EvoSuite: http://www.evosuite.org/m2/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/org/osgi/org.osgi.service.prefs/maven-metadata.xml [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/osgi/org.osgi.service.prefs/maven-metadata.xml [INFO] Downloading from EvoSuite: http://www.evosuite.org/m2/org/osgi/org.osgi.service.prefs/maven-metadata.xml [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloading from EvoSuite: http://www.evosuite.org/m2/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloading from EvoSuite: http://www.evosuite.org/m2/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloading from EvoSuite: http://www.evosuite.org/m2/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloading from EvoSuite: http://www.evosuite.org/m2/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from EvoSuite: http://www.evosuite.org/m2/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.9/jackson-databind-2.9.9.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-databind/2.9.9/jackson-databind-2.9.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.9.9/jackson-databind-2.9.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.9.9/jackson-databind-2.9.9.pom (6.4 kB at 63 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/jackson-base/2.9.9/jackson-base-2.9.9.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-base/2.9.9/jackson-base-2.9.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.9.9/jackson-base-2.9.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.9.9/jackson-base-2.9.9.pom (5.5 kB at 50 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/jackson-bom/2.9.9/jackson-bom-2.9.9.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-bom/2.9.9/jackson-bom-2.9.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.9/jackson-bom-2.9.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.9/jackson-bom-2.9.9.pom (12 kB at 248 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.pom (4.1 kB at 50 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 380 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 481 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/gzoltar/com.gzoltar.core/1.7.2/com.gzoltar.core-1.7.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/gzoltar/com.gzoltar.core/1.7.2/com.gzoltar.core-1.7.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/gzoltar/com.gzoltar.core/1.7.2/com.gzoltar.core-1.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/gzoltar/com.gzoltar.core/1.7.2/com.gzoltar.core-1.7.2.pom (2.7 kB at 67 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/gzoltar/com.gzoltar.build/1.7.2/com.gzoltar.build-1.7.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/gzoltar/com.gzoltar.build/1.7.2/com.gzoltar.build-1.7.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/gzoltar/com.gzoltar.build/1.7.2/com.gzoltar.build-1.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/gzoltar/com.gzoltar.build/1.7.2/com.gzoltar.build-1.7.2.pom (17 kB at 161 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/javassist/javassist/3.24.1-GA/javassist-3.24.1-GA.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/javassist/javassist/3.24.1-GA/javassist-3.24.1-GA.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.24.1-GA/javassist-3.24.1-GA.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.24.1-GA/javassist-3.24.1-GA.pom (11 kB at 142 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/jacoco/org.jacoco.core/0.8.1/org.jacoco.core-0.8.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jacoco/org.jacoco.core/0.8.1/org.jacoco.core-0.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.1/org.jacoco.core-0.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.1/org.jacoco.core-0.8.1.pom (2.3 kB at 37 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/jacoco/org.jacoco.build/0.8.1/org.jacoco.build-0.8.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jacoco/org.jacoco.build/0.8.1/org.jacoco.build-0.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.1/org.jacoco.build-0.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.1/org.jacoco.build-0.8.1.pom (38 kB at 813 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/ow2/asm/asm/6.0/asm-6.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm/6.0/asm-6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.0/asm-6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.0/asm-6.0.pom (1.9 kB at 27 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/ow2/asm/asm-parent/6.0/asm-parent-6.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-parent/6.0/asm-parent-6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/6.0/asm-parent-6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/6.0/asm-parent-6.0.pom (5.5 kB at 196 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/ow2/asm/asm-commons/6.0/asm-commons-6.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-commons/6.0/asm-commons-6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/6.0/asm-commons-6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/6.0/asm-commons-6.0.pom (2.1 kB at 67 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/ow2/asm/asm-tree/6.0/asm-tree-6.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-tree/6.0/asm-tree-6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/6.0/asm-tree-6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/6.0/asm-tree-6.0.pom (2.1 kB at 52 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/ow2/asm/asm-analysis/6.0/asm-analysis-6.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-analysis/6.0/asm-analysis-6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/6.0/asm-analysis-6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/6.0/asm-analysis-6.0.pom (2.1 kB at 25 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/ow2/asm/asm-util/6.0/asm-util-6.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-util/6.0/asm-util-6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/6.0/asm-util-6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/6.0/asm-util-6.0.pom (2.1 kB at 34 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom (28 kB at 1.1 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 4.0 kB/s) [INFO] Downloading from EvoSuite: http://www.evosuite.org/m2/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 7.9 kB/s) [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/CocoSpoon-1.0.0-20190408.122227-1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/CocoSpoon-1.0.0-20190408.122227-1.pom [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/CocoSpoon-1.0.0-20190408.122227-1.pom [INFO] Downloaded from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/CocoSpoon-1.0.0-20190408.122227-1.pom (5.3 kB at 28 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/fr/inria/gforge/spoon/spoon-core/6.2.0/spoon-core-6.2.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/6.2.0/spoon-core-6.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spoon/spoon-core/6.2.0/spoon-core-6.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spoon/spoon-core/6.2.0/spoon-core-6.2.0.pom (20 kB at 333 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/tycho/org.eclipse.jdt.core/3.13.50.v20171007-0855/org.eclipse.jdt.core-3.13.50.v20171007-0855.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/tycho/org.eclipse.jdt.core/3.13.50.v20171007-0855/org.eclipse.jdt.core-3.13.50.v20171007-0855.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.core/3.13.50.v20171007-0855/org.eclipse.jdt.core-3.13.50.v20171007-0855.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.core/3.13.50.v20171007-0855/org.eclipse.jdt.core-3.13.50.v20171007-0855.pom (1.0 kB at 15 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/easytesting/fest-assert/1.4/fest-assert-1.4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/easytesting/fest-assert/1.4/fest-assert-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easytesting/fest-assert/1.4/fest-assert-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easytesting/fest-assert/1.4/fest-assert-1.4.pom (2.4 kB at 66 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/easytesting/fest/1.0.8/fest-1.0.8.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/easytesting/fest/1.0.8/fest-1.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easytesting/fest/1.0.8/fest-1.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easytesting/fest/1.0.8/fest-1.0.8.pom (12 kB at 367 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/easytesting/fest-util/1.1.6/fest-util-1.1.6.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/easytesting/fest-util/1.1.6/fest-util-1.1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easytesting/fest-util/1.1.6/fest-util-1.1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easytesting/fest-util/1.1.6/fest-util-1.1.6.pom (1.6 kB at 49 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/maven-metadata.xml (998 B at 4.6 kB/s) [INFO] Downloading from EvoSuite: http://www.evosuite.org/m2/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/maven-metadata.xml (998 B at 7.6 kB/s) [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/nopol-0.2-20180308.143049-1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/nopol-0.2-20180308.143049-1.pom [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/nopol-0.2-20180308.143049-1.pom [INFO] Downloaded from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/nopol-0.2-20180308.143049-1.pom (17 kB at 96 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/reflections/reflections/0.9.9-RC1/reflections-0.9.9-RC1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/reflections/reflections/0.9.9-RC1/reflections-0.9.9-RC1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.9.9-RC1/reflections-0.9.9-RC1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.9.9-RC1/reflections-0.9.9-RC1.pom (3.6 kB at 31 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/reflections/reflections-parent/0.9.9-RC1/reflections-parent-0.9.9-RC1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/reflections/reflections-parent/0.9.9-RC1/reflections-parent-0.9.9-RC1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections-parent/0.9.9-RC1/reflections-parent-0.9.9-RC1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections-parent/0.9.9-RC1/reflections-parent-0.9.9-RC1.pom (3.4 kB at 51 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/google/guava/guava/11.0.2/guava-11.0.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/11.0.2/guava-11.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/11.0.2/guava-11.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/11.0.2/guava-11.0.2.pom (5.5 kB at 148 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/google/guava/guava-parent/11.0.2/guava-parent-11.0.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/11.0.2/guava-parent-11.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/11.0.2/guava-parent-11.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/11.0.2/guava-parent-11.0.2.pom (2.0 kB at 218 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/javassist/javassist/3.16.1-GA/javassist-3.16.1-GA.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/javassist/javassist/3.16.1-GA/javassist-3.16.1-GA.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.16.1-GA/javassist-3.16.1-GA.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.16.1-GA/javassist-3.16.1-GA.pom (9.0 kB at 113 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom (6.8 kB at 338 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/google/guava/guava/15.0/guava-15.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/15.0/guava-15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/15.0/guava-15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/15.0/guava-15.0.pom (6.3 kB at 195 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom (7.3 kB at 306 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.pom (12 kB at 224 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/ch/qos/logback/logback-parent/1.0.13/logback-parent-1.0.13.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/ch/qos/logback/logback-parent/1.0.13/logback-parent-1.0.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.0.13/logback-parent-1.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.0.13/logback-parent-1.0.13.pom (15 kB at 234 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.pom (5.0 kB at 125 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/microsoft/z3/z3/0.0.1/z3-0.0.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/microsoft/z3/z3/0.0.1/z3-0.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/microsoft/z3/z3/0.0.1/z3-0.0.1.pom [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/microsoft/z3/z3/0.0.1/z3-0.0.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/microsoft/z3/z3/0.0.1/z3-0.0.1.pom [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/com/microsoft/z3/z3/0.0.1/z3-0.0.1.pom [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/com/microsoft/z3/z3/0.0.1/z3-0.0.1.pom [INFO] Downloading from gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/com/microsoft/z3/z3/0.0.1/z3-0.0.1.pom [WARNING] Could not validate integrity of download from http://sachaproject.gforge.inria.fr/repositories/releases/com/microsoft/z3/z3/0.0.1/z3-0.0.1.pom: Checksum validation failed, no checksums available [WARNING] Checksum validation failed, no checksums available from gforge.inria.fr-release for http://sachaproject.gforge.inria.fr/repositories/releases/com/microsoft/z3/z3/0.0.1/z3-0.0.1.pom [INFO] Downloaded from gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/com/microsoft/z3/z3/0.0.1/z3-0.0.1.pom (462 B at 300 B/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/fr/inria/gforge/spoon/spoon-core/6.0.0/spoon-core-6.0.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/6.0.0/spoon-core-6.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spoon/spoon-core/6.0.0/spoon-core-6.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spoon/spoon-core/6.0.0/spoon-core-6.0.0.pom (18 kB at 205 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/smtlib/smtlib/0.9.7.1/smtlib-0.9.7.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/smtlib/smtlib/0.9.7.1/smtlib-0.9.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/smtlib/smtlib/0.9.7.1/smtlib-0.9.7.1.pom [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/smtlib/smtlib/0.9.7.1/smtlib-0.9.7.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/smtlib/smtlib/0.9.7.1/smtlib-0.9.7.1.pom [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/org/smtlib/smtlib/0.9.7.1/smtlib-0.9.7.1.pom [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/org/smtlib/smtlib/0.9.7.1/smtlib-0.9.7.1.pom [INFO] Downloading from gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/smtlib/smtlib/0.9.7.1/smtlib-0.9.7.1.pom [INFO] Downloaded from gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/smtlib/smtlib/0.9.7.1/smtlib-0.9.7.1.pom (4.2 kB at 4.6 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/sacha/infra/0.1/infra-0.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/sacha/infra/0.1/infra-0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sacha/infra/0.1/infra-0.1.pom [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/sacha/infra/0.1/infra-0.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/sacha/infra/0.1/infra-0.1.pom [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/sacha/infra/0.1/infra-0.1.pom [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/sacha/infra/0.1/infra-0.1.pom [INFO] Downloading from gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/sacha/infra/0.1/infra-0.1.pom [WARNING] Checksum validation failed, expected a818d65074e6501a6664e95e8b1f20cc5c5f5780 but is be183395f0431f772aa9600cfff665f4c9d009fc from gforge.inria.fr-release for http://sachaproject.gforge.inria.fr/repositories/releases/sacha/infra/0.1/infra-0.1.pom [WARNING] Could not validate integrity of download from http://sachaproject.gforge.inria.fr/repositories/releases/sacha/infra/0.1/infra-0.1.pom: Checksum validation failed, expected a818d65074e6501a6664e95e8b1f20cc5c5f5780 but is be183395f0431f772aa9600cfff665f4c9d009fc [WARNING] Checksum validation failed, expected a818d65074e6501a6664e95e8b1f20cc5c5f5780 but is be183395f0431f772aa9600cfff665f4c9d009fc from gforge.inria.fr-release for http://sachaproject.gforge.inria.fr/repositories/releases/sacha/infra/0.1/infra-0.1.pom [INFO] Downloaded from gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/sacha/infra/0.1/infra-0.1.pom (3.4 kB at 2.8 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.pom [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.pom [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.pom [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.pom [INFO] Downloading from gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.pom [WARNING] Could not validate integrity of download from http://sachaproject.gforge.inria.fr/repositories/releases/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.pom: Checksum validation failed, no checksums available [WARNING] Checksum validation failed, no checksums available from gforge.inria.fr-release for http://sachaproject.gforge.inria.fr/repositories/releases/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.pom [INFO] Downloaded from gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.pom (462 B at 288 B/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/commons-cli/commons-cli/1.3/commons-cli-1.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/commons-cli/commons-cli/1.3/commons-cli-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.3/commons-cli-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.3/commons-cli-1.3.pom (10 kB at 116 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/cloudbees/diff4j/1.2/diff4j-1.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/cloudbees/diff4j/1.2/diff4j-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/cloudbees/diff4j/1.2/diff4j-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/cloudbees/diff4j/1.2/diff4j-1.2.pom (3.2 kB at 50 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/cloudbees/cloudbees-oss-parent/4/cloudbees-oss-parent-4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/cloudbees/cloudbees-oss-parent/4/cloudbees-oss-parent-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/cloudbees/cloudbees-oss-parent/4/cloudbees-oss-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/cloudbees/cloudbees-oss-parent/4/cloudbees-oss-parent-4.pom (8.2 kB at 13 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/jvnet/localizer/localizer/1.12/localizer-1.12.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jvnet/localizer/localizer/1.12/localizer-1.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/localizer/localizer/1.12/localizer-1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/localizer/localizer/1.12/localizer-1.12.pom (690 B at 4.3 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/jvnet/localizer/localizer-parent/1.12/localizer-parent-1.12.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jvnet/localizer/localizer-parent/1.12/localizer-parent-1.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/localizer/localizer-parent/1.12/localizer-parent-1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/localizer/localizer-parent/1.12/localizer-parent-1.12.pom (1.7 kB at 10 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/json/json/20160810/json-20160810.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/json/json/20160810/json-20160810.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/json/json/20160810/json-20160810.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/json/json/20160810/json-20160810.pom (5.7 kB at 158 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/github/java-json-tools/json-schema-validator/2.2.10/json-schema-validator-2.2.10.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/java-json-tools/json-schema-validator/2.2.10/json-schema-validator-2.2.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/json-schema-validator/2.2.10/json-schema-validator-2.2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/json-schema-validator/2.2.10/json-schema-validator-2.2.10.pom (3.5 kB at 70 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/github/java-json-tools/json-schema-core/1.2.10/json-schema-core-1.2.10.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/java-json-tools/json-schema-core/1.2.10/json-schema-core-1.2.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/json-schema-core/1.2.10/json-schema-core-1.2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/json-schema-core/1.2.10/json-schema-core-1.2.10.pom (3.1 kB at 65 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/github/java-json-tools/jackson-coreutils/1.9/jackson-coreutils-1.9.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/java-json-tools/jackson-coreutils/1.9/jackson-coreutils-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/jackson-coreutils/1.9/jackson-coreutils-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/jackson-coreutils/1.9/jackson-coreutils-1.9.pom (3.0 kB at 42 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/core/jackson-databind/2.2.3/jackson-databind-2.2.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-databind/2.2.3/jackson-databind-2.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.2.3/jackson-databind-2.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.2.3/jackson-databind-2.2.3.pom (5.4 kB at 74 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/core/jackson-annotations/2.2.3/jackson-annotations-2.2.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-annotations/2.2.3/jackson-annotations-2.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.2.3/jackson-annotations-2.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.2.3/jackson-annotations-2.2.3.pom (1.3 kB at 14 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/oss-parent/10/oss-parent-10.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/oss-parent/10/oss-parent-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/10/oss-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/10/oss-parent-10.pom (23 kB at 271 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/core/jackson-core/2.2.3/jackson-core-2.2.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-core/2.2.3/jackson-core-2.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.2.3/jackson-core-2.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.2.3/jackson-core-2.2.3.pom (6.0 kB at 13 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/github/fge/msg-simple/1.1/msg-simple-1.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/fge/msg-simple/1.1/msg-simple-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/fge/msg-simple/1.1/msg-simple-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/fge/msg-simple/1.1/msg-simple-1.1.pom (2.4 kB at 83 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/github/fge/btf/1.2/btf-1.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/fge/btf/1.2/btf-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/fge/btf/1.2/btf-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/fge/btf/1.2/btf-1.2.pom (1.5 kB at 39 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/github/fge/uri-template/0.9/uri-template-0.9.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/fge/uri-template/0.9/uri-template-0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/fge/uri-template/0.9/uri-template-0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/fge/uri-template/0.9/uri-template-0.9.pom (2.8 kB at 77 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/mozilla/rhino/1.7.7.1/rhino-1.7.7.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/mozilla/rhino/1.7.7.1/rhino-1.7.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mozilla/rhino/1.7.7.1/rhino-1.7.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mozilla/rhino/1.7.7.1/rhino-1.7.7.1.pom (1.3 kB at 11 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom (4.3 kB at 60 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/javax/mail/mailapi/1.4.3/mailapi-1.4.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/javax/mail/mailapi/1.4.3/mailapi-1.4.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/mail/mailapi/1.4.3/mailapi-1.4.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/mail/mailapi/1.4.3/mailapi-1.4.3.pom (3.9 kB at 52 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/sun/mail/all/1.4.3/all-1.4.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/sun/mail/all/1.4.3/all-1.4.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/mail/all/1.4.3/all-1.4.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/mail/all/1.4.3/all-1.4.3.pom (13 kB at 148 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/joda-time/joda-time/2.9.7/joda-time-2.9.7.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/joda-time/joda-time/2.9.7/joda-time-2.9.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.9.7/joda-time-2.9.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.9.7/joda-time-2.9.7.pom (33 kB at 659 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/googlecode/libphonenumber/libphonenumber/8.0.0/libphonenumber-8.0.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/googlecode/libphonenumber/libphonenumber/8.0.0/libphonenumber-8.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/libphonenumber/libphonenumber/8.0.0/libphonenumber-8.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/libphonenumber/libphonenumber/8.0.0/libphonenumber-8.0.0.pom (2.4 kB at 47 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/googlecode/libphonenumber/libphonenumber-parent/8.0.0/libphonenumber-parent-8.0.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/googlecode/libphonenumber/libphonenumber-parent/8.0.0/libphonenumber-parent-8.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/libphonenumber/libphonenumber-parent/8.0.0/libphonenumber-parent-8.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/libphonenumber/libphonenumber-parent/8.0.0/libphonenumber-parent-8.0.0.pom (5.6 kB at 111 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.pom (14 kB at 697 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.pom (13 kB at 203 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/activemq/activemq-core/5.7.0/activemq-core-5.7.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/activemq/activemq-core/5.7.0/activemq-core-5.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/activemq-core/5.7.0/activemq-core-5.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/activemq-core/5.7.0/activemq-core-5.7.0.pom (68 kB at 831 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/activemq/activemq-parent/5.7.0/activemq-parent-5.7.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/activemq/activemq-parent/5.7.0/activemq-parent-5.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/activemq-parent/5.7.0/activemq-parent-5.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/activemq-parent/5.7.0/activemq-parent-5.7.0.pom (51 kB at 598 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/slf4j/slf4j-api/1.6.6/slf4j-api-1.6.6.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-api/1.6.6/slf4j-api-1.6.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.6.6/slf4j-api-1.6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.6.6/slf4j-api-1.6.6.pom (2.7 kB at 168 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/slf4j/slf4j-parent/1.6.6/slf4j-parent-1.6.6.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-parent/1.6.6/slf4j-parent-1.6.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.6.6/slf4j-parent-1.6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.6.6/slf4j-parent-1.6.6.pom (13 kB at 768 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.1.1/geronimo-jms_1.1_spec-1.1.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.1.1/geronimo-jms_1.1_spec-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.1.1/geronimo-jms_1.1_spec-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.1.1/geronimo-jms_1.1_spec-1.1.1.pom (2.6 kB at 6.6 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/geronimo/specs/specs/1.4/specs-1.4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/geronimo/specs/specs/1.4/specs-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/specs/1.4/specs-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/specs/1.4/specs-1.4.pom (12 kB at 5.0 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/geronimo/genesis/config/project-config/1.2/project-config-1.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/geronimo/genesis/config/project-config/1.2/project-config-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/config/project-config/1.2/project-config-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/config/project-config/1.2/project-config-1.2.pom (22 kB at 48 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/geronimo/genesis/config/config/1.2/config-1.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/geronimo/genesis/config/config/1.2/config-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/config/config/1.2/config-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/config/config/1.2/config-1.2.pom (1.8 kB at 11 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/geronimo/genesis/genesis/1.2/genesis-1.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/geronimo/genesis/genesis/1.2/genesis-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/1.2/genesis-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/1.2/genesis-1.2.pom (11 kB at 152 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/activemq/kahadb/5.7.0/kahadb-5.7.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/activemq/kahadb/5.7.0/kahadb-5.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/kahadb/5.7.0/kahadb-5.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/kahadb/5.7.0/kahadb-5.7.0.pom (3.2 kB at 88 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/activemq/protobuf/activemq-protobuf/1.1/activemq-protobuf-1.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/activemq/protobuf/activemq-protobuf/1.1/activemq-protobuf-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/protobuf/activemq-protobuf/1.1/activemq-protobuf-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/protobuf/activemq-protobuf/1.1/activemq-protobuf-1.1.pom (3.0 kB at 29 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/activemq/protobuf/activemq-protobuf-pom/1.1/activemq-protobuf-pom-1.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/activemq/protobuf/activemq-protobuf-pom/1.1/activemq-protobuf-pom-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/protobuf/activemq-protobuf-pom/1.1/activemq-protobuf-pom-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/protobuf/activemq-protobuf-pom/1.1/activemq-protobuf-pom-1.1.pom (11 kB at 17 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/fusesource/mqtt-client/mqtt-client/1.3/mqtt-client-1.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/fusesource/mqtt-client/mqtt-client/1.3/mqtt-client-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/mqtt-client/mqtt-client/1.3/mqtt-client-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/mqtt-client/mqtt-client/1.3/mqtt-client-1.3.pom (6.1 kB at 8.1 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/fusesource/mqtt-client/mqtt-client-project/1.3/mqtt-client-project-1.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/fusesource/mqtt-client/mqtt-client-project/1.3/mqtt-client-project-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/mqtt-client/mqtt-client-project/1.3/mqtt-client-project-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/mqtt-client/mqtt-client-project/1.3/mqtt-client-project-1.3.pom (11 kB at 15 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/fusesource/hawtdispatch/hawtdispatch-transport/1.11/hawtdispatch-transport-1.11.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/fusesource/hawtdispatch/hawtdispatch-transport/1.11/hawtdispatch-transport-1.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtdispatch/hawtdispatch-transport/1.11/hawtdispatch-transport-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtdispatch/hawtdispatch-transport/1.11/hawtdispatch-transport-1.11.pom (2.8 kB at 9.7 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/fusesource/hawtdispatch/hawtdispatch-project/1.11/hawtdispatch-project-1.11.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/fusesource/hawtdispatch/hawtdispatch-project/1.11/hawtdispatch-project-1.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtdispatch/hawtdispatch-project/1.11/hawtdispatch-project-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtdispatch/hawtdispatch-project/1.11/hawtdispatch-project-1.11.pom (13 kB at 80 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/fusesource/hawtdispatch/hawtdispatch/1.11/hawtdispatch-1.11.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/fusesource/hawtdispatch/hawtdispatch/1.11/hawtdispatch-1.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtdispatch/hawtdispatch/1.11/hawtdispatch-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtdispatch/hawtdispatch/1.11/hawtdispatch-1.11.pom (3.0 kB at 85 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0.1/geronimo-j2ee-management_1.1_spec-1.0.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0.1/geronimo-j2ee-management_1.1_spec-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0.1/geronimo-j2ee-management_1.1_spec-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0.1/geronimo-j2ee-management_1.1_spec-1.0.1.pom (2.5 kB at 48 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/springframework/spring-context/3.0.7.RELEASE/spring-context-3.0.7.RELEASE.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/springframework/spring-context/3.0.7.RELEASE/spring-context-3.0.7.RELEASE.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/3.0.7.RELEASE/spring-context-3.0.7.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/3.0.7.RELEASE/spring-context-3.0.7.RELEASE.pom (7.0 kB at 57 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/springframework/spring-parent/3.0.7.RELEASE/spring-parent-3.0.7.RELEASE.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/springframework/spring-parent/3.0.7.RELEASE/spring-parent-3.0.7.RELEASE.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-parent/3.0.7.RELEASE/spring-parent-3.0.7.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-parent/3.0.7.RELEASE/spring-parent-3.0.7.RELEASE.pom (8.4 kB at 187 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/springframework/spring-aop/3.0.7.RELEASE/spring-aop-3.0.7.RELEASE.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/springframework/spring-aop/3.0.7.RELEASE/spring-aop-3.0.7.RELEASE.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/3.0.7.RELEASE/spring-aop-3.0.7.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/3.0.7.RELEASE/spring-aop-3.0.7.RELEASE.pom (2.6 kB at 21 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/springframework/spring-asm/3.0.7.RELEASE/spring-asm-3.0.7.RELEASE.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/springframework/spring-asm/3.0.7.RELEASE/spring-asm-3.0.7.RELEASE.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-asm/3.0.7.RELEASE/spring-asm-3.0.7.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-asm/3.0.7.RELEASE/spring-asm-3.0.7.RELEASE.pom (2.0 kB at 58 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/springframework/spring-beans/3.0.7.RELEASE/spring-beans-3.0.7.RELEASE.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/springframework/spring-beans/3.0.7.RELEASE/spring-beans-3.0.7.RELEASE.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/3.0.7.RELEASE/spring-beans-3.0.7.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/3.0.7.RELEASE/spring-beans-3.0.7.RELEASE.pom (2.2 kB at 15 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/springframework/spring-core/3.0.7.RELEASE/spring-core-3.0.7.RELEASE.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/springframework/spring-core/3.0.7.RELEASE/spring-core-3.0.7.RELEASE.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/3.0.7.RELEASE/spring-core-3.0.7.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/3.0.7.RELEASE/spring-core-3.0.7.RELEASE.pom (2.2 kB at 25 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/springframework/spring-expression/3.0.7.RELEASE/spring-expression-3.0.7.RELEASE.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/springframework/spring-expression/3.0.7.RELEASE/spring-expression-3.0.7.RELEASE.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/3.0.7.RELEASE/spring-expression-3.0.7.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/3.0.7.RELEASE/spring-expression-3.0.7.RELEASE.pom (1.6 kB at 7.8 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/commons-net/commons-net/3.1/commons-net-3.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/commons-net/commons-net/3.1/commons-net-3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-net/commons-net/3.1/commons-net-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-net/commons-net/3.1/commons-net-3.1.pom (18 kB at 177 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/commons/commons-parent/23/commons-parent-23.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-parent/23/commons-parent-23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/23/commons-parent-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/23/commons-parent-23.pom (44 kB at 252 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.pom (8.4 kB at 62 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/fr/inria/gforge/spirals/npefix/0.8/npefix-0.8.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spirals/npefix/0.8/npefix-0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spirals/npefix/0.8/npefix-0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spirals/npefix/0.8/npefix-0.8.pom (13 kB at 171 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/json/json/20160212/json-20160212.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/json/json/20160212/json-20160212.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/json/json/20160212/json-20160212.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/json/json/20160212/json-20160212.pom (5.7 kB at 132 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from gforge.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 2.9 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/spoon-core-7.5.0-20190727.224133-116.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/spoon-core-7.5.0-20190727.224133-116.pom [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/spoon-core-7.5.0-20190727.224133-116.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/spoon-core-7.5.0-20190727.224133-116.pom [INFO] Downloading from gforge.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/spoon-core-7.5.0-20190727.224133-116.pom [INFO] Downloaded from gforge.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/spoon-core-7.5.0-20190727.224133-116.pom (6.8 kB at 28 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/core/org.eclipse.core.runtime/3.6.0.v20100505/org.eclipse.core.runtime-3.6.0.v20100505.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/core/org.eclipse.core.runtime/3.6.0.v20100505/org.eclipse.core.runtime-3.6.0.v20100505.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.runtime/3.6.0.v20100505/org.eclipse.core.runtime-3.6.0.v20100505.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.runtime/3.6.0.v20100505/org.eclipse.core.runtime-3.6.0.v20100505.pom (2.2 kB at 22 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/org.eclipse.eclipse/3.6.0.v20100505/org.eclipse.eclipse-3.6.0.v20100505.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/org.eclipse.eclipse/3.6.0.v20100505/org.eclipse.eclipse-3.6.0.v20100505.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/org.eclipse.eclipse/3.6.0.v20100505/org.eclipse.eclipse-3.6.0.v20100505.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/org.eclipse.eclipse/3.6.0.v20100505/org.eclipse.eclipse-3.6.0.v20100505.pom (4.1 kB at 60 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/core/org.eclipse.core.contenttype/3.4.100.v20100505-1235/org.eclipse.core.contenttype-3.4.100.v20100505-1235.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/core/org.eclipse.core.contenttype/3.4.100.v20100505-1235/org.eclipse.core.contenttype-3.4.100.v20100505-1235.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.contenttype/3.4.100.v20100505-1235/org.eclipse.core.contenttype-3.4.100.v20100505-1235.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.contenttype/3.4.100.v20100505-1235/org.eclipse.core.contenttype-3.4.100.v20100505-1235.pom (1.5 kB at 23 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/equinox/org.eclipse.equinox.preferences/3.3.0.v20100503/org.eclipse.equinox.preferences-3.3.0.v20100503.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/equinox/org.eclipse.equinox.preferences/3.3.0.v20100503/org.eclipse.equinox.preferences-3.3.0.v20100503.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/equinox/org.eclipse.equinox.preferences/3.3.0.v20100503/org.eclipse.equinox.preferences-3.3.0.v20100503.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/equinox/org.eclipse.equinox.preferences/3.3.0.v20100503/org.eclipse.equinox.preferences-3.3.0.v20100503.pom (1.3 kB at 16 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/equinox/org.eclipse.equinox.registry/3.5.0.v20100503/org.eclipse.equinox.registry-3.5.0.v20100503.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/equinox/org.eclipse.equinox.registry/3.5.0.v20100503/org.eclipse.equinox.registry-3.5.0.v20100503.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/equinox/org.eclipse.equinox.registry/3.5.0.v20100503/org.eclipse.equinox.registry-3.5.0.v20100503.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/equinox/org.eclipse.equinox.registry/3.5.0.v20100503/org.eclipse.equinox.registry-3.5.0.v20100503.pom (1.3 kB at 32 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/core/org.eclipse.core.jobs/3.5.0.v20100515/org.eclipse.core.jobs-3.5.0.v20100515.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/core/org.eclipse.core.jobs/3.5.0.v20100515/org.eclipse.core.jobs-3.5.0.v20100515.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.jobs/3.5.0.v20100515/org.eclipse.core.jobs-3.5.0.v20100515.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.jobs/3.5.0.v20100515/org.eclipse.core.jobs-3.5.0.v20100515.pom (1.1 kB at 642 B/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/equinox/org.eclipse.equinox.common/3.6.0.v20100503/org.eclipse.equinox.common-3.6.0.v20100503.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/equinox/org.eclipse.equinox.common/3.6.0.v20100503/org.eclipse.equinox.common-3.6.0.v20100503.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/equinox/org.eclipse.equinox.common/3.6.0.v20100503/org.eclipse.equinox.common-3.6.0.v20100503.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/equinox/org.eclipse.equinox.common/3.6.0.v20100503/org.eclipse.equinox.common-3.6.0.v20100503.pom (903 B at 3.0 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/osgi/org.eclipse.osgi/3.6.0.v20100517/org.eclipse.osgi-3.6.0.v20100517.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/osgi/org.eclipse.osgi/3.6.0.v20100517/org.eclipse.osgi-3.6.0.v20100517.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/osgi/org.eclipse.osgi/3.6.0.v20100517/org.eclipse.osgi-3.6.0.v20100517.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/osgi/org.eclipse.osgi/3.6.0.v20100517/org.eclipse.osgi-3.6.0.v20100517.pom (699 B at 2.2 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/equinox/org.eclipse.equinox.app/1.3.0.v20100512/org.eclipse.equinox.app-1.3.0.v20100512.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/equinox/org.eclipse.equinox.app/1.3.0.v20100512/org.eclipse.equinox.app-1.3.0.v20100512.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/equinox/org.eclipse.equinox.app/1.3.0.v20100512/org.eclipse.equinox.app-1.3.0.v20100512.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/equinox/org.eclipse.equinox.app/1.3.0.v20100512/org.eclipse.equinox.app-1.3.0.v20100512.pom (1.6 kB at 10 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/osgi/org.eclipse.osgi.services/3.2.100.v20100503/org.eclipse.osgi.services-3.2.100.v20100503.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/osgi/org.eclipse.osgi.services/3.2.100.v20100503/org.eclipse.osgi.services-3.2.100.v20100503.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/osgi/org.eclipse.osgi.services/3.2.100.v20100503/org.eclipse.osgi.services-3.2.100.v20100503.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/osgi/org.eclipse.osgi.services/3.2.100.v20100503/org.eclipse.osgi.services-3.2.100.v20100503.pom (1.3 kB at 6.7 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/javax/servlet/servlet-api/2.5/servlet-api-2.5.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/javax/servlet/servlet-api/2.5/servlet-api-2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.5/servlet-api-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.5/servlet-api-2.5.pom (157 B at 7.5 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/felix/org.osgi.foundation/1.2.0/org.osgi.foundation-1.2.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/felix/org.osgi.foundation/1.2.0/org.osgi.foundation-1.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.foundation/1.2.0/org.osgi.foundation-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.foundation/1.2.0/org.osgi.foundation-1.2.0.pom (1.8 kB at 24 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/felix/felix/1.0.2/felix-1.0.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/felix/felix/1.0.2/felix-1.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix/1.0.2/felix-1.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix/1.0.2/felix-1.0.2.pom (14 kB at 447 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/core/org.eclipse.core.resources/3.6.0.v20100526-0737/org.eclipse.core.resources-3.6.0.v20100526-0737.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/core/org.eclipse.core.resources/3.6.0.v20100526-0737/org.eclipse.core.resources-3.6.0.v20100526-0737.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.resources/3.6.0.v20100526-0737/org.eclipse.core.resources-3.6.0.v20100526-0737.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.resources/3.6.0.v20100526-0737/org.eclipse.core.resources-3.6.0.v20100526-0737.pom (2.6 kB at 25 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/core/org.eclipse.core.expressions/3.4.200.v20100505/org.eclipse.core.expressions-3.4.200.v20100505.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/core/org.eclipse.core.expressions/3.4.200.v20100505/org.eclipse.core.expressions-3.4.200.v20100505.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.expressions/3.4.200.v20100505/org.eclipse.core.expressions-3.4.200.v20100505.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.expressions/3.4.200.v20100505/org.eclipse.core.expressions-3.4.200.v20100505.pom (1.4 kB at 21 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/core/org.eclipse.core.filesystem/1.3.0.v20100526-0737/org.eclipse.core.filesystem-1.3.0.v20100526-0737.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/core/org.eclipse.core.filesystem/1.3.0.v20100526-0737/org.eclipse.core.filesystem-1.3.0.v20100526-0737.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.filesystem/1.3.0.v20100526-0737/org.eclipse.core.filesystem-1.3.0.v20100526-0737.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.filesystem/1.3.0.v20100526-0737/org.eclipse.core.filesystem-1.3.0.v20100526-0737.pom (1.3 kB at 11 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/glassfish/tyrus/bundles/tyrus-standalone-client/1.13.1/tyrus-standalone-client-1.13.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/tyrus/bundles/tyrus-standalone-client/1.13.1/tyrus-standalone-client-1.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/tyrus/bundles/tyrus-standalone-client/1.13.1/tyrus-standalone-client-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/tyrus/bundles/tyrus-standalone-client/1.13.1/tyrus-standalone-client-1.13.1.pom (6.4 kB at 137 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/glassfish/tyrus/bundles/tyrus-bundles/1.13.1/tyrus-bundles-1.13.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/tyrus/bundles/tyrus-bundles/1.13.1/tyrus-bundles-1.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/tyrus/bundles/tyrus-bundles/1.13.1/tyrus-bundles-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/tyrus/bundles/tyrus-bundles/1.13.1/tyrus-bundles-1.13.1.pom (3.2 kB at 44 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/glassfish/tyrus/tyrus-project/1.13.1/tyrus-project-1.13.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/tyrus/tyrus-project/1.13.1/tyrus-project-1.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/tyrus/tyrus-project/1.13.1/tyrus-project-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/tyrus/tyrus-project/1.13.1/tyrus-project-1.13.1.pom (29 kB at 123 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/fr/inria/gforge/spirals/nopol/689e97eab451a671378b3fd55f790a39ce0d21d3/nopol-689e97eab451a671378b3fd55f790a39ce0d21d3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spirals/nopol/689e97eab451a671378b3fd55f790a39ce0d21d3/nopol-689e97eab451a671378b3fd55f790a39ce0d21d3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spirals/nopol/689e97eab451a671378b3fd55f790a39ce0d21d3/nopol-689e97eab451a671378b3fd55f790a39ce0d21d3.pom [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spirals/nopol/689e97eab451a671378b3fd55f790a39ce0d21d3/nopol-689e97eab451a671378b3fd55f790a39ce0d21d3.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/fr/inria/gforge/spirals/nopol/689e97eab451a671378b3fd55f790a39ce0d21d3/nopol-689e97eab451a671378b3fd55f790a39ce0d21d3.pom [INFO] Downloaded from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/fr/inria/gforge/spirals/nopol/689e97eab451a671378b3fd55f790a39ce0d21d3/nopol-689e97eab451a671378b3fd55f790a39ce0d21d3.pom (17 kB at 75 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/commons/commons-collections4/4.1/commons-collections4-4.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-collections4/4.1/commons-collections4-4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.1/commons-collections4-4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.1/commons-collections4-4.1.pom (21 kB at 288 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/commons/commons-parent/38/commons-parent-38.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-parent/38/commons-parent-38.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/38/commons-parent-38.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/38/commons-parent-38.pom (62 kB at 1.1 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/activemq/activemq-all/5.15.8/activemq-all-5.15.8.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/activemq/activemq-all/5.15.8/activemq-all-5.15.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/activemq-all/5.15.8/activemq-all-5.15.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/activemq-all/5.15.8/activemq-all-5.15.8.pom (16 kB at 140 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/activemq/activemq-parent/5.15.8/activemq-parent-5.15.8.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/activemq/activemq-parent/5.15.8/activemq-parent-5.15.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/activemq-parent/5.15.8/activemq-parent-5.15.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/activemq-parent/5.15.8/activemq-parent-5.15.8.pom (63 kB at 184 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/javax/management/jmx/1.2.1/jmx-1.2.1.pom [INFO] Downloaded from jmx.management: https://www.datanucleus.org/downloads/maven2/javax/management/jmx/1.2.1/jmx-1.2.1.pom (193 B at 198 B/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/java-websocket/Java-WebSocket/1.5.0/Java-WebSocket-1.5.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/java-websocket/Java-WebSocket/1.5.0/Java-WebSocket-1.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/java-websocket/Java-WebSocket/1.5.0/Java-WebSocket-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/java-websocket/Java-WebSocket/1.5.0/Java-WebSocket-1.5.0.pom (14 kB at 332 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/json/json/20180813/json-20180813.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/json/json/20180813/json-20180813.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/json/json/20180813/json-20180813.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/json/json/20180813/json-20180813.pom (6.0 kB at 79 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/jgit/org.eclipse.jgit/5.5.1.201910021850-r/org.eclipse.jgit-5.5.1.201910021850-r.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jgit/org.eclipse.jgit/5.5.1.201910021850-r/org.eclipse.jgit-5.5.1.201910021850-r.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.5.1.201910021850-r/org.eclipse.jgit-5.5.1.201910021850-r.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.5.1.201910021850-r/org.eclipse.jgit-5.5.1.201910021850-r.pom (9.8 kB at 129 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/5.5.1.201910021850-r/org.eclipse.jgit-parent-5.5.1.201910021850-r.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jgit/org.eclipse.jgit-parent/5.5.1.201910021850-r/org.eclipse.jgit-parent-5.5.1.201910021850-r.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.5.1.201910021850-r/org.eclipse.jgit-parent-5.5.1.201910021850-r.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.5.1.201910021850-r/org.eclipse.jgit-parent-5.5.1.201910021850-r.pom (36 kB at 42 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/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 26 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/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 9.6 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/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 52 kB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/kohsuke/github-api/1.132/github-api-1.132.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/kohsuke/github-api/1.132/github-api-1.132.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kohsuke/github-api/1.132/github-api-1.132.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kohsuke/github-api/1.132/github-api-1.132.pom (27 kB at 602 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/repairnator/repairnator-pipeline/3.3-SNAPSHOT/repairnator-pipeline-3.3-20220822.165205-63.jar [INFO] Downloaded from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/repairnator/repairnator-pipeline/3.3-SNAPSHOT/repairnator-pipeline-3.3-20220822.165205-63.jar (435 kB at 3.0 MB/s) [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/se/kth/castor/sorald/0.3.0/sorald-0.3.0.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/info/picocli/picocli/4.5.2/picocli-4.5.2.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-9/spoon-core-9.1.0-beta-9.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/sonarsource/java/java-checks-testkit/6.9.0.23563/java-checks-testkit-6.9.0.23563.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/sonarsource/sonarqube/sonar-plugin-api/7.9/sonar-plugin-api-7.9.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/sonarsource/java/java-frontend/6.9.0.23563/java-frontend-6.9.0.23563.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/sonarsource/java/jdt/6.9.0.23563/jdt-6.9.0.23563-shaded.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/jdt/org.eclipse.jdt.core/3.23.0/org.eclipse.jdt.core-3.23.0.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.osgi/3.18.300/org.eclipse.osgi-3.18.300.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.17.0/org.eclipse.equinox.common-3.17.0.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.13.200/org.eclipse.core.jobs-3.13.200.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.100/org.eclipse.equinox.preferences-3.10.100.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.8.200/org.eclipse.core.contenttype-3.8.200.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/platform/org.eclipse.core.commands/3.10.300/org.eclipse.core.commands-3.10.300.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/sonarsource/sslr/sslr-core/1.23/sslr-core-1.23.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/cglib/cglib-nodep/3.2.5/cglib-nodep-3.2.5.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/sonarsource/analyzer-commons/sonar-analyzer-commons/1.12.0.632/sonar-analyzer-commons-1.12.0.632.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/sonarsource/java/java-checks/6.9.0.23563/java-checks-6.9.0.23563.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/sonarsource/analyzer-commons/sonar-analyzer-recognizers/1.12.0.632/sonar-analyzer-recognizers-1.12.0.632.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/sonarsource/analyzer-commons/sonar-xml-parsing/1.12.0.632/sonar-xml-parsing-1.12.0.632.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/xerces/xercesImpl/2.12.0/xercesImpl-2.12.0.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/woodstox/woodstox-core/5.2.0/woodstox-core-5.2.0.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/codehaus/woodstox/stax2-api/4.1/stax2-api-4.1.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/reflections/reflections/0.9.12/reflections-0.9.12.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/github/spoonlabs/flacoco/1.0.5/flacoco-1.0.5.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/junit/jupiter/junit-jupiter-api/5.3.2/junit-jupiter-api-5.3.2.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/junit/jupiter/junit-jupiter-params/5.3.2/junit-jupiter-params-5.3.2.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/eu/stamp-project/test-runner/4.11/test-runner-4.11.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/eu/stamp-project/descartes/1.2.4/descartes-1.2.4.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/pitest/pitest-entry/1.6.7/pitest-entry-1.6.7.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/pitest/pitest/1.6.7/pitest-1.6.7.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/jacoco/org.jacoco.core/0.8.8/org.jacoco.core-0.8.8.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/pitest/pitest-junit5-plugin/0.8/pitest-junit5-plugin-0.8.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/logging/log4j/log4j-jcl/2.17.2/log4j-jcl-2.17.2.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/net/sf/supercsv/super-csv/2.4.0/super-csv-2.4.0.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/github/stefanbirkner/system-lambda/1.2.1/system-lambda-1.2.1.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/github/spoonlabs/coming/5.2.0/coming-5.2.0.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/log4j/log4j/1.2.15/log4j-1.2.15.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/javax/mail/mail/1.4/mail-1.4.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/jdom/jdom2/2.0.5/jdom2-2.0.5.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/commons-cli/commons-cli/1.4/commons-cli-1.4.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/net/lingala/zip4j/zip4j/1.3.2/zip4j-1.3.2.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/fr/inria/gforge/spoon/labs/gumtree-spoon-ast-diff/1.23/gumtree-spoon-ast-diff-1.23.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/github/gumtreediff/core/2.1.2/core-2.1.2.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/atteo/classindex/classindex/3.4/classindex-3.4.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/github/mpkorstanje/simmetrics-core/3.2.3/simmetrics-core-3.2.3.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/jgrapht/jgrapht-core/1.0.1/jgrapht-core-1.0.1.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/gitective/gitective-core/0.9.9/gitective-core-0.9.9.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/docx4j/docx4j/3.3.0/docx4j-3.3.0.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/plutext/jaxb-svg11/1.0.2/jaxb-svg11-1.0.2.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/net/engio/mbassador/1.2.4.2/mbassador-1.2.4.2.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/slf4j/jcl-over-slf4j/1.7.21/jcl-over-slf4j-1.7.21.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/xmlgraphics/xmlgraphics-commons/2.1/xmlgraphics-commons-2.1.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/avalon/framework/avalon-framework-api/4.3.1/avalon-framework-api-4.3.1.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/avalon/framework/avalon-framework-impl/4.3.1/avalon-framework-impl-4.3.1.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/xalan/xalan/2.7.2/xalan-2.7.2.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/xalan/serializer/2.7.2/serializer-2.7.2.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/net/arnx/wmf2svg/0.9.8/wmf2svg-0.9.8.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/antlr/antlr/2.7.7/antlr-2.7.7.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/commons/commons-csv/1.6/commons-csv-1.6.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/tech/sourced/siva-java/0.1.3/siva-java-0.1.3.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/scala-lang/scala-library/2.11.11/scala-library-2.11.11.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/nanohttpd/nanohttpd/2.3.1/nanohttpd-2.3.1.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/ml/dmlc/xgboost4j/0.72/xgboost4j-0.72.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/typesafe/akka/akka-actor_2.11/2.3.11/akka-actor_2.11-2.3.11.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/typesafe/config/1.2.1/config-1.2.1.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/esotericsoftware/kryo/kryo/2.21/kryo-2.21.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/esotericsoftware/reflectasm/reflectasm/1.07/reflectasm-1.07-shaded.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/esotericsoftware/minlog/minlog/1.2/minlog-1.2.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/objenesis/objenesis/1.2/objenesis-1.2.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/scala-lang/scala-compiler/2.11.8/scala-compiler-2.11.8.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/scala-lang/modules/scala-xml_2.11/1.0.4/scala-xml_2.11-1.0.4.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/scala-lang/modules/scala-parser-combinators_2.11/1.0.4/scala-parser-combinators_2.11-1.0.4.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/scala-lang/scala-reflect/2.11.8/scala-reflect-2.11.8.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-component-annotations/1.7/plexus-component-annotations-1.7.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/surefire/surefire-report-parser/2.21.0/surefire-report-parser-2.21.0.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/surefire/surefire-logger-api/2.21.0/surefire-logger-api-2.21.0.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/eu/stamp-project/assert-fixer/1.0.10/assert-fixer-1.0.10.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/github/wumpz/diffutils/3.0/diffutils-3.0.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/inria/sacha/automaticRepair/astor/20190919/astor-20190919.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/gzoltar/com.gzoltar.core/1.7.2/com.gzoltar.core-1.7.2.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/easytesting/fest-assert/1.4/fest-assert-1.4.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/easytesting/fest-util/1.1.6/fest-util-1.1.6.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/github/java-json-tools/json-schema-validator/2.2.10/json-schema-validator-2.2.10.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/github/java-json-tools/json-schema-core/1.2.10/json-schema-core-1.2.10.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/github/java-json-tools/jackson-coreutils/1.9/jackson-coreutils-1.9.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/github/fge/msg-simple/1.1/msg-simple-1.1.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/github/fge/btf/1.2/btf-1.2.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/github/fge/uri-template/0.9/uri-template-0.9.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/mozilla/rhino/1.7.7.1/rhino-1.7.7.1.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/javax/mail/mailapi/1.4.3/mailapi-1.4.3.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/joda-time/joda-time/2.9.7/joda-time-2.9.7.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/googlecode/libphonenumber/libphonenumber/8.0.0/libphonenumber-8.0.0.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/activemq/activemq-core/5.7.0/activemq-core-5.7.0.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.1.1/geronimo-jms_1.1_spec-1.1.1.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/activemq/kahadb/5.7.0/kahadb-5.7.0.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/activemq/protobuf/activemq-protobuf/1.1/activemq-protobuf-1.1.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/fusesource/mqtt-client/mqtt-client/1.3/mqtt-client-1.3.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/fusesource/hawtdispatch/hawtdispatch-transport/1.11/hawtdispatch-transport-1.11.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/fusesource/hawtdispatch/hawtdispatch/1.11/hawtdispatch-1.11.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0.1/geronimo-j2ee-management_1.1_spec-1.0.1.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/springframework/spring-context/3.0.7.RELEASE/spring-context-3.0.7.RELEASE.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/springframework/spring-aop/3.0.7.RELEASE/spring-aop-3.0.7.RELEASE.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/springframework/spring-beans/3.0.7.RELEASE/spring-beans-3.0.7.RELEASE.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/springframework/spring-core/3.0.7.RELEASE/spring-core-3.0.7.RELEASE.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/springframework/spring-asm/3.0.7.RELEASE/spring-asm-3.0.7.RELEASE.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/springframework/spring-expression/3.0.7.RELEASE/spring-expression-3.0.7.RELEASE.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/commons-net/commons-net/3.1/commons-net-3.1.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/fr/inria/gforge/spirals/npefix/0.8/npefix-0.8.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/cloudbees/diff4j/1.2/diff4j-1.2.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/jvnet/localizer/localizer/1.12/localizer-1.12.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/core/org.eclipse.core.runtime/3.6.0.v20100505/org.eclipse.core.runtime-3.6.0.v20100505.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/core/org.eclipse.core.contenttype/3.4.100.v20100505-1235/org.eclipse.core.contenttype-3.4.100.v20100505-1235.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/equinox/org.eclipse.equinox.preferences/3.3.0.v20100503/org.eclipse.equinox.preferences-3.3.0.v20100503.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/equinox/org.eclipse.equinox.registry/3.5.0.v20100503/org.eclipse.equinox.registry-3.5.0.v20100503.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/core/org.eclipse.core.jobs/3.5.0.v20100515/org.eclipse.core.jobs-3.5.0.v20100515.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/equinox/org.eclipse.equinox.common/3.6.0.v20100503/org.eclipse.equinox.common-3.6.0.v20100503.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/equinox/org.eclipse.equinox.app/1.3.0.v20100512/org.eclipse.equinox.app-1.3.0.v20100512.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/osgi/org.eclipse.osgi.services/3.2.100.v20100503/org.eclipse.osgi.services-3.2.100.v20100503.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/osgi/org.eclipse.osgi/3.6.0.v20100517/org.eclipse.osgi-3.6.0.v20100517.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/felix/org.osgi.foundation/1.2.0/org.osgi.foundation-1.2.0.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/core/org.eclipse.core.resources/3.6.0.v20100526-0737/org.eclipse.core.resources-3.6.0.v20100526-0737.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/core/org.eclipse.core.expressions/3.4.200.v20100505/org.eclipse.core.expressions-3.4.200.v20100505.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/core/org.eclipse.core.filesystem/1.3.0.v20100526-0737/org.eclipse.core.filesystem-1.3.0.v20100526-0737.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/glassfish/tyrus/bundles/tyrus-standalone-client/1.13.1/tyrus-standalone-client-1.13.1.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/fr/inria/gforge/spirals/nopol/689e97eab451a671378b3fd55f790a39ce0d21d3/nopol-689e97eab451a671378b3fd55f790a39ce0d21d3.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/microsoft/z3/z3/0.0.1/z3-0.0.1.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/smtlib/smtlib/0.9.7.1/smtlib-0.9.7.1.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/commons/commons-collections4/4.1/commons-collections4-4.1.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/activemq/activemq-all/5.15.8/activemq-all-5.15.8.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/javax/management/jmx/1.2.1/jmx-1.2.1.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/java-websocket/Java-WebSocket/1.5.0/Java-WebSocket-1.5.0.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/json/json/20180813/json-20180813.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/jgit/org.eclipse.jgit/5.5.1.201910021850-r/org.eclipse.jgit-5.5.1.201910021850-r.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/io/github/java-diff-utils/java-diff-utils/4.0/java-diff-utils-4.0.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/kohsuke/github-api/1.132/github-api-1.132.jar [INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar [INFO] Downloaded from jmx.management: https://www.datanucleus.org/downloads/maven2/javax/management/jmx/1.2.1/jmx-1.2.1.jar (285 kB at 25 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/se/kth/castor/sorald/0.3.0/sorald-0.3.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/info/picocli/picocli/4.5.2/picocli-4.5.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-9/spoon-core-9.1.0-beta-9.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/java/java-checks-testkit/6.9.0.23563/java-checks-testkit-6.9.0.23563.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/sonarqube/sonar-plugin-api/7.9/sonar-plugin-api-7.9.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/java/java-frontend/6.9.0.23563/java-frontend-6.9.0.23563.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/java/jdt/6.9.0.23563/jdt-6.9.0.23563-shaded.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jdt/org.eclipse.jdt.core/3.23.0/org.eclipse.jdt.core-3.23.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.18.300/org.eclipse.osgi-3.18.300.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.17.0/org.eclipse.equinox.common-3.17.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.13.200/org.eclipse.core.jobs-3.13.200.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.100/org.eclipse.equinox.preferences-3.10.100.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.8.200/org.eclipse.core.contenttype-3.8.200.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.commands/3.10.300/org.eclipse.core.commands-3.10.300.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/sslr/sslr-core/1.23/sslr-core-1.23.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/cglib/cglib-nodep/3.2.5/cglib-nodep-3.2.5.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/analyzer-commons/sonar-analyzer-commons/1.12.0.632/sonar-analyzer-commons-1.12.0.632.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/analyzer-commons/sonar-analyzer-recognizers/1.12.0.632/sonar-analyzer-recognizers-1.12.0.632.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/java/java-checks/6.9.0.23563/java-checks-6.9.0.23563.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/analyzer-commons/sonar-xml-parsing/1.12.0.632/sonar-xml-parsing-1.12.0.632.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/xerces/xercesImpl/2.12.0/xercesImpl-2.12.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/woodstox/woodstox-core/5.2.0/woodstox-core-5.2.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/woodstox/stax2-api/4.1/stax2-api-4.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/reflections/reflections/0.9.12/reflections-0.9.12.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/spoonlabs/flacoco/1.0.5/flacoco-1.0.5.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/junit/jupiter/junit-jupiter-api/5.3.2/junit-jupiter-api-5.3.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/junit/jupiter/junit-jupiter-params/5.3.2/junit-jupiter-params-5.3.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/eu/stamp-project/test-runner/4.11/test-runner-4.11.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/eu/stamp-project/descartes/1.2.4/descartes-1.2.4.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/pitest/pitest-entry/1.6.7/pitest-entry-1.6.7.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/pitest/pitest/1.6.7/pitest-1.6.7.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jacoco/org.jacoco.core/0.8.8/org.jacoco.core-0.8.8.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/pitest/pitest-junit5-plugin/0.8/pitest-junit5-plugin-0.8.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j-jcl/2.17.2/log4j-jcl-2.17.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/net/sf/supercsv/super-csv/2.4.0/super-csv-2.4.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/stefanbirkner/system-lambda/1.2.1/system-lambda-1.2.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/spoonlabs/coming/5.2.0/coming-5.2.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/javax/mail/mail/1.4/mail-1.4.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/log4j/log4j/1.2.15/log4j-1.2.15.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jdom/jdom2/2.0.5/jdom2-2.0.5.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/commons-cli/commons-cli/1.4/commons-cli-1.4.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/net/lingala/zip4j/zip4j/1.3.2/zip4j-1.3.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/labs/gumtree-spoon-ast-diff/1.23/gumtree-spoon-ast-diff-1.23.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/gumtreediff/core/2.1.2/core-2.1.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/atteo/classindex/classindex/3.4/classindex-3.4.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/mpkorstanje/simmetrics-core/3.2.3/simmetrics-core-3.2.3.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jgrapht/jgrapht-core/1.0.1/jgrapht-core-1.0.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/gitective/gitective-core/0.9.9/gitective-core-0.9.9.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/docx4j/docx4j/3.3.0/docx4j-3.3.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/plutext/jaxb-svg11/1.0.2/jaxb-svg11-1.0.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/net/engio/mbassador/1.2.4.2/mbassador-1.2.4.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/jcl-over-slf4j/1.7.21/jcl-over-slf4j-1.7.21.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/xmlgraphics/xmlgraphics-commons/2.1/xmlgraphics-commons-2.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/avalon/framework/avalon-framework-api/4.3.1/avalon-framework-api-4.3.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/avalon/framework/avalon-framework-impl/4.3.1/avalon-framework-impl-4.3.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/xalan/xalan/2.7.2/xalan-2.7.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/xalan/serializer/2.7.2/serializer-2.7.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/net/arnx/wmf2svg/0.9.8/wmf2svg-0.9.8.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/antlr/antlr/2.7.7/antlr-2.7.7.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-csv/1.6/commons-csv-1.6.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/tech/sourced/siva-java/0.1.3/siva-java-0.1.3.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/scala-library/2.11.11/scala-library-2.11.11.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/nanohttpd/nanohttpd/2.3.1/nanohttpd-2.3.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/ml/dmlc/xgboost4j/0.72/xgboost4j-0.72.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/typesafe/akka/akka-actor_2.11/2.3.11/akka-actor_2.11-2.3.11.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/typesafe/config/1.2.1/config-1.2.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/esotericsoftware/kryo/kryo/2.21/kryo-2.21.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/esotericsoftware/reflectasm/reflectasm/1.07/reflectasm-1.07-shaded.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/esotericsoftware/minlog/minlog/1.2/minlog-1.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/objenesis/objenesis/1.2/objenesis-1.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/scala-compiler/2.11.8/scala-compiler-2.11.8.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/modules/scala-xml_2.11/1.0.4/scala-xml_2.11-1.0.4.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/modules/scala-parser-combinators_2.11/1.0.4/scala-parser-combinators_2.11-1.0.4.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/scala-reflect/2.11.8/scala-reflect-2.11.8.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/plexus/plexus-component-annotations/1.7/plexus-component-annotations-1.7.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/surefire-report-parser/2.21.0/surefire-report-parser-2.21.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/surefire-logger-api/2.21.0/surefire-logger-api-2.21.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/eu/stamp-project/assert-fixer/1.0.10/assert-fixer-1.0.10.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/wumpz/diffutils/3.0/diffutils-3.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/inria/sacha/automaticRepair/astor/20190919/astor-20190919.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/gzoltar/com.gzoltar.core/1.7.2/com.gzoltar.core-1.7.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/easytesting/fest-assert/1.4/fest-assert-1.4.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/easytesting/fest-util/1.1.6/fest-util-1.1.6.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/java-json-tools/json-schema-validator/2.2.10/json-schema-validator-2.2.10.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/java-json-tools/json-schema-core/1.2.10/json-schema-core-1.2.10.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/java-json-tools/jackson-coreutils/1.9/jackson-coreutils-1.9.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/fge/msg-simple/1.1/msg-simple-1.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/fge/btf/1.2/btf-1.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/fge/uri-template/0.9/uri-template-0.9.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/mozilla/rhino/1.7.7.1/rhino-1.7.7.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/javax/mail/mailapi/1.4.3/mailapi-1.4.3.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/joda-time/joda-time/2.9.7/joda-time-2.9.7.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/googlecode/libphonenumber/libphonenumber/8.0.0/libphonenumber-8.0.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/activemq/activemq-core/5.7.0/activemq-core-5.7.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.1.1/geronimo-jms_1.1_spec-1.1.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/activemq/kahadb/5.7.0/kahadb-5.7.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/activemq/protobuf/activemq-protobuf/1.1/activemq-protobuf-1.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/fusesource/mqtt-client/mqtt-client/1.3/mqtt-client-1.3.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/fusesource/hawtdispatch/hawtdispatch-transport/1.11/hawtdispatch-transport-1.11.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/fusesource/hawtdispatch/hawtdispatch/1.11/hawtdispatch-1.11.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0.1/geronimo-j2ee-management_1.1_spec-1.0.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/springframework/spring-context/3.0.7.RELEASE/spring-context-3.0.7.RELEASE.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/springframework/spring-aop/3.0.7.RELEASE/spring-aop-3.0.7.RELEASE.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/springframework/spring-beans/3.0.7.RELEASE/spring-beans-3.0.7.RELEASE.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/springframework/spring-core/3.0.7.RELEASE/spring-core-3.0.7.RELEASE.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/springframework/spring-expression/3.0.7.RELEASE/spring-expression-3.0.7.RELEASE.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/springframework/spring-asm/3.0.7.RELEASE/spring-asm-3.0.7.RELEASE.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/commons-net/commons-net/3.1/commons-net-3.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spirals/npefix/0.8/npefix-0.8.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/cloudbees/diff4j/1.2/diff4j-1.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jvnet/localizer/localizer/1.12/localizer-1.12.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/core/org.eclipse.core.runtime/3.6.0.v20100505/org.eclipse.core.runtime-3.6.0.v20100505.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/core/org.eclipse.core.contenttype/3.4.100.v20100505-1235/org.eclipse.core.contenttype-3.4.100.v20100505-1235.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/equinox/org.eclipse.equinox.preferences/3.3.0.v20100503/org.eclipse.equinox.preferences-3.3.0.v20100503.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/equinox/org.eclipse.equinox.registry/3.5.0.v20100503/org.eclipse.equinox.registry-3.5.0.v20100503.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/core/org.eclipse.core.jobs/3.5.0.v20100515/org.eclipse.core.jobs-3.5.0.v20100515.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/equinox/org.eclipse.equinox.common/3.6.0.v20100503/org.eclipse.equinox.common-3.6.0.v20100503.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/equinox/org.eclipse.equinox.app/1.3.0.v20100512/org.eclipse.equinox.app-1.3.0.v20100512.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/osgi/org.eclipse.osgi.services/3.2.100.v20100503/org.eclipse.osgi.services-3.2.100.v20100503.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/osgi/org.eclipse.osgi/3.6.0.v20100517/org.eclipse.osgi-3.6.0.v20100517.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/felix/org.osgi.foundation/1.2.0/org.osgi.foundation-1.2.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/core/org.eclipse.core.resources/3.6.0.v20100526-0737/org.eclipse.core.resources-3.6.0.v20100526-0737.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/core/org.eclipse.core.expressions/3.4.200.v20100505/org.eclipse.core.expressions-3.4.200.v20100505.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/core/org.eclipse.core.filesystem/1.3.0.v20100526-0737/org.eclipse.core.filesystem-1.3.0.v20100526-0737.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/tyrus/bundles/tyrus-standalone-client/1.13.1/tyrus-standalone-client-1.13.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spirals/nopol/689e97eab451a671378b3fd55f790a39ce0d21d3/nopol-689e97eab451a671378b3fd55f790a39ce0d21d3.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/microsoft/z3/z3/0.0.1/z3-0.0.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/smtlib/smtlib/0.9.7.1/smtlib-0.9.7.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-collections4/4.1/commons-collections4-4.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/activemq/activemq-all/5.15.8/activemq-all-5.15.8.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/java-websocket/Java-WebSocket/1.5.0/Java-WebSocket-1.5.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/json/json/20180813/json-20180813.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jgit/org.eclipse.jgit/5.5.1.201910021850-r/org.eclipse.jgit-5.5.1.201910021850-r.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/io/github/java-diff-utils/java-diff-utils/4.0/java-diff-utils-4.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/kohsuke/github-api/1.132/github-api-1.132.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/se/kth/castor/sorald/0.3.0/sorald-0.3.0.jar [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] 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 6.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.5.2/picocli-4.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1.jar (302 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-9/spoon-core-9.1.0-beta-9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.5.2/picocli-4.5.2.jar (390 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/java/java-checks-testkit/6.9.0.23563/java-checks-testkit-6.9.0.23563.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.jar (778 kB at 5.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1.jar (1.8 MB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/java/java-frontend/6.9.0.23563/java-frontend-6.9.0.23563.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/sonarqube/sonar-plugin-api/7.9/sonar-plugin-api-7.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/se/kth/castor/sorald/0.3.0/sorald-0.3.0.jar (168 kB at 903 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/java/jdt/6.9.0.23563/jdt-6.9.0.23563-shaded.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/java/java-checks-testkit/6.9.0.23563/java-checks-testkit-6.9.0.23563.jar (5.2 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.23.0/org.eclipse.jdt.core-3.23.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/java/java-frontend/6.9.0.23563/java-frontend-6.9.0.23563.jar (931 kB at 3.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-9/spoon-core-9.1.0-beta-9.jar (1.8 MB at 6.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.18.200/org.eclipse.core.resources-3.18.200.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.300/org.eclipse.osgi-3.18.300.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/sonarqube/sonar-plugin-api/7.9/sonar-plugin-api-7.9.jar (4.1 MB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.26.100/org.eclipse.core.runtime-3.26.100.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.26.100/org.eclipse.core.runtime-3.26.100.jar (76 kB at 164 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.17.0/org.eclipse.equinox.common-3.17.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.23.0/org.eclipse.jdt.core-3.23.0.jar (7.2 MB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.200/org.eclipse.core.jobs-3.13.200.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.18.200/org.eclipse.core.resources-3.18.200.jar (914 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.100/org.eclipse.equinox.preferences-3.10.100.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.300/org.eclipse.osgi-3.18.300.jar (1.5 MB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.100/org.eclipse.equinox.preferences-3.10.100.jar (139 kB at 285 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.17.0/org.eclipse.equinox.common-3.17.0.jar (151 kB at 304 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.8.200/org.eclipse.core.contenttype-3.8.200.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.200/org.eclipse.core.jobs-3.13.200.jar (117 kB at 236 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.12.300/org.eclipse.text-3.12.300.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar (37 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.10.300/org.eclipse.core.commands-3.10.300.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.8.200/org.eclipse.core.contenttype-3.8.200.jar (104 kB at 204 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/sslr/sslr-core/1.23/sslr-core-1.23.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.12.300/org.eclipse.text-3.12.300.jar (304 kB at 593 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/cglib/cglib-nodep/3.2.5/cglib-nodep-3.2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.10.300/org.eclipse.core.commands-3.10.300.jar (119 kB at 231 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/analyzer-commons/sonar-analyzer-commons/1.12.0.632/sonar-analyzer-commons-1.12.0.632.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/analyzer-commons/sonar-analyzer-commons/1.12.0.632/sonar-analyzer-commons-1.12.0.632.jar (74 kB at 134 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/java/java-checks/6.9.0.23563/java-checks-6.9.0.23563.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/sslr/sslr-core/1.23/sslr-core-1.23.jar (198 kB at 354 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/analyzer-commons/sonar-analyzer-recognizers/1.12.0.632/sonar-analyzer-recognizers-1.12.0.632.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/analyzer-commons/sonar-analyzer-recognizers/1.12.0.632/sonar-analyzer-recognizers-1.12.0.632.jar (9.4 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/analyzer-commons/sonar-xml-parsing/1.12.0.632/sonar-xml-parsing-1.12.0.632.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar (20 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.12.0/xercesImpl-2.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/java/jdt/6.9.0.23563/jdt-6.9.0.23563-shaded.jar (10.0 MB at 17 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/5.2.0/woodstox-core-5.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/analyzer-commons/sonar-xml-parsing/1.12.0.632/sonar-xml-parsing-1.12.0.632.jar (28 kB at 43 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/5.2.0/woodstox-core-5.2.0.jar (518 kB at 807 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.1/stax2-api-4.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.9.12/reflections-0.9.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/cglib/cglib-nodep/3.2.5/cglib-nodep-3.2.5.jar (353 kB at 521 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/java/java-checks/6.9.0.23563/java-checks-6.9.0.23563.jar (2.5 MB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spoonlabs/flacoco/1.0.5/flacoco-1.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.9.12/reflections-0.9.12.jar (106 kB at 151 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.3.2/junit-jupiter-api-5.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.1/stax2-api-4.1.jar (170 kB at 228 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.12.0/xercesImpl-2.12.0.jar (1.4 MB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spoonlabs/flacoco/1.0.5/flacoco-1.0.5.jar (88 kB at 115 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.jar (783 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar (2.2 kB at 2.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.jar (78 kB at 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.3.2/junit-jupiter-api-5.3.2.jar (115 kB at 147 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.3.2/junit-jupiter-params-5.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar (7.1 kB at 9.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/eu/stamp-project/test-runner/4.11/test-runner-4.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.jar (150 kB at 189 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/eu/stamp-project/descartes/1.2.4/descartes-1.2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.jar (138 kB at 173 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/pitest/pitest-entry/1.6.7/pitest-entry-1.6.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.jar (95 kB at 116 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/pitest/pitest/1.6.7/pitest-1.6.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/eu/stamp-project/descartes/1.2.4/descartes-1.2.4.jar (140 kB at 168 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.8/org.jacoco.core-0.8.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.3.2/junit-jupiter-params-5.3.2.jar (501 kB at 602 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/eu/stamp-project/test-runner/4.11/test-runner-4.11.jar (573 kB at 668 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/pitest/pitest-junit5-plugin/0.8/pitest-junit5-plugin-0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/pitest/pitest-entry/1.6.7/pitest-entry-1.6.7.jar (640 kB at 745 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-jcl/2.17.2/log4j-jcl-2.17.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.8/org.jacoco.core-0.8.8.jar (203 kB at 232 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-jcl/2.17.2/log4j-jcl-2.17.2.jar (13 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/supercsv/super-csv/2.4.0/super-csv-2.4.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/stefanbirkner/system-lambda/1.2.1/system-lambda-1.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar (293 kB at 333 kB/s) [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-M5/maven-surefire-common-3.0.0-M5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/pitest/pitest-junit5-plugin/0.8/pitest-junit5-plugin-0.8.jar (453 kB at 507 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.jar [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-M5/maven-surefire-common-3.0.0-M5.jar (311 kB at 346 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/pitest/pitest/1.6.7/pitest-1.6.7.jar (714 kB at 788 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/supercsv/super-csv/2.4.0/super-csv-2.4.0.jar (98 kB at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.jar (144 kB at 159 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/stefanbirkner/system-lambda/1.2.1/system-lambda-1.2.1.jar (18 kB at 20 kB/s) [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/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/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.jar (7.9 kB at 8.7 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/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar (36 kB at 39 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/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar (164 kB at 178 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.jar (24 kB at 26 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/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar (61 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.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 138 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spoonlabs/coming/5.2.0/coming-5.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.jar (106 kB at 111 kB/s) [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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar (52 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/mail/mail/1.4/mail-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.jar (1.9 MB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.5/jdom2-2.0.5.jar [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 331 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4.jar (54 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/lingala/zip4j/zip4j/1.3.2/zip4j-1.3.2.jar [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 395 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spoon/labs/gumtree-spoon-ast-diff/1.23/gumtree-spoon-ast-diff-1.23.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/mail/mail/1.4/mail-1.4.jar (389 kB at 380 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/gumtreediff/core/2.1.2/core-2.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.5/jdom2-2.0.5.jar (300 kB at 292 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/atteo/classindex/classindex/3.4/classindex-3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/lingala/zip4j/zip4j/1.3.2/zip4j-1.3.2.jar (131 kB at 127 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/mpkorstanje/simmetrics-core/3.2.3/simmetrics-core-3.2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spoon/labs/gumtree-spoon-ast-diff/1.23/gumtree-spoon-ast-diff-1.23.jar (41 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgrapht/jgrapht-core/1.0.1/jgrapht-core-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/mpkorstanje/simmetrics-core/3.2.3/simmetrics-core-3.2.3.jar (100 kB at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/gitective/gitective-core/0.9.9/gitective-core-0.9.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/atteo/classindex/classindex/3.4/classindex-3.4.jar (32 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/docx4j/docx4j/3.3.0/docx4j-3.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/gumtreediff/core/2.1.2/core-2.1.2.jar (231 kB at 210 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/plutext/jaxb-svg11/1.0.2/jaxb-svg11-1.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgrapht/jgrapht-core/1.0.1/jgrapht-core-1.0.1.jar (565 kB at 506 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/engio/mbassador/1.2.4.2/mbassador-1.2.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/gitective/gitective-core/0.9.9/gitective-core-0.9.9.jar (117 kB at 99 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.21/jcl-over-slf4j-1.7.21.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/engio/mbassador/1.2.4.2/mbassador-1.2.4.2.jar (97 kB at 81 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/plutext/jaxb-svg11/1.0.2/jaxb-svg11-1.0.2.jar (280 kB at 234 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/xmlgraphics-commons/2.1/xmlgraphics-commons-2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avalon/framework/avalon-framework-api/4.3.1/avalon-framework-api-4.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avalon/framework/avalon-framework-api/4.3.1/avalon-framework-api-4.3.1.jar (33 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avalon/framework/avalon-framework-impl/4.3.1/avalon-framework-impl-4.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.21/jcl-over-slf4j-1.7.21.jar (16 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xalan/xalan/2.7.2/xalan-2.7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/xmlgraphics-commons/2.1/xmlgraphics-commons-2.1.jar (645 kB at 494 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xalan/serializer/2.7.2/serializer-2.7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/docx4j/docx4j/3.3.0/docx4j-3.3.0.jar (5.1 MB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/arnx/wmf2svg/0.9.8/wmf2svg-0.9.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spoonlabs/coming/5.2.0/coming-5.2.0.jar (25 MB at 19 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar (168 kB at 127 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xalan/serializer/2.7.2/serializer-2.7.2.jar (276 kB at 204 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/arnx/wmf2svg/0.9.8/wmf2svg-0.9.8.jar (87 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avalon/framework/avalon-framework-impl/4.3.1/avalon-framework-impl-4.3.1.jar (61 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-csv/1.6/commons-csv-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.jar (445 kB at 323 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-csv/1.6/commons-csv-1.6.jar (42 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/tech/sourced/siva-java/0.1.3/siva-java-0.1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.jar (149 kB at 107 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.11/scala-library-2.11.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xalan/xalan/2.7.2/xalan-2.7.2.jar (3.2 MB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/nanohttpd/nanohttpd/2.3.1/nanohttpd-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/tech/sourced/siva-java/0.1.3/siva-java-0.1.3.jar (13 kB at 8.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ml/dmlc/xgboost4j/0.72/xgboost4j-0.72.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.jar (16 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/typesafe/akka/akka-actor_2.11/2.3.11/akka-actor_2.11-2.3.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/nanohttpd/nanohttpd/2.3.1/nanohttpd-2.3.1.jar (51 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/typesafe/config/1.2.1/config-1.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar (2.5 MB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/esotericsoftware/kryo/kryo/2.21/kryo-2.21.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/typesafe/config/1.2.1/config-1.2.1.jar (220 kB at 145 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/esotericsoftware/reflectasm/reflectasm/1.07/reflectasm-1.07-shaded.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ml/dmlc/xgboost4j/0.72/xgboost4j-0.72.jar (2.1 MB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/esotericsoftware/minlog/minlog/1.2/minlog-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/esotericsoftware/reflectasm/reflectasm/1.07/reflectasm-1.07-shaded.jar (66 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/1.2/objenesis-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/esotericsoftware/kryo/kryo/2.21/kryo-2.21.jar (363 kB at 228 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-compiler/2.11.8/scala-compiler-2.11.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/esotericsoftware/minlog/minlog/1.2/minlog-1.2.jar (5.0 kB at 3.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/modules/scala-xml_2.11/1.0.4/scala-xml_2.11-1.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/typesafe/akka/akka-actor_2.11/2.3.11/akka-actor_2.11-2.3.11.jar (2.6 MB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/modules/scala-parser-combinators_2.11/1.0.4/scala-parser-combinators_2.11-1.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/1.2/objenesis-1.2.jar (36 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.8/scala-reflect-2.11.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.11/scala-library-2.11.11.jar (5.7 MB at 3.5 MB/s) [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] 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 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7/plexus-component-annotations-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/modules/scala-xml_2.11/1.0.4/scala-xml_2.11-1.0.4.jar (648 kB at 387 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-report-parser/2.21.0/surefire-report-parser-2.21.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/modules/scala-parser-combinators_2.11/1.0.4/scala-parser-combinators_2.11-1.0.4.jar (424 kB at 253 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.21.0/surefire-logger-api-2.21.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7/plexus-component-annotations-1.7.jar (4.3 kB at 2.5 kB/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-model-builder/3.3.9/maven-model-builder-3.3.9.jar (177 kB at 105 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/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar (164 kB at 97 kB/s) [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] 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 32 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/apache/maven/surefire/surefire-report-parser/2.21.0/surefire-report-parser-2.21.0.jar (63 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/eu/stamp-project/assert-fixer/1.0.10/assert-fixer-1.0.10.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 8.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/wumpz/diffutils/3.0/diffutils-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.21.0/surefire-logger-api-2.21.0.jar (13 kB at 7.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/inria/sacha/automaticRepair/astor/20190919/astor-20190919.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/wumpz/diffutils/3.0/diffutils-3.0.jar (46 kB at 26 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/gzoltar/com.gzoltar.core/1.7.2/com.gzoltar.core-1.7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/eu/stamp-project/assert-fixer/1.0.10/assert-fixer-1.0.10.jar (46 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easytesting/fest-assert/1.4/fest-assert-1.4.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 320 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easytesting/fest-util/1.1.6/fest-util-1.1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easytesting/fest-assert/1.4/fest-assert-1.4.jar (78 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/json-schema-validator/2.2.10/json-schema-validator-2.2.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.8/scala-reflect-2.11.8.jar (4.6 MB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/json-schema-core/1.2.10/json-schema-core-1.2.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easytesting/fest-util/1.1.6/fest-util-1.1.6.jar (31 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/jackson-coreutils/1.9/jackson-coreutils-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/gzoltar/com.gzoltar.core/1.7.2/com.gzoltar.core-1.7.2.jar (149 kB at 80 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/fge/msg-simple/1.1/msg-simple-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/json-schema-validator/2.2.10/json-schema-validator-2.2.10.jar (237 kB at 124 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/fge/btf/1.2/btf-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/fge/msg-simple/1.1/msg-simple-1.1.jar (37 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/fge/uri-template/0.9/uri-template-0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/jackson-coreutils/1.9/jackson-coreutils-1.9.jar (31 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mozilla/rhino/1.7.7.1/rhino-1.7.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/json-schema-core/1.2.10/json-schema-core-1.2.10.jar (174 kB at 89 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/mail/mailapi/1.4.3/mailapi-1.4.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/fge/btf/1.2/btf-1.2.jar (8.9 kB at 4.5 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.9.7/joda-time-2.9.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/fge/uri-template/0.9/uri-template-0.9.jar (57 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/libphonenumber/libphonenumber/8.0.0/libphonenumber-8.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/mail/mailapi/1.4.3/mailapi-1.4.3.jar (250 kB at 124 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-compiler/2.11.8/scala-compiler-2.11.8.jar (15 MB at 7.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar (20 kB at 9.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/activemq-core/5.7.0/activemq-core-5.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar (78 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.1.1/geronimo-jms_1.1_spec-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.9.7/joda-time-2.9.7.jar (633 kB at 304 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/kahadb/5.7.0/kahadb-5.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/libphonenumber/libphonenumber/8.0.0/libphonenumber-8.0.0.jar (327 kB at 157 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mozilla/rhino/1.7.7.1/rhino-1.7.7.1.jar (1.3 MB at 602 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/protobuf/activemq-protobuf/1.1/activemq-protobuf-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/mqtt-client/mqtt-client/1.3/mqtt-client-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/mqtt-client/mqtt-client/1.3/mqtt-client-1.3.jar (111 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtdispatch/hawtdispatch-transport/1.11/hawtdispatch-transport-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.1.1/geronimo-jms_1.1_spec-1.1.1.jar (32 kB at 15 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/kahadb/5.7.0/kahadb-5.7.0.jar (185 kB at 84 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/protobuf/activemq-protobuf/1.1/activemq-protobuf-1.1.jar (148 kB at 67 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/activemq-core/5.7.0/activemq-core-5.7.0.jar (4.0 MB at 1.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtdispatch/hawtdispatch-transport/1.11/hawtdispatch-transport-1.11.jar (105 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/3.0.7.RELEASE/spring-aop-3.0.7.RELEASE.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/3.0.7.RELEASE/spring-context-3.0.7.RELEASE.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0.1/geronimo-j2ee-management_1.1_spec-1.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtdispatch/hawtdispatch/1.11/hawtdispatch-1.11.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/3.0.7.RELEASE/spring-beans-3.0.7.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtdispatch/hawtdispatch/1.11/hawtdispatch-1.11.jar (109 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/3.0.7.RELEASE/spring-core-3.0.7.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0.1/geronimo-j2ee-management_1.1_spec-1.0.1.jar (20 kB at 9.0 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/3.0.7.RELEASE/spring-expression-3.0.7.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/3.0.7.RELEASE/spring-context-3.0.7.RELEASE.jar (670 kB at 299 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-asm/3.0.7.RELEASE/spring-asm-3.0.7.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/3.0.7.RELEASE/spring-core-3.0.7.RELEASE.jar (384 kB at 169 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-net/commons-net/3.1/commons-net-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/3.0.7.RELEASE/spring-expression-3.0.7.RELEASE.jar (170 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-asm/3.0.7.RELEASE/spring-asm-3.0.7.RELEASE.jar (53 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spirals/npefix/0.8/npefix-0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/3.0.7.RELEASE/spring-aop-3.0.7.RELEASE.jar (321 kB at 140 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/cloudbees/diff4j/1.2/diff4j-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/3.0.7.RELEASE/spring-beans-3.0.7.RELEASE.jar (557 kB at 243 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/localizer/localizer/1.12/localizer-1.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.jar (126 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.runtime/3.6.0.v20100505/org.eclipse.core.runtime-3.6.0.v20100505.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-net/commons-net/3.1/commons-net-3.1.jar (273 kB at 116 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.contenttype/3.4.100.v20100505-1235/org.eclipse.core.contenttype-3.4.100.v20100505-1235.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/localizer/localizer/1.12/localizer-1.12.jar (6.7 kB at 2.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/equinox/org.eclipse.equinox.preferences/3.3.0.v20100503/org.eclipse.equinox.preferences-3.3.0.v20100503.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spirals/npefix/0.8/npefix-0.8.jar (374 kB at 158 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/equinox/org.eclipse.equinox.registry/3.5.0.v20100503/org.eclipse.equinox.registry-3.5.0.v20100503.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/cloudbees/diff4j/1.2/diff4j-1.2.jar (53 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.jobs/3.5.0.v20100515/org.eclipse.core.jobs-3.5.0.v20100515.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.runtime/3.6.0.v20100505/org.eclipse.core.runtime-3.6.0.v20100505.jar (71 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/equinox/org.eclipse.equinox.common/3.6.0.v20100503/org.eclipse.equinox.common-3.6.0.v20100503.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/equinox/org.eclipse.equinox.registry/3.5.0.v20100503/org.eclipse.equinox.registry-3.5.0.v20100503.jar (183 kB at 76 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.contenttype/3.4.100.v20100505-1235/org.eclipse.core.contenttype-3.4.100.v20100505-1235.jar (92 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/equinox/org.eclipse.equinox.app/1.3.0.v20100512/org.eclipse.equinox.app-1.3.0.v20100512.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/osgi/org.eclipse.osgi.services/3.2.100.v20100503/org.eclipse.osgi.services-3.2.100.v20100503.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.jobs/3.5.0.v20100515/org.eclipse.core.jobs-3.5.0.v20100515.jar (91 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/osgi/org.eclipse.osgi/3.6.0.v20100517/org.eclipse.osgi-3.6.0.v20100517.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/equinox/org.eclipse.equinox.preferences/3.3.0.v20100503/org.eclipse.equinox.preferences-3.3.0.v20100503.jar (111 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/equinox/org.eclipse.equinox.common/3.6.0.v20100503/org.eclipse.equinox.common-3.6.0.v20100503.jar (102 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.foundation/1.2.0/org.osgi.foundation-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/equinox/org.eclipse.equinox.app/1.3.0.v20100512/org.eclipse.equinox.app-1.3.0.v20100512.jar (84 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.resources/3.6.0.v20100526-0737/org.eclipse.core.resources-3.6.0.v20100526-0737.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/osgi/org.eclipse.osgi.services/3.2.100.v20100503/org.eclipse.osgi.services-3.2.100.v20100503.jar (67 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.expressions/3.4.200.v20100505/org.eclipse.core.expressions-3.4.200.v20100505.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar (105 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.filesystem/1.3.0.v20100526-0737/org.eclipse.core.filesystem-1.3.0.v20100526-0737.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.resources/3.6.0.v20100526-0737/org.eclipse.core.resources-3.6.0.v20100526-0737.jar (770 kB at 307 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/tyrus/bundles/tyrus-standalone-client/1.13.1/tyrus-standalone-client-1.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.foundation/1.2.0/org.osgi.foundation-1.2.0.jar (260 kB at 103 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spirals/nopol/689e97eab451a671378b3fd55f790a39ce0d21d3/nopol-689e97eab451a671378b3fd55f790a39ce0d21d3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.expressions/3.4.200.v20100505/org.eclipse.core.expressions-3.4.200.v20100505.jar (87 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/microsoft/z3/z3/0.0.1/z3-0.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/osgi/org.eclipse.osgi/3.6.0.v20100517/org.eclipse.osgi-3.6.0.v20100517.jar (1.1 MB at 454 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/smtlib/smtlib/0.9.7.1/smtlib-0.9.7.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.1/commons-collections4-4.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/core/org.eclipse.core.filesystem/1.3.0.v20100526-0737/org.eclipse.core.filesystem-1.3.0.v20100526-0737.jar (53 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/activemq-all/5.15.8/activemq-all-5.15.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/tyrus/bundles/tyrus-standalone-client/1.13.1/tyrus-standalone-client-1.13.1.jar (2.1 MB at 808 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/java-websocket/Java-WebSocket/1.5.0/Java-WebSocket-1.5.0.jar [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/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.jar (63 kB at 24 kB/s) [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 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/json/json/20180813/json-20180813.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.5.1.201910021850-r/org.eclipse.jgit-5.5.1.201910021850-r.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/java-websocket/Java-WebSocket/1.5.0/Java-WebSocket-1.5.0.jar (132 kB at 51 kB/s) [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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.1/commons-collections4-4.1.jar (751 kB at 286 kB/s) [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/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar (283 kB at 106 kB/s) [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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/json/json/20180813/json-20180813.jar (65 kB at 24 kB/s) [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] 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 26 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/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar (166 kB at 60 kB/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/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.jar (326 kB at 117 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/java-diff-utils/java-diff-utils/4.0/java-diff-utils-4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.5.1.201910021850-r/org.eclipse.jgit-5.5.1.201910021850-r.jar (2.8 MB at 992 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kohsuke/github-api/1.132/github-api-1.132.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 305 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/java-diff-utils/java-diff-utils/4.0/java-diff-utils-4.0.jar (46 kB at 16 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kohsuke/github-api/1.132/github-api-1.132.jar (522 kB at 181 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar (285 kB at 99 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/activemq-all/5.15.8/activemq-all-5.15.8.jar (18 MB at 6.1 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 1.5 MB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/automatic-diff-dissection-1.1-20210225.165231-1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spirals/nopol/689e97eab451a671378b3fd55f790a39ce0d21d3/nopol-689e97eab451a671378b3fd55f790a39ce0d21d3.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/CocoSpoon-1.0.0-20190408.122227-1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/inria/sacha/automaticRepair/astor/20190919/astor-20190919.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/microsoft/z3/z3/0.0.1/z3-0.0.1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/smtlib/smtlib/0.9.7.1/smtlib-0.9.7.1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.jar [INFO] Downloaded from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/CocoSpoon-1.0.0-20190408.122227-1.jar (21 kB at 76 kB/s) [INFO] Downloaded from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/automatic-diff-dissection-1.1-20210225.165231-1.jar (88 kB at 253 kB/s) [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/inria/sacha/automaticRepair/astor/20190919/astor-20190919.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/smtlib/smtlib/0.9.7.1/smtlib-0.9.7.1.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/microsoft/z3/z3/0.0.1/z3-0.0.1.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/fr/inria/gforge/spirals/nopol/689e97eab451a671378b3fd55f790a39ce0d21d3/nopol-689e97eab451a671378b3fd55f790a39ce0d21d3.jar [INFO] Downloaded from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/inria/sacha/automaticRepair/astor/20190919/astor-20190919.jar (955 kB at 3.0 MB/s) [INFO] Downloaded from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/fr/inria/gforge/spirals/nopol/689e97eab451a671378b3fd55f790a39ce0d21d3/nopol-689e97eab451a671378b3fd55f790a39ce0d21d3.jar (608 kB at 1.6 MB/s) [INFO] Downloading from gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/com/microsoft/z3/z3/0.0.1/z3-0.0.1.jar [INFO] Downloading from gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/smtlib/smtlib/0.9.7.1/smtlib-0.9.7.1.jar [INFO] Downloading from gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.jar [INFO] Downloaded from gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/smtlib/smtlib/0.9.7.1/smtlib-0.9.7.1.jar (408 kB at 112 kB/s) [WARNING] Could not validate integrity of download from http://sachaproject.gforge.inria.fr/repositories/releases/com/microsoft/z3/z3/0.0.1/z3-0.0.1.jar: Checksum validation failed, no checksums available [WARNING] Checksum validation failed, no checksums available from gforge.inria.fr-release for http://sachaproject.gforge.inria.fr/repositories/releases/com/microsoft/z3/z3/0.0.1/z3-0.0.1.jar [INFO] Downloaded from gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/com/microsoft/z3/z3/0.0.1/z3-0.0.1.jar (134 kB at 35 kB/s) [WARNING] Could not validate integrity of download from http://sachaproject.gforge.inria.fr/repositories/releases/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.jar: Checksum validation failed, no checksums available [WARNING] Checksum validation failed, no checksums available from gforge.inria.fr-release for http://sachaproject.gforge.inria.fr/repositories/releases/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.jar [INFO] Downloaded from gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.jar (3.3 MB at 722 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ repairnator-realtime --- [INFO] [INFO] --- flatten-maven-plugin:1.1.0:clean (flatten.clean) @ repairnator-realtime --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:prepare-agent (default) @ repairnator-realtime --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-realtime/target/jacoco.exec,excludes=com.sun.tools.jdi.** [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ repairnator-realtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ repairnator-realtime --- [INFO] Generating flattened POM of project fr.inria.repairnator:repairnator-realtime:jar:3.3-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ repairnator-realtime --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-realtime/target/classes [WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-realtime/src/main/java/fr/inria/spirals/repairnator/scanner/ProjectScanner.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-realtime/src/main/java/fr/inria/spirals/repairnator/scanner/ProjectScanner.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-realtime/src/main/java/fr/inria/spirals/repairnator/realtime/GithubScanner.java: /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-realtime/src/main/java/fr/inria/spirals/repairnator/realtime/GithubScanner.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-realtime/src/main/java/fr/inria/spirals/repairnator/realtime/GithubScanner.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ repairnator-realtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ repairnator-realtime --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-realtime/target/test-classes [WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-realtime/src/test/java/fr/inria/spirals/repairnator/realtime/TestSequencerCollector.java: /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-realtime/src/test/java/fr/inria/spirals/repairnator/realtime/TestSequencerCollector.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-realtime/src/test/java/fr/inria/spirals/repairnator/realtime/TestSequencerCollector.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ repairnator-realtime --- ------------------------------------------------------- T E S T S ------------------------------------------------------- Running fr.inria.spirals.repairnator.buildrainer.BuildRainerTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.431 sec - in fr.inria.spirals.repairnator.buildrainer.BuildRainerTest Running fr.inria.spirals.repairnator.realtime.utils.PatchFilterTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.043 sec - in fr.inria.spirals.repairnator.realtime.utils.PatchFilterTest Running fr.inria.spirals.repairnator.realtime.TestZeroScanner Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.359 sec - in fr.inria.spirals.repairnator.realtime.TestZeroScanner Running fr.inria.spirals.repairnator.realtime.TestSequencerCollector Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in fr.inria.spirals.repairnator.realtime.TestSequencerCollector Running fr.inria.spirals.repairnator.realtime.TestRTScanner Tests run: 5, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0 sec - in fr.inria.spirals.repairnator.realtime.TestRTScanner Running fr.inria.spirals.repairnator.realtime.notifier.TestTimedSummaryNotifier Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 sec - in fr.inria.spirals.repairnator.realtime.notifier.TestTimedSummaryNotifier Running fr.inria.spirals.repairnator.realtime.TestGithubScanner Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.994 sec - in fr.inria.spirals.repairnator.realtime.TestGithubScanner Running fr.inria.spirals.repairnator.scanner.GithubPullRequestScannerTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.147 sec - in fr.inria.spirals.repairnator.scanner.GithubPullRequestScannerTest Running fr.inria.spirals.repairnator.scanner.ProjectScannerTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 9, Time elapsed: 0.001 sec - in fr.inria.spirals.repairnator.scanner.ProjectScannerTest Results : Tests run: 35, Failures: 0, Errors: 0, Skipped: 15 [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 07:45 min [INFO] Finished at: 2023-05-10T14:57:59Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (repairnator-jenkins-plugin) [Pipeline] timeout Timeout set to expire in 15 min [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + bash ./.ci/ci-run.sh [INFO] Scanning for projects... [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/plugin/3.50/plugin-3.50.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/plugin/3.50/plugin-3.50.pom (57 kB at 68 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/tools/maven-hpi-plugin/3.9/maven-hpi-plugin-3.9.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/tools/maven-hpi-plugin/3.9/maven-hpi-plugin-3.9.pom (13 kB at 205 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/jenkins/1.37/jenkins-1.37.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/jenkins/1.37/jenkins-1.37.pom (28 kB at 447 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/ibm/icu/icu4j/64.2/icu4j-64.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/ibm/icu/icu4j/64.2/icu4j-64.2.pom (4.9 kB at 82 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/sun/codemodel/codemodel/2.6/codemodel-2.6.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/sun/codemodel/codemodel/2.6/codemodel-2.6.pom (2.9 kB at 45 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/sun/codemodel/codemodel-project/2.6/codemodel-project-2.6.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/sun/codemodel/codemodel-project/2.6/codemodel-project-2.6.pom (7.1 kB at 117 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler-groovy/1.258/stapler-groovy-1.258.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler-groovy/1.258/stapler-groovy-1.258.pom (2.8 kB at 47 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler-jelly/1.258/stapler-jelly-1.258.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler-jelly/1.258/stapler-jelly-1.258.pom (3.6 kB at 59 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler/1.258/stapler-1.258.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler/1.258/stapler-1.258.pom (5.7 kB at 88 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-discovery/commons-discovery/0.4/commons-discovery-0.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-discovery/commons-discovery/0.4/commons-discovery-0.4.pom (5.2 kB at 86 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom (11 kB at 142 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/commons/commons-parent/14/commons-parent-14.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/commons/commons-parent/14/commons-parent-14.pom (31 kB at 498 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/localizer/localizer/1.7/localizer-1.7.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/localizer/localizer/1.7/localizer-1.7.pom (689 B at 11 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/localizer/localizer-parent/1.7/localizer-parent-1.7.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/localizer/localizer-parent/1.7/localizer-parent-1.7.pom (1.7 kB at 28 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/json-lib/2.4-jenkins-2/json-lib-2.4-jenkins-2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/json-lib/2.4-jenkins-2/json-lib-2.4-jenkins-2.pom (13 kB at 226 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-beanutils/commons-beanutils/1.8.0/commons-beanutils-1.8.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-beanutils/commons-beanutils/1.8.0/commons-beanutils-1.8.0.pom (11 kB at 174 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-lang/commons-lang/2.5/commons-lang-2.5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-lang/commons-lang/2.5/commons-lang-2.5.pom (17 kB at 276 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/commons/commons-parent/12/commons-parent-12.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/commons/commons-parent/12/commons-parent-12.pom (27 kB at 434 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/sf/ezmorph/ezmorph/1.0.6/ezmorph-1.0.6.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/sf/ezmorph/ezmorph/1.0.6/ezmorph-1.0.6.pom (6.8 kB at 111 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-lang/commons-lang/2.3/commons-lang-2.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-lang/commons-lang/2.3/commons-lang-2.3.pom (11 kB at 179 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/tiger-types/2.2/tiger-types-2.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/tiger-types/2.2/tiger-types-2.2.pom (2.9 kB at 45 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/guava/guava/11.0.1/guava-11.0.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/guava/guava/11.0.1/guava-11.0.1.pom (5.5 kB at 90 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/guava/guava-parent/11.0.1/guava-parent-11.0.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/guava/guava-parent/11.0.1/guava-parent-11.0.1.pom (2.0 kB at 33 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/asm5/5.0.1/asm5-5.0.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/asm5/5.0.1/asm5-5.0.1.pom (853 B at 15 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-fileupload/commons-fileupload/1.2.1/commons-fileupload-1.2.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-fileupload/commons-fileupload/1.2.1/commons-fileupload-1.2.1.pom (7.9 kB at 128 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.pom (3.1 kB at 48 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/commons-jelly/1.1-jenkins-20120928/commons-jelly-1.1-jenkins-20120928.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/commons-jelly/1.1-jenkins-20120928/commons-jelly-1.1-jenkins-20120928.pom (5.7 kB at 98 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/commons-jexl/1.1-jenkins-20111212/commons-jexl-1.1-jenkins-20111212.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/commons-jexl/1.1-jenkins-20111212/commons-jexl-1.1-jenkins-20111212.pom (3.7 kB at 62 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 187 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/dom4j/dom4j/2.1.1/dom4j-2.1.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/dom4j/dom4j/2.1.1/dom4j-2.1.1.pom (2.4 kB at 39 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/groovy/groovy-all/2.4.11/groovy-all-2.4.11.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/groovy/groovy-all/2.4.11/groovy-all-2.4.11.pom (21 kB at 358 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-api/2.2.0/maven-plugin-api-2.2.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-api/2.2.0/maven-plugin-api-2.2.0.pom (1.5 kB at 25 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven/2.2.0/maven-2.2.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven/2.2.0/maven-2.2.0.pom (22 kB at 356 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom (2.8 kB at 48 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom (2.2 kB at 38 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom (3.2 kB at 52 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom (2.2 kB at 37 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom (3.1 kB at 54 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom (1.9 kB at 31 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom (1.6 kB at 26 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom (1.9 kB at 33 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-archiver/2.0.1/maven-archiver-2.0.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-archiver/2.0.1/maven-archiver-2.0.1.pom (912 B at 15 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven/2.0.1/maven-2.0.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven/2.0.1/maven-2.0.1.pom (11 kB at 186 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-project/2.0.1/maven-project-2.0.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-project/2.0.1/maven-project-2.0.1.pom (1.7 kB at 27 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-profile/2.0.1/maven-profile-2.0.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-profile/2.0.1/maven-profile-2.0.1.pom (1.5 kB at 25 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model/2.0.1/maven-model-2.0.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model/2.0.1/maven-model-2.0.1.pom (2.5 kB at 43 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-utils/1.0.5/plexus-utils-1.0.5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-utils/1.0.5/plexus-utils-1.0.5.pom (918 B at 16 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact-manager/2.0.1/maven-artifact-manager-2.0.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact-manager/2.0.1/maven-artifact-manager-2.0.1.pom (1.4 kB at 24 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-repository-metadata/2.0.1/maven-repository-metadata-2.0.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-repository-metadata/2.0.1/maven-repository-metadata-2.0.1.pom (1.3 kB at 23 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact/2.0.1/maven-artifact-2.0.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact/2.0.1/maven-artifact-2.0.1.pom (765 B at 13 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-archiver/1.0-alpha-4/plexus-archiver-1.0-alpha-4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-archiver/1.0-alpha-4/plexus-archiver-1.0-alpha-4.pom (439 B at 3.1 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom (2.1 kB at 35 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-maven-plugin/9.4.5.v20170502/jetty-maven-plugin-9.4.5.v20170502.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-maven-plugin/9.4.5.v20170502/jetty-maven-plugin-9.4.5.v20170502.pom (5.7 kB at 95 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-project/9.4.5.v20170502/jetty-project-9.4.5.v20170502.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-project/9.4.5.v20170502/jetty-project-9.4.5.v20170502.pom (54 kB at 528 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.pom (2.3 kB at 38 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven/3.0.3/maven-3.0.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven/3.0.3/maven-3.0.3.pom (23 kB at 353 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.pom (3.9 kB at 67 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (2.9 kB at 43 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.pom (1.9 kB at 33 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.pom (3.0 kB at 52 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/inject/guice-plexus/2.1.1/guice-plexus-2.1.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/inject/guice-plexus/2.1.1/guice-plexus-2.1.1.pom (3.6 kB at 58 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/inject/guice-bean/2.1.1/guice-bean-2.1.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/inject/guice-bean/2.1.1/guice-bean-2.1.1.pom (3.0 kB at 49 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/sisu-inject/2.1.1/sisu-inject-2.1.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/sisu-inject/2.1.1/sisu-inject-2.1.1.pom (1.8 kB at 29 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/sisu-parent/2.1.1/sisu-parent-2.1.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/sisu-parent/2.1.1/sisu-parent-2.1.1.pom (9.3 kB at 157 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/forge/forge-parent/7/forge-parent-7.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/forge/forge-parent/7/forge-parent-7.pom (13 kB at 208 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 61 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.pom (3.0 kB at 45 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4.pom (7.8 kB at 111 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/inject/guice-parent/2.9.4/guice-parent-2.9.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/inject/guice-parent/2.9.4/guice-parent-2.9.4.pom (13 kB at 191 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-core/3.0.3/maven-core-3.0.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-core/3.0.3/maven-core-3.0.3.pom (6.6 kB at 103 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings/3.0.3/maven-settings-3.0.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings/3.0.3/maven-settings-3.0.3.pom (1.9 kB at 28 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings-builder/3.0.3/maven-settings-builder-3.0.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings-builder/3.0.3/maven-settings-builder-3.0.3.pom (2.2 kB at 34 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-repository-metadata/3.0.3/maven-repository-metadata-3.0.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-repository-metadata/3.0.3/maven-repository-metadata-3.0.3.pom (1.9 kB at 32 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model-builder/3.0.3/maven-model-builder-3.0.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model-builder/3.0.3/maven-model-builder-3.0.3.pom (2.2 kB at 37 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-aether-provider/3.0.3/maven-aether-provider-3.0.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-aether-provider/3.0.3/maven-aether-provider-3.0.3.pom (2.9 kB at 48 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/aether/aether-api/1.11/aether-api-1.11.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/aether/aether-api/1.11/aether-api-1.11.pom (1.5 kB at 22 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/aether/aether-parent/1.11/aether-parent-1.11.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/aether/aether-parent/1.11/aether-parent-1.11.pom (11 kB at 182 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/aether/aether-spi/1.11/aether-spi-1.11.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/aether/aether-spi/1.11/aether-spi-1.11.pom (1.5 kB at 23 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/aether/aether-util/1.11/aether-util-1.11.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/aether/aether-util/1.11/aether-util-1.11.pom (1.8 kB at 30 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/aether/aether-impl/1.11/aether-impl-1.11.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/aether/aether-impl/1.11/aether-impl-1.11.pom (3.2 kB at 55 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.4/maven-plugin-tools-api-3.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.4/maven-plugin-tools-api-3.4.pom (2.9 kB at 47 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.4/maven-plugin-tools-3.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.4/maven-plugin-tools-3.4.pom (14 kB at 223 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-util/9.4.5.v20170502/jetty-util-9.4.5.v20170502.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-util/9.4.5.v20170502/jetty-util-9.4.5.v20170502.pom (2.1 kB at 30 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-webapp/9.4.5.v20170502/jetty-webapp-9.4.5.v20170502.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-webapp/9.4.5.v20170502/jetty-webapp-9.4.5.v20170502.pom (2.5 kB at 44 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-xml/9.4.5.v20170502/jetty-xml-9.4.5.v20170502.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-xml/9.4.5.v20170502/jetty-xml-9.4.5.v20170502.pom (1.3 kB at 21 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-servlet/9.4.5.v20170502/jetty-servlet-9.4.5.v20170502.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-servlet/9.4.5.v20170502/jetty-servlet-9.4.5.v20170502.pom (2.1 kB at 37 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-security/9.4.5.v20170502/jetty-security-9.4.5.v20170502.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-security/9.4.5.v20170502/jetty-security-9.4.5.v20170502.pom (2.0 kB at 33 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-server/9.4.5.v20170502/jetty-server-9.4.5.v20170502.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-server/9.4.5.v20170502/jetty-server-9.4.5.v20170502.pom (2.6 kB at 46 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom (14 kB at 214 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-http/9.4.5.v20170502/jetty-http-9.4.5.v20170502.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-http/9.4.5.v20170502/jetty-http-9.4.5.v20170502.pom (2.7 kB at 45 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-io/9.4.5.v20170502/jetty-io-9.4.5.v20170502.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-io/9.4.5.v20170502/jetty-io-9.4.5.v20170502.pom (1.3 kB at 22 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-quickstart/9.4.5.v20170502/jetty-quickstart-9.4.5.v20170502.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-quickstart/9.4.5.v20170502/jetty-quickstart-9.4.5.v20170502.pom (3.2 kB at 55 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-jmx/9.4.5.v20170502/jetty-jmx-9.4.5.v20170502.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-jmx/9.4.5.v20170502/jetty-jmx-9.4.5.v20170502.pom (1.5 kB at 23 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-plus/9.4.5.v20170502/jetty-plus-9.4.5.v20170502.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-plus/9.4.5.v20170502/jetty-plus-9.4.5.v20170502.pom (2.0 kB at 35 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-jndi/9.4.5.v20170502/jetty-jndi-9.4.5.v20170502.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-jndi/9.4.5.v20170502/jetty-jndi-9.4.5.v20170502.pom (1.9 kB at 33 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-annotations/9.4.5.v20170502/jetty-annotations-9.4.5.v20170502.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-annotations/9.4.5.v20170502/jetty-annotations-9.4.5.v20170502.pom (2.6 kB at 45 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/ow2/asm/asm/5.1/asm-5.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/ow2/asm/asm/5.1/asm-5.1.pom (1.9 kB at 32 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/ow2/asm/asm-parent/5.1/asm-parent-5.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/ow2/asm/asm-parent/5.1/asm-parent-5.1.pom (5.5 kB at 93 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/ow2/asm/asm-commons/5.1/asm-commons-5.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/ow2/asm/asm-commons/5.1/asm-commons-5.1.pom (2.1 kB at 35 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/ow2/asm/asm-tree/5.1/asm-tree-5.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/ow2/asm/asm-tree/5.1/asm-tree-5.1.pom (2.1 kB at 34 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/javax/transaction/javax.transaction-api/1.2/javax.transaction-api-1.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/javax/transaction/javax.transaction-api/1.2/javax.transaction-api-1.2.pom (14 kB at 81 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-jaas/9.4.5.v20170502/jetty-jaas-9.4.5.v20170502.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-jaas/9.4.5.v20170502/jetty-jaas-9.4.5.v20170502.pom (1.4 kB at 21 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/javax-websocket-server-impl/9.4.5.v20170502/javax-websocket-server-impl-9.4.5.v20170502.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/javax-websocket-server-impl/9.4.5.v20170502/javax-websocket-server-impl-9.4.5.v20170502.pom (3.1 kB at 51 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/websocket-parent/9.4.5.v20170502/websocket-parent-9.4.5.v20170502.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/websocket-parent/9.4.5.v20170502/websocket-parent-9.4.5.v20170502.pom (1.9 kB at 30 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/javax-websocket-client-impl/9.4.5.v20170502/javax-websocket-client-impl-9.4.5.v20170502.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/javax-websocket-client-impl/9.4.5.v20170502/javax-websocket-client-impl-9.4.5.v20170502.pom (3.6 kB at 61 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/websocket-client/9.4.5.v20170502/websocket-client-9.4.5.v20170502.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/websocket-client/9.4.5.v20170502/websocket-client-9.4.5.v20170502.pom (5.3 kB at 89 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-client/9.4.5.v20170502/jetty-client-9.4.5.v20170502.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-client/9.4.5.v20170502/jetty-client-9.4.5.v20170502.pom (4.4 kB at 74 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/websocket-common/9.4.5.v20170502/websocket-common-9.4.5.v20170502.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/websocket-common/9.4.5.v20170502/websocket-common-9.4.5.v20170502.pom (2.6 kB at 44 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/websocket-api/9.4.5.v20170502/websocket-api-9.4.5.v20170502.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/websocket-api/9.4.5.v20170502/websocket-api-9.4.5.v20170502.pom (2.2 kB at 37 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/javax/websocket/javax.websocket-api/1.0/javax.websocket-api-1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/javax/websocket/javax.websocket-api/1.0/javax.websocket-api-1.0.pom (8.4 kB at 135 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/javax/websocket/javax.websocket-all/1.0/javax.websocket-all-1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/javax/websocket/javax.websocket-all/1.0/javax.websocket-all-1.0.pom (9.8 kB at 172 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/websocket-server/9.4.5.v20170502/websocket-server-9.4.5.v20170502.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/websocket-server/9.4.5.v20170502/websocket-server-9.4.5.v20170502.pom (3.6 kB at 60 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/websocket-servlet/9.4.5.v20170502/websocket-servlet-9.4.5.v20170502.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/websocket-servlet/9.4.5.v20170502/websocket-servlet-9.4.5.v20170502.pom (2.1 kB at 36 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/apache-jsp/9.4.5.v20170502/apache-jsp-9.4.5.v20170502.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/apache-jsp/9.4.5.v20170502/apache-jsp-9.4.5.v20170502.pom (4.1 kB at 68 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/toolchain/jetty-schemas/3.1/jetty-schemas-3.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/toolchain/jetty-schemas/3.1/jetty-schemas-3.1.pom (3.2 kB at 55 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/toolchain/jetty-toolchain/1.4/jetty-toolchain-1.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/toolchain/jetty-toolchain/1.4/jetty-toolchain-1.4.pom (1.4 kB at 24 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-parent/18/jetty-parent-18.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-parent/18/jetty-parent-18.pom (16 kB at 270 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/mortbay/jasper/apache-jsp/8.5.9.1/apache-jsp-8.5.9.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/mortbay/jasper/apache-jsp/8.5.9.1/apache-jsp-8.5.9.1.pom (16 kB at 272 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/mortbay/jasper/jasper-jsp/8.5.9.1/jasper-jsp-8.5.9.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/mortbay/jasper/jasper-jsp/8.5.9.1/jasper-jsp-8.5.9.1.pom (3.3 kB at 51 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-parent/25/jetty-parent-25.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-parent/25/jetty-parent-25.pom (22 kB at 365 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/mortbay/jasper/apache-el/8.5.9.1/apache-el-8.5.9.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/mortbay/jasper/apache-el/8.5.9.1/apache-el-8.5.9.1.pom (7.4 kB at 124 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jdt/core/compiler/ecj/4.4.2/ecj-4.4.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jdt/core/compiler/ecj/4.4.2/ecj-4.4.2.pom (2.1 kB at 36 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/apache-jstl/9.4.5.v20170502/apache-jstl-9.4.5.v20170502.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/apache-jstl/9.4.5.v20170502/apache-jstl-9.4.5.v20170502.pom (2.3 kB at 40 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/taglibs/taglibs-standard-spec/1.2.5/taglibs-standard-spec-1.2.5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/taglibs/taglibs-standard-spec/1.2.5/taglibs-standard-spec-1.2.5.pom (5.3 kB at 89 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/taglibs/taglibs-standard/1.2.5/taglibs-standard-1.2.5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/taglibs/taglibs-standard/1.2.5/taglibs-standard-1.2.5.pom (4.3 kB at 71 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/taglibs/taglibs-parent/3/taglibs-parent-3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/taglibs/taglibs-parent/3/taglibs-parent-3.pom (7.6 kB at 134 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/taglibs/taglibs-standard-impl/1.2.5/taglibs-standard-impl-1.2.5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/taglibs/taglibs-standard-impl/1.2.5/taglibs-standard-impl-1.2.5.pom (6.9 kB at 118 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/java/sezpoz/sezpoz/1.13/sezpoz-1.13.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/java/sezpoz/sezpoz/1.13/sezpoz-1.13.pom (3.4 kB at 52 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/java/sezpoz/pom/1.13/pom-1.13.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/java/sezpoz/pom/1.13/pom-1.13.pom (4.1 kB at 66 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom (11 kB at 197 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (1.8 kB at 31 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (1.5 kB at 23 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom (1.3 kB at 21 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom (9.2 kB at 155 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-parent/6/maven-parent-6.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 346 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom (4.2 kB at 72 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (2.4 kB at 40 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8.1 kB at 141 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (4.4 kB at 74 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (9.6 kB at 168 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 107 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (3.2 kB at 54 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (2.3 kB at 40 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom (2.4 kB at 42 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom (2.7 kB at 46 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (2.2 kB at 38 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom (1.6 kB at 28 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom (5.9 kB at 95 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom (8.3 kB at 141 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 2.9 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 25 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom (3.4 kB at 59 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (2.8 kB at 47 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 258 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 53 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom (2.2 kB at 37 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom (2.8 kB at 48 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom (3.1 kB at 56 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom (5.2 kB at 87 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/asm/asm/3.3.1/asm-3.3.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 4.0 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 76 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom (1.8 kB at 32 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven/2.0.5/maven-2.0.5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (5.7 kB at 102 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom (1.7 kB at 27 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (2.7 kB at 45 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom (1.7 kB at 28 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom (1.8 kB at 31 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom (1.5 kB at 26 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (727 B at 12 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom (6.8 kB at 115 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 34 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 464 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom (3.8 kB at 66 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (1.6 kB at 27 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven/2.0.8/maven-2.0.8.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 kB at 198 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (3.1 kB at 46 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (2.7 kB at 44 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (2.1 kB at 34 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (2.0 kB at 33 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (2.7 kB at 44 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom (1.9 kB at 30 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (2.0 kB at 32 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom (1.5 kB at 23 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom (5.1 kB at 81 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (9.3 kB at 156 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-parent/13/maven-parent-13.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 359 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-interactivity-api/1.0/plexus-interactivity-api-1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-interactivity-api/1.0/plexus-interactivity-api-1.0.pom (823 B at 13 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-interactivity/1.0/plexus-interactivity-1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-interactivity/1.0/plexus-interactivity-1.0.pom (1.6 kB at 27 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.3 kB at 38 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/maven-stapler-plugin/1.17/maven-stapler-plugin-1.17.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/maven-stapler-plugin/1.17/maven-stapler-plugin-1.17.pom (4.1 kB at 71 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler/1.100/stapler-1.100.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler/1.100/stapler-1.100.pom (3.0 kB at 48 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler-parent/1.100/stapler-parent-1.100.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler-parent/1.100/stapler-parent-1.100.pom (4.0 kB at 61 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/json-lib/2.1/json-lib-2.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/json-lib/2.1/json-lib-2.1.pom (11 kB at 185 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 101 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/sf/ezmorph/ezmorph/1.0.3/ezmorph-1.0.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/sf/ezmorph/ezmorph/1.0.3/ezmorph-1.0.3.pom (6.8 kB at 111 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/tiger-types/1.1/tiger-types-1.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/tiger-types/1.1/tiger-types-1.1.pom (2.2 kB at 32 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/junit/junit/4.5/junit-4.5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/junit/junit/4.5/junit-4.5.pom (1.2 kB at 20 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom (643 B at 8.2 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/maven-jellydoc-plugin/maven-jellydoc-plugin/1.5/maven-jellydoc-plugin-1.5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/maven-jellydoc-plugin/maven-jellydoc-plugin/1.5/maven-jellydoc-plugin-1.5.pom (3.5 kB at 58 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/maven-jellydoc-plugin/jellydoc/1.5/jellydoc-1.5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/maven-jellydoc-plugin/jellydoc/1.5/jellydoc-1.5.pom (2.6 kB at 43 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/maven-jellydoc-plugin/jellydoc-annotations/1.5/jellydoc-annotations-1.5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/maven-jellydoc-plugin/jellydoc-annotations/1.5/jellydoc-annotations-1.5.pom (708 B at 5.1 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/maven-jellydoc-plugin/taglib-xml-writer/1.5/taglib-xml-writer-1.5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/maven-jellydoc-plugin/taglib-xml-writer/1.5/taglib-xml-writer-1.5.pom (718 B at 12 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/sun/xml/txw2/txw2/20090102/txw2-20090102.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/sun/xml/txw2/txw2/20090102/txw2-20090102.pom (1.7 kB at 30 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/java/dev/textile-j/textile-j/2.2.864/textile-j-2.2.864.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/java/dev/textile-j/textile-j/2.2.864/textile-j-2.2.864.pom (1.7 kB at 28 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-core/2.0.1/maven-core-2.0.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-core/2.0.1/maven-core-2.0.1.pom (5.2 kB at 93 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings/2.0.1/maven-settings-2.0.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings/2.0.1/maven-settings-2.0.1.pom (1.4 kB at 26 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.1/maven-plugin-parameter-documenter-2.0.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.1/maven-plugin-parameter-documenter-2.0.1.pom (1.6 kB at 28 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.1/maven-reporting-api-2.0.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.1/maven-reporting-api-2.0.1.pom (902 B at 15 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/reporting/maven-reporting/2.0.1/maven-reporting-2.0.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/reporting/maven-reporting/2.0.1/maven-reporting-2.0.1.pom (546 B at 9.9 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-6/doxia-sink-api-1.0-alpha-6.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-6/doxia-sink-api-1.0-alpha-6.pom (386 B at 6.5 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia/1.0-alpha-6/doxia-1.0-alpha-6.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia/1.0-alpha-6/doxia-1.0-alpha-6.pom (3.8 kB at 67 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-error-diagnostics/2.0.1/maven-error-diagnostics-2.0.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-error-diagnostics/2.0.1/maven-error-diagnostics-2.0.1.pom (854 B at 14 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-registry/2.0.1/maven-plugin-registry-2.0.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-registry/2.0.1/maven-plugin-registry-2.0.1.pom (1.4 kB at 21 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-descriptor/2.0.1/maven-plugin-descriptor-2.0.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-descriptor/2.0.1/maven-plugin-descriptor-2.0.1.pom (1.5 kB at 27 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-monitor/2.0.1/maven-monitor-2.0.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-monitor/2.0.1/maven-monitor-2.0.1.pom (442 B at 7.5 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/nekohtml/nekohtml/1.9.6.2/nekohtml-1.9.6.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/nekohtml/nekohtml/1.9.6.2/nekohtml-1.9.6.2.pom (704 B at 13 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/jaxen/jaxen/1.1.1/jaxen-1.1.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/jaxen/jaxen/1.1.1/jaxen-1.1.1.pom (7.5 kB at 131 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/jdom/jdom/1.0/jdom-1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/jdom/jdom/1.0/jdom-1.0.pom (1.2 kB at 20 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/xml-apis/xml-apis/1.3.02/xml-apis-1.3.02.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/xml-apis/xml-apis/1.3.02/xml-apis-1.3.02.pom (357 B at 6.2 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.pom (150 B at 2.6 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/xom/xom/1.0/xom-1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/xom/xom/1.0/xom-1.0.pom (1.6 kB at 28 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.pom (153 B at 2.7 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/xalan/xalan/2.6.0/xalan-2.6.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/xalan/xalan/2.6.0/xalan-2.6.0.pom (491 B at 8.5 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/ibm/icu/icu4j/2.6.1/icu4j-2.6.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/ibm/icu/icu4j/2.6.1/icu4j-2.6.1.pom (150 B at 2.7 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/ant/ant/1.6.5/ant-1.6.5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/ant/ant/1.6.5/ant-1.6.5.pom (861 B at 13 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/reporting/maven-reporting-impl/2.0.1/maven-reporting-impl-2.0.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/reporting/maven-reporting-impl/2.0.1/maven-reporting-impl-2.0.1.pom (2.4 kB at 44 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-validator/commons-validator/1.1.4/commons-validator-1.1.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-validator/commons-validator/1.1.4/commons-validator-1.1.4.pom (168 B at 3.1 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-core/1.0-alpha-6/doxia-core-1.0-alpha-6.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-core/1.0-alpha-6/doxia-core-1.0-alpha-6.pom (1.5 kB at 27 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/oro/oro/2.0.7/oro-2.0.7.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/oro/oro/2.0.7/oro-2.0.7.pom (141 B at 2.5 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-6/doxia-site-renderer-1.0-alpha-6.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-6/doxia-site-renderer-1.0-alpha-6.pom (1.2 kB at 22 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom (771 B at 12 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-velocity/1.1.2/plexus-velocity-1.1.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-velocity/1.1.2/plexus-velocity-1.1.2.pom (6.8 kB at 115 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-7/plexus-container-default-1.0-alpha-7.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-7/plexus-container-default-1.0-alpha-7.pom (1.3 kB at 22 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/plexus/plexus-containers/1.0.2/plexus-containers-1.0.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/plexus/plexus-containers/1.0.2/plexus-containers-1.0.2.pom (471 B at 8.6 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/plexus/plexus-root/1.0.3/plexus-root-1.0.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/plexus/plexus-root/1.0.3/plexus-root-1.0.3.pom (6.0 kB at 106 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.pom (740 B at 13 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-logging/commons-logging-api/1.0.4/commons-logging-api-1.0.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-logging/commons-logging-api/1.0.4/commons-logging-api-1.0.4.pom (168 B at 2.5 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/velocity/velocity/1.4/velocity-1.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/velocity/velocity/1.4/velocity-1.4.pom (2.3 kB at 39 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/velocity/velocity-dep/1.4/velocity-dep-1.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/velocity/velocity-dep/1.4/velocity-dep-1.4.pom (1.9 kB at 34 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/jaxen/jaxen/1.1.4/jaxen-1.1.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/jaxen/jaxen/1.1.4/jaxen-1.1.4.pom (12 kB at 201 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/guava/guava/r06/guava-r06.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/guava/guava/r06/guava-r06.pom (3.1 kB at 48 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/google/5/google-5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/google/5/google-5.pom (2.5 kB at 46 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/metainf-services/metainf-services/1.2/metainf-services-1.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/metainf-services/metainf-services/1.2/metainf-services-1.2.pom (3.5 kB at 59 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 12 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 84 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/version-number/1.6/version-number-1.6.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/version-number/1.6/version-number-1.6.pom (1.7 kB at 26 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/jenkins/1.50/jenkins-1.50.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/jenkins/1.50/jenkins-1.50.pom (39 kB at 475 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.pom (3.5 kB at 53 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/tools/maven-hpi-plugin/3.9/maven-hpi-plugin-3.9.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/ibm/icu/icu4j/64.2/icu4j-64.2.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler-groovy/1.258/stapler-groovy-1.258.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/sun/codemodel/codemodel/2.6/codemodel-2.6.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/tools/maven-hpi-plugin/3.9/maven-hpi-plugin-3.9.jar (142 kB at 1.7 MB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler-jelly/1.258/stapler-jelly-1.258.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler-jelly/1.258/stapler-jelly-1.258.jar (88 kB at 596 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/commons-jelly/1.1-jenkins-20120928/commons-jelly-1.1-jenkins-20120928.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler-groovy/1.258/stapler-groovy-1.258.jar (32 kB at 194 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/commons-jexl/1.1-jenkins-20111212/commons-jexl-1.1-jenkins-20111212.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/sun/codemodel/codemodel/2.6/codemodel-2.6.jar (152 kB at 657 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/dom4j/dom4j/2.1.1/dom4j-2.1.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/commons-jelly/1.1-jenkins-20120928/commons-jelly-1.1-jenkins-20120928.jar (171 kB at 627 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/groovy/groovy-all/2.4.11/groovy-all-2.4.11.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/commons-jexl/1.1-jenkins-20111212/commons-jexl-1.1-jenkins-20111212.jar (141 kB at 468 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-api/2.2.0/maven-plugin-api-2.2.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-api/2.2.0/maven-plugin-api-2.2.0.jar (12 kB at 32 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.jar (262 kB at 564 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar (156 kB at 335 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.jar (49 kB at 94 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar (35 kB at 67 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.jar (87 kB at 151 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar (65 kB at 111 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-archiver/2.0.1/maven-archiver-2.0.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/dom4j/dom4j/2.1.1/dom4j-2.1.1.jar (324 kB at 533 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-archiver/1.0-alpha-4/plexus-archiver-1.0-alpha-4.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar (30 kB at 46 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-archiver/2.0.1/maven-archiver-2.0.1.jar (9.6 kB at 15 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-maven-plugin/9.4.5.v20170502/jetty-maven-plugin-9.4.5.v20170502.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-archiver/1.0-alpha-4/plexus-archiver-1.0-alpha-4.jar (131 kB at 188 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-core/3.0.3/maven-core-3.0.3.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.jar (80 kB at 114 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings-builder/3.0.3/maven-settings-builder-3.0.3.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/groovy/groovy-all/2.4.11/groovy-all-2.4.11.jar (7.0 MB at 9.9 MB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model-builder/3.0.3/maven-model-builder-3.0.3.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-maven-plugin/9.4.5.v20170502/jetty-maven-plugin-9.4.5.v20170502.jar (102 kB at 143 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-aether-provider/3.0.3/maven-aether-provider-3.0.3.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-aether-provider/3.0.3/maven-aether-provider-3.0.3.jar (56 kB at 71 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/aether/aether-spi/1.11/aether-spi-1.11.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model-builder/3.0.3/maven-model-builder-3.0.3.jar (149 kB at 190 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/aether/aether-impl/1.11/aether-impl-1.11.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings-builder/3.0.3/maven-settings-builder-3.0.3.jar (41 kB at 51 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/aether/aether-api/1.11/aether-api-1.11.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-core/3.0.3/maven-core-3.0.3.jar (557 kB at 669 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/aether/aether-util/1.11/aether-util-1.11.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/aether/aether-spi/1.11/aether-spi-1.11.jar (15 kB at 18 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/aether/aether-impl/1.11/aether-impl-1.11.jar (124 kB at 146 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/aether/aether-api/1.11/aether-api-1.11.jar (86 kB at 99 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4-no_aop.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/aether/aether-util/1.11/aether-util-1.11.jar (120 kB at 134 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.jar (196 kB at 206 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.4/maven-plugin-tools-api-3.4.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (47 kB at 49 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-util/9.4.5.v20170502/jetty-util-9.4.5.v20170502.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.jar (230 kB at 235 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-webapp/9.4.5.v20170502/jetty-webapp-9.4.5.v20170502.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.4/maven-plugin-tools-api-3.4.jar (23 kB at 23 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-xml/9.4.5.v20170502/jetty-xml-9.4.5.v20170502.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-webapp/9.4.5.v20170502/jetty-webapp-9.4.5.v20170502.jar (121 kB at 117 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-servlet/9.4.5.v20170502/jetty-servlet-9.4.5.v20170502.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-xml/9.4.5.v20170502/jetty-xml-9.4.5.v20170502.jar (50 kB at 47 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-quickstart/9.4.5.v20170502/jetty-quickstart-9.4.5.v20170502.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4-no_aop.jar (484 kB at 441 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-jaas/9.4.5.v20170502/jetty-jaas-9.4.5.v20170502.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-servlet/9.4.5.v20170502/jetty-servlet-9.4.5.v20170502.jar (111 kB at 100 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-security/9.4.5.v20170502/jetty-security-9.4.5.v20170502.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-util/9.4.5.v20170502/jetty-util-9.4.5.v20170502.jar (456 kB at 402 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-plus/9.4.5.v20170502/jetty-plus-9.4.5.v20170502.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-quickstart/9.4.5.v20170502/jetty-quickstart-9.4.5.v20170502.jar (37 kB at 33 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-jndi/9.4.5.v20170502/jetty-jndi-9.4.5.v20170502.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-jaas/9.4.5.v20170502/jetty-jaas-9.4.5.v20170502.jar (40 kB at 35 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-server/9.4.5.v20170502/jetty-server-9.4.5.v20170502.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-security/9.4.5.v20170502/jetty-security-9.4.5.v20170502.jar (92 kB at 79 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-plus/9.4.5.v20170502/jetty-plus-9.4.5.v20170502.jar (55 kB at 46 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-http/9.4.5.v20170502/jetty-http-9.4.5.v20170502.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-jndi/9.4.5.v20170502/jetty-jndi-9.4.5.v20170502.jar (41 kB at 34 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-io/9.4.5.v20170502/jetty-io-9.4.5.v20170502.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar (96 kB at 78 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-jmx/9.4.5.v20170502/jetty-jmx-9.4.5.v20170502.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-http/9.4.5.v20170502/jetty-http-9.4.5.v20170502.jar (164 kB at 130 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-annotations/9.4.5.v20170502/jetty-annotations-9.4.5.v20170502.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-io/9.4.5.v20170502/jetty-io-9.4.5.v20170502.jar (128 kB at 102 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/ow2/asm/asm/5.1/asm-5.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/ibm/icu/icu4j/64.2/icu4j-64.2.jar (13 MB at 10 MB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/ow2/asm/asm-commons/5.1/asm-commons-5.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-jmx/9.4.5.v20170502/jetty-jmx-9.4.5.v20170502.jar (26 kB at 20 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/ow2/asm/asm-tree/5.1/asm-tree-5.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-server/9.4.5.v20170502/jetty-server-9.4.5.v20170502.jar (579 kB at 440 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/javax-websocket-server-impl/9.4.5.v20170502/javax-websocket-server-impl-9.4.5.v20170502.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-annotations/9.4.5.v20170502/jetty-annotations-9.4.5.v20170502.jar (78 kB at 59 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/javax-websocket-client-impl/9.4.5.v20170502/javax-websocket-client-impl-9.4.5.v20170502.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/ow2/asm/asm-commons/5.1/asm-commons-5.1.jar (47 kB at 35 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/javax/websocket/javax.websocket-api/1.0/javax.websocket-api-1.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/ow2/asm/asm-tree/5.1/asm-tree-5.1.jar (29 kB at 21 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/websocket-server/9.4.5.v20170502/websocket-server-9.4.5.v20170502.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/javax-websocket-server-impl/9.4.5.v20170502/javax-websocket-server-impl-9.4.5.v20170502.jar (36 kB at 26 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/websocket-common/9.4.5.v20170502/websocket-common-9.4.5.v20170502.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/javax-websocket-client-impl/9.4.5.v20170502/javax-websocket-client-impl-9.4.5.v20170502.jar (159 kB at 115 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/websocket-api/9.4.5.v20170502/websocket-api-9.4.5.v20170502.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/javax/websocket/javax.websocket-api/1.0/javax.websocket-api-1.0.jar (37 kB at 26 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/websocket-client/9.4.5.v20170502/websocket-client-9.4.5.v20170502.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/ow2/asm/asm/5.1/asm-5.1.jar (53 kB at 38 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-client/9.4.5.v20170502/jetty-client-9.4.5.v20170502.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/websocket-server/9.4.5.v20170502/websocket-server-9.4.5.v20170502.jar (35 kB at 25 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/websocket-servlet/9.4.5.v20170502/websocket-servlet-9.4.5.v20170502.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/websocket-common/9.4.5.v20170502/websocket-common-9.4.5.v20170502.jar (199 kB at 137 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/apache-jsp/9.4.5.v20170502/apache-jsp-9.4.5.v20170502.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/websocket-api/9.4.5.v20170502/websocket-api-9.4.5.v20170502.jar (42 kB at 29 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/toolchain/jetty-schemas/3.1/jetty-schemas-3.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/websocket-client/9.4.5.v20170502/websocket-client-9.4.5.v20170502.jar (32 kB at 22 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/mortbay/jasper/apache-jsp/8.5.9.1/apache-jsp-8.5.9.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/websocket-servlet/9.4.5.v20170502/websocket-servlet-9.4.5.v20170502.jar (21 kB at 14 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/mortbay/jasper/apache-el/8.5.9.1/apache-el-8.5.9.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/apache-jsp/9.4.5.v20170502/apache-jsp-9.4.5.v20170502.jar (11 kB at 7.3 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jdt/core/compiler/ecj/4.4.2/ecj-4.4.2.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/toolchain/jetty-schemas/3.1/jetty-schemas-3.1.jar (189 kB at 125 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/apache-jstl/9.4.5.v20170502/apache-jstl-9.4.5.v20170502.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/apache-jstl/9.4.5.v20170502/apache-jstl-9.4.5.v20170502.jar (3.7 kB at 2.4 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/taglibs/taglibs-standard-spec/1.2.5/taglibs-standard-spec-1.2.5.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-client/9.4.5.v20170502/jetty-client-9.4.5.v20170502.jar (269 kB at 170 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/taglibs/taglibs-standard-impl/1.2.5/taglibs-standard-impl-1.2.5.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/taglibs/taglibs-standard-spec/1.2.5/taglibs-standard-spec-1.2.5.jar (40 kB at 25 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/javax/transaction/javax.transaction-api/1.2/javax.transaction-api-1.2.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/mortbay/jasper/apache-jsp/8.5.9.1/apache-jsp-8.5.9.1.jar (975 kB at 595 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/java/sezpoz/sezpoz/1.13/sezpoz-1.13.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/mortbay/jasper/apache-el/8.5.9.1/apache-el-8.5.9.1.jar (243 kB at 147 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/javax/transaction/javax.transaction-api/1.2/javax.transaction-api-1.2.jar (31 kB at 18 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/java/sezpoz/sezpoz/1.13/sezpoz-1.13.jar (28 kB at 17 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/taglibs/taglibs-standard-impl/1.2.5/taglibs-standard-impl-1.2.5.jar (206 kB at 121 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar (153 kB at 89 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jdt/core/compiler/ecj/4.4.2/ecj-4.4.2.jar (2.3 MB at 1.3 MB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar (21 kB at 12 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar (41 kB at 23 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (55 kB at 31 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 27 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 26 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (47 kB at 26 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 10 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/asm/asm/3.3.1/asm-3.3.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 kB at 15 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 kB at 12 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar (58 kB at 31 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar (27 kB at 15 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 23 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-interactivity-api/1.0/plexus-interactivity-api-1.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar (60 kB at 31 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/maven-stapler-plugin/1.17/maven-stapler-plugin-1.17.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 70 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler/1.100/stapler-1.100.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar (32 kB at 16 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-discovery/commons-discovery/0.4/commons-discovery-0.4.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar (29 kB at 15 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-io/commons-io/1.3.1/commons-io-1.3.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-interactivity-api/1.0/plexus-interactivity-api-1.0.jar (9.8 kB at 5.0 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/localizer/localizer/1.7/localizer-1.7.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/maven-stapler-plugin/1.17/maven-stapler-plugin-1.17.jar (37 kB at 19 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/json-lib/2.1/json-lib-2.1-jdk15.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-discovery/commons-discovery/0.4/commons-discovery-0.4.jar (77 kB at 39 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/sf/ezmorph/ezmorph/1.0.3/ezmorph-1.0.3.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler/1.100/stapler-1.100.jar (185 kB at 93 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/tiger-types/1.1/tiger-types-1.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-io/commons-io/1.3.1/commons-io-1.3.1.jar (84 kB at 42 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-fileupload/commons-fileupload/1.2.1/commons-fileupload-1.2.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/localizer/localizer/1.7/localizer-1.7.jar (6.7 kB at 3.3 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/json-lib/2.1/json-lib-2.1-jdk15.jar (108 kB at 53 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/maven-jellydoc-plugin/maven-jellydoc-plugin/1.5/maven-jellydoc-plugin-1.5.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/sf/ezmorph/ezmorph/1.0.3/ezmorph-1.0.3.jar (78 kB at 38 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/maven-jellydoc-plugin/jellydoc-annotations/1.5/jellydoc-annotations-1.5.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/tiger-types/1.1/tiger-types-1.1.jar (17 kB at 8.4 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-fileupload/commons-fileupload/1.2.1/commons-fileupload-1.2.1.jar (58 kB at 28 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/maven-jellydoc-plugin/taglib-xml-writer/1.5/taglib-xml-writer-1.5.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/sun/xml/txw2/txw2/20090102/txw2-20090102.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/maven-jellydoc-plugin/maven-jellydoc-plugin/1.5/maven-jellydoc-plugin-1.5.jar (22 kB at 11 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/java/dev/textile-j/textile-j/2.2.864/textile-j-2.2.864.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/maven-jellydoc-plugin/jellydoc-annotations/1.5/jellydoc-annotations-1.5.jar (3.6 kB at 1.7 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/nekohtml/nekohtml/1.9.6.2/nekohtml-1.9.6.2.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar (314 kB at 148 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/ant/ant/1.6.5/ant-1.6.5.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/maven-jellydoc-plugin/taglib-xml-writer/1.5/taglib-xml-writer-1.5.jar (4.4 kB at 2.1 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/jaxen/jaxen/1.1.4/jaxen-1.1.4.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/sun/xml/txw2/txw2/20090102/txw2-20090102.jar (65 kB at 31 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/guava/guava/r06/guava-r06.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/nekohtml/nekohtml/1.9.6.2/nekohtml-1.9.6.2.jar (112 kB at 52 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/metainf-services/metainf-services/1.2/metainf-services-1.2.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/metainf-services/metainf-services/1.2/metainf-services-1.2.jar (7.0 kB at 3.2 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/java/dev/textile-j/textile-j/2.2.864/textile-j-2.2.864.jar (406 kB at 182 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/version-number/1.6/version-number-1.6.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/jaxen/jaxen/1.1.4/jaxen-1.1.4.jar (226 kB at 101 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/guava/guava/r06/guava-r06.jar (936 kB at 418 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 1.9 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/version-number/1.6/version-number-1.6.jar (14 kB at 5.9 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.jar (77 kB at 34 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/ant/ant/1.6.5/ant-1.6.5.jar (1.0 MB at 441 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-collections/commons-collections/3.2/commons-collections-3.2.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/junit/junit/4.5/junit-4.5.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-lang/commons-lang/2.3/commons-lang-2.3.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-project/2.0.1/maven-project-2.0.1.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-project/2.0.1/maven-project-2.0.1.jar (105 kB at 1.8 MB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-profile/2.0.1/maven-profile-2.0.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.jar (8.2 kB at 131 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model/2.0.1/maven-model-2.0.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/junit/junit/4.5/junit-4.5.jar (199 kB at 3.0 MB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact-manager/2.0.1/maven-artifact-manager-2.0.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-profile/2.0.1/maven-profile-2.0.1.jar (30 kB at 251 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-repository-metadata/2.0.1/maven-repository-metadata-2.0.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model/2.0.1/maven-model-2.0.1.jar (80 kB at 649 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-utils/1.0.5/plexus-utils-1.0.5.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact-manager/2.0.1/maven-artifact-manager-2.0.1.jar (49 kB at 393 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact/2.0.1/maven-artifact-2.0.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-lang/commons-lang/2.3/commons-lang-2.3.jar (245 kB at 1.8 MB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-core/2.0.1/maven-core-2.0.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (571 kB at 3.6 MB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings/2.0.1/maven-settings-2.0.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-repository-metadata/2.0.1/maven-repository-metadata-2.0.1.jar (20 kB at 107 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.1/maven-plugin-parameter-documenter-2.0.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact/2.0.1/maven-artifact-2.0.1.jar (78 kB at 404 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.1/maven-reporting-api-2.0.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-utils/1.0.5/plexus-utils-1.0.5.jar (169 kB at 870 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-6/doxia-sink-api-1.0-alpha-6.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-core/2.0.1/maven-core-2.0.1.jar (134 kB at 678 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-error-diagnostics/2.0.1/maven-error-diagnostics-2.0.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings/2.0.1/maven-settings-2.0.1.jar (44 kB at 196 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-registry/2.0.1/maven-plugin-registry-2.0.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.1/maven-plugin-parameter-documenter-2.0.1.jar (16 kB at 66 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-descriptor/2.0.1/maven-plugin-descriptor-2.0.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.1/maven-reporting-api-2.0.1.jar (5.5 kB at 22 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-monitor/2.0.1/maven-monitor-2.0.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-error-diagnostics/2.0.1/maven-error-diagnostics-2.0.1.jar (8.5 kB at 32 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/reporting/maven-reporting-impl/2.0.1/maven-reporting-impl-2.0.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-6/doxia-sink-api-1.0-alpha-6.jar (4.0 kB at 15 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-validator/commons-validator/1.1.4/commons-validator-1.1.4.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-registry/2.0.1/maven-plugin-registry-2.0.1.jar (24 kB at 85 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-core/1.0-alpha-6/doxia-core-1.0-alpha-6.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-descriptor/2.0.1/maven-plugin-descriptor-2.0.1.jar (32 kB at 105 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-6/doxia-site-renderer-1.0-alpha-6.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-monitor/2.0.1/maven-monitor-2.0.1.jar (5.6 kB at 18 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/reporting/maven-reporting-impl/2.0.1/maven-reporting-impl-2.0.1.jar (26 kB at 82 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-velocity/1.1.2/plexus-velocity-1.1.2.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-validator/commons-validator/1.1.4/commons-validator-1.1.4.jar (84 kB at 260 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-6/doxia-site-renderer-1.0-alpha-6.jar (11 kB at 31 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-logging/commons-logging-api/1.0.4/commons-logging-api-1.0.4.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar (12 kB at 32 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/velocity/velocity/1.4/velocity-1.4.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-velocity/1.1.2/plexus-velocity-1.1.2.jar (8.0 kB at 21 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/velocity/velocity-dep/1.4/velocity-dep-1.4.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar (160 kB at 413 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/oro/oro/2.0.7/oro-2.0.7.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-core/1.0-alpha-6/doxia-core-1.0-alpha-6.jar (307 kB at 727 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-logging/commons-logging-api/1.0.4/commons-logging-api-1.0.4.jar (26 kB at 62 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/oro/oro/2.0.7/oro-2.0.7.jar (65 kB at 145 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/velocity/velocity-dep/1.4/velocity-dep-1.4.jar (518 kB at 981 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/velocity/velocity/1.4/velocity-1.4.jar (361 kB at 652 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/io/jenkins/tools/bom/bom-2.164.x/3/bom-2.164.x-3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/io/jenkins/tools/bom/bom-2.164.x/3/bom-2.164.x-3.pom (8.9 kB at 149 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/io/jenkins/tools/bom/bom-2.176.x/3/bom-2.176.x-3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/io/jenkins/tools/bom/bom-2.176.x/3/bom-2.176.x-3.pom (19 kB at 325 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jenkins-ci/tools/maven-hpi-plugin/3.9/maven-hpi-plugin-3.9.pom [WARNING] The POM for org.jenkins-ci.tools:maven-hpi-plugin:jar:3.9 is missing, no dependency information available [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jenkins-ci/tools/maven-hpi-plugin/3.9/maven-hpi-plugin-3.9.jar [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.jar [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.jar (169 kB at 8.9 MB/s) [WARNING] Failed to build parent project for fr.inria.repairnator:repairnator-jenkins-plugin:hpi:2.0-SNAPSHOT [WARNING] [WARNING] Some problems were encountered while building the effective model for fr.inria.repairnator:repairnator-jenkins-plugin:hpi:2.0-SNAPSHOT [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-release-plugin @ line 135, column 17 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] [INFO] ----------< fr.inria.repairnator:repairnator-jenkins-plugin >----------- [INFO] Building repairnator-jenkins-plugin 2.0-SNAPSHOT [INFO] --------------------------------[ hpi ]--------------------------------- [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-jar-plugin/3.1.2/maven-jar-plugin-3.1.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-jar-plugin/3.1.2/maven-jar-plugin-3.1.2.pom (7.3 kB at 120 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 181 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-jar-plugin/3.1.2/maven-jar-plugin-3.1.2.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-jar-plugin/3.1.2/maven-jar-plugin-3.1.2.jar (28 kB at 458 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/mojo/animal-sniffer-maven-plugin/1.17/animal-sniffer-maven-plugin-1.17.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/mojo/animal-sniffer-maven-plugin/1.17/animal-sniffer-maven-plugin-1.17.pom (5.6 kB at 97 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom (8.6 kB at 148 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/mojo/animal-sniffer-maven-plugin/1.17/animal-sniffer-maven-plugin-1.17.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/mojo/animal-sniffer-maven-plugin/1.17/animal-sniffer-maven-plugin-1.17.jar (34 kB at 547 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-release-plugin/2.5/maven-release-plugin-2.5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-release-plugin/2.5/maven-release-plugin-2.5.pom (11 kB at 183 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/release/maven-release/2.5/maven-release-2.5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/release/maven-release/2.5/maven-release-2.5.pom (4.8 kB at 84 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-release-plugin/2.5/maven-release-plugin-2.5.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-release-plugin/2.5/maven-release-plugin-2.5.jar (50 kB at 813 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/localizer/maven-localizer-plugin/1.26/maven-localizer-plugin-1.26.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/localizer/maven-localizer-plugin/1.26/maven-localizer-plugin-1.26.pom (2.0 kB at 36 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/localizer/localizer-parent/1.26/localizer-parent-1.26.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/localizer/localizer-parent/1.26/localizer-parent-1.26.pom (2.1 kB at 38 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/localizer/maven-localizer-plugin/1.26/maven-localizer-plugin-1.26.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/localizer/maven-localizer-plugin/1.26/maven-localizer-plugin-1.26.jar (22 kB at 392 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/gmaven/gmaven-plugin/1.5-jenkins-3/gmaven-plugin-1.5-jenkins-3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/gmaven/gmaven-plugin/1.5-jenkins-3/gmaven-plugin-1.5-jenkins-3.pom (11 kB at 191 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/gmaven/gmaven/1.5-jenkins-3/gmaven-1.5-jenkins-3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/gmaven/gmaven/1.5-jenkins-3/gmaven-1.5-jenkins-3.pom (42 kB at 616 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/gmaven/gmaven-plugin/1.5-jenkins-3/gmaven-plugin-1.5-jenkins-3.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/gmaven/gmaven-plugin/1.5-jenkins-3/gmaven-plugin-1.5-jenkins-3.jar (79 kB at 1.4 MB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom (5.2 kB at 89 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (10 kB at 176 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar (30 kB at 455 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.pom (6.8 kB at 107 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/enforcer/enforcer/3.0.0-M2/enforcer-3.0.0-M2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/enforcer/enforcer/3.0.0-M2/enforcer-3.0.0-M2.pom (7.9 kB at 129 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.jar (26 kB at 415 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom (7.2 kB at 52 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar (32 kB at 376 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom (12 kB at 140 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar (62 kB at 478 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/access-modifier-checker/1.16/access-modifier-checker-1.16.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/access-modifier-checker/1.16/access-modifier-checker-1.16.pom (3.6 kB at 35 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/access-modifier/1.16/access-modifier-1.16.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/access-modifier/1.16/access-modifier-1.16.pom (3.2 kB at 28 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/pom/19/pom-19.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/pom/19/pom-19.pom (6.1 kB at 79 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/access-modifier-checker/1.16/access-modifier-checker-1.16.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/access-modifier-checker/1.16/access-modifier-checker-1.16.jar (28 kB at 443 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.pom (4.7 kB at 64 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-plugins/12/maven-plugins-12.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-plugins/12/maven-plugins-12.pom (12 kB at 145 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.jar (24 kB at 327 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M3/maven-surefire-plugin-3.0.0-M3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M3/maven-surefire-plugin-3.0.0-M3.pom (7.2 kB at 65 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/surefire/surefire/3.0.0-M3/surefire-3.0.0-M3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/surefire/surefire/3.0.0-M3/surefire-3.0.0-M3.pom (23 kB at 232 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M3/maven-surefire-plugin-3.0.0-M3.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M3/maven-surefire-plugin-3.0.0-M3.jar (40 kB at 623 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/structs/1.20/structs-1.20.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/structs/1.20/structs-1.20.pom (4.0 kB at 52 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/symbol-annotation/1.20/symbol-annotation-1.20.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/symbol-annotation/1.20/symbol-annotation-1.20.pom (3.9 kB at 47 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-cps/2.74/workflow-cps-2.74.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-cps/2.74/workflow-cps-2.74.pom (8.0 kB at 95 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-step-api/2.20/workflow-step-api-2.20.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-step-api/2.20/workflow-step-api-2.20.pom (5.0 kB at 86 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-api/2.37/workflow-api-2.37.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-api/2.37/workflow-api-2.37.pom (5.6 kB at 96 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/scm-api/2.6.3/scm-api-2.6.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/scm-api/2.6.3/scm-api-2.6.3.pom (5.3 kB at 94 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-support/3.3/workflow-support-3.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-support/3.3/workflow-support-3.3.pom (6.0 kB at 102 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/script-security/1.62/script-security-1.62.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/script-security/1.62/script-security-1.62.pom (4.4 kB at 73 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/groovy-sandbox/1.22/groovy-sandbox-1.22.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/groovy-sandbox/1.22/groovy-sandbox-1.22.pom (3.4 kB at 57 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/pom/21/pom-21.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/pom/21/pom-21.pom (6.1 kB at 95 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/github/ben-manes/caffeine/caffeine/2.7.0/caffeine-2.7.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/github/ben-manes/caffeine/caffeine/2.7.0/caffeine-2.7.0.pom (5.6 kB at 93 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/checkerframework/checker-qual/2.6.0/checker-qual-2.6.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/checkerframework/checker-qual/2.6.0/checker-qual-2.6.0.pom (2.4 kB at 40 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/errorprone/error_prone_annotations/2.3.3/error_prone_annotations-2.3.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/errorprone/error_prone_annotations/2.3.3/error_prone_annotations-2.3.3.pom (1.8 kB at 29 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/errorprone/error_prone_parent/2.3.3/error_prone_parent-2.3.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/errorprone/error_prone_parent/2.3.3/error_prone_parent-2.3.3.pom (5.3 kB at 84 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jboss/marshalling/jboss-marshalling-river/2.0.6.Final/jboss-marshalling-river-2.0.6.Final.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jboss/marshalling/jboss-marshalling-river/2.0.6.Final/jboss-marshalling-river-2.0.6.Final.pom (1.6 kB at 25 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jboss/marshalling/jboss-marshalling-parent/2.0.6.Final/jboss-marshalling-parent-2.0.6.Final.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jboss/marshalling/jboss-marshalling-parent/2.0.6.Final/jboss-marshalling-parent-2.0.6.Final.pom (4.8 kB at 77 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jboss/jboss-parent/24/jboss-parent-24.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jboss/jboss-parent/24/jboss-parent-24.pom (36 kB at 599 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jboss/marshalling/jboss-marshalling/2.0.6.Final/jboss-marshalling-2.0.6.Final.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jboss/marshalling/jboss-marshalling/2.0.6.Final/jboss-marshalling-2.0.6.Final.pom (8.6 kB at 139 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-scm-step/2.9/workflow-scm-step-2.9.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-scm-step/2.9/workflow-scm-step-2.9.pom (3.7 kB at 62 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/cloudbees/groovy-cps/1.30/groovy-cps-1.30.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/cloudbees/groovy-cps/1.30/groovy-cps-1.30.pom (6.5 kB at 110 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/cloudbees/groovy-cps-parent/1.30/groovy-cps-parent-1.30.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/cloudbees/groovy-cps-parent/1.30/groovy-cps-parent-1.30.pom (1.3 kB at 23 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/cloudbees/cloudbees-oss-parent/9/cloudbees-oss-parent-9.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/cloudbees/cloudbees-oss-parent/9/cloudbees-oss-parent-9.pom (12 kB at 209 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/ui/jquery-detached/1.2.1/jquery-detached-1.2.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/ui/jquery-detached/1.2.1/jquery-detached-1.2.1.pom (989 B at 19 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/ui/js-module-base/1.2.1/js-module-base-1.2.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/ui/js-module-base/1.2.1/js-module-base-1.2.1.pom (14 kB at 272 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/plugin/1.580.1/plugin-1.580.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/plugin/1.580.1/plugin-1.580.1.pom (13 kB at 237 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/jenkins/1.34/jenkins-1.34.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/jenkins/1.34/jenkins-1.34.pom (28 kB at 512 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/ui/ace-editor/1.1/ace-editor-1.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/ui/ace-editor/1.1/ace-editor-1.1.pom (957 B at 18 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-job/2.35/workflow-job-2.35.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-job/2.35/workflow-job-2.35.pom (5.6 kB at 103 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-basic-steps/2.18/workflow-basic-steps-2.18.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-basic-steps/2.18/workflow-basic-steps-2.18.pom (6.2 kB at 116 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/mailer/1.28/mailer-1.28.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/mailer/1.28/mailer-1.28.pom (5.6 kB at 103 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/plugin/3.47/plugin-3.47.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/plugin/3.47/plugin-3.47.pom (57 kB at 1.1 MB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/display-url-api/2.3.2/display-url-api-2.3.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/display-url-api/2.3.2/display-url-api-2.3.2.pom (4.7 kB at 86 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/plugin/3.40/plugin-3.40.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/plugin/3.40/plugin-3.40.pom (56 kB at 1.0 MB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/apache-httpcomponents-client-4-api/4.5.10-1.0/apache-httpcomponents-client-4-api-4.5.10-1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/apache-httpcomponents-client-4-api/4.5.10-1.0/apache-httpcomponents-client-4-api-4.5.10-1.0.pom (5.5 kB at 100 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpclient/4.5.10/httpclient-4.5.10.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpclient/4.5.10/httpclient-4.5.10.pom (6.6 kB at 120 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpcomponents-client/4.5.10/httpcomponents-client-4.5.10.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpcomponents-client/4.5.10/httpcomponents-client-4.5.10.pom (16 kB at 293 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpcore/4.4.12/httpcore-4.4.12.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpcore/4.4.12/httpcore-4.4.12.pom (5.0 kB at 87 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpcomponents-core/4.4.12/httpcomponents-core-4.4.12.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpcomponents-core/4.4.12/httpcomponents-core-4.4.12.pom (13 kB at 218 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpmime/4.5.10/httpmime-4.5.10.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpmime/4.5.10/httpmime-4.5.10.pom (5.2 kB at 87 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/fluent-hc/4.5.10/fluent-hc-4.5.10.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/fluent-hc/4.5.10/fluent-hc-4.5.10.pom (5.3 kB at 86 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpclient-cache/4.5.10/httpclient-cache-4.5.10.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpclient-cache/4.5.10/httpclient-cache-4.5.10.pom (6.6 kB at 104 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpasyncclient/4.1.4/httpasyncclient-4.1.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpasyncclient/4.1.4/httpasyncclient-4.1.4.pom (5.9 kB at 99 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpcomponents-asyncclient/4.1.4/httpcomponents-asyncclient-4.1.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpcomponents-asyncclient/4.1.4/httpcomponents-asyncclient-4.1.4.pom (11 kB at 182 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.pom (5.4 kB at 80 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpcomponents-core/4.4.10/httpcomponents-core-4.4.10.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpcomponents-core/4.4.10/httpcomponents-core-4.4.10.pom (13 kB at 218 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom (34 kB at 533 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpcore-nio/4.4.10/httpcore-nio-4.4.10.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpcore-nio/4.4.10/httpcore-nio-4.4.10.pom (5.6 kB at 95 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.pom (6.6 kB at 111 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpcomponents-client/4.5.6/httpcomponents-client-4.5.6.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpcomponents-client/4.5.6/httpcomponents-client-4.5.6.pom (15 kB at 250 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpasyncclient-cache/4.1.4/httpasyncclient-cache-4.1.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpasyncclient-cache/4.1.4/httpasyncclient-cache-4.1.4.pom (5.5 kB at 92 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpclient-cache/4.5.6/httpclient-cache-4.5.6.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpclient-cache/4.5.6/httpclient-cache-4.5.6.pom (6.6 kB at 94 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-durable-task-step/2.31/workflow-durable-task-step-2.31.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-durable-task-step/2.31/workflow-durable-task-step-2.31.pom (6.5 kB at 113 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/durable-task/1.30/durable-task-1.30.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/durable-task/1.30/durable-task-1.30.pom (3.9 kB at 65 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven-plugin/2.13/maven-plugin-2.13.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven-plugin/2.13/maven-plugin-2.13.pom (18 kB at 322 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/plugin/2.9/plugin-2.9.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/plugin/2.9/plugin-2.9.pom (43 kB at 748 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/javadoc/1.0/javadoc-1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/javadoc/1.0/javadoc-1.0.pom (1.4 kB at 24 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/plugin/1.431/plugin-1.431.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/plugin/1.431/plugin-1.431.pom (9.3 kB at 161 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/jenkins/1.23/jenkins-1.23.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/jenkins/1.23/jenkins-1.23.pom (19 kB at 321 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/junit/1.28/junit-1.28.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/junit/1.28/junit-1.28.pom (4.5 kB at 80 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven/maven-agent/1.7/maven-agent-1.7.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven/maven-agent/1.7/maven-agent-1.7.pom (3.9 kB at 68 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven/maven-modules/1.7/maven-modules-1.7.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven/maven-modules/1.7/maven-modules-1.7.pom (10 kB at 169 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven/maven-interceptor/1.7/maven-interceptor-1.7.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven/maven-interceptor/1.7/maven-interceptor-1.7.pom (2.3 kB at 42 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/ant/ant/1.9.2/ant-1.9.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/ant/ant/1.9.2/ant-1.9.2.pom (9.5 kB at 160 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/ant/ant-parent/1.9.2/ant-parent-1.9.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/ant/ant-parent/1.9.2/ant-parent-1.9.2.pom (5.6 kB at 97 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/ant/ant-launcher/1.9.2/ant-launcher-1.9.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/ant/ant-launcher/1.9.2/ant-launcher-1.9.2.pom (2.3 kB at 40 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/hudson/maven2.1-interceptor/1.2/maven2.1-interceptor-1.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/hudson/maven2.1-interceptor/1.2/maven2.1-interceptor-1.2.pom (1.3 kB at 22 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/hudson/extras/1.7/extras-1.7.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/hudson/extras/1.7/extras-1.7.pom (658 B at 11 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/hudson/hudson/1.7/hudson-1.7.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/hudson/hudson/1.7/hudson-1.7.pom (3.0 kB at 50 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven/maven3-agent/1.7/maven3-agent-1.7.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven/maven3-agent/1.7/maven3-agent-1.7.pom (1.3 kB at 23 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-embedder/3.0.5/maven-embedder-3.0.5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-embedder/3.0.5/maven-embedder-3.0.5.pom (3.3 kB at 56 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven/3.0.5/maven-3.0.5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven/3.0.5/maven-3.0.5.pom (22 kB at 356 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom (1.8 kB at 32 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom (5.5 kB at 41 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom (3.8 kB at 68 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom (2.3 kB at 39 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom (1.9 kB at 25 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom (1.6 kB at 28 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom (2.7 kB at 48 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom (2.5 kB at 43 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom (2.8 kB at 51 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom (1.4 kB at 27 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom (1.7 kB at 31 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom (2.5 kB at 47 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-compat/3.0.5/maven-compat-3.0.5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-compat/3.0.5/maven-compat-3.0.5.pom (3.7 kB at 60 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom (1.7 kB at 31 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom (20 kB at 260 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-cli/commons-cli/1.2/commons-cli-1.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 148 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (3.5 kB at 57 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven/maven31-agent/1.7/maven31-agent-1.7.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven/maven31-agent/1.7/maven31-agent-1.7.pom (1.4 kB at 23 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-embedder/3.1.0/maven-embedder-3.1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-embedder/3.1.0/maven-embedder-3.1.0.pom (4.3 kB at 70 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven/3.1.0/maven-3.1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (22 kB at 369 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom (1.8 kB at 32 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom (6.9 kB at 117 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom (3.8 kB at 67 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom (2.3 kB at 34 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (1.0 kB at 18 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom (1.9 kB at 33 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom (1.6 kB at 26 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom (3.0 kB at 54 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom (5.9 kB at 103 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom (7.9 kB at 130 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/guava/guava/10.0.1/guava-10.0.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/guava/guava/10.0.1/guava-10.0.1.pom (5.4 kB at 83 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom (2.0 kB at 34 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 175 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 188 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom (5.0 kB at 87 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom (7.8 kB at 142 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom (2.5 kB at 39 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom (3.5 kB at 64 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 31 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 33 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (3.3 kB at 61 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-compat/3.1.0/maven-compat-3.1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-compat/3.1.0/maven-compat-3.1.0.pom (4.1 kB at 69 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/slf4j/slf4j-api/1.7.4/slf4j-api-1.7.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/slf4j/slf4j-api/1.7.4/slf4j-api-1.7.4.pom (2.7 kB at 42 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/slf4j/slf4j-parent/1.7.4/slf4j-parent-1.7.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/slf4j/slf4j-parent/1.7.4/slf4j-parent-1.7.4.pom (11 kB at 187 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven/maven32-agent/1.7/maven32-agent-1.7.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven/maven32-agent/1.7/maven32-agent-1.7.pom (1.4 kB at 25 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-embedder/3.2.3/maven-embedder-3.2.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-embedder/3.2.3/maven-embedder-3.2.3.pom (4.7 kB at 76 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven/3.2.3/maven-3.2.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven/3.2.3/maven-3.2.3.pom (23 kB at 398 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings/3.2.3/maven-settings-3.2.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings/3.2.3/maven-settings-3.2.3.pom (2.2 kB at 36 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 58 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-core/3.2.3/maven-core-3.2.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-core/3.2.3/maven-core-3.2.3.pom (7.6 kB at 134 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model/3.2.3/maven-model-3.2.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model/3.2.3/maven-model-3.2.3.pom (4.1 kB at 69 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings-builder/3.2.3/maven-settings-builder-3.2.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings-builder/3.2.3/maven-settings-builder-3.2.3.pom (2.6 kB at 17 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (1.0 kB at 18 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-repository-metadata/3.2.3/maven-repository-metadata-3.2.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-repository-metadata/3.2.3/maven-repository-metadata-3.2.3.pom (2.2 kB at 37 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact/3.2.3/maven-artifact-3.2.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact/3.2.3/maven-artifact-3.2.3.pom (2.0 kB at 32 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-api/3.2.3/maven-plugin-api-3.2.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-api/3.2.3/maven-plugin-api-3.2.3.pom (3.0 kB at 50 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom (4.8 kB at 83 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom (13 kB at 228 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom (2.5 kB at 44 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom (14 kB at 250 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model-builder/3.2.3/maven-model-builder-3.2.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model-builder/3.2.3/maven-model-builder-3.2.3.pom (2.8 kB at 44 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-aether-provider/3.2.3/maven-aether-provider-3.2.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-aether-provider/3.2.3/maven-aether-provider-3.2.3.pom (4.1 kB at 72 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-compat/3.2.3/maven-compat-3.2.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-compat/3.2.3/maven-compat-3.2.3.pom (4.0 kB at 70 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom (1.7 kB at 29 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom (20 kB at 328 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven/maven3-interceptor/1.7/maven3-interceptor-1.7.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven/maven3-interceptor/1.7/maven3-interceptor-1.7.pom (1.9 kB at 33 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven/maven3-interceptor-commons/1.7/maven3-interceptor-commons-1.7.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven/maven3-interceptor-commons/1.7/maven3-interceptor-commons-1.7.pom (1.6 kB at 24 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven/maven31-interceptor/1.7/maven31-interceptor-1.7.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven/maven31-interceptor/1.7/maven31-interceptor-1.7.pom (1.9 kB at 29 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom (6.1 kB at 104 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom (3.8 kB at 63 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom (3.0 kB at 52 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom (1.2 kB at 20 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom (3.2 kB at 54 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom (11 kB at 183 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom (7.1 kB at 117 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom (1.1 kB at 20 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom (11 kB at 183 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven/maven32-interceptor/1.7/maven32-interceptor-1.7.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven/maven32-interceptor/1.7/maven32-interceptor-1.7.pom (1.9 kB at 34 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/aether/aether-api/0.9.0.M3/aether-api-0.9.0.M3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/aether/aether-api/0.9.0.M3/aether-api-0.9.0.M3.pom (1.7 kB at 29 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/aether/aether/0.9.0.M3/aether-0.9.0.M3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/aether/aether/0.9.0.M3/aether-0.9.0.M3.pom (28 kB at 479 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/aether/aether-impl/0.9.0.M3/aether-impl-0.9.0.M3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/aether/aether-impl/0.9.0.M3/aether-impl-0.9.0.M3.pom (3.3 kB at 57 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/aether/aether-spi/0.9.0.M3/aether-spi-0.9.0.M3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/aether/aether-spi/0.9.0.M3/aether-spi-0.9.0.M3.pom (1.9 kB at 30 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/aether/aether-util/0.9.0.M3/aether-util-0.9.0.M3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/aether/aether-util/0.9.0.M3/aether-util-0.9.0.M3.pom (2.0 kB at 35 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/aether/aether-transport-wagon/0.9.0.M3/aether-transport-wagon-0.9.0.M3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/aether/aether-transport-wagon/0.9.0.M3/aether-transport-wagon-0.9.0.M3.pom (3.6 kB at 62 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.pom (1.8 kB at 30 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon/1.0/wagon-1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon/1.0/wagon-1.0.pom (9.8 kB at 167 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-parent/20/maven-parent-20.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-parent/20/maven-parent-20.pom (25 kB at 424 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 33 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/inject/guice/4.0-beta/guice-4.0-beta.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/inject/guice/4.0-beta/guice-4.0-beta.pom (8.2 kB at 144 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/inject/guice-parent/4.0-beta/guice-parent-4.0-beta.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/inject/guice-parent/4.0-beta/guice-parent-4.0-beta.pom (14 kB at 233 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-http/2.4/wagon-http-2.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-http/2.4/wagon-http-2.4.pom (4.5 kB at 75 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-providers/2.4/wagon-providers-2.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-providers/2.4/wagon-providers-2.4.pom (2.8 kB at 44 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-http-shared4/2.4/wagon-http-shared4-2.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-http-shared4/2.4/wagon-http-shared4-2.4.pom (2.2 kB at 37 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jsoup/jsoup/1.7.1/jsoup-1.7.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jsoup/jsoup/1.7.1/jsoup-1.7.1.pom (5.5 kB at 95 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.pom (5.9 kB at 100 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpcomponents-client/4.2.3/httpcomponents-client-4.2.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpcomponents-client/4.2.3/httpcomponents-client-4.2.3.pom (15 kB at 216 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/project/6/project-6.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/project/6/project-6.pom (24 kB at 386 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.pom (5.7 kB at 100 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpcomponents-core/4.2.2/httpcomponents-core-4.2.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpcomponents-core/4.2.2/httpcomponents-core-4.2.2.pom (11 kB at 205 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpcore/4.2.3/httpcore-4.2.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpcore/4.2.3/httpcore-4.2.3.pom (5.7 kB at 92 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpcomponents-core/4.2.3/httpcomponents-core-4.2.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpcomponents-core/4.2.3/httpcomponents-core-4.2.3.pom (11 kB at 201 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.pom (6.4 kB at 33 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpcomponents-client/4.5.1/httpcomponents-client-4.5.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpcomponents-client/4.5.1/httpcomponents-client-4.5.1.pom (16 kB at 230 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpcore/4.4.3/httpcore-4.4.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpcore/4.4.3/httpcore-4.4.3.pom (5.5 kB at 77 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpcomponents-core/4.4.3/httpcomponents-core-4.4.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpcomponents-core/4.4.3/httpcomponents-core-4.4.3.pom (13 kB at 85 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-file/2.4/wagon-file-2.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-file/2.4/wagon-file-2.4.pom (1.4 kB at 18 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-ftp/2.4/wagon-ftp-2.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-ftp/2.4/wagon-ftp-2.4.pom (2.1 kB at 25 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-ssh/2.4/wagon-ssh-2.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-ssh/2.4/wagon-ssh-2.4.pom (5.7 kB at 87 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-ssh-common/2.4/wagon-ssh-common-2.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-ssh-common/2.4/wagon-ssh-common-2.4.pom (1.8 kB at 26 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom (1.2 kB at 18 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-ssh-external/2.4/wagon-ssh-external-2.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-ssh-external/2.4/wagon-ssh-external-2.4.pom (4.3 kB at 66 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/lib/lib-jenkins-maven-artifact-manager/1.2/lib-jenkins-maven-artifact-manager-1.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/lib/lib-jenkins-maven-artifact-manager/1.2/lib-jenkins-maven-artifact-manager-1.2.pom (7.1 kB at 82 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/hudson/lib/1.7/lib-1.7.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/hudson/lib/1.7/lib-1.7.pom (470 B at 6.6 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-provider-api/1.0-beta-7/wagon-provider-api-1.0-beta-7.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-provider-api/1.0-beta-7/wagon-provider-api-1.0-beta-7.pom (1.8 kB at 25 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon/1.0-beta-7/wagon-1.0-beta-7.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon/1.0-beta-7/wagon-1.0-beta-7.pom (12 kB at 170 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/lib/lib-jenkins-maven-embedder/3.11/lib-jenkins-maven-embedder-3.11.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/lib/lib-jenkins-maven-embedder/3.11/lib-jenkins-maven-embedder-3.11.pom (10 kB at 130 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/jenkins/1.32/jenkins-1.32.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/jenkins/1.32/jenkins-1.32.pom (28 kB at 461 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/aether/aether-connector-wagon/0.9.0.M2/aether-connector-wagon-0.9.0.M2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/aether/aether-connector-wagon/0.9.0.M2/aether-connector-wagon-0.9.0.M2.pom (4.1 kB at 59 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-webdav-jackrabbit/2.4/wagon-webdav-jackrabbit-2.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-webdav-jackrabbit/2.4/wagon-webdav-jackrabbit-2.4.pom (5.4 kB at 68 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-http-shared/2.4/wagon-http-shared-2.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-http-shared/2.4/wagon-http-shared-2.4.pom (3.0 kB at 47 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/jackrabbit/jackrabbit-webdav/2.5.2/jackrabbit-webdav-2.5.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/jackrabbit/jackrabbit-webdav/2.5.2/jackrabbit-webdav-2.5.2.pom (4.9 kB at 78 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/jackrabbit/jackrabbit-parent/2.5.2/jackrabbit-parent-2.5.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/jackrabbit/jackrabbit-parent/2.5.2/jackrabbit-parent-2.5.2.pom (30 kB at 410 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom (2.7 kB at 29 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom (12 kB at 164 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jsoup/jsoup/1.12.1/jsoup-1.12.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jsoup/jsoup/1.12.1/jsoup-1.12.1.pom (8.3 kB at 111 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/github/spotbugs/spotbugs-annotations/3.1.12/spotbugs-annotations-3.1.12.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/github/spotbugs/spotbugs-annotations/3.1.12/spotbugs-annotations-3.1.12.pom (2.5 kB at 43 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom (491 B at 7.8 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom (2.6 kB at 32 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-core/2.164.3/jenkins-core-2.164.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-core/2.164.3/jenkins-core-2.164.3.pom (25 kB at 337 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/icon-shim/icon-set/1.0.5/icon-set-1.0.5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/icon-shim/icon-set/1.0.5/icon-set-1.0.5.pom (3.0 kB at 8.4 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/icon-shim/icon-shim-pom/1.0.5/icon-shim-pom-1.0.5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/icon-shim/icon-shim-pom/1.0.5/icon-shim-pom-1.0.5.pom (3.0 kB at 16 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/plugin/1.520/plugin-1.520.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/plugin/1.520/plugin-1.520.pom (13 kB at 210 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/jenkins/1.31/jenkins-1.31.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/jenkins/1.31/jenkins-1.31.pom (28 kB at 400 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/remoting/3.29/remoting-3.29.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/remoting/3.29/remoting-3.29.pom (6.2 kB at 63 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/constant-pool-scanner/1.2/constant-pool-scanner-1.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/constant-pool-scanner/1.2/constant-pool-scanner-1.2.pom (2.2 kB at 32 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/cli/2.164.3/cli-2.164.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/cli/2.164.3/cli-2.164.3.pom (6.5 kB at 100 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/access-modifier-annotation/1.14/access-modifier-annotation-1.14.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/access-modifier-annotation/1.14/access-modifier-annotation-1.14.pom (1.0 kB at 15 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/access-modifier/1.14/access-modifier-1.14.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/access-modifier/1.14/access-modifier-1.14.pom (3.1 kB at 33 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/annotation-indexer/1.12/annotation-indexer-1.12.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/annotation-indexer/1.12/annotation-indexer-1.12.pom (1.6 kB at 26 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/localizer/localizer/1.24/localizer-1.24.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/localizer/localizer/1.24/localizer-1.24.pom (690 B at 11 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/localizer/localizer-parent/1.24/localizer-parent-1.24.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/localizer/localizer-parent/1.24/localizer-parent-1.24.pom (1.9 kB at 29 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.pom (6.8 kB at 108 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/trilead-ssh2/build214-jenkins-1/trilead-ssh2-build214-jenkins-1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/trilead-ssh2/build214-jenkins-1/trilead-ssh2-build214-jenkins-1.pom (1.3 kB at 13 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/crypto-util/1.1/crypto-util-1.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/crypto-util/1.1/crypto-util-1.1.pom (1.2 kB at 20 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/jenkins/1.12/jenkins-1.12.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/jenkins/1.12/jenkins-1.12.pom (5.5 kB at 64 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/hudson/jtidy/4aug2000r7-dev-hudson-1/jtidy-4aug2000r7-dev-hudson-1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/hudson/jtidy/4aug2000r7-dev-hudson-1/jtidy-4aug2000r7-dev-hudson-1.pom (2.6 kB at 25 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/inject/guice/4.0/guice-4.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/inject/guice/4.0/guice-4.0.pom (11 kB at 121 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom (15 kB at 218 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jruby/ext/posix/jna-posix/1.0.3-jenkins-1/jna-posix-1.0.3-jenkins-1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jruby/ext/posix/jna-posix/1.0.3-jenkins-1/jna-posix-1.0.3-jenkins-1.pom (3.4 kB at 61 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/github/jnr/jnr-posix/3.0.45/jnr-posix-3.0.45.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/github/jnr/jnr-posix/3.0.45/jnr-posix-3.0.45.pom (6.3 kB at 104 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/github/jnr/jnr-ffi/2.1.8/jnr-ffi-2.1.8.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/github/jnr/jnr-ffi/2.1.8/jnr-ffi-2.1.8.pom (8.2 kB at 130 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/github/jnr/jffi/1.2.17/jffi-1.2.17.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/github/jnr/jffi/1.2.17/jffi-1.2.17.pom (9.2 kB at 69 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/github/jnr/jffi/1.2.16/jffi-1.2.16.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/github/jnr/jffi/1.2.16/jffi-1.2.16.pom (9.2 kB at 142 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/github/jnr/jnr-constants/0.9.9/jnr-constants-0.9.9.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/github/jnr/jnr-constants/0.9.9/jnr-constants-0.9.9.pom (3.5 kB at 56 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/trilead-putty-extension/1.2/trilead-putty-extension-1.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/trilead-putty-extension/1.2/trilead-putty-extension-1.2.pom (1.6 kB at 27 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/pom/3/pom-3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/pom/3/pom-3.pom (3.6 kB at 62 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/trilead-ssh2/build-217-jenkins-14/trilead-ssh2-build-217-jenkins-14.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/trilead-ssh2/build-217-jenkins-14/trilead-ssh2-build-217-jenkins-14.pom (3.4 kB at 59 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/i2p/crypto/eddsa/0.2.0/eddsa-0.2.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/i2p/crypto/eddsa/0.2.0/eddsa-0.2.0.pom (6.3 kB at 101 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/connectbot/jbcrypt/jbcrypt/1.0.0/jbcrypt-1.0.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/connectbot/jbcrypt/jbcrypt/1.0.0/jbcrypt-1.0.0.pom (1.3 kB at 21 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler-groovy/1.256/stapler-groovy-1.256.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler-groovy/1.256/stapler-groovy-1.256.pom (1.7 kB at 30 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler-parent/1.256/stapler-parent-1.256.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler-parent/1.256/stapler-parent-1.256.pom (8.3 kB at 144 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler-jelly/1.256/stapler-jelly-1.256.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler-jelly/1.256/stapler-jelly-1.256.pom (4.9 kB at 86 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler/1.256/stapler-1.256.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler/1.256/stapler-1.256.pom (5.2 kB at 85 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/dom4j/dom4j/1.6.1-jenkins-4/dom4j-1.6.1-jenkins-4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/dom4j/dom4j/1.6.1-jenkins-4/dom4j-1.6.1-jenkins-4.pom (7.1 kB at 125 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler-jrebel/1.256/stapler-jrebel-1.256.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler-jrebel/1.256/stapler-jrebel-1.256.pom (1.6 kB at 26 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/windows-package-checker/1.2/windows-package-checker-1.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/windows-package-checker/1.2/windows-package-checker-1.2.pom (1.5 kB at 26 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/pom/14/pom-14.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/pom/14/pom-14.pom (5.5 kB at 96 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler-adjunct-zeroclipboard/1.3.5-1/stapler-adjunct-zeroclipboard-1.3.5-1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler-adjunct-zeroclipboard/1.3.5-1/stapler-adjunct-zeroclipboard-1.3.5-1.pom (1.5 kB at 25 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/pom/4/pom-4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/pom/4/pom-4.pom (3.8 kB at 63 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler/1.140/stapler-1.140.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler/1.140/stapler-1.140.pom (3.8 kB at 65 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler-parent/1.140/stapler-parent-1.140.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler-parent/1.140/stapler-parent-1.140.pom (4.9 kB at 67 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/json-lib/2.1-rev6/json-lib-2.1-rev6.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/json-lib/2.1-rev6/json-lib-2.1-rev6.pom (11 kB at 195 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/tiger-types/1.3/tiger-types-1.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/tiger-types/1.3/tiger-types-1.3.pom (2.2 kB at 38 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler-adjunct-timeline/1.5/stapler-adjunct-timeline-1.5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler-adjunct-timeline/1.5/stapler-adjunct-timeline-1.5.pom (2.0 kB at 30 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler-adjunct-codemirror/1.3/stapler-adjunct-codemirror-1.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler-adjunct-codemirror/1.3/stapler-adjunct-codemirror-1.3.pom (1.6 kB at 27 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/io/jenkins/stapler/jenkins-stapler-support/1.0/jenkins-stapler-support-1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/io/jenkins/stapler/jenkins-stapler-support/1.0/jenkins-stapler-support-1.0.pom (1.5 kB at 23 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/jenkins/1.49/jenkins-1.49.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/jenkins/1.49/jenkins-1.49.pom (39 kB at 484 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/infradna/tool/bridge-method-annotation/1.13/bridge-method-annotation-1.13.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/infradna/tool/bridge-method-annotation/1.13/bridge-method-annotation-1.13.pom (741 B at 13 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/infradna/tool/bridge-method-injector-parent/1.13/bridge-method-injector-parent-1.13.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/infradna/tool/bridge-method-injector-parent/1.13/bridge-method-injector-parent-1.13.pom (3.8 kB at 66 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-httpclient/commons-httpclient/3.1-jenkins-1/commons-httpclient-3.1-jenkins-1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-httpclient/commons-httpclient/3.1-jenkins-1/commons-httpclient-3.1-jenkins-1.pom (3.2 kB at 57 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/jenkins/1.39/jenkins-1.39.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/jenkins/1.39/jenkins-1.39.pom (32 kB at 549 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-codec/commons-codec/1.8/commons-codec-1.8.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-codec/commons-codec/1.8/commons-codec-1.8.pom (11 kB at 194 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/commons/commons-parent/28/commons-parent-28.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/commons/commons-parent/28/commons-parent-28.pom (50 kB at 809 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/args4j/args4j/2.0.31/args4j-2.0.31.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/args4j/args4j/2.0.31/args4j-2.0.31.pom (1.3 kB at 22 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/args4j/args4j-site/2.0.31/args4j-site-2.0.31.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/args4j/args4j-site/2.0.31/args4j-site-2.0.31.pom (4.4 kB at 60 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/bytecode-compatibility-transformer/2.0-beta-2/bytecode-compatibility-transformer-2.0-beta-2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/bytecode-compatibility-transformer/2.0-beta-2/bytecode-compatibility-transformer-2.0-beta-2.pom (2.0 kB at 34 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/bct/bct-parent-pom/2.0-beta-2/bct-parent-pom-2.0-beta-2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/bct/bct-parent-pom/2.0-beta-2/bct-parent-pom-2.0-beta-2.pom (1.5 kB at 27 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/jenkins/1.46/jenkins-1.46.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/jenkins/1.46/jenkins-1.46.pom (39 kB at 606 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/asm6/6.2/asm6-6.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/asm6/6.2/asm6-6.2.pom (3.0 kB at 48 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/task-reactor/1.5/task-reactor-1.5.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/task-reactor/1.5/task-reactor-1.5.pom (2.4 kB at 41 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/antlr/antlr/2.7.6/antlr-2.7.6.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/antlr/antlr/2.7.6/antlr-2.7.6.pom (230 B at 3.8 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/hudson/xstream/1.4.7-jenkins-1/xstream-1.4.7-jenkins-1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/hudson/xstream/1.4.7-jenkins-1/xstream-1.4.7-jenkins-1.pom (12 kB at 213 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/xpp3/xpp3/1.1.4c/xpp3-1.1.4c.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/xpp3/xpp3/1.1.4c/xpp3-1.1.4c.pom (2.1 kB at 37 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.pom (1.5 kB at 26 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/jfree/jfreechart/1.0.9/jfreechart-1.0.9.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/jfree/jfreechart/1.0.9/jfreechart-1.0.9.pom (2.7 kB at 45 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/jfree/jcommon/1.0.12/jcommon-1.0.12.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/jfree/jcommon/1.0.12/jcommon-1.0.12.pom (2.3 kB at 40 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-digester/commons-digester/2.1/commons-digester-2.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-digester/commons-digester/2.1/commons-digester-2.1.pom (10 kB at 171 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/commons/commons-compress/1.10/commons-compress-1.10.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/commons/commons-compress/1.10/commons-compress-1.10.pom (13 kB at 177 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/javax/mail/mail/1.4.4/mail-1.4.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/javax/mail/mail/1.4.4/mail-1.4.4.pom (4.7 kB at 81 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/sun/mail/all/1.4.4/all-1.4.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/sun/mail/all/1.4.4/all-1.4.4.pom (16 kB at 258 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/hudson/activation/1.1.1-hudson-1/activation-1.1.1-hudson-1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/hudson/activation/1.1.1-hudson-1/activation-1.1.1-hudson-1.pom (1.4 kB at 23 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/jaxen/jaxen/1.1-beta-11/jaxen-1.1-beta-11.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/jaxen/jaxen/1.1-beta-11/jaxen-1.1-beta-11.pom (7.4 kB at 57 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-jelly/commons-jelly-tags-fmt/1.0/commons-jelly-tags-fmt-1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-jelly/commons-jelly-tags-fmt/1.0/commons-jelly-tags-fmt-1.0.pom (167 B at 2.7 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-jelly/commons-jelly-tags-xml/1.1/commons-jelly-tags-xml-1.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-jelly/commons-jelly-tags-xml/1.1/commons-jelly-tags-xml-1.1.pom (11 kB at 202 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/jaxen/jaxen/1.1-beta-2/jaxen-1.1-beta-2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/jaxen/jaxen/1.1-beta-2/jaxen-1.1-beta-2.pom (149 B at 2.6 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/xerces/xerces/2.2.1/xerces-2.2.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/xerces/xerces/2.2.1/xerces-2.2.1.pom (322 B at 5.9 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/xerces/xercesImpl/2.2.1/xercesImpl-2.2.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/xerces/xercesImpl/2.2.1/xercesImpl-2.2.1.pom (150 B at 2.5 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/hudson/commons-jelly-tags-define/1.0.1-hudson-20071021/commons-jelly-tags-define-1.0.1-hudson-20071021.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/hudson/commons-jelly-tags-define/1.0.1-hudson-20071021/commons-jelly-tags-define-1.0.1-hudson-20071021.pom (2.3 kB at 27 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/acegisecurity/acegi-security/1.0.7/acegi-security-1.0.7.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/acegisecurity/acegi-security/1.0.7/acegi-security-1.0.7.pom (4.6 kB at 84 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/acegisecurity/acegi-security-parent/1.0.7/acegi-security-parent-1.0.7.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/acegisecurity/acegi-security-parent/1.0.7/acegi-security-parent-1.0.7.pom (18 kB at 330 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-core/1.2.9/spring-core-1.2.9.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-core/1.2.9/spring-core-1.2.9.pom (1.8 kB at 33 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-jdbc/1.2.9/spring-jdbc-1.2.9.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-jdbc/1.2.9/spring-jdbc-1.2.9.pom (2.7 kB at 49 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-beans/1.2.9/spring-beans-1.2.9.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-beans/1.2.9/spring-beans-1.2.9.pom (1.7 kB at 32 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-dao/1.2.9/spring-dao-1.2.9.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-dao/1.2.9/spring-dao-1.2.9.pom (2.5 kB at 45 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-context/1.2.9/spring-context-1.2.9.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-context/1.2.9/spring-context-1.2.9.pom (2.8 kB at 47 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 107 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/groovy/groovy-all/2.4.12/groovy-all-2.4.12.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/groovy/groovy-all/2.4.12/groovy-all-2.4.12.pom (21 kB at 364 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/jline/jline/2.12/jline-2.12.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/jline/jline/2.12/jline-2.12.pom (17 kB at 287 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/fusesource/jansi/jansi/1.11/jansi-1.11.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/fusesource/jansi/jansi/1.11/jansi-1.11.pom (3.6 kB at 54 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/fusesource/jansi/jansi-project/1.11/jansi-project-1.11.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/fusesource/jansi/jansi-project/1.11/jansi-project-1.11.pom (11 kB at 185 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/fusesource/fusesource-pom/1.8/fusesource-pom-1.8.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/fusesource/fusesource-pom/1.8/fusesource-pom-1.8.pom (15 kB at 253 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-webmvc/2.5.6.SEC03/spring-webmvc-2.5.6.SEC03.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-webmvc/2.5.6.SEC03/spring-webmvc-2.5.6.SEC03.pom (5.2 kB at 89 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-beans/2.5.6.SEC03/spring-beans-2.5.6.SEC03.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-beans/2.5.6.SEC03/spring-beans-2.5.6.SEC03.pom (2.1 kB at 36 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-core/2.5.6.SEC03/spring-core-2.5.6.SEC03.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-core/2.5.6.SEC03/spring-core-2.5.6.SEC03.pom (2.8 kB at 50 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-context/2.5.6.SEC03/spring-context-2.5.6.SEC03.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-context/2.5.6.SEC03/spring-context-2.5.6.SEC03.pom (3.4 kB at 58 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-context-support/2.5.6.SEC03/spring-context-support-2.5.6.SEC03.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-context-support/2.5.6.SEC03/spring-context-support-2.5.6.SEC03.pom (5.6 kB at 100 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-web/2.5.6.SEC03/spring-web-2.5.6.SEC03.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-web/2.5.6.SEC03/spring-web-2.5.6.SEC03.pom (4.0 kB at 70 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-aop/2.5.6.SEC03/spring-aop-2.5.6.SEC03.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-aop/2.5.6.SEC03/spring-aop-2.5.6.SEC03.pom (3.4 kB at 60 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/javax/servlet/jsp/jstl/javax.servlet.jsp.jstl-api/1.2.1/javax.servlet.jsp.jstl-api-1.2.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/javax/servlet/jsp/jstl/javax.servlet.jsp.jstl-api/1.2.1/javax.servlet.jsp.jstl-api-1.2.1.pom (11 kB at 202 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.pom (959 B at 17 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/slf4j/log4j-over-slf4j/1.7.25/log4j-over-slf4j-1.7.25.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/slf4j/log4j-over-slf4j/1.7.25/log4j-over-slf4j-1.7.25.pom (1.1 kB at 20 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/sun/xml/txw2/txw2/20110809/txw2-20110809.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/sun/xml/txw2/txw2/20110809/txw2-20110809.pom (3.0 kB at 54 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/sun/xml/txw2/txw2-project/20110809/txw2-project-20110809.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/sun/xml/txw2/txw2-project/20110809/txw2-project-20110809.pom (4.9 kB at 87 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom (962 B at 17 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/relaxngDatatype/relaxngDatatype/20020414/relaxngDatatype-20020414.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/relaxngDatatype/relaxngDatatype/20020414/relaxngDatatype-20020414.pom (167 B at 2.9 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/winp/winp/1.27/winp-1.27.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/winp/winp/1.27/winp-1.27.pom (3.6 kB at 61 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/memory-monitor/1.9/memory-monitor-1.9.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/memory-monitor/1.9/memory-monitor-1.9.pom (2.4 kB at 38 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/jenkins/1.33/jenkins-1.33.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/jenkins/1.33/jenkins-1.33.pom (28 kB at 512 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/woodstox/wstx-asl/3.2.9/wstx-asl-3.2.9.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/woodstox/wstx-asl/3.2.9/wstx-asl-3.2.9.pom (1.3 kB at 22 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/stax/stax-api/1.0.1/stax-api-1.0.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/stax/stax-api/1.0.1/stax-api-1.0.1.pom (1.5 kB at 28 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/jmdns/3.4.0-jenkins-3/jmdns-3.4.0-jenkins-3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/jmdns/3.4.0-jenkins-3/jmdns-3.4.0-jenkins-3.pom (3.2 kB at 56 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/java/dev/jna/jna/4.5.2/jna-4.5.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/java/dev/jna/jna/4.5.2/jna-4.5.2.pom (1.6 kB at 26 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/akuma/1.10/akuma-1.10.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/akuma/1.10/akuma-1.10.pom (2.3 kB at 42 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/pom/2/pom-2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/pom/2/pom-2.pom (3.7 kB at 67 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/libpam4j/1.11/libpam4j-1.11.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/libpam4j/1.11/libpam4j-1.11.pom (3.1 kB at 47 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/libzfs/0.8/libzfs-0.8.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/libzfs/0.8/libzfs-0.8.pom (2.4 kB at 44 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/java/dev/jna/jna/3.5.2/jna-3.5.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/java/dev/jna/jna/3.5.2/jna-3.5.2.pom (1.2 kB at 21 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/sun/solaris/embedded_su4j/1.1/embedded_su4j-1.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/sun/solaris/embedded_su4j/1.1/embedded_su4j-1.1.pom (2.2 kB at 34 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/jinterop/j-interop/2.0.6-kohsuke-1/j-interop-2.0.6-kohsuke-1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/jinterop/j-interop/2.0.6-kohsuke-1/j-interop-2.0.6-kohsuke-1.pom (689 B at 12 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/jinterop/j-interop-parent/2.0.6-kohsuke-1/j-interop-parent-2.0.6-kohsuke-1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/jinterop/j-interop-parent/2.0.6-kohsuke-1/j-interop-parent-2.0.6-kohsuke-1.pom (1.1 kB at 18 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/jinterop/j-interopdeps/2.0.6-kohsuke-1/j-interopdeps-2.0.6-kohsuke-1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/jinterop/j-interopdeps/2.0.6-kohsuke-1/j-interopdeps-2.0.6-kohsuke-1.pom (670 B at 11 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/samba/jcifs/jcifs/1.2.19/jcifs-1.2.19.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/samba/jcifs/jcifs/1.2.19/jcifs-1.2.19.pom (614 B at 4.4 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/robust-http-client/robust-http-client/1.2/robust-http-client-1.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/robust-http-client/robust-http-client/1.2/robust-http-client-1.2.pom (3.3 kB at 57 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-fileupload/commons-fileupload/1.3.1-jenkins-2/commons-fileupload-1.3.1-jenkins-2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-fileupload/commons-fileupload/1.3.1-jenkins-2/commons-fileupload-1.3.1-jenkins-2.pom (10 kB at 178 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 172 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 614 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/jcraft/jzlib/1.1.3-kohsuke-1/jzlib-1.1.3-kohsuke-1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/jcraft/jzlib/1.1.3-kohsuke-1/jzlib-1.1.3-kohsuke-1.pom (1.7 kB at 30 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-war/2.164.3/jenkins-war-2.164.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-war/2.164.3/jenkins-war-2.164.3.pom (9.1 kB at 152 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/instance-identity/2.2/instance-identity-2.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/instance-identity/2.2/instance-identity-2.2.pom (1.5 kB at 25 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/plugin/2.12/plugin-2.12.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/plugin/2.12/plugin-2.12.pom (43 kB at 727 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/io/github/stephenc/crypto/self-signed-cert-generator/1.0.0/self-signed-cert-generator-1.0.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/io/github/stephenc/crypto/self-signed-cert-generator/1.0.0/self-signed-cert-generator-1.0.0.pom (5.3 kB at 88 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/ssh-cli-auth/1.4/ssh-cli-auth-1.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/ssh-cli-auth/1.4/ssh-cli-auth-1.4.pom (1.4 kB at 23 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/plugin/2.25/plugin-2.25.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/plugin/2.25/plugin-2.25.pom (48 kB at 830 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/instance-identity/1.2/instance-identity-1.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/instance-identity/1.2/instance-identity-1.2.pom (1.5 kB at 26 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/plugin/1.400/plugin-1.400.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/plugin/1.400/plugin-1.400.pom (6.8 kB at 116 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/jenkins/1.16/jenkins-1.16.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/jenkins/1.16/jenkins-1.16.pom (19 kB at 314 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/bouncycastle/bcprov-jdk15/140/bcprov-jdk15-140.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/bouncycastle/bcprov-jdk15/140/bcprov-jdk15-140.pom (1.0 kB at 17 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/slave-installer/1.6/slave-installer-1.6.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/slave-installer/1.6/slave-installer-1.6.pom (1.4 kB at 21 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/plugin/2.20/plugin-2.20.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/plugin/2.20/plugin-2.20.pom (46 kB at 774 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/instance-identity/1.1/instance-identity-1.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/instance-identity/1.1/instance-identity-1.1.pom (1.4 kB at 24 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/windows-slave-installer/1.10.0/windows-slave-installer-1.10.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/windows-slave-installer/1.10.0/windows-slave-installer-1.10.0.pom (3.1 kB at 55 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/plugin/3.33/plugin-3.33.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/plugin/3.33/plugin-3.33.pom (55 kB at 714 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/instance-identity/2.1/instance-identity-2.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/instance-identity/2.1/instance-identity-2.1.pom (2.1 kB at 36 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/launchd-slave-installer/1.2/launchd-slave-installer-1.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/launchd-slave-installer/1.2/launchd-slave-installer-1.2.pom (1.8 kB at 29 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/plugin/1.466/plugin-1.466.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/plugin/1.466/plugin-1.466.pom (9.6 kB at 165 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/slave-installer/1.1/slave-installer-1.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/slave-installer/1.1/slave-installer-1.1.pom (1.6 kB at 28 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/upstart-slave-installer/1.1/upstart-slave-installer-1.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/upstart-slave-installer/1.1/upstart-slave-installer-1.1.pom (1.6 kB at 25 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/systemd-slave-installer/1.1/systemd-slave-installer-1.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/systemd-slave-installer/1.1/systemd-slave-installer-1.1.pom (1.6 kB at 27 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/plugin/1.523/plugin-1.523.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/plugin/1.523/plugin-1.523.pom (13 kB at 221 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/slave-installer/1.3/slave-installer-1.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/slave-installer/1.3/slave-installer-1.3.pom (1.6 kB at 27 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/plugin/1.498/plugin-1.498.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/plugin/1.498/plugin-1.498.pom (13 kB at 227 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/jenkins/1.29/jenkins-1.29.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/jenkins/1.29/jenkins-1.29.pom (28 kB at 488 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/sshd/2.6/sshd-2.6.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/sshd/2.6/sshd-2.6.pom (1.9 kB at 33 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/plugin/3.36/plugin-3.36.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/plugin/3.36/plugin-3.36.pom (55 kB at 909 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/sshd/sshd-core/1.7.0/sshd-core-1.7.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/sshd/sshd-core/1.7.0/sshd-core-1.7.0.pom (9.1 kB at 152 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/sshd/sshd/1.7.0/sshd-1.7.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/sshd/sshd/1.7.0/sshd-1.7.0.pom (46 kB at 779 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-framework-bom/5.0.2.RELEASE/spring-framework-bom-5.0.2.RELEASE.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-framework-bom/5.0.2.RELEASE/spring-framework-bom-5.0.2.RELEASE.pom (5.3 kB at 89 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/ui/bootstrap/1.3.2/bootstrap-1.3.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/ui/bootstrap/1.3.2/bootstrap-1.3.2.pom (1.2 kB at 20 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/ui/handlebars/1.1.1/handlebars-1.1.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/ui/handlebars/1.1.1/handlebars-1.1.1.pom (951 B at 16 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/slf4j/slf4j-jdk14/1.7.25/slf4j-jdk14-1.7.25.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/slf4j/slf4j-jdk14/1.7.25/slf4j-jdk14-1.7.25.pom (1.0 kB at 17 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-test-harness/2.55/jenkins-test-harness-2.55.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-test-harness/2.55/jenkins-test-harness-2.55.pom (8.2 kB at 141 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom (820 B at 14 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-test-harness-htmlunit/2.31-2/jenkins-test-harness-htmlunit-2.31-2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-test-harness-htmlunit/2.31-2/jenkins-test-harness-htmlunit-2.31-2.pom (6.0 kB at 99 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/jenkins/1.36/jenkins-1.36.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/jenkins/1.36/jenkins-1.36.pom (28 kB at 460 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom (1.8 kB at 28 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/commons/commons-text/1.3/commons-text-1.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/commons/commons-text/1.3/commons-text-1.3.pom (14 kB at 226 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/commons/commons-parent/45/commons-parent-45.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/commons/commons-parent/45/commons-parent-45.pom (73 kB at 1.2 MB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom (2.7 kB at 46 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-net/commons-net/3.6/commons-net-3.6.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-net/commons-net/3.6/commons-net-3.6.pom (22 kB at 359 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/websocket-client/9.4.10.v20180503/websocket-client-9.4.10.v20180503.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/websocket-client/9.4.10.v20180503/websocket-client-9.4.10.v20180503.pom (5.7 kB at 94 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/websocket-parent/9.4.10.v20180503/websocket-parent-9.4.10.v20180503.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/websocket-parent/9.4.10.v20180503/websocket-parent-9.4.10.v20180503.pom (1.8 kB at 26 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-project/9.4.10.v20180503/jetty-project-9.4.10.v20180503.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/jetty-project/9.4.10.v20180503/jetty-project-9.4.10.v20180503.pom (65 kB at 371 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/websocket-common/9.4.10.v20180503/websocket-common-9.4.10.v20180503.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/websocket-common/9.4.10.v20180503/websocket-common-9.4.10.v20180503.pom (3.6 kB at 57 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/websocket-api/9.4.10.v20180503/websocket-api-9.4.10.v20180503.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/websocket-api/9.4.10.v20180503/websocket-api-9.4.10.v20180503.pom (2.8 kB at 43 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/hudson/embedded-rhino-debugger/1.2/embedded-rhino-debugger-1.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/hudson/embedded-rhino-debugger/1.2/embedded-rhino-debugger-1.2.pom (1.3 kB at 22 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/io/jenkins/lib/support-log-formatter/1.0/support-log-formatter-1.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/io/jenkins/lib/support-log-formatter/1.0/support-log-formatter-1.0.pom (2.0 kB at 36 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/jenkins/1.51/jenkins-1.51.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/jenkins/1.51/jenkins-1.51.pom (39 kB at 649 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/netbeans/modules/org-netbeans-insane/RELEASE802/org-netbeans-insane-RELEASE802.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/netbeans/modules/org-netbeans-insane/RELEASE802/org-netbeans-insane-RELEASE802.pom (417 B at 5.9 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/openjdk/jmh/jmh-core/1.21/jmh-core-1.21.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/openjdk/jmh/jmh-core/1.21/jmh-core-1.21.pom (9.5 kB at 146 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/openjdk/jmh/jmh-parent/1.21/jmh-parent-1.21.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/openjdk/jmh/jmh-parent/1.21/jmh-parent-1.21.pom (11 kB at 178 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/sf/jopt-simple/jopt-simple/4.6/jopt-simple-4.6.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/sf/jopt-simple/jopt-simple/4.6/jopt-simple-4.6.pom (11 kB at 176 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/commons/commons-math3/3.2/commons-math3-3.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/commons/commons-math3/3.2/commons-math3-3.2.pom (17 kB at 268 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/openjdk/jmh/jmh-generator-annprocess/1.21/jmh-generator-annprocess-1.21.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/openjdk/jmh/jmh-generator-annprocess/1.21/jmh-generator-annprocess-1.21.pom (3.8 kB at 53 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/test-annotations/1.3/test-annotations-1.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/test-annotations/1.3/test-annotations-1.3.pom (1.0 kB at 16 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/access-modifier-annotation/1.16/access-modifier-annotation-1.16.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/access-modifier-annotation/1.16/access-modifier-annotation-1.16.pom (1.0 kB at 18 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/symbol-annotation/1.20/symbol-annotation-1.20.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-step-api/2.20/workflow-step-api-2.20.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-cps/2.74/workflow-cps-2.74.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/structs/1.20/structs-1.20.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-api/2.37/workflow-api-2.37.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/symbol-annotation/1.20/symbol-annotation-1.20.jar (2.8 kB at 30 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-support/3.3/workflow-support-3.3.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/structs/1.20/structs-1.20.jar (43 kB at 251 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jboss/marshalling/jboss-marshalling-river/2.0.6.Final/jboss-marshalling-river-2.0.6.Final.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-step-api/2.20/workflow-step-api-2.20.jar (82 kB at 465 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jboss/marshalling/jboss-marshalling/2.0.6.Final/jboss-marshalling-2.0.6.Final.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-api/2.37/workflow-api-2.37.jar (176 kB at 914 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-scm-step/2.9/workflow-scm-step-2.9.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-support/3.3/workflow-support-3.3.jar (120 kB at 608 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/script-security/1.62/script-security-1.62.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-scm-step/2.9/workflow-scm-step-2.9.jar (16 kB at 63 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/groovy-sandbox/1.22/groovy-sandbox-1.22.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jboss/marshalling/jboss-marshalling-river/2.0.6.Final/jboss-marshalling-river-2.0.6.Final.jar (84 kB at 325 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/github/ben-manes/caffeine/caffeine/2.7.0/caffeine-2.7.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/script-security/1.62/script-security-1.62.jar (143 kB at 503 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/checkerframework/checker-qual/2.6.0/checker-qual-2.6.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/groovy-sandbox/1.22/groovy-sandbox-1.22.jar (57 kB at 184 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/errorprone/error_prone_annotations/2.3.3/error_prone_annotations-2.3.3.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/checkerframework/checker-qual/2.6.0/checker-qual-2.6.0.jar (194 kB at 520 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/scm-api/2.6.3/scm-api-2.6.3.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/errorprone/error_prone_annotations/2.3.3/error_prone_annotations-2.3.3.jar (13 kB at 35 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/cloudbees/groovy-cps/1.30/groovy-cps-1.30.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jboss/marshalling/jboss-marshalling/2.0.6.Final/jboss-marshalling-2.0.6.Final.jar (221 kB at 452 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/ui/jquery-detached/1.2.1/jquery-detached-1.2.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-cps/2.74/workflow-cps-2.74.jar (325 kB at 649 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/ui/ace-editor/1.1/ace-editor-1.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/ui/jquery-detached/1.2.1/jquery-detached-1.2.1.jar (2.1 kB at 3.9 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-job/2.35/workflow-job-2.35.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/ui/ace-editor/1.1/ace-editor-1.1.jar (2.1 kB at 3.7 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-basic-steps/2.18/workflow-basic-steps-2.18.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-job/2.35/workflow-job-2.35.jar (124 kB at 196 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/mailer/1.28/mailer-1.28.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-basic-steps/2.18/workflow-basic-steps-2.18.jar (187 kB at 295 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/display-url-api/2.3.2/display-url-api-2.3.2.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/github/ben-manes/caffeine/caffeine/2.7.0/caffeine-2.7.0.jar (847 kB at 1.3 MB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/apache-httpcomponents-client-4-api/4.5.10-1.0/apache-httpcomponents-client-4-api-4.5.10-1.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/display-url-api/2.3.2/display-url-api-2.3.2.jar (29 kB at 42 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpmime/4.5.10/httpmime-4.5.10.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/mailer/1.28/mailer-1.28.jar (146 kB at 207 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/fluent-hc/4.5.10/fluent-hc-4.5.10.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/scm-api/2.6.3/scm-api-2.6.3.jar (246 kB at 348 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpclient-cache/4.5.10/httpclient-cache-4.5.10.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/apache-httpcomponents-client-4-api/4.5.10-1.0/apache-httpcomponents-client-4-api-4.5.10-1.0.jar (12 kB at 17 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpasyncclient/4.1.4/httpasyncclient-4.1.4.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/cloudbees/groovy-cps/1.30/groovy-cps-1.30.jar (259 kB at 355 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpcore-nio/4.4.10/httpcore-nio-4.4.10.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpmime/4.5.10/httpmime-4.5.10.jar (42 kB at 56 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpasyncclient-cache/4.1.4/httpasyncclient-cache-4.1.4.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/fluent-hc/4.5.10/fluent-hc-4.5.10.jar (32 kB at 41 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-durable-task-step/2.31/workflow-durable-task-step-2.31.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpclient-cache/4.5.10/httpclient-cache-4.5.10.jar (164 kB at 209 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/durable-task/1.30/durable-task-1.30.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpasyncclient/4.1.4/httpasyncclient-4.1.4.jar (180 kB at 226 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven-plugin/2.13/maven-plugin-2.13.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpasyncclient-cache/4.1.4/httpasyncclient-cache-4.1.4.jar (35 kB at 43 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/javadoc/1.0/javadoc-1.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-durable-task-step/2.31/workflow-durable-task-step-2.31.jar (107 kB at 127 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/junit/1.28/junit-1.28.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/durable-task/1.30/durable-task-1.30.jar (61 kB at 73 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven/maven-agent/1.7/maven-agent-1.7.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/javadoc/1.0/javadoc-1.0.jar (34 kB at 39 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven/maven-interceptor/1.7/maven-interceptor-1.7.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven/maven-agent/1.7/maven-agent-1.7.jar (9.2 kB at 10 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/hudson/maven2.1-interceptor/1.2/maven2.1-interceptor-1.2.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven/maven-interceptor/1.7/maven-interceptor-1.7.jar (22 kB at 24 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven/maven3-agent/1.7/maven3-agent-1.7.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpcore-nio/4.4.10/httpcore-nio-4.4.10.jar (366 kB at 390 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven/maven31-agent/1.7/maven31-agent-1.7.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/hudson/maven2.1-interceptor/1.2/maven2.1-interceptor-1.2.jar (4.6 kB at 4.8 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven/maven32-agent/1.7/maven32-agent-1.7.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven-plugin/2.13/maven-plugin-2.13.jar (704 kB at 717 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven/maven3-interceptor/1.7/maven3-interceptor-1.7.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven/maven3-agent/1.7/maven3-agent-1.7.jar (7.7 kB at 7.8 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven/maven31-interceptor/1.7/maven31-interceptor-1.7.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven/maven31-agent/1.7/maven31-agent-1.7.jar (7.6 kB at 7.7 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven/maven32-interceptor/1.7/maven32-interceptor-1.7.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven/maven32-agent/1.7/maven32-agent-1.7.jar (7.7 kB at 7.6 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven/maven3-interceptor-commons/1.7/maven3-interceptor-commons-1.7.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/junit/1.28/junit-1.28.jar (440 kB at 430 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven/maven31-interceptor/1.7/maven31-interceptor-1.7.jar (19 kB at 18 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven/maven3-interceptor/1.7/maven3-interceptor-1.7.jar (15 kB at 14 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven/maven32-interceptor/1.7/maven32-interceptor-1.7.jar (19 kB at 18 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven/maven3-interceptor-commons/1.7/maven3-interceptor-commons-1.7.jar (6.8 kB at 6.3 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar (164 kB at 148 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 kB at 27 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 41 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 36 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 kB at 487 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 45 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-compat/3.1.0/maven-compat-3.1.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 42 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 50 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-embedder/3.1.0/maven-embedder-3.1.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 48 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 128 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-cli/commons-cli/1.2/commons-cli-1.2.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/aether/aether-api/0.9.0.M3/aether-api-0.9.0.M3.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar (231 kB at 180 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/aether/aether-impl/0.9.0.M3/aether-impl-0.9.0.M3.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-embedder/3.1.0/maven-embedder-3.1.0.jar (57 kB at 44 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/aether/aether-spi/0.9.0.M3/aether-spi-0.9.0.M3.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/aether/aether-api/0.9.0.M3/aether-api-0.9.0.M3.jar (135 kB at 104 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/aether/aether-util/0.9.0.M3/aether-util-0.9.0.M3.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 31 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/aether/aether-transport-wagon/0.9.0.M3/aether-transport-wagon-0.9.0.M3.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/aether/aether-impl/0.9.0.M3/aether-impl-0.9.0.M3.jar (164 kB at 122 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/aether/aether-spi/0.9.0.M3/aether-spi-0.9.0.M3.jar (31 kB at 23 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-compat/3.1.0/maven-compat-3.1.0.jar (284 kB at 207 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/inject/guice/4.0-beta/guice-4.0-beta-no_aop.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/aether/aether-util/0.9.0.M3/aether-util-0.9.0.M3.jar (142 kB at 104 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-http/2.4/wagon-http-2.4.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/aether/aether-transport-wagon/0.9.0.M3/aether-transport-wagon-0.9.0.M3.jar (25 kB at 18 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-http-shared4/2.4/wagon-http-shared4-2.4.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar (197 kB at 139 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-http/2.4/wagon-http-2.4.jar (10 kB at 7.4 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpcore/4.4.3/httpcore-4.4.3.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-http-shared4/2.4/wagon-http-shared4-2.4.jar (32 kB at 22 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-file/2.4/wagon-file-2.4.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar (291 kB at 192 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-ftp/2.4/wagon-ftp-2.4.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-ftp/2.4/wagon-ftp-2.4.jar (16 kB at 10 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-file/2.4/wagon-file-2.4.jar (11 kB at 7.1 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-ssh/2.4/wagon-ssh-2.4.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.jar (733 kB at 454 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-ssh-common/2.4/wagon-ssh-common-2.4.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/inject/guice/4.0-beta/guice-4.0-beta-no_aop.jar (1.2 MB at 768 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-ssh-external/2.4/wagon-ssh-external-2.4.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/httpcomponents/httpcore/4.4.3/httpcore-4.4.3.jar (327 kB at 201 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-ssh/2.4/wagon-ssh-2.4.jar (29 kB at 18 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-ssh-common/2.4/wagon-ssh-common-2.4.jar (25 kB at 15 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/lib/lib-jenkins-maven-artifact-manager/1.2/lib-jenkins-maven-artifact-manager-1.2.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-ssh-external/2.4/wagon-ssh-external-2.4.jar (15 kB at 8.9 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/lib/lib-jenkins-maven-embedder/3.11/lib-jenkins-maven-embedder-3.11.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar (52 kB at 31 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/aether/aether-connector-wagon/0.9.0.M2/aether-connector-wagon-0.9.0.M2.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (50 kB at 29 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-webdav-jackrabbit/2.4/wagon-webdav-jackrabbit-2.4.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/lib/lib-jenkins-maven-embedder/3.11/lib-jenkins-maven-embedder-3.11.jar (24 kB at 14 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-http-shared/2.4/wagon-http-shared-2.4.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.jar (214 kB at 123 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/jackrabbit/jackrabbit-webdav/2.5.2/jackrabbit-webdav-2.5.2.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/lib/lib-jenkins-maven-artifact-manager/1.2/lib-jenkins-maven-artifact-manager-1.2.jar (15 kB at 8.4 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jsoup/jsoup/1.12.1/jsoup-1.12.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/aether/aether-connector-wagon/0.9.0.M2/aether-connector-wagon-0.9.0.M2.jar (34 kB at 20 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-webdav-jackrabbit/2.4/wagon-webdav-jackrabbit-2.4.jar (19 kB at 11 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/github/spotbugs/spotbugs-annotations/3.1.12/spotbugs-annotations-3.1.12.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/github/spotbugs/spotbugs-annotations/3.1.12/spotbugs-annotations-3.1.12.jar (15 kB at 8.3 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-http-shared/2.4/wagon-http-shared-2.4.jar (26 kB at 15 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar (615 kB at 332 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 11 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-core/2.164.3/jenkins-core-2.164.3.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/jackrabbit/jackrabbit-webdav/2.5.2/jackrabbit-webdav-2.5.2.jar (326 kB at 171 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/icon-shim/icon-set/1.0.5/icon-set-1.0.5.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar (3.4 kB at 1.8 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/remoting/3.29/remoting-3.29.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar (2.3 kB at 1.2 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/constant-pool-scanner/1.2/constant-pool-scanner-1.2.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jsoup/jsoup/1.12.1/jsoup-1.12.1.jar (397 kB at 203 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/cli/2.164.3/cli-2.164.3.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/icon-shim/icon-set/1.0.5/icon-set-1.0.5.jar (18 kB at 9.0 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/cli/2.164.3/cli-2.164.3.jar (75 kB at 37 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/crypto-util/1.1/crypto-util-1.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/constant-pool-scanner/1.2/constant-pool-scanner-1.2.jar (15 kB at 7.4 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/hudson/jtidy/4aug2000r7-dev-hudson-1/jtidy-4aug2000r7-dev-hudson-1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar (63 kB at 31 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/inject/guice/4.0/guice-4.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/hudson/jtidy/4aug2000r7-dev-hudson-1/jtidy-4aug2000r7-dev-hudson-1.jar (123 kB at 59 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jruby/ext/posix/jna-posix/1.0.3-jenkins-1/jna-posix-1.0.3-jenkins-1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/remoting/3.29/remoting-3.29.jar (789 kB at 371 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/github/jnr/jnr-posix/3.0.45/jnr-posix-3.0.45.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/crypto-util/1.1/crypto-util-1.1.jar (4.8 kB at 2.3 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/github/jnr/jnr-ffi/2.1.8/jnr-ffi-2.1.8.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jruby/ext/posix/jna-posix/1.0.3-jenkins-1/jna-posix-1.0.3-jenkins-1.jar (91 kB at 42 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/github/jnr/jffi/1.2.17/jffi-1.2.17.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/inject/guice/4.0/guice-4.0.jar (668 kB at 308 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/github/jnr/jffi/1.2.16/jffi-1.2.16-native.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/github/jnr/jffi/1.2.17/jffi-1.2.17.jar (151 kB at 67 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/github/jnr/jnr-constants/0.9.9/jnr-constants-0.9.9.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/github/jnr/jnr-posix/3.0.45/jnr-posix-3.0.45.jar (240 kB at 106 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/trilead-putty-extension/1.2/trilead-putty-extension-1.2.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/github/jnr/jffi/1.2.16/jffi-1.2.16-native.jar (664 kB at 288 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/trilead-ssh2/build-217-jenkins-14/trilead-ssh2-build-217-jenkins-14.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/trilead-putty-extension/1.2/trilead-putty-extension-1.2.jar (7.9 kB at 3.4 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/connectbot/jbcrypt/jbcrypt/1.0.0/jbcrypt-1.0.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/github/jnr/jnr-constants/0.9.9/jnr-constants-0.9.9.jar (359 kB at 152 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler-groovy/1.256/stapler-groovy-1.256.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/github/jnr/jnr-ffi/2.1.8/jnr-ffi-2.1.8.jar (685 kB at 290 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler-jelly/1.256/stapler-jelly-1.256.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/connectbot/jbcrypt/jbcrypt/1.0.0/jbcrypt-1.0.0.jar (17 kB at 7.1 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/dom4j/dom4j/1.6.1-jenkins-4/dom4j-1.6.1-jenkins-4.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler-jelly/1.256/stapler-jelly-1.256.jar (87 kB at 36 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler-jrebel/1.256/stapler-jrebel-1.256.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler-groovy/1.256/stapler-groovy-1.256.jar (34 kB at 14 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler/1.256/stapler-1.256.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-core/2.164.3/jenkins-core-2.164.3.jar (11 MB at 4.4 MB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/tiger-types/2.2/tiger-types-2.2.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler-jrebel/1.256/stapler-jrebel-1.256.jar (6.4 kB at 2.6 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/asm5/5.0.1/asm5-5.0.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/trilead-ssh2/build-217-jenkins-14/trilead-ssh2-build-217-jenkins-14.jar (326 kB at 130 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/windows-package-checker/1.2/windows-package-checker-1.2.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/tiger-types/2.2/tiger-types-2.2.jar (18 kB at 7.0 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler-adjunct-zeroclipboard/1.3.5-1/stapler-adjunct-zeroclipboard-1.3.5-1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/dom4j/dom4j/1.6.1-jenkins-4/dom4j-1.6.1-jenkins-4.jar (254 kB at 100 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler-adjunct-timeline/1.5/stapler-adjunct-timeline-1.5.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/windows-package-checker/1.2/windows-package-checker-1.2.jar (4.4 kB at 1.7 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler-adjunct-codemirror/1.3/stapler-adjunct-codemirror-1.3.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler-adjunct-zeroclipboard/1.3.5-1/stapler-adjunct-zeroclipboard-1.3.5-1.jar (19 kB at 7.5 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/io/jenkins/stapler/jenkins-stapler-support/1.0/jenkins-stapler-support-1.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/asm5/5.0.1/asm5-5.0.1.jar (379 kB at 147 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/infradna/tool/bridge-method-annotation/1.13/bridge-method-annotation-1.13.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler/1.256/stapler-1.256.jar (429 kB at 166 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/json-lib/2.4-jenkins-2/json-lib-2.4-jenkins-2.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler-adjunct-timeline/1.5/stapler-adjunct-timeline-1.5.jar (182 kB at 70 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/sf/ezmorph/ezmorph/1.0.6/ezmorph-1.0.6.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/io/jenkins/stapler/jenkins-stapler-support/1.0/jenkins-stapler-support-1.0.jar (3.6 kB at 1.4 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-httpclient/commons-httpclient/3.1-jenkins-1/commons-httpclient-3.1-jenkins-1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/infradna/tool/bridge-method-annotation/1.13/bridge-method-annotation-1.13.jar (3.2 kB at 1.2 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/args4j/args4j/2.0.31/args4j-2.0.31.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/json-lib/2.4-jenkins-2/json-lib-2.4-jenkins-2.jar (141 kB at 53 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/annotation-indexer/1.12/annotation-indexer-1.12.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/sf/ezmorph/ezmorph/1.0.6/ezmorph-1.0.6.jar (86 kB at 32 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/bytecode-compatibility-transformer/2.0-beta-2/bytecode-compatibility-transformer-2.0-beta-2.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/stapler/stapler-adjunct-codemirror/1.3/stapler-adjunct-codemirror-1.3.jar (276 kB at 102 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/asm6/6.2/asm6-6.2.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/args4j/args4j/2.0.31/args4j-2.0.31.jar (87 kB at 32 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/task-reactor/1.5/task-reactor-1.5.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/annotation-indexer/1.12/annotation-indexer-1.12.jar (16 kB at 5.9 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/localizer/localizer/1.24/localizer-1.24.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-httpclient/commons-httpclient/3.1-jenkins-1/commons-httpclient-3.1-jenkins-1.jar (322 kB at 118 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/antlr/antlr/2.7.6/antlr-2.7.6.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/bytecode-compatibility-transformer/2.0-beta-2/bytecode-compatibility-transformer-2.0-beta-2.jar (38 kB at 14 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/hudson/xstream/1.4.7-jenkins-1/xstream-1.4.7-jenkins-1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/task-reactor/1.5/task-reactor-1.5.jar (22 kB at 8.0 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/xpp3/xpp3/1.1.4c/xpp3-1.1.4c.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/localizer/localizer/1.24/localizer-1.24.jar (7.2 kB at 2.6 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/xpp3/xpp3/1.1.4c/xpp3-1.1.4c.jar (120 kB at 43 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/jfree/jfreechart/1.0.9/jfreechart-1.0.9.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.jar (44 kB at 16 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/jfree/jcommon/1.0.12/jcommon-1.0.12.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/antlr/antlr/2.7.6/antlr-2.7.6.jar (443 kB at 156 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/ant/ant/1.9.2/ant-1.9.2.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/hudson/xstream/1.4.7-jenkins-1/xstream-1.4.7-jenkins-1.jar (533 kB at 188 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/ant/ant-launcher/1.9.2/ant-launcher-1.9.2.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/asm6/6.2/asm6-6.2.jar (433 kB at 151 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 72 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-digester/commons-digester/2.1/commons-digester-2.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/jfree/jcommon/1.0.12/jcommon-1.0.12.jar (309 kB at 103 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/ant/ant-launcher/1.9.2/ant-launcher-1.9.2.jar (18 kB at 6.1 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/javax/mail/mail/1.4.4/mail-1.4.4.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/ant/ant/1.9.2/ant-1.9.2.jar (2.0 MB at 658 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/hudson/activation/1.1.1-hudson-1/activation-1.1.1-hudson-1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-digester/commons-digester/2.1/commons-digester-2.1.jar (197 kB at 65 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/jaxen/jaxen/1.1-beta-11/jaxen-1.1-beta-11.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/jfree/jfreechart/1.0.9/jfreechart-1.0.9.jar (1.3 MB at 420 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-jelly/commons-jelly-tags-fmt/1.0/commons-jelly-tags-fmt-1.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/hudson/activation/1.1.1-hudson-1/activation-1.1.1-hudson-1.jar (71 kB at 23 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-jelly/commons-jelly-tags-xml/1.1/commons-jelly-tags-xml-1.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar (232 kB at 74 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/hudson/commons-jelly-tags-define/1.0.1-hudson-20071021/commons-jelly-tags-define-1.0.1-hudson-20071021.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-jelly/commons-jelly-tags-fmt/1.0/commons-jelly-tags-fmt-1.0.jar (22 kB at 7.2 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/acegisecurity/acegi-security/1.0.7/acegi-security-1.0.7.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-jelly/commons-jelly-tags-xml/1.1/commons-jelly-tags-xml-1.1.jar (37 kB at 12 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-jdbc/1.2.9/spring-jdbc-1.2.9.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/jaxen/jaxen/1.1-beta-11/jaxen-1.1-beta-11.jar (239 kB at 75 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-dao/1.2.9/spring-dao-1.2.9.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/javax/mail/mail/1.4.4/mail-1.4.4.jar (495 kB at 155 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/log4j/log4j/1.2.17/log4j-1.2.17.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-dao/1.2.9/spring-dao-1.2.9.jar (95 kB at 30 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/groovy/groovy-all/2.4.12/groovy-all-2.4.12.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/hudson/commons-jelly-tags-define/1.0.1-hudson-20071021/commons-jelly-tags-define-1.0.1-hudson-20071021.jar (23 kB at 7.0 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/jline/jline/2.12/jline-2.12.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-jdbc/1.2.9/spring-jdbc-1.2.9.jar (187 kB at 58 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/fusesource/jansi/jansi/1.11/jansi-1.11.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/fusesource/jansi/jansi/1.11/jansi-1.11.jar (114 kB at 35 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-webmvc/2.5.6.SEC03/spring-webmvc-2.5.6.SEC03.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/log4j/log4j/1.2.17/log4j-1.2.17.jar (490 kB at 149 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-beans/2.5.6.SEC03/spring-beans-2.5.6.SEC03.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/acegisecurity/acegi-security/1.0.7/acegi-security-1.0.7.jar (549 kB at 165 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-context/2.5.6.SEC03/spring-context-2.5.6.SEC03.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/jline/jline/2.12/jline-2.12.jar (214 kB at 64 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-context-support/2.5.6.SEC03/spring-context-support-2.5.6.SEC03.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-context-support/2.5.6.SEC03/spring-context-support-2.5.6.SEC03.jar (97 kB at 28 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-web/2.5.6.SEC03/spring-web-2.5.6.SEC03.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-beans/2.5.6.SEC03/spring-beans-2.5.6.SEC03.jar (488 kB at 143 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-core/2.5.6.SEC03/spring-core-2.5.6.SEC03.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-webmvc/2.5.6.SEC03/spring-webmvc-2.5.6.SEC03.jar (402 kB at 117 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-aop/2.5.6.SEC03/spring-aop-2.5.6.SEC03.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-context/2.5.6.SEC03/spring-context-2.5.6.SEC03.jar (477 kB at 138 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/javax/servlet/jsp/jstl/javax.servlet.jsp.jstl-api/1.2.1/javax.servlet.jsp.jstl-api-1.2.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-web/2.5.6.SEC03/spring-web-2.5.6.SEC03.jar (195 kB at 56 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/sun/xml/txw2/txw2/20110809/txw2-20110809.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/javax/servlet/jsp/jstl/javax.servlet.jsp.jstl-api/1.2.1/javax.servlet.jsp.jstl-api-1.2.1.jar (33 kB at 9.2 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/sun/xml/txw2/txw2/20110809/txw2-20110809.jar (67 kB at 19 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/relaxngDatatype/relaxngDatatype/20020414/relaxngDatatype-20020414.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-core/2.5.6.SEC03/spring-core-2.5.6.SEC03.jar (286 kB at 81 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/winp/winp/1.27/winp-1.27.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar (23 kB at 6.5 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/memory-monitor/1.9/memory-monitor-1.9.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/relaxngDatatype/relaxngDatatype/20020414/relaxngDatatype-20020414.jar (19 kB at 5.4 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/woodstox/wstx-asl/3.2.9/wstx-asl-3.2.9.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/winp/winp/1.27/winp-1.27.jar (145 kB at 40 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/stax/stax-api/1.0.1/stax-api-1.0.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/memory-monitor/1.9/memory-monitor-1.9.jar (17 kB at 4.8 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/jmdns/3.4.0-jenkins-3/jmdns-3.4.0-jenkins-3.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/groovy/groovy-all/2.4.12/groovy-all-2.4.12.jar (7.0 MB at 1.9 MB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/java/dev/jna/jna/4.5.2/jna-4.5.2.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/stax/stax-api/1.0.1/stax-api-1.0.1.jar (27 kB at 7.2 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/akuma/1.10/akuma-1.10.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/akuma/1.10/akuma-1.10.jar (20 kB at 5.3 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/libpam4j/1.11/libpam4j-1.11.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/woodstox/wstx-asl/3.2.9/wstx-asl-3.2.9.jar (524 kB at 141 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/libzfs/0.8/libzfs-0.8.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/jmdns/3.4.0-jenkins-3/jmdns-3.4.0-jenkins-3.jar (390 kB at 104 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/sun/solaris/embedded_su4j/1.1/embedded_su4j-1.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/libpam4j/1.11/libpam4j-1.11.jar (21 kB at 5.6 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/jinterop/j-interop/2.0.6-kohsuke-1/j-interop-2.0.6-kohsuke-1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/libzfs/0.8/libzfs-0.8.jar (68 kB at 18 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/jinterop/j-interopdeps/2.0.6-kohsuke-1/j-interopdeps-2.0.6-kohsuke-1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/sun/solaris/embedded_su4j/1.1/embedded_su4j-1.1.jar (5.3 kB at 1.4 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/samba/jcifs/jcifs/1.2.19/jcifs-1.2.19.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/jinterop/j-interopdeps/2.0.6-kohsuke-1/j-interopdeps-2.0.6-kohsuke-1.jar (118 kB at 31 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/robust-http-client/robust-http-client/1.2/robust-http-client-1.2.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/springframework/spring-aop/2.5.6.SEC03/spring-aop-2.5.6.SEC03.jar (326 kB at 85 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-codec/commons-codec/1.9/commons-codec-1.9.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/jinterop/j-interop/2.0.6-kohsuke-1/j-interop-2.0.6-kohsuke-1.jar (386 kB at 99 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-fileupload/commons-fileupload/1.3.1-jenkins-2/commons-fileupload-1.3.1-jenkins-2.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/robust-http-client/robust-http-client/1.2/robust-http-client-1.2.jar (4.4 kB at 1.1 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/guava/guava/11.0.1/guava-11.0.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/samba/jcifs/jcifs/1.2.19/jcifs-1.2.19.jar (380 kB at 96 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/jcraft/jzlib/1.1.3-kohsuke-1/jzlib-1.1.3-kohsuke-1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-fileupload/commons-fileupload/1.3.1-jenkins-2/commons-fileupload-1.3.1-jenkins-2.jar (69 kB at 17 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-war/2.164.3/jenkins-war-2.164.3.war [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/commons-codec/commons-codec/1.9/commons-codec-1.9.jar (264 kB at 67 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/instance-identity/2.2/instance-identity-2.2.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/instance-identity/2.2/instance-identity-2.2.jar (17 kB at 4.2 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/io/github/stephenc/crypto/self-signed-cert-generator/1.0.0/self-signed-cert-generator-1.0.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/java/dev/jna/jna/4.5.2/jna-4.5.2.jar (1.5 MB at 366 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/ssh-cli-auth/1.4/ssh-cli-auth-1.4.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/jcraft/jzlib/1.1.3-kohsuke-1/jzlib-1.1.3-kohsuke-1.jar (72 kB at 18 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/slave-installer/1.6/slave-installer-1.6.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/slave-installer/1.6/slave-installer-1.6.jar (27 kB at 6.6 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/windows-slave-installer/1.10.0/windows-slave-installer-1.10.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/ssh-cli-auth/1.4/ssh-cli-auth-1.4.jar (12 kB at 3.0 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/launchd-slave-installer/1.2/launchd-slave-installer-1.2.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/google/guava/guava/11.0.1/guava-11.0.1.jar (1.6 MB at 399 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/upstart-slave-installer/1.1/upstart-slave-installer-1.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/launchd-slave-installer/1.2/launchd-slave-installer-1.2.jar (23 kB at 5.4 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/systemd-slave-installer/1.1/systemd-slave-installer-1.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/windows-slave-installer/1.10.0/windows-slave-installer-1.10.0.jar (169 kB at 40 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/sshd/2.6/sshd-2.6.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/upstart-slave-installer/1.1/upstart-slave-installer-1.1.jar (11 kB at 2.6 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/sshd/sshd-core/1.7.0/sshd-core-1.7.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/io/github/stephenc/crypto/self-signed-cert-generator/1.0.0/self-signed-cert-generator-1.0.0.jar (791 kB at 187 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/ui/jquery-detached/1.2.1/jquery-detached-1.2.1-core-assets.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/systemd-slave-installer/1.1/systemd-slave-installer-1.1.jar (12 kB at 2.7 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/ui/bootstrap/1.3.2/bootstrap-1.3.2-core-assets.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/modules/sshd/2.6/sshd-2.6.jar (28 kB at 6.7 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/ui/handlebars/1.1.1/handlebars-1.1.1-core-assets.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/ui/bootstrap/1.3.2/bootstrap-1.3.2-core-assets.jar (156 kB at 36 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/ui/handlebars/1.1.1/handlebars-1.1.1-core-assets.jar (66 kB at 15 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-test-harness/2.55/jenkins-test-harness-2.55.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar (53 kB at 12 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-test-harness-htmlunit/2.31-2/jenkins-test-harness-htmlunit-2.31-2.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/ui/jquery-detached/1.2.1/jquery-detached-1.2.1-core-assets.jar (211 kB at 48 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-test-harness/2.55/jenkins-test-harness-2.55.jar (356 kB at 79 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/commons/commons-text/1.3/commons-text-1.3.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.jar (500 kB at 110 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/commons/commons-text/1.3/commons-text-1.3.jar (183 kB at 40 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/websocket-client/9.4.10.v20180503/websocket-client-9.4.10.v20180503.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar (221 kB at 47 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/websocket-common/9.4.10.v20180503/websocket-common-9.4.10.v20180503.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/websocket-client/9.4.10.v20180503/websocket-client-9.4.10.v20180503.jar (36 kB at 7.6 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/websocket-api/9.4.10.v20180503/websocket-api-9.4.10.v20180503.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/websocket-common/9.4.10.v20180503/websocket-common-9.4.10.v20180503.jar (196 kB at 42 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/hudson/embedded-rhino-debugger/1.2/embedded-rhino-debugger-1.2.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/sshd/sshd-core/1.7.0/sshd-core-1.7.0.jar (1.7 MB at 368 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/io/jenkins/lib/support-log-formatter/1.0/support-log-formatter-1.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/eclipse/jetty/websocket/websocket-api/9.4.10.v20180503/websocket-api-9.4.10.v20180503.jar (42 kB at 9.0 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/netbeans/modules/org-netbeans-insane/RELEASE802/org-netbeans-insane-RELEASE802.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/io/jenkins/lib/support-log-formatter/1.0/support-log-formatter-1.0.jar (6.8 kB at 1.4 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/openjdk/jmh/jmh-core/1.21/jmh-core-1.21.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/hudson/embedded-rhino-debugger/1.2/embedded-rhino-debugger-1.2.jar (161 kB at 34 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/sf/jopt-simple/jopt-simple/4.6/jopt-simple-4.6.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/netbeans/modules/org-netbeans-insane/RELEASE802/org-netbeans-insane-RELEASE802.jar (131 kB at 27 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/commons/commons-math3/3.2/commons-math3-3.2.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/net/sf/jopt-simple/jopt-simple/4.6/jopt-simple-4.6.jar (62 kB at 13 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/openjdk/jmh/jmh-generator-annprocess/1.21/jmh-generator-annprocess-1.21.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/openjdk/jmh/jmh-generator-annprocess/1.21/jmh-generator-annprocess-1.21.jar (31 kB at 6.3 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/test-annotations/1.3/test-annotations-1.3.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-test-harness-htmlunit/2.31-2/jenkins-test-harness-htmlunit-2.31-2.jar (9.2 MB at 1.9 MB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/slf4j/log4j-over-slf4j/1.7.25/log4j-over-slf4j-1.7.25.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/test-annotations/1.3/test-annotations-1.3.jar (4.3 kB at 869 B/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/commons/commons-math3/3.2/commons-math3-3.2.jar (1.7 MB at 339 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/slf4j/slf4j-jdk14/1.7.25/slf4j-jdk14-1.7.25.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/slf4j/log4j-over-slf4j/1.7.25/log4j-over-slf4j-1.7.25.jar (24 kB at 4.7 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/access-modifier-annotation/1.16/access-modifier-annotation-1.16.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar (17 kB at 3.3 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/slf4j/slf4j-jdk14/1.7.25/slf4j-jdk14-1.7.25.jar (8.5 kB at 1.7 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/openjdk/jmh/jmh-core/1.21/jmh-core-1.21.jar (513 kB at 101 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/access-modifier-annotation/1.16/access-modifier-annotation-1.16.jar (11 kB at 2.1 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-war/2.164.3/jenkins-war-2.164.3.war (77 MB at 13 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ repairnator-jenkins-plugin --- [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 71 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 2.6 MB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 1.9 MB/s) [INFO] [INFO] --- maven-hpi-plugin:3.9:validate (default-validate) @ repairnator-jenkins-plugin --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:display-info (display-info) @ repairnator-jenkins-plugin --- [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/mojo/extra-enforcer-rules/1.2/extra-enforcer-rules-1.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/mojo/extra-enforcer-rules/1.2/extra-enforcer-rules-1.2.pom (7.9 kB at 103 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.pom (2.9 kB at 51 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom (7.3 kB at 125 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (4.9 kB at 81 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/ibm/icu/icu4j/56.1/icu4j-56.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/ibm/icu/icu4j/56.1/icu4j-56.1.pom (4.8 kB at 79 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.pom (3.9 kB at 62 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 20 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (1.4 kB at 23 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 72 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 24 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 210 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/mojo/extra-enforcer-rules/1.2/extra-enforcer-rules-1.2.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/ibm/icu/icu4j/56.1/icu4j-56.1.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar (64 kB at 1.0 MB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.jar (104 kB at 863 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 2.0 MB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.jar (12 kB at 77 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/mojo/extra-enforcer-rules/1.2/extra-enforcer-rules-1.2.jar (45 kB at 266 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 252 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 1.2 MB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 1.0 MB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/ibm/icu/icu4j/56.1/icu4j-56.1.jar (11 MB at 5.9 MB/s) [INFO] Maven Version: 3.6.3 [INFO] JDK Version: 11.0.10 normalized as: 11.0.10 [INFO] OS Info: Arch: amd64 Family: unix Name: linux Version: 5.17.13-200.fc35.x86_64 [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (display-info) @ repairnator-jenkins-plugin --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-localizer-plugin:1.26:generate (default) @ repairnator-jenkins-plugin --- [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/ant/ant/1.7.0/ant-1.7.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/ant/ant/1.7.0/ant-1.7.0.pom (9.8 kB at 160 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/ant/ant-parent/1.7.0/ant-parent-1.7.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/ant/ant-parent/1.7.0/ant-parent-1.7.0.pom (4.4 kB at 57 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.pom (2.4 kB at 38 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/localizer/localizer/1.26/localizer-1.26.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/localizer/localizer/1.26/localizer-1.26.pom (690 B at 12 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/access-modifier-annotation/1.4/access-modifier-annotation-1.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/access-modifier-annotation/1.4/access-modifier-annotation-1.4.pom (855 B at 14 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/access-modifier/1.4/access-modifier-1.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/access-modifier/1.4/access-modifier-1.4.pom (2.8 kB at 46 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/ant/ant/1.7.0/ant-1.7.0.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/access-modifier-annotation/1.4/access-modifier-annotation-1.4.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/localizer/localizer/1.26/localizer-1.26.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/access-modifier-annotation/1.4/access-modifier-annotation-1.4.jar (6.9 kB at 114 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.jar (12 kB at 192 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar (164 kB at 2.6 MB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jvnet/localizer/localizer/1.26/localizer-1.26.jar (8.6 kB at 139 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/ant/ant/1.7.0/ant-1.7.0.jar (1.3 MB at 4.4 MB/s) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ repairnator-jenkins-plugin --- [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom (5.7 kB at 95 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (1.5 kB at 26 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 55 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom (2.6 kB at 44 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar (79 kB at 1.3 MB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 139 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar (51 kB at 635 kB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 10 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ repairnator-jenkins-plugin --- [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom (5.1 kB at 88 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom (4.1 kB at 70 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/ow2/asm/asm/6.2/asm-6.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/ow2/asm/asm/6.2/asm-6.2.pom (2.9 kB at 49 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom (867 B at 15 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom (6.0 kB at 106 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/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.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom (771 B at 13 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom (1.3 kB at 23 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/ow2/asm/asm/6.2/asm-6.2.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar (4.7 kB at 83 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 680 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar (27 kB at 451 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/ow2/asm/asm/6.2/asm-6.2.jar (111 kB at 1.8 MB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar (21 kB at 338 kB/s) [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-jenkins-plugin/target/classes [INFO] /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-jenkins-plugin/src/main/java/io/jenkins/plugins/main/RepairnatorPostBuild.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-jenkins-plugin/src/main/java/io/jenkins/plugins/main/RepairnatorPostBuild.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- access-modifier-checker:1.16:enforce (default-enforce) @ repairnator-jenkins-plugin --- [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/access-modifier-suppressions/1.16/access-modifier-suppressions-1.16.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/access-modifier-suppressions/1.16/access-modifier-suppressions-1.16.pom (1.4 kB at 25 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom (2.0 kB at 36 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/metainf-services/metainf-services/1.1/metainf-services-1.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/metainf-services/metainf-services/1.1/metainf-services-1.1.pom (1.8 kB at 32 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/access-modifier-suppressions/1.16/access-modifier-suppressions-1.16.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/metainf-services/metainf-services/1.1/metainf-services-1.1.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/metainf-services/metainf-services/1.1/metainf-services-1.1.jar (6.6 kB at 114 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/kohsuke/access-modifier-suppressions/1.16/access-modifier-suppressions-1.16.jar (3.2 kB at 54 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar (379 kB at 2.2 MB/s) [INFO] [INFO] --- animal-sniffer-maven-plugin:1.17:check (check) @ repairnator-jenkins-plugin --- [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/mojo/animal-sniffer/1.17/animal-sniffer-1.17.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/mojo/animal-sniffer/1.17/animal-sniffer-1.17.pom (2.3 kB at 41 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/mojo/java-boot-classpath-detector/1.17/java-boot-classpath-detector-1.17.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/mojo/java-boot-classpath-detector/1.17/java-boot-classpath-detector-1.17.pom (2.5 kB at 43 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 30 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 24 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 35 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 257 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 26 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/mojo/animal-sniffer/1.17/animal-sniffer-1.17.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/mojo/java-boot-classpath-detector/1.17/java-boot-classpath-detector-1.17.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 169 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.jar (4.2 kB at 69 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/mojo/java-boot-classpath-detector/1.17/java-boot-classpath-detector-1.17.jar (5.0 kB at 73 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 96 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/mojo/animal-sniffer/1.17/animal-sniffer-1.17.jar (36 kB at 182 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 kB at 60 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar (251 kB at 882 kB/s) [INFO] Resolved signature org.codehaus.mojo.signature:java18 version as 1.0 from dependencyManagement [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0 [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/mojo/signature/java18/1.0/java18-1.0.signature [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/mojo/signature/java18/1.0/java18-1.0.signature (2.0 MB at 5.6 MB/s) [INFO] [INFO] --- maven-hpi-plugin:3.9:insert-test (default-insert-test) @ repairnator-jenkins-plugin --- [INFO] Skipping auto-test generation [INFO] [INFO] --- gmaven-plugin:1.5-jenkins-3:generateTestStubs (test-in-groovy) @ repairnator-jenkins-plugin --- [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/gmaven/runtime/gmaven-runtime-api/1.5-jenkins-3/gmaven-runtime-api-1.5-jenkins-3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/gmaven/runtime/gmaven-runtime-api/1.5-jenkins-3/gmaven-runtime-api-1.5-jenkins-3.pom (1.5 kB at 16 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/gmaven/runtime/gmaven-runtime/1.5-jenkins-3/gmaven-runtime-1.5-jenkins-3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/gmaven/runtime/gmaven-runtime/1.5-jenkins-3/gmaven-runtime-1.5-jenkins-3.pom (3.6 kB at 58 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/gmaven/feature/gmaven-feature-api/1.5-jenkins-3/gmaven-feature-api-1.5-jenkins-3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/gmaven/feature/gmaven-feature-api/1.5-jenkins-3/gmaven-feature-api-1.5-jenkins-3.pom (1.7 kB at 28 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/gmaven/feature/gmaven-feature/1.5-jenkins-3/gmaven-feature-1.5-jenkins-3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/gmaven/feature/gmaven-feature/1.5-jenkins-3/gmaven-feature-1.5-jenkins-3.pom (1.5 kB at 23 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/gmaven/runtime/gmaven-runtime-loader/1.5-jenkins-3/gmaven-runtime-loader-1.5-jenkins-3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/gmaven/runtime/gmaven-runtime-loader/1.5-jenkins-3/gmaven-runtime-loader-1.5-jenkins-3.pom (2.6 kB at 44 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/slf4j/slf4j-api/1.5.10/slf4j-api-1.5.10.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/slf4j/slf4j-api/1.5.10/slf4j-api-1.5.10.pom (3.0 kB at 31 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/slf4j/slf4j-parent/1.5.10/slf4j-parent-1.5.10.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/slf4j/slf4j-parent/1.5.10/slf4j-parent-1.5.10.pom (8.7 kB at 143 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/gmaven/feature/gmaven-feature-support/1.5-jenkins-3/gmaven-feature-support-1.5-jenkins-3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/gmaven/feature/gmaven-feature-support/1.5-jenkins-3/gmaven-feature-support-1.5-jenkins-3.pom (1.6 kB at 27 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/gossip/gossip/1.2/gossip-1.2.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/gossip/gossip/1.2/gossip-1.2.pom (19 kB at 282 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.5-jenkins-3/gmaven-runtime-support-1.5-jenkins-3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.5-jenkins-3/gmaven-runtime-support-1.5-jenkins-3.pom (2.2 kB at 36 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/gshell/gshell-io/2.4/gshell-io-2.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/gshell/gshell-io/2.4/gshell-io-2.4.pom (1.4 kB at 22 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/gshell/gshell/2.4/gshell-2.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/gshell/gshell/2.4/gshell-2.4.pom (18 kB at 273 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.pom (19 kB at 258 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-descriptor/2.0.10/maven-plugin-descriptor-2.0.10.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-descriptor/2.0.10/maven-plugin-descriptor-2.0.10.pom (2.1 kB at 33 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.pom (2.3 kB at 35 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-core/1.0-alpha-10/doxia-core-1.0-alpha-10.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-core/1.0-alpha-10/doxia-core-1.0-alpha-10.pom (2.4 kB at 40 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.4/maven-reporting-api-2.0.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.4/maven-reporting-api-2.0.4.pom (902 B at 16 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/reporting/maven-reporting/2.0.4/maven-reporting-2.0.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/reporting/maven-reporting/2.0.4/maven-reporting-2.0.4.pom (700 B at 12 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven/2.0.4/maven-2.0.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven/2.0.4/maven-2.0.4.pom (11 kB at 183 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-10/doxia-site-renderer-1.0-alpha-10.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-10/doxia-site-renderer-1.0-alpha-10.pom (4.4 kB at 64 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-sitetools/1.0-alpha-10/doxia-sitetools-1.0-alpha-10.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-sitetools/1.0-alpha-10/doxia-sitetools-1.0-alpha-10.pom (7.7 kB at 135 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-decoration-model/1.0-alpha-10/doxia-decoration-model-1.0-alpha-10.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-decoration-model/1.0-alpha-10/doxia-decoration-model-1.0-alpha-10.pom (3.1 kB at 46 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-module-apt/1.0-alpha-10/doxia-module-apt-1.0-alpha-10.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-module-apt/1.0-alpha-10/doxia-module-apt-1.0-alpha-10.pom (2.2 kB at 35 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-modules/1.0-alpha-10/doxia-modules-1.0-alpha-10.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-modules/1.0-alpha-10/doxia-modules-1.0-alpha-10.pom (2.4 kB at 41 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-module-fml/1.0-alpha-10/doxia-module-fml-1.0-alpha-10.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-module-fml/1.0-alpha-10/doxia-module-fml-1.0-alpha-10.pom (2.5 kB at 39 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-module-xdoc/1.0-alpha-10/doxia-module-xdoc-1.0-alpha-10.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-module-xdoc/1.0-alpha-10/doxia-module-xdoc-1.0-alpha-10.pom (2.2 kB at 38 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-module-xhtml/1.0-alpha-10/doxia-module-xhtml-1.0-alpha-10.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-module-xhtml/1.0-alpha-10/doxia-module-xhtml-1.0-alpha-10.pom (1.6 kB at 24 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/gmaven/runtime/gmaven-runtime-api/1.5-jenkins-3/gmaven-runtime-api-1.5-jenkins-3.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/gmaven/runtime/gmaven-runtime-loader/1.5-jenkins-3/gmaven-runtime-loader-1.5-jenkins-3.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/gmaven/feature/gmaven-feature-api/1.5-jenkins-3/gmaven-feature-api-1.5-jenkins-3.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.5-jenkins-3/gmaven-runtime-support-1.5-jenkins-3.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/gmaven/feature/gmaven-feature-support/1.5-jenkins-3/gmaven-feature-support-1.5-jenkins-3.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/gmaven/runtime/gmaven-runtime-loader/1.5-jenkins-3/gmaven-runtime-loader-1.5-jenkins-3.jar (25 kB at 441 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/gshell/gshell-io/2.4/gshell-io-2.4.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/gmaven/runtime/gmaven-runtime-api/1.5-jenkins-3/gmaven-runtime-api-1.5-jenkins-3.jar (22 kB at 386 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.5-jenkins-3/gmaven-runtime-support-1.5-jenkins-3.jar (80 kB at 1.4 MB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/gmaven/feature/gmaven-feature-support/1.5-jenkins-3/gmaven-feature-support-1.5-jenkins-3.jar (14 kB at 218 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/gmaven/feature/gmaven-feature-api/1.5-jenkins-3/gmaven-feature-api-1.5-jenkins-3.jar (17 kB at 277 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/gshell/gshell-io/2.4/gshell-io-2.4.jar (29 kB at 250 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-descriptor/2.0.10/maven-plugin-descriptor-2.0.10.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.jar (13 kB at 110 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.jar (20 kB at 167 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.jar (89 kB at 620 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.jar (180 kB at 1.2 MB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-descriptor/2.0.10/maven-plugin-descriptor-2.0.10.jar (39 kB at 227 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-core/1.0-alpha-10/doxia-core-1.0-alpha-10.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.jar (19 kB at 104 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.jar (51 kB at 259 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.4/maven-reporting-api-2.0.4.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.jar (96 kB at 469 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-10/doxia-site-renderer-1.0-alpha-10.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar (35 kB at 165 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-decoration-model/1.0-alpha-10/doxia-decoration-model-1.0-alpha-10.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-core/1.0-alpha-10/doxia-core-1.0-alpha-10.jar (55 kB at 233 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-module-apt/1.0-alpha-10/doxia-module-apt-1.0-alpha-10.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.jar (9.9 kB at 41 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-module-fml/1.0-alpha-10/doxia-module-fml-1.0-alpha-10.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.4/maven-reporting-api-2.0.4.jar (5.0 kB at 19 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-module-xdoc/1.0-alpha-10/doxia-module-xdoc-1.0-alpha-10.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-10/doxia-site-renderer-1.0-alpha-10.jar (46 kB at 172 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-module-xhtml/1.0-alpha-10/doxia-module-xhtml-1.0-alpha-10.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-decoration-model/1.0-alpha-10/doxia-decoration-model-1.0-alpha-10.jar (50 kB at 182 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/slf4j/slf4j-api/1.5.10/slf4j-api-1.5.10.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-module-apt/1.0-alpha-10/doxia-module-apt-1.0-alpha-10.jar (47 kB at 156 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/gossip/gossip/1.2/gossip-1.2.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-module-fml/1.0-alpha-10/doxia-module-fml-1.0-alpha-10.jar (18 kB at 60 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-module-xdoc/1.0-alpha-10/doxia-module-xdoc-1.0-alpha-10.jar (27 kB at 84 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/doxia/doxia-module-xhtml/1.0-alpha-10/doxia-module-xhtml-1.0-alpha-10.jar (21 kB at 65 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/slf4j/slf4j-api/1.5.10/slf4j-api-1.5.10.jar (24 kB at 71 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/gossip/gossip/1.2/gossip-1.2.jar (77 kB at 204 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/gmaven/runtime/gmaven-runtime-1.6/1.5-jenkins-3/gmaven-runtime-1.6-1.5-jenkins-3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/gmaven/runtime/gmaven-runtime-1.6/1.5-jenkins-3/gmaven-runtime-1.6-1.5-jenkins-3.pom (3.1 kB at 50 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/gossip/gossip/1.3/gossip-1.3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/sonatype/gossip/gossip/1.3/gossip-1.3.pom (20 kB at 338 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/groovy/groovy-all/1.6.9/groovy-all-1.6.9.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/groovy/groovy-all/1.6.9/groovy-all-1.6.9.pom (25 kB at 454 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/ant/ant/1.7.1/ant-1.7.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/ant/ant/1.7.1/ant-1.7.1.pom (9.8 kB at 174 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/ant/ant-parent/1.7.1/ant-parent-1.7.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/ant/ant-parent/1.7.1/ant-parent-1.7.1.pom (4.4 kB at 73 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/ant/ant-launcher/1.7.1/ant-launcher-1.7.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/ant/ant-launcher/1.7.1/ant-launcher-1.7.1.pom (2.4 kB at 43 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/jline/jline/0.9.94/jline-0.9.94.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/jline/jline/0.9.94/jline-0.9.94.pom (6.4 kB at 116 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/gmaven/runtime/gmaven-runtime-1.6/1.5-jenkins-3/gmaven-runtime-1.6-1.5-jenkins-3.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/jline/jline/0.9.94/jline-0.9.94.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/ant/ant-launcher/1.7.1/ant-launcher-1.7.1.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/groovy/groovy-all/1.6.9/groovy-all-1.6.9.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/ant/ant/1.7.1/ant-1.7.1.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/gmaven/runtime/gmaven-runtime-1.6/1.5-jenkins-3/gmaven-runtime-1.6-1.5-jenkins-3.jar (43 kB at 792 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/ant/ant-launcher/1.7.1/ant-launcher-1.7.1.jar (12 kB at 213 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/jline/jline/0.9.94/jline-0.9.94.jar (87 kB at 1.5 MB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/ant/ant/1.7.1/ant-1.7.1.jar (1.3 MB at 2.9 MB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/groovy/groovy-all/1.6.9/groovy-all-1.6.9.jar (4.6 MB at 6.8 MB/s) [INFO] No sources found for Java stub generation [INFO] [INFO] --- maven-antrun-plugin:1.3:run (createTempDir) @ repairnator-jenkins-plugin --- [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-api/2.0.4/maven-plugin-api-2.0.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-api/2.0.4/maven-plugin-api-2.0.4.pom (643 B at 11 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.pom (1.8 kB at 33 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.pom (1.6 kB at 29 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.pom (2.7 kB at 44 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.pom (1.6 kB at 27 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.pom (1.4 kB at 23 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.pom (1.5 kB at 24 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.pom (765 B at 13 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-api/2.0.4/maven-plugin-api-2.0.4.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-plugin-api/2.0.4/maven-plugin-api-2.0.4.jar (8.3 kB at 102 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.jar (109 kB at 1.3 MB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.jar (44 kB at 498 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.jar (80 kB at 911 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.jar (30 kB at 325 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.jar (20 kB at 152 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.jar (49 kB at 369 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.jar (80 kB at 550 kB/s) [INFO] Executing tasks [mkdir] Created dir: /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-jenkins-plugin/target/tmp [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ repairnator-jenkins-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-jenkins-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ repairnator-jenkins-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-jenkins-plugin/target/test-classes [INFO] [INFO] --- maven-hpi-plugin:3.9:test-hpl (default-test-hpl) @ repairnator-jenkins-plugin --- [ERROR] java.io.FileNotFoundException: /home/jenkins/.jenkins-hpl-map (Permission denied) at java.io.FileOutputStream.open0 (Native Method) at java.io.FileOutputStream.open (FileOutputStream.java:298) at java.io.FileOutputStream. (FileOutputStream.java:237) at java.io.FileOutputStream. (FileOutputStream.java:187) at org.jenkinsci.maven.plugins.hpi.PluginWorkspaceMapImpl.write (PluginWorkspaceMapImpl.java:63) at org.jenkinsci.maven.plugins.hpi.TestHplMojo.computeHplFile (TestHplMojo.java:32) at org.jenkinsci.maven.plugins.hpi.HplMojo.execute (HplMojo.java:71) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289) at org.apache.maven.cli.MavenCli.main (MavenCli.java:193) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:566) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) [INFO] Generating /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-jenkins-plugin/target/test-classes/the.hpl [INFO] [INFO] --- maven-hpi-plugin:3.9:resolve-test-dependencies (default-resolve-test-dependencies) @ repairnator-jenkins-plugin --- [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven-plugin/2.13/maven-plugin-2.13.hpi [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/main/maven-plugin/2.13/maven-plugin-2.13.hpi (11 MB at 8.6 MB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-api/2.37/workflow-api-2.37.hpi [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-api/2.37/workflow-api-2.37.hpi (156 kB at 2.0 MB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-basic-steps/2.18/workflow-basic-steps-2.18.hpi [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-basic-steps/2.18/workflow-basic-steps-2.18.hpi (147 kB at 2.2 MB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-cps/2.74/workflow-cps-2.74.hpi [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-cps/2.74/workflow-cps-2.74.hpi (592 kB at 2.8 MB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-durable-task-step/2.31/workflow-durable-task-step-2.31.hpi [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-durable-task-step/2.31/workflow-durable-task-step-2.31.hpi (91 kB at 1.5 MB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-job/2.35/workflow-job-2.35.hpi [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-job/2.35/workflow-job-2.35.hpi (111 kB at 1.8 MB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-scm-step/2.9/workflow-scm-step-2.9.hpi [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-scm-step/2.9/workflow-scm-step-2.9.hpi (15 kB at 252 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-step-api/2.20/workflow-step-api-2.20.hpi [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-step-api/2.20/workflow-step-api-2.20.hpi (76 kB at 1.3 MB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-support/3.3/workflow-support-3.3.hpi [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-support/3.3/workflow-support-3.3.hpi (380 kB at 1.8 MB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/apache-httpcomponents-client-4-api/4.5.10-1.0/apache-httpcomponents-client-4-api-4.5.10-1.0.hpi [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/apache-httpcomponents-client-4-api/4.5.10-1.0/apache-httpcomponents-client-4-api-4.5.10-1.0.hpi (1.8 MB at 5.3 MB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/display-url-api/2.3.2/display-url-api-2.3.2.hpi [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/display-url-api/2.3.2/display-url-api-2.3.2.hpi (27 kB at 452 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/durable-task/1.30/durable-task-1.30.hpi [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/durable-task/1.30/durable-task-1.30.hpi (54 kB at 913 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/javadoc/1.0/javadoc-1.0.hpi [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/javadoc/1.0/javadoc-1.0.hpi (36 kB at 613 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/junit/1.28/junit-1.28.hpi [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/junit/1.28/junit-1.28.hpi (362 kB at 1.9 MB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/mailer/1.28/mailer-1.28.hpi [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/mailer/1.28/mailer-1.28.hpi (126 kB at 2.0 MB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/scm-api/2.6.3/scm-api-2.6.3.hpi [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/scm-api/2.6.3/scm-api-2.6.3.hpi (219 kB at 1.4 MB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/script-security/1.62/script-security-1.62.hpi [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/script-security/1.62/script-security-1.62.hpi (1.0 MB at 3.5 MB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/structs/1.20/structs-1.20.hpi [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/structs/1.20/structs-1.20.hpi (45 kB at 742 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/ui/ace-editor/1.1/ace-editor-1.1.hpi [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/ui/ace-editor/1.1/ace-editor-1.1.hpi (4.3 MB at 7.4 MB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/ui/jquery-detached/1.2.1/jquery-detached-1.2.1.hpi [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/jenkins-ci/ui/jquery-detached/1.2.1/jquery-detached-1.2.1.hpi (212 kB at 1.7 MB/s) [INFO] [INFO] --- gmaven-plugin:1.5-jenkins-3:testCompile (test-in-groovy) @ repairnator-jenkins-plugin --- [INFO] No sources found to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ repairnator-jenkins-plugin --- [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/surefire/maven-surefire-common/3.0.0-M3/maven-surefire-common-3.0.0-M3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/surefire/maven-surefire-common/3.0.0-M3/maven-surefire-common-3.0.0-M3.pom (9.7 kB at 159 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/surefire/surefire-api/3.0.0-M3/surefire-api-3.0.0-M3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/surefire/surefire-api/3.0.0-M3/surefire-api-3.0.0-M3.pom (3.5 kB at 60 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/surefire/surefire-logger-api/3.0.0-M3/surefire-logger-api-3.0.0-M3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/surefire/surefire-logger-api/3.0.0-M3/surefire-logger-api-3.0.0-M3.pom (2.0 kB at 32 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/surefire/surefire-booter/3.0.0-M3/surefire-booter-3.0.0-M3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/surefire/surefire-booter/3.0.0-M3/surefire-booter-3.0.0-M3.pom (7.4 kB at 129 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-java/1.0.1/plexus-java-1.0.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-java/1.0.1/plexus-java-1.0.1.pom (4.8 kB at 82 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-languages/1.0.1/plexus-languages-1.0.1.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-languages/1.0.1/plexus-languages-1.0.1.pom (4.2 kB at 74 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/ow2/asm/asm/7.0-beta/asm-7.0-beta.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/ow2/asm/asm/7.0-beta/asm-7.0-beta.pom (2.9 kB at 53 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/surefire/maven-surefire-common/3.0.0-M3/maven-surefire-common-3.0.0-M3.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/surefire/surefire-logger-api/3.0.0-M3/surefire-logger-api-3.0.0-M3.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/surefire/surefire-api/3.0.0-M3/surefire-api-3.0.0-M3.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-java/1.0.1/plexus-java-1.0.1.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/surefire/surefire-booter/3.0.0-M3/surefire-booter-3.0.0-M3.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/surefire/surefire-logger-api/3.0.0-M3/surefire-logger-api-3.0.0-M3.jar (13 kB at 224 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/ow2/asm/asm/7.0-beta/asm-7.0-beta.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-java/1.0.1/plexus-java-1.0.1.jar (51 kB at 807 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/surefire/surefire-api/3.0.0-M3/surefire-api-3.0.0-M3.jar (178 kB at 2.2 MB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/ow2/asm/asm/7.0-beta/asm-7.0-beta.jar (114 kB at 811 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/surefire/maven-surefire-common/3.0.0-M3/maven-surefire-common-3.0.0-M3.jar (627 kB at 3.0 MB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/surefire/surefire-booter/3.0.0-M3/surefire-booter-3.0.0-M3.jar (312 kB at 828 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/surefire/surefire-junit4/3.0.0-M3/surefire-junit4-3.0.0-M3.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/surefire/surefire-junit4/3.0.0-M3/surefire-junit4-3.0.0-M3.jar (17 kB at 268 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/surefire/surefire-junit4/3.0.0-M3/surefire-junit4-3.0.0-M3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/surefire/surefire-junit4/3.0.0-M3/surefire-junit4-3.0.0-M3.pom (1.7 kB at 30 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/surefire/surefire-providers/3.0.0-M3/surefire-providers-3.0.0-M3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/surefire/surefire-providers/3.0.0-M3/surefire-providers-3.0.0-M3.pom (2.5 kB at 42 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/surefire/common-junit4/3.0.0-M3/common-junit4-3.0.0-M3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/surefire/common-junit4/3.0.0-M3/common-junit4-3.0.0-M3.pom (1.9 kB at 33 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/surefire/common-junit3/3.0.0-M3/common-junit3-3.0.0-M3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/surefire/common-junit3/3.0.0-M3/common-junit3-3.0.0-M3.pom (1.6 kB at 26 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/surefire/common-java5/3.0.0-M3/common-java5-3.0.0-M3.pom [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/surefire/common-java5/3.0.0-M3/common-java5-3.0.0-M3.pom (3.1 kB at 47 kB/s) [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/surefire/common-java5/3.0.0-M3/common-java5-3.0.0-M3.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/surefire/common-junit3/3.0.0-M3/common-junit3-3.0.0-M3.jar [INFO] Downloading from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/surefire/common-junit4/3.0.0-M3/common-junit4-3.0.0-M3.jar [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/surefire/common-junit3/3.0.0-M3/common-junit3-3.0.0-M3.jar (12 kB at 200 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/surefire/common-junit4/3.0.0-M3/common-junit4-3.0.0-M3.jar (28 kB at 444 kB/s) [INFO] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/apache/maven/surefire/common-java5/3.0.0-M3/common-java5-3.0.0-M3.jar (32 kB at 503 kB/s) [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running io.jenkins.plugins.main.RepairnatorPostBuildTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.007 s - in io.jenkins.plugins.main.RepairnatorPostBuildTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:19 min [INFO] Finished at: 2023-05-10T14:59:21Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (repairnator-maven-repair) [Pipeline] timeout Timeout set to expire in 30 min [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + bash ./.ci/ci-maven-repair.sh + export M2_HOME=/usr/share/maven + M2_HOME=/usr/share/maven ++ xmlstarlet sel -t -v '//_:dependency[_:artifactId="npefix"]/_:version' src/maven-repair/pom.xml + NPEFIX_VERSION='${npefix.version}' + mvn clean install -B -f src/repairnator-core/ -DskipTests [INFO] Scanning for projects... [INFO] Inspecting build with total of 1 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] [INFO] ---------------< fr.inria.repairnator:repairnator-core >---------------- [INFO] Building repairnator-core 3.3-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ repairnator-core --- [INFO] Deleting /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/target [INFO] [INFO] --- flatten-maven-plugin:1.1.0:clean (flatten.clean) @ repairnator-core --- [INFO] Deleting /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/.flattened-pom.xml [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:prepare-agent (default) @ repairnator-core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/target/jacoco.exec,excludes=com.sun.tools.jdi.** [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ repairnator-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ repairnator-core --- [INFO] Generating flattened POM of project fr.inria.repairnator:repairnator-core:jar:3.3-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ repairnator-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/target/classes [WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/src/main/java/fr/inria/spirals/repairnator/dockerpool/RunnablePipelineContainer.java: /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/src/main/java/fr/inria/spirals/repairnator/dockerpool/RunnablePipelineContainer.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/src/main/java/fr/inria/spirals/repairnator/dockerpool/RunnablePipelineContainer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ repairnator-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ repairnator-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ repairnator-core --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:report (report) @ repairnator-core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ repairnator-core --- [INFO] Building jar: /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/target/repairnator-core-3.3-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ repairnator-core --- [INFO] Installing /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/target/repairnator-core-3.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/fr/inria/repairnator/repairnator-core/3.3-SNAPSHOT/repairnator-core-3.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/.flattened-pom.xml to /home/jenkins/.m2/repository/fr/inria/repairnator/repairnator-core/3.3-SNAPSHOT/repairnator-core-3.3-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4.780 s [INFO] Finished at: 2023-05-10T14:59:27Z [INFO] ------------------------------------------------------------------------ + mvn clean install -B -f src/repairnator-pipeline/ -DskipTests [INFO] Scanning for projects... [INFO] Inspecting build with total of 1 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] [INFO] -------------< fr.inria.repairnator:repairnator-pipeline >-------------- [INFO] Building repairnator-pipeline 3.3-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/2.6/maven-assembly-plugin-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/2.6/maven-assembly-plugin-2.6.pom (16 kB at 41 kB/s) [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 219 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/2.6/maven-assembly-plugin-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/2.6/maven-assembly-plugin-2.6.jar (246 kB at 2.4 MB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom (8.0 kB at 191 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/se/kth/castor/sorald-api/0.8.2/sorald-api-0.8.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/se/kth/castor/sorald-api/0.8.2/sorald-api-0.8.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/se/kth/castor/sorald-api/0.8.2/sorald-api-0.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/se/kth/castor/sorald-api/0.8.2/sorald-api-0.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/se/kth/castor/sorald-api/0.8.2/sorald-api-0.8.2.pom (10 kB at 66 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/se/kth/castor/sorald-parent/0.8.2/sorald-parent-0.8.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/se/kth/castor/sorald-parent/0.8.2/sorald-parent-0.8.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/se/kth/castor/sorald-parent/0.8.2/sorald-parent-0.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/se/kth/castor/sorald-parent/0.8.2/sorald-parent-0.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/se/kth/castor/sorald-parent/0.8.2/sorald-parent-0.8.2.pom (9.9 kB at 130 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spoon/spoon-core/10.3.0/spoon-core-10.3.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/fr/inria/gforge/spoon/spoon-core/10.3.0/spoon-core-10.3.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.3.0/spoon-core-10.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spoon/spoon-core/10.3.0/spoon-core-10.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spoon/spoon-core/10.3.0/spoon-core-10.3.0.pom (11 kB at 225 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/jdt/org.eclipse.jdt.core/3.32.0/org.eclipse.jdt.core-3.32.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/jdt/org.eclipse.jdt.core/3.32.0/org.eclipse.jdt.core-3.32.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jdt/org.eclipse.jdt.core/3.32.0/org.eclipse.jdt.core-3.32.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.32.0/org.eclipse.jdt.core-3.32.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.32.0/org.eclipse.jdt.core-3.32.0.pom (2.4 kB at 52 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-model/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/fasterxml/jackson/core/jackson-databind/2.14.2/jackson-databind-2.14.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/fasterxml/jackson/core/jackson-databind/2.14.2/jackson-databind-2.14.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-databind/2.14.2/jackson-databind-2.14.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.14.2/jackson-databind-2.14.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.14.2/jackson-databind-2.14.2.pom (19 kB at 1.1 MB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/fasterxml/jackson/jackson-base/2.14.2/jackson-base-2.14.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/fasterxml/jackson/jackson-base/2.14.2/jackson-base-2.14.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-base/2.14.2/jackson-base-2.14.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.14.2/jackson-base-2.14.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.14.2/jackson-base-2.14.2.pom (10 kB at 160 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/fasterxml/jackson/jackson-bom/2.14.2/jackson-bom-2.14.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/fasterxml/jackson/jackson-bom/2.14.2/jackson-bom-2.14.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-bom/2.14.2/jackson-bom-2.14.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.14.2/jackson-bom-2.14.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.14.2/jackson-bom-2.14.2.pom (17 kB at 833 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom (7.7 kB at 163 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/fasterxml/oss-parent/48/oss-parent-48.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/fasterxml/oss-parent/48/oss-parent-48.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/oss-parent/48/oss-parent-48.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/48/oss-parent-48.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/48/oss-parent-48.pom (24 kB at 880 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/fasterxml/jackson/core/jackson-annotations/2.14.2/jackson-annotations-2.14.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/fasterxml/jackson/core/jackson-annotations/2.14.2/jackson-annotations-2.14.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-annotations/2.14.2/jackson-annotations-2.14.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.14.2/jackson-annotations-2.14.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.14.2/jackson-annotations-2.14.2.pom (6.2 kB at 102 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/fasterxml/jackson/core/jackson-core/2.14.2/jackson-core-2.14.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/fasterxml/jackson/core/jackson-core/2.14.2/jackson-core-2.14.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-core/2.14.2/jackson-core-2.14.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.14.2/jackson-core-2.14.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.14.2/jackson-core-2.14.2.pom (7.0 kB at 190 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/commons/commons-compress/1.22/commons-compress-1.22.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/commons/commons-compress/1.22/commons-compress-1.22.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-compress/1.22/commons-compress-1.22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.22/commons-compress-1.22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.22/commons-compress-1.22.pom (22 kB at 680 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/commons/commons-parent/54/commons-parent-54.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/commons/commons-parent/54/commons-parent-54.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-parent/54/commons-parent-54.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/54/commons-parent-54.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/54/commons-parent-54.pom (82 kB at 1.7 MB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.pom (5.2 kB at 104 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/shared/maven-shared-components/35/maven-shared-components-35.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/shared/maven-shared-components/35/maven-shared-components-35.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/shared/maven-shared-components/35/maven-shared-components-35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/35/maven-shared-components-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/35/maven-shared-components-35.pom (4.9 kB at 40 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom (5.8 kB at 121 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/jgit/org.eclipse.jgit/6.5.0.202303070854-r/org.eclipse.jgit-6.5.0.202303070854-r.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/jgit/org.eclipse.jgit/6.5.0.202303070854-r/org.eclipse.jgit-6.5.0.202303070854-r.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jgit/org.eclipse.jgit/6.5.0.202303070854-r/org.eclipse.jgit-6.5.0.202303070854-r.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/6.5.0.202303070854-r/org.eclipse.jgit-6.5.0.202303070854-r.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/6.5.0.202303070854-r/org.eclipse.jgit-6.5.0.202303070854-r.pom (7.6 kB at 132 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/jgit/org.eclipse.jgit-parent/6.5.0.202303070854-r/org.eclipse.jgit-parent-6.5.0.202303070854-r.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/jgit/org.eclipse.jgit-parent/6.5.0.202303070854-r/org.eclipse.jgit-parent-6.5.0.202303070854-r.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jgit/org.eclipse.jgit-parent/6.5.0.202303070854-r/org.eclipse.jgit-parent-6.5.0.202303070854-r.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/6.5.0.202303070854-r/org.eclipse.jgit-parent-6.5.0.202303070854-r.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/6.5.0.202303070854-r/org.eclipse.jgit-parent-6.5.0.202303070854-r.pom (33 kB at 855 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.pom (5.0 kB at 113 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/se/kth/castor/sorald/0.8.2/sorald-0.8.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/se/kth/castor/sorald/0.8.2/sorald-0.8.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/se/kth/castor/sorald/0.8.2/sorald-0.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/se/kth/castor/sorald/0.8.2/sorald-0.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/se/kth/castor/sorald/0.8.2/sorald-0.8.2.pom (16 kB at 208 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/sonarsource/sonarlint/core/sonarlint-core/8.15.0.65216/sonarlint-core-8.15.0.65216.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/sonarsource/sonarlint/core/sonarlint-core/8.15.0.65216/sonarlint-core-8.15.0.65216.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/sonarlint/core/sonarlint-core/8.15.0.65216/sonarlint-core-8.15.0.65216.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/sonarlint/core/sonarlint-core/8.15.0.65216/sonarlint-core-8.15.0.65216.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/sonarlint/core/sonarlint-core/8.15.0.65216/sonarlint-core-8.15.0.65216.pom (15 kB at 143 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/sonarsource/sonarlint/core/sonarlint-core-parent/8.15.0.65216/sonarlint-core-parent-8.15.0.65216.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/sonarsource/sonarlint/core/sonarlint-core-parent/8.15.0.65216/sonarlint-core-parent-8.15.0.65216.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/sonarlint/core/sonarlint-core-parent/8.15.0.65216/sonarlint-core-parent-8.15.0.65216.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/sonarlint/core/sonarlint-core-parent/8.15.0.65216/sonarlint-core-parent-8.15.0.65216.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/sonarlint/core/sonarlint-core-parent/8.15.0.65216/sonarlint-core-parent-8.15.0.65216.pom (8.4 kB at 56 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/sonarsource/parent/parent/65.0.218/parent-65.0.218.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/sonarsource/parent/parent/65.0.218/parent-65.0.218.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/parent/parent/65.0.218/parent-65.0.218.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/parent/parent/65.0.218/parent-65.0.218.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/parent/parent/65.0.218/parent-65.0.218.pom (33 kB at 509 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/jetbrains/kotlin/kotlin-bom/1.6.21/kotlin-bom-1.6.21.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/jetbrains/kotlin/kotlin-bom/1.6.21/kotlin-bom-1.6.21.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jetbrains/kotlin/kotlin-bom/1.6.21/kotlin-bom-1.6.21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-bom/1.6.21/kotlin-bom-1.6.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-bom/1.6.21/kotlin-bom-1.6.21.pom (9.3 kB at 161 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/info/picocli/picocli/4.7.2/picocli-4.7.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/info/picocli/picocli/4.7.2/picocli-4.7.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/info/picocli/picocli/4.7.2/picocli-4.7.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.7.2/picocli-4.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.7.2/picocli-4.7.2.pom (1.4 kB at 16 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/info/picocli/picocli-codegen/4.7.2/picocli-codegen-4.7.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/info/picocli/picocli-codegen/4.7.2/picocli-codegen-4.7.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/info/picocli/picocli-codegen/4.7.2/picocli-codegen-4.7.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli-codegen/4.7.2/picocli-codegen-4.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli-codegen/4.7.2/picocli-codegen-4.7.2.pom (1.5 kB at 15 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/json/json/20230227/json-20230227.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/json/json/20230227/json-20230227.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/json/json/20230227/json-20230227.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/json/json/20230227/json-20230227.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/json/json/20230227/json-20230227.pom (6.5 kB at 77 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-plugin-api/3.9.1/maven-plugin-api-3.9.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven-plugin-api/3.9.1/maven-plugin-api-3.9.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-plugin-api/3.9.1/maven-plugin-api-3.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.9.1/maven-plugin-api-3.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.9.1/maven-plugin-api-3.9.1.pom (2.9 kB at 44 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-artifact/3.9.1/maven-artifact-3.9.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven-artifact/3.9.1/maven-artifact-3.9.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-artifact/3.9.1/maven-artifact-3.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.9.1/maven-artifact-3.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.9.1/maven-artifact-3.9.1.pom (2.3 kB at 41 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 110 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/plugin-tools/maven-plugin-annotations/3.8.1/maven-plugin-annotations-3.8.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.8.1/maven-plugin-annotations-3.8.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/plugin-tools/maven-plugin-annotations/3.8.1/maven-plugin-annotations-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.8.1/maven-plugin-annotations-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.8.1/maven-plugin-annotations-3.8.1.pom (1.4 kB at 17 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/plugin-tools/maven-plugin-tools/3.8.1/maven-plugin-tools-3.8.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.8.1/maven-plugin-tools-3.8.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/plugin-tools/maven-plugin-tools/3.8.1/maven-plugin-tools-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.8.1/maven-plugin-tools-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.8.1/maven-plugin-tools-3.8.1.pom (18 kB at 345 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom (5.6 kB at 152 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/github/spoonlabs/flacoco/1.0.6/flacoco-1.0.6.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/github/spoonlabs/flacoco/1.0.6/flacoco-1.0.6.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/spoonlabs/flacoco/1.0.6/flacoco-1.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spoonlabs/flacoco/1.0.6/flacoco-1.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spoonlabs/flacoco/1.0.6/flacoco-1.0.6.pom (11 kB at 165 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/eu/stamp-project/test-runner/4.12/test-runner-4.12.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/eu/stamp-project/test-runner/4.12/test-runner-4.12.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/eu/stamp-project/test-runner/4.12/test-runner-4.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/eu/stamp-project/test-runner/4.12/test-runner-4.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/eu/stamp-project/test-runner/4.12/test-runner-4.12.pom (14 kB at 149 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/logging/log4j/log4j-core/2.20.0/log4j-core-2.20.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/logging/log4j/log4j-core/2.20.0/log4j-core-2.20.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j-core/2.20.0/log4j-core-2.20.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.20.0/log4j-core-2.20.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.20.0/log4j-core-2.20.0.pom (11 kB at 191 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/logging/log4j/log4j/2.20.0/log4j-2.20.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/logging/log4j/log4j/2.20.0/log4j-2.20.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j/2.20.0/log4j-2.20.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.20.0/log4j-2.20.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.20.0/log4j-2.20.0.pom (67 kB at 1.0 MB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/logging/logging-parent/7/logging-parent-7.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/logging/logging-parent/7/logging-parent-7.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/logging-parent/7/logging-parent-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/logging-parent/7/logging-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/logging-parent/7/logging-parent-7.pom (3.3 kB at 56 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/logging/log4j/log4j-bom/2.20.0/log4j-bom-2.20.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/logging/log4j/log4j-bom/2.20.0/log4j-bom-2.20.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j-bom/2.20.0/log4j-bom-2.20.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-bom/2.20.0/log4j-bom-2.20.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-bom/2.20.0/log4j-bom-2.20.0.pom (9.0 kB at 103 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/groovy/groovy-bom/3.0.14/groovy-bom-3.0.14.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/groovy/groovy-bom/3.0.14/groovy-bom-3.0.14.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/groovy/groovy-bom/3.0.14/groovy-bom-3.0.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-bom/3.0.14/groovy-bom-3.0.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-bom/3.0.14/groovy-bom-3.0.14.pom (26 kB at 400 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/fasterxml/jackson/jackson-bom/2.14.1/jackson-bom-2.14.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/fasterxml/jackson/jackson-bom/2.14.1/jackson-bom-2.14.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-bom/2.14.1/jackson-bom-2.14.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.14.1/jackson-bom-2.14.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.14.1/jackson-bom-2.14.1.pom (17 kB at 920 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/jakarta/platform/jakarta.jakartaee-bom/9.0.0/jakarta.jakartaee-bom-9.0.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/jakarta/platform/jakarta.jakartaee-bom/9.0.0/jakarta.jakartaee-bom-9.0.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/jakarta/platform/jakarta.jakartaee-bom/9.0.0/jakarta.jakartaee-bom-9.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/platform/jakarta.jakartaee-bom/9.0.0/jakarta.jakartaee-bom-9.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/platform/jakarta.jakartaee-bom/9.0.0/jakarta.jakartaee-bom-9.0.0.pom (9.6 kB at 136 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/jakarta/platform/jakartaee-api-parent/9.0.0/jakartaee-api-parent-9.0.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/jakarta/platform/jakartaee-api-parent/9.0.0/jakartaee-api-parent-9.0.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/jakarta/platform/jakartaee-api-parent/9.0.0/jakartaee-api-parent-9.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/platform/jakartaee-api-parent/9.0.0/jakartaee-api-parent-9.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/platform/jakartaee-api-parent/9.0.0/jakartaee-api-parent-9.0.0.pom (15 kB at 201 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom (13 kB at 188 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/jetty/jetty-bom/9.4.50.v20221201/jetty-bom-9.4.50.v20221201.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/jetty/jetty-bom/9.4.50.v20221201/jetty-bom-9.4.50.v20221201.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-bom/9.4.50.v20221201/jetty-bom-9.4.50.v20221201.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-bom/9.4.50.v20221201/jetty-bom-9.4.50.v20221201.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-bom/9.4.50.v20221201/jetty-bom-9.4.50.v20221201.pom (18 kB at 226 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/io/fabric8/kubernetes-client-bom/5.12.2/kubernetes-client-bom-5.12.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/io/fabric8/kubernetes-client-bom/5.12.2/kubernetes-client-bom-5.12.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/io/fabric8/kubernetes-client-bom/5.12.2/kubernetes-client-bom-5.12.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-client-bom/5.12.2/kubernetes-client-bom-5.12.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-client-bom/5.12.2/kubernetes-client-bom-5.12.2.pom (26 kB at 383 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/io/netty/netty-bom/4.1.86.Final/netty-bom-4.1.86.Final.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/io/netty/netty-bom/4.1.86.Final/netty-bom-4.1.86.Final.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/io/netty/netty-bom/4.1.86.Final/netty-bom-4.1.86.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.86.Final/netty-bom-4.1.86.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.86.Final/netty-bom-4.1.86.Final.pom (13 kB at 201 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/springframework/spring-framework-bom/5.3.24/spring-framework-bom-5.3.24.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/springframework/spring-framework-bom/5.3.24/spring-framework-bom-5.3.24.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/springframework/spring-framework-bom/5.3.24/spring-framework-bom-5.3.24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.3.24/spring-framework-bom-5.3.24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.3.24/spring-framework-bom-5.3.24.pom (5.7 kB at 86 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/logging/log4j/log4j-api/2.20.0/log4j-api-2.20.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/logging/log4j/log4j-api/2.20.0/log4j-api-2.20.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j-api/2.20.0/log4j-api-2.20.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.20.0/log4j-api-2.20.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.20.0/log4j-api-2.20.0.pom (6.3 kB at 175 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/logging/log4j/log4j-jcl/2.20.0/log4j-jcl-2.20.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/logging/log4j/log4j-jcl/2.20.0/log4j-jcl-2.20.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j-jcl/2.20.0/log4j-jcl-2.20.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-jcl/2.20.0/log4j-jcl-2.20.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-jcl/2.20.0/log4j-jcl-2.20.0.pom (3.3 kB at 53 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/info/picocli/picocli/4.7.1/picocli-4.7.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/info/picocli/picocli/4.7.1/picocli-4.7.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/info/picocli/picocli/4.7.1/picocli-4.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.7.1/picocli-4.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.7.1/picocli-4.7.1.pom (1.4 kB at 31 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom (9.4 kB at 493 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom (13 kB at 696 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/surefire/maven-surefire-common/3.0.0-M9/maven-surefire-common-3.0.0-M9.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/surefire/maven-surefire-common/3.0.0-M9/maven-surefire-common-3.0.0-M9.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/maven-surefire-common/3.0.0-M9/maven-surefire-common-3.0.0-M9.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-M9/maven-surefire-common-3.0.0-M9.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-M9/maven-surefire-common-3.0.0-M9.pom (6.5 kB at 108 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/surefire/surefire/3.0.0-M9/surefire-3.0.0-M9.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/surefire/surefire/3.0.0-M9/surefire-3.0.0-M9.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/surefire/3.0.0-M9/surefire-3.0.0-M9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.0.0-M9/surefire-3.0.0-M9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.0.0-M9/surefire-3.0.0-M9.pom (22 kB at 452 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-parent/36/maven-parent-36.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven-parent/36/maven-parent-36.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-parent/36/maven-parent-36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/36/maven-parent-36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/36/maven-parent-36.pom (45 kB at 1.7 MB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/apache/26/apache-26.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/apache/26/apache-26.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/apache/26/apache-26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/26/apache-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/26/apache-26.pom (21 kB at 571 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/surefire/surefire-api/3.0.0-M9/surefire-api-3.0.0-M9.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/surefire/surefire-api/3.0.0-M9/surefire-api-3.0.0-M9.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/surefire-api/3.0.0-M9/surefire-api-3.0.0-M9.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-M9/surefire-api-3.0.0-M9.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-M9/surefire-api-3.0.0-M9.pom (3.4 kB at 38 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/surefire/surefire-logger-api/3.0.0-M9/surefire-logger-api-3.0.0-M9.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/surefire/surefire-logger-api/3.0.0-M9/surefire-logger-api-3.0.0-M9.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/surefire-logger-api/3.0.0-M9/surefire-logger-api-3.0.0-M9.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-M9/surefire-logger-api-3.0.0-M9.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-M9/surefire-logger-api-3.0.0-M9.pom (3.6 kB at 75 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M9/surefire-shared-utils-3.0.0-M9.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M9/surefire-shared-utils-3.0.0-M9.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M9/surefire-shared-utils-3.0.0-M9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M9/surefire-shared-utils-3.0.0-M9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M9/surefire-shared-utils-3.0.0-M9.pom (4.1 kB at 80 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M9/surefire-extensions-api-3.0.0-M9.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M9/surefire-extensions-api-3.0.0-M9.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M9/surefire-extensions-api-3.0.0-M9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M9/surefire-extensions-api-3.0.0-M9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M9/surefire-extensions-api-3.0.0-M9.pom (3.6 kB at 50 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/surefire/surefire-booter/3.0.0-M9/surefire-booter-3.0.0-M9.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/surefire/surefire-booter/3.0.0-M9/surefire-booter-3.0.0-M9.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/surefire-booter/3.0.0-M9/surefire-booter-3.0.0-M9.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-M9/surefire-booter-3.0.0-M9.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-M9/surefire-booter-3.0.0-M9.pom (4.3 kB at 75 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M9/surefire-extensions-spi-3.0.0-M9.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M9/surefire-extensions-spi-3.0.0-M9.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M9/surefire-extensions-spi-3.0.0-M9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M9/surefire-extensions-spi-3.0.0-M9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M9/surefire-extensions-spi-3.0.0-M9.pom (1.8 kB at 29 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.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.1.1/maven-common-artifact-filters-3.1.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.1.1/maven-common-artifact-filters-3.1.1.pom (5.8 kB at 166 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom (0 B at 0 B/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven/3.1.0/maven-3.1.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven/3.1.0/maven-3.1.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven/3.1.0/maven-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (0 B at 0 B/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (0 B at 0 B/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (0 B at 0 B/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom (0 B at 0 B/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom (0 B at 0 B/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom (0 B at 0 B/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (0 B at 0 B/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (0 B at 0 B/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom (0 B at 0 B/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom (0 B at 0 B/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.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.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.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.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom (0 B at 0 B/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom (0 B at 0 B/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/guava/guava/10.0.1/guava-10.0.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/guava/guava/10.0.1/guava-10.0.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 (0 B at 0 B/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 (0 B at 0 B/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 (0 B at 0 B/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 (0 B at 0 B/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.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.M2a/org.eclipse.sisu.inject-0.0.0.M2a.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.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom (0 B at 0 B/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom (0 B at 0 B/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/asm/asm/3.3.1/asm-3.3.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/asm/asm/3.3.1/asm-3.3.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/asm/asm/3.3.1/asm-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom (0 B at 0 B/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (0 B at 0 B/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 (0 B at 0 B/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom (0 B at 0 B/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom (0 B at 0 B/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 (0 B at 0 B/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 (0 B at 0 B/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 (0 B at 0 B/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 (0 B at 0 B/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/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 (0 B at 0 B/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (0 B at 0 B/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom (5.0 kB at 86 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom (4.1 kB at 109 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/ow2/asm/asm/9.4/asm-9.4.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/ow2/asm/asm/9.4/asm-9.4.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm/9.4/asm-9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.pom (2.4 kB at 55 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/ow2/ow2/1.5.1/ow2-1.5.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/ow2/ow2/1.5.1/ow2-1.5.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/ow2/1.5.1/ow2-1.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5.1/ow2-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5.1/ow2-1.5.1.pom (11 kB at 376 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom (17 kB at 958 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/repairnator/repairnator-core/3.3-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/repairnator/repairnator-root/3.3-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/fr/inria/repairnator/repairnator-root/3.3-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/osgi/org.osgi.service.prefs/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/osgi/org.osgi.service.prefs/1.1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/releases/: https://tdurieux.github.io/maven-repository/releases/org/osgi/org.osgi.service.prefs/1.1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/org/osgi/org.osgi.service.prefs/1.1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/osgi/org.osgi.service.prefs/1.1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-release: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/osgi/org.osgi.service.prefs/1.1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.service.prefs/1.1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.service.prefs/1.1.1-SNAPSHOT/maven-metadata.xml (1.2 kB at 24 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/maven-metadata.xml (1.2 kB at 6.8 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.pom (3.4 kB at 126 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 177 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.pom (2.4 kB at 171 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.pom (1.4 kB at 64 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 5.9 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/maven-metadata.xml (998 B at 6.4 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0.pom (5.2 kB at 96 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.pom (2.8 kB at 93 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/mockito/mockito-core/4.8.1/mockito-core-4.8.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/mockito/mockito-core/4.8.1/mockito-core-4.8.1.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/mockito/mockito-core/4.8.1/mockito-core-4.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/4.8.1/mockito-core-4.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/4.8.1/mockito-core-4.8.1.pom (2.5 kB at 192 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/net/bytebuddy/byte-buddy/1.12.16/byte-buddy-1.12.16.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/net/bytebuddy/byte-buddy/1.12.16/byte-buddy-1.12.16.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/net/bytebuddy/byte-buddy/1.12.16/byte-buddy-1.12.16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.16/byte-buddy-1.12.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.16/byte-buddy-1.12.16.pom (16 kB at 310 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/net/bytebuddy/byte-buddy-parent/1.12.16/byte-buddy-parent-1.12.16.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/net/bytebuddy/byte-buddy-parent/1.12.16/byte-buddy-parent-1.12.16.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/net/bytebuddy/byte-buddy-parent/1.12.16/byte-buddy-parent-1.12.16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.12.16/byte-buddy-parent-1.12.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.12.16/byte-buddy-parent-1.12.16.pom (57 kB at 2.1 MB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/net/bytebuddy/byte-buddy-agent/1.12.16/byte-buddy-agent-1.12.16.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/net/bytebuddy/byte-buddy-agent/1.12.16/byte-buddy-agent-1.12.16.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/net/bytebuddy/byte-buddy-agent/1.12.16/byte-buddy-agent-1.12.16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.12.16/byte-buddy-agent-1.12.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.12.16/byte-buddy-agent-1.12.16.pom (9.9 kB at 397 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/objenesis/objenesis/3.2/objenesis-3.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/objenesis/objenesis/3.2/objenesis-3.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/objenesis/objenesis/3.2/objenesis-3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.2/objenesis-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.2/objenesis-3.2.pom (3.0 kB at 231 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom (18 kB at 396 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/se/kth/castor/sorald-api/0.8.2/sorald-api-0.8.2.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/jdt/org.eclipse.jdt.core/3.32.0/org.eclipse.jdt.core-3.32.0.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spoon/spoon-core/10.3.0/spoon-core-10.3.0.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/commons/commons-compress/1.22/commons-compress-1.22.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/se/kth/castor/sorald/0.8.2/sorald-0.8.2.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/sonarsource/sonarlint/core/sonarlint-core/8.15.0.65216/sonarlint-core-8.15.0.65216.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/info/picocli/picocli/4.7.2/picocli-4.7.2.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/info/picocli/picocli-codegen/4.7.2/picocli-codegen-4.7.2.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/json/json/20230227/json-20230227.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-plugin-api/3.9.1/maven-plugin-api-3.9.1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/plugin-tools/maven-plugin-annotations/3.8.1/maven-plugin-annotations-3.8.1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/github/spoonlabs/flacoco/1.0.6/flacoco-1.0.6.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/eu/stamp-project/test-runner/4.12/test-runner-4.12.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/ow2/asm/asm/9.2/asm-9.2.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/logging/log4j/log4j-jcl/2.20.0/log4j-jcl-2.20.0.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/surefire/maven-surefire-common/3.0.0-M9/maven-surefire-common-3.0.0-M9.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/surefire/surefire-api/3.0.0-M9/surefire-api-3.0.0-M9.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M9/surefire-extensions-api-3.0.0-M9.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/surefire/surefire-booter/3.0.0-M9/surefire-booter-3.0.0-M9.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M9/surefire-extensions-spi-3.0.0-M9.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M9/surefire-shared-utils-3.0.0-M9.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/kohsuke/github-api/1.135/github-api-1.135.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/reflections/reflections/0.9.11/reflections-0.9.11.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/javassist/javassist/3.21.0-GA/javassist-3.21.0-GA.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/jgit/org.eclipse.jgit/5.13.0.202109080827-r/org.eclipse.jgit-5.13.0.202109080827-r.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/googlecode/javaewah/JavaEWAH/1.1.12/JavaEWAH-1.1.12.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/mockito/mockito-core/4.8.1/mockito-core-4.8.1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/net/bytebuddy/byte-buddy/1.12.16/byte-buddy-1.12.16.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/net/bytebuddy/byte-buddy-agent/1.12.16/byte-buddy-agent-1.12.16.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/objenesis/objenesis/3.2/objenesis-3.2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/se/kth/castor/sorald-api/0.8.2/sorald-api-0.8.2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/jdt/org.eclipse.jdt.core/3.32.0/org.eclipse.jdt.core-3.32.0.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/fr/inria/gforge/spoon/spoon-core/10.3.0/spoon-core-10.3.0.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/commons/commons-compress/1.22/commons-compress-1.22.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/se/kth/castor/sorald/0.8.2/sorald-0.8.2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/sonarsource/sonarlint/core/sonarlint-core/8.15.0.65216/sonarlint-core-8.15.0.65216.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/info/picocli/picocli/4.7.2/picocli-4.7.2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/info/picocli/picocli-codegen/4.7.2/picocli-codegen-4.7.2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/json/json/20230227/json-20230227.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven-plugin-api/3.9.1/maven-plugin-api-3.9.1.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.8.1/maven-plugin-annotations-3.8.1.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/github/spoonlabs/flacoco/1.0.6/flacoco-1.0.6.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/eu/stamp-project/test-runner/4.12/test-runner-4.12.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/ow2/asm/asm/9.2/asm-9.2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/logging/log4j/log4j-jcl/2.20.0/log4j-jcl-2.20.0.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/surefire/maven-surefire-common/3.0.0-M9/maven-surefire-common-3.0.0-M9.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/surefire/surefire-api/3.0.0-M9/surefire-api-3.0.0-M9.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M9/surefire-extensions-api-3.0.0-M9.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/surefire/surefire-booter/3.0.0-M9/surefire-booter-3.0.0-M9.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M9/surefire-extensions-spi-3.0.0-M9.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M9/surefire-shared-utils-3.0.0-M9.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/kohsuke/github-api/1.135/github-api-1.135.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/reflections/reflections/0.9.11/reflections-0.9.11.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/javassist/javassist/3.21.0-GA/javassist-3.21.0-GA.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/jgit/org.eclipse.jgit/5.13.0.202109080827-r/org.eclipse.jgit-5.13.0.202109080827-r.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/googlecode/javaewah/JavaEWAH/1.1.12/JavaEWAH-1.1.12.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/mockito/mockito-core/4.8.1/mockito-core-4.8.1.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/net/bytebuddy/byte-buddy/1.12.16/byte-buddy-1.12.16.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/net/bytebuddy/byte-buddy-agent/1.12.16/byte-buddy-agent-1.12.16.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/objenesis/objenesis/3.2/objenesis-3.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jdt/org.eclipse.jdt.core/3.32.0/org.eclipse.jdt.core-3.32.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.3.0/spoon-core-10.3.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/se/kth/castor/sorald-api/0.8.2/sorald-api-0.8.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-compress/1.22/commons-compress-1.22.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/se/kth/castor/sorald/0.8.2/sorald-0.8.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/sonarlint/core/sonarlint-core/8.15.0.65216/sonarlint-core-8.15.0.65216.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/info/picocli/picocli/4.7.2/picocli-4.7.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/info/picocli/picocli-codegen/4.7.2/picocli-codegen-4.7.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/json/json/20230227/json-20230227.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-plugin-api/3.9.1/maven-plugin-api-3.9.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/plugin-tools/maven-plugin-annotations/3.8.1/maven-plugin-annotations-3.8.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/spoonlabs/flacoco/1.0.6/flacoco-1.0.6.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/eu/stamp-project/test-runner/4.12/test-runner-4.12.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm/9.2/asm-9.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j-jcl/2.20.0/log4j-jcl-2.20.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/maven-surefire-common/3.0.0-M9/maven-surefire-common-3.0.0-M9.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/surefire-api/3.0.0-M9/surefire-api-3.0.0-M9.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M9/surefire-extensions-api-3.0.0-M9.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/surefire-booter/3.0.0-M9/surefire-booter-3.0.0-M9.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M9/surefire-extensions-spi-3.0.0-M9.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M9/surefire-shared-utils-3.0.0-M9.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/kohsuke/github-api/1.135/github-api-1.135.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/reflections/reflections/0.9.11/reflections-0.9.11.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/javassist/javassist/3.21.0-GA/javassist-3.21.0-GA.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jgit/org.eclipse.jgit/5.13.0.202109080827-r/org.eclipse.jgit-5.13.0.202109080827-r.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/googlecode/javaewah/JavaEWAH/1.1.12/JavaEWAH-1.1.12.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/mockito/mockito-core/4.8.1/mockito-core-4.8.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/net/bytebuddy/byte-buddy/1.12.16/byte-buddy-1.12.16.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/net/bytebuddy/byte-buddy-agent/1.12.16/byte-buddy-agent-1.12.16.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/objenesis/objenesis/3.2/objenesis-3.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/se/kth/castor/sorald-api/0.8.2/sorald-api-0.8.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.32.0/org.eclipse.jdt.core-3.32.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spoon/spoon-core/10.3.0/spoon-core-10.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar (267 kB at 4.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.22/commons-compress-1.22.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar (329 kB at 3.7 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] 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 (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.22/commons-compress-1.22.jar (1.0 MB at 8.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/se/kth/castor/sorald/0.8.2/sorald-0.8.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/se/kth/castor/sorald-api/0.8.2/sorald-api-0.8.2.jar (20 kB at 165 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/sonarlint/core/sonarlint-core/8.15.0.65216/sonarlint-core-8.15.0.65216.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/fr/inria/gforge/spoon/spoon-core/10.3.0/spoon-core-10.3.0.jar (1.9 MB at 9.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.7.2/picocli-4.7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/se/kth/castor/sorald/0.8.2/sorald-0.8.2.jar (176 kB at 895 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli-codegen/4.7.2/picocli-codegen-4.7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/json/json/20230227/json-20230227.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.32.0/org.eclipse.jdt.core-3.32.0.jar (7.1 MB at 29 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.9.1/maven-plugin-api-3.9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/json/json/20230227/json-20230227.jar (73 kB at 280 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.5/org.eclipse.sisu.plexus-0.3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli-codegen/4.7.2/picocli-codegen-4.7.2.jar (129 kB at 473 kB/s) [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.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.5/org.eclipse.sisu.plexus-0.3.5.jar (205 kB at 710 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.8.1/maven-plugin-annotations-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.7.2/picocli-4.7.2.jar (414 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spoonlabs/flacoco/1.0.6/flacoco-1.0.6.jar [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.jar (53 kB at 161 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/eu/stamp-project/test-runner/4.12/test-runner-4.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.8.1/maven-plugin-annotations-3.8.1.jar (14 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spoonlabs/flacoco/1.0.6/flacoco-1.0.6.jar (88 kB at 257 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.9.1/maven-plugin-api-3.9.1.jar (47 kB at 135 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar (73 kB at 201 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar (34 kB at 94 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-jcl/2.20.0/log4j-jcl-2.20.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.jar (122 kB at 327 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar (283 kB at 712 kB/s) [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-M9/maven-surefire-common-3.0.0-M9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar (53 kB at 130 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M9/surefire-api-3.0.0-M9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/eu/stamp-project/test-runner/4.12/test-runner-4.12.jar (573 kB at 1.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/sonarlint/core/sonarlint-core/8.15.0.65216/sonarlint-core-8.15.0.65216.jar (12 MB at 29 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M9/surefire-extensions-api-3.0.0-M9.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-M9/surefire-booter-3.0.0-M9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-jcl/2.20.0/log4j-jcl-2.20.0.jar (12 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M9/surefire-extensions-spi-3.0.0-M9.jar [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-M9/maven-surefire-common-3.0.0-M9.jar (305 kB at 696 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.1.1/maven-common-artifact-filters-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M9/surefire-api-3.0.0-M9.jar (170 kB at 377 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.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.1.1/maven-common-artifact-filters-3.1.1.jar (61 kB at 135 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M9/surefire-extensions-api-3.0.0-M9.jar (25 kB at 56 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.0/maven-settings-builder-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M9/surefire-booter-3.0.0-M9.jar (117 kB at 255 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.0/maven-repository-metadata-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M9/surefire-extensions-spi-3.0.0-M9.jar (8.1 kB at 17 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.0/maven-aether-provider-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (0 B at 0 B/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (0 B at 0 B/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (0 B at 0 B/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] 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] 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/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (0 B at 0 B/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (0 B at 0 B/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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.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 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar [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 (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M9/surefire-shared-utils-3.0.0-M9.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 264 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar (334 kB at 658 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kohsuke/github-api/1.135/github-api-1.135.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar (55 kB at 106 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.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 274 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 8.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 4.0 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar (14 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.9.11/reflections-0.9.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar (214 kB at 351 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.21.0-GA/javassist-3.21.0-GA.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar (2.9 MB at 4.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.13.0.202109080827-r/org.eclipse.jgit-5.13.0.202109080827-r.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.9.11/reflections-0.9.11.jar (131 kB at 210 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.12/JavaEWAH-1.1.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kohsuke/github-api/1.135/github-api-1.135.jar (537 kB at 842 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M9/surefire-shared-utils-3.0.0-M9.jar (2.1 MB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar (41 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.jar (196 kB at 283 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.12/JavaEWAH-1.1.12.jar (167 kB at 241 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 119 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar (58 kB at 81 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.5/org.eclipse.sisu.inject-0.3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.13.0.202109080827-r/org.eclipse.jgit-5.13.0.202109080827-r.jar (2.8 MB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.jar (216 kB at 285 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.21.0-GA/javassist-3.21.0-GA.jar (735 kB at 967 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/4.8.1/mockito-core-4.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.jar (14 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.16/byte-buddy-1.12.16.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/4.8.1/mockito-core-4.8.1.jar (684 kB at 875 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.12.16/byte-buddy-agent-1.12.16.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.5/org.eclipse.sisu.inject-0.3.5.jar (379 kB at 477 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.2/objenesis-3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0.jar (30 kB at 38 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.12.16/byte-buddy-agent-1.12.16.jar (256 kB at 320 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.jar (18 kB at 23 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.2/objenesis-3.2.jar (49 kB at 60 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.16/byte-buddy-1.12.16.jar (3.9 MB at 4.4 MB/s) [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/com/microsoft/z3/z3/0.0.1/z3-0.0.1.jar [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.jar [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/smtlib/smtlib/0.9.7.1/smtlib-0.9.7.1.jar [INFO] Downloaded from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/smtlib/smtlib/0.9.7.1/smtlib-0.9.7.1.jar (0 B at 0 B/s) [INFO] Downloaded from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.jar (0 B at 0 B/s) [INFO] Downloaded from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/com/microsoft/z3/z3/0.0.1/z3-0.0.1.jar (0 B at 0 B/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ repairnator-pipeline --- [INFO] [INFO] --- flatten-maven-plugin:1.1.0:clean (flatten.clean) @ repairnator-pipeline --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:prepare-agent (default) @ repairnator-pipeline --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-pipeline/target/jacoco.exec,excludes=com.sun.tools.jdi.** [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ repairnator-pipeline --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 8 resources [INFO] [INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ repairnator-pipeline --- [INFO] Generating flattened POM of project fr.inria.repairnator:repairnator-pipeline:jar:3.3-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ repairnator-pipeline --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 177 source files to /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-pipeline/target/classes [WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-pipeline/src/main/java/fr/inria/spirals/repairnator/process/maven/RepositoryModelResolver.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-pipeline/src/main/java/fr/inria/spirals/repairnator/process/maven/RepositoryModelResolver.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-pipeline/src/main/java/fr/inria/spirals/repairnator/process/step/logParser/Element.java: Some input files use unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-pipeline/src/main/java/fr/inria/spirals/repairnator/process/step/logParser/Element.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ repairnator-pipeline --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 28 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ repairnator-pipeline --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-pipeline/target/test-classes [WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-pipeline/src/test/java/fr/inria/spirals/repairnator/process/step/logParser/TestLogParser.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-pipeline/src/test/java/fr/inria/spirals/repairnator/process/step/logParser/TestLogParser.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-pipeline/src/test/java/fr/inria/spirals/repairnator/process/step/TestBuildProject.java: /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-pipeline/src/test/java/fr/inria/spirals/repairnator/process/step/TestBuildProject.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-pipeline/src/test/java/fr/inria/spirals/repairnator/process/step/TestBuildProject.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ repairnator-pipeline --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:report (report) @ repairnator-pipeline --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ repairnator-pipeline --- [INFO] Building jar: /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-pipeline/target/repairnator-pipeline-3.3-SNAPSHOT.jar [INFO] [INFO] --- maven-assembly-plugin:2.6:single (make-assembly) @ repairnator-pipeline --- [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 (0 B at 0 B/s) [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 (0 B at 0 B/s) [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 (0 B at 0 B/s) [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 (0 B at 0 B/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.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 (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom (0 B at 0 B/s) [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 (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.0.1/plexus-archiver-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.0.1/plexus-archiver-3.0.1.pom (5.8 kB at 102 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.6/plexus-io-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.6/plexus-io-2.6.pom (3.9 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.3/snappy-0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.3/snappy-0.3.pom (14 kB at 267 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom (2.7 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/4/maven-shared-components-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/4/maven-shared-components-4.pom (2.2 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/4/maven-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/4/maven-parent-4.pom (10.0 kB at 115 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom (601 B at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom (8.8 kB at 237 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.0/maven-shared-io-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.0/maven-shared-io-1.0.pom (3.0 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom (767 B at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom (5.9 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.3/maven-filtering-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.3/maven-filtering-1.3.pom (6.2 kB at 86 kB/s) [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 (0 B at 0 B/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.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 132 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.18/plexus-utils-3.0.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.18/plexus-utils-3.0.18.pom (3.4 kB at 55 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.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 (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom (3.8 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-repository-builder/1.0/maven-repository-builder-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-repository-builder/1.0/maven-repository-builder-1.0.pom (4.6 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.4/maven-2.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.4/maven-2.0.4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom (4.0 kB at 145 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar [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] 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.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar [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.jar (0 B at 0 B/s) [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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.0.1/plexus-archiver-3.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.3/snappy-0.3.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/doxia-logging-api-1.1.jar (0 B at 0 B/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 (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.1/file-management-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.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/shared/maven-filtering/1.3/maven-filtering-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.3/snappy-0.3.jar (49 kB at 774 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/codehaus/plexus/plexus-archiver/3.0.1/plexus-archiver-3.0.1.jar (381 kB at 4.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar (174 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.6/plexus-io-2.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.3/maven-filtering-1.3.jar (51 kB at 512 kB/s) [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 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-repository-builder/1.0/maven-repository-builder-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar (245 kB at 2.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.1/file-management-1.1.jar (31 kB at 260 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.6/plexus-io-2.6.jar (84 kB at 605 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-repository-builder/1.0/maven-repository-builder-1.0.jar (22 kB at 148 kB/s) [INFO] artifact org.apache.maven:maven-model: checking for updates from tdurieux-maven-repository-snapshot [INFO] artifact org.apache.maven:maven-model: checking for updates from tdurieux-maven-repository-release [INFO] artifact org.apache.maven:maven-model: checking for updates from oss-snapshot [INFO] artifact org.apache.maven:maven-model: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.apache.maven:maven-model: checking for updates from maven.inria.fr-snapshot [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom (5.6 kB at 194 kB/s) [INFO] Downloading from spoon.gforge.inria.fr-release: http://spoon.gforge.inria.fr/repositories/releases/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/com/microsoft/z3/z3/0.0.1/z3-0.0.1.pom [INFO] Downloaded from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/com/microsoft/z3/z3/0.0.1/z3-0.0.1.pom (0 B at 0 B/s) [INFO] Downloading from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/smtlib/smtlib/0.9.7.1/smtlib-0.9.7.1.pom [INFO] Downloaded from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/smtlib/smtlib/0.9.7.1/smtlib-0.9.7.1.pom (0 B at 0 B/s) [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.pom [INFO] Downloaded from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.pom (0 B at 0 B/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.jar [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/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.jar (165 kB at 4.0 MB/s) Adding org.codehaus.plexus.component.configurator.ComponentConfiguratorbasic Adding org.codehaus.plexus.component.configurator.ComponentConfiguratormap-oriented Adding org.apache.maven.shared.invoker.Invokerdefault Component: org.codehaus.plexus.component.configurator.ComponentConfiguratorbasic is already defined. Skipping. Adding org.apache.maven.surefire.providerapi.ProviderDetectordefault Adding org.apache.maven.surefire.providerapi.ServiceLoaderdefault Adding org.apache.maven.lifecycle.mapping.LifecycleMappingpom Adding org.apache.maven.lifecycle.mapping.LifecycleMappingjar Adding org.apache.maven.lifecycle.mapping.LifecycleMappingejb Adding org.apache.maven.lifecycle.mapping.LifecycleMappingejb3 Adding org.apache.maven.lifecycle.mapping.LifecycleMappingmaven-plugin Adding org.apache.maven.lifecycle.mapping.LifecycleMappingwar Adding org.apache.maven.lifecycle.mapping.LifecycleMappingear Adding org.apache.maven.lifecycle.mapping.LifecycleMappingrar Adding org.apache.maven.lifecycle.mapping.LifecycleMappingpar Adding org.apache.maven.lifecycle.DefaultSchedules Adding org.apache.maven.lifecycle.Lifecycledefault Adding org.apache.maven.lifecycle.Lifecycleclean Adding org.apache.maven.lifecycle.Lifecyclesite Adding org.sonatype.plexus.components.sec.dispatcher.SecDispatchermaven Adding org.apache.maven.artifact.handler.ArtifactHandlerpom Adding org.apache.maven.artifact.handler.ArtifactHandlerjar Adding org.apache.maven.artifact.handler.ArtifactHandlerejb Adding org.apache.maven.artifact.handler.ArtifactHandlerejb-client Adding org.apache.maven.artifact.handler.ArtifactHandlerejb3 Adding org.apache.maven.artifact.handler.ArtifactHandlertest-jar Adding org.apache.maven.artifact.handler.ArtifactHandlermaven-plugin Adding org.apache.maven.artifact.handler.ArtifactHandlerjava-source Adding org.apache.maven.artifact.handler.ArtifactHandlerjavadoc Adding org.apache.maven.artifact.handler.ArtifactHandlerwar Adding org.apache.maven.artifact.handler.ArtifactHandlerear Adding org.apache.maven.artifact.handler.ArtifactHandlerrar Adding org.apache.maven.artifact.handler.ArtifactHandlerpar Adding org.apache.maven.artifact.factory.ArtifactFactorydefault Adding org.apache.maven.artifact.handler.ArtifactHandlerdefault Adding org.apache.maven.artifact.handler.manager.ArtifactHandlerManagerdefault Adding org.apache.maven.artifact.repository.layout.ArtifactRepositoryLayoutdefault Adding org.apache.maven.artifact.repository.metadata.io.MetadataReaderdefault Adding org.apache.maven.artifact.resolver.ResolutionErrorHandlerdefault Adding org.apache.maven.classrealm.ClassRealmManagerdefault Adding org.apache.maven.configuration.BeanConfiguratordefault Adding org.apache.maven.ArtifactFilterManagerdefault Adding org.apache.maven.Mavendefault Adding org.apache.maven.ProjectDependenciesResolverdefault Adding org.apache.maven.eventspy.internal.EventSpyDispatcherdefault Adding org.apache.maven.exception.ExceptionHandlerdefault Adding org.apache.maven.execution.MavenExecutionRequestPopulatordefault Adding org.apache.maven.lifecycle.LifecycleExecutordefault Adding org.apache.maven.lifecycle.DefaultLifecyclesdefault Adding org.apache.maven.lifecycle.internal.BuilderCommondefault Adding org.apache.maven.lifecycle.internal.BuildListCalculatordefault Adding org.apache.maven.lifecycle.internal.ExecutionEventCatapultdefault Adding org.apache.maven.lifecycle.internal.LifecycleExecutionPlanCalculatordefault Adding org.apache.maven.lifecycle.LifeCyclePluginAnalyzerdefault Adding org.apache.maven.lifecycle.internal.LifecycleTaskSegmentCalculatordefault Adding org.apache.maven.lifecycle.internal.LifecycleDebugLoggerdefault Adding org.apache.maven.lifecycle.internal.LifecycleDependencyResolverdefault Adding org.apache.maven.lifecycle.internal.LifecycleModuleBuilderdefault Adding org.apache.maven.lifecycle.internal.LifecyclePluginResolverdefault Adding org.apache.maven.lifecycle.internal.LifecycleStarterdefault Adding org.apache.maven.lifecycle.internal.LifecycleThreadedBuilderdefault Adding org.apache.maven.lifecycle.internal.LifecycleWeaveBuilderdefault Adding org.apache.maven.lifecycle.internal.MojoDescriptorCreatordefault Adding org.apache.maven.lifecycle.internal.MojoExecutordefault Adding org.apache.maven.lifecycle.internal.ThreadConfigurationServicedefault Adding org.apache.maven.model.plugin.LifecycleBindingsInjectordefault Adding org.apache.maven.plugin.BuildPluginManagerdefault Adding org.apache.maven.plugin.ExtensionRealmCachedefault Adding org.apache.maven.plugin.PluginArtifactsCachedefault Adding org.apache.maven.plugin.PluginDescriptorCachedefault Adding org.apache.maven.plugin.PluginRealmCachedefault Adding org.apache.maven.plugin.LegacySupportdefault Adding org.apache.maven.plugin.MavenPluginManagerdefault Adding org.apache.maven.plugin.internal.PluginDependenciesResolverdefault Adding org.apache.maven.plugin.PluginManagerdefault Adding org.apache.maven.plugin.prefix.PluginPrefixResolverdefault Adding org.apache.maven.plugin.version.PluginVersionResolverdefault Adding org.apache.maven.project.artifact.MavenMetadataCachedefault Adding org.apache.maven.artifact.metadata.ArtifactMetadataSourcedefault Adding org.apache.maven.artifact.metadata.ArtifactMetadataSourcemaven Adding org.apache.maven.project.MavenProjectHelperdefault Adding org.apache.maven.project.ProjectBuilderdefault Adding org.apache.maven.project.ProjectBuildingHelperdefault Adding org.apache.maven.project.ProjectDependenciesResolverdefault Adding org.apache.maven.project.ProjectRealmCachedefault Adding org.apache.maven.rtinfo.RuntimeInformationdefault Adding org.apache.maven.settings.MavenSettingsBuilderdefault Adding org.apache.maven.toolchain.ToolchainManagerdefault Adding org.apache.maven.toolchain.ToolchainManagerPrivatedefault Adding org.apache.maven.toolchain.ToolchainsBuilderdefault Adding org.apache.maven.toolchain.java.JavaToolChaindefault Adding org.apache.maven.toolchain.ToolchainFactoryjdk Adding org.apache.maven.settings.building.SettingsBuilderdefault Adding org.apache.maven.settings.crypto.SettingsDecrypterdefault Adding org.apache.maven.settings.io.SettingsReaderdefault Adding org.apache.maven.settings.io.SettingsWriterdefault Adding org.apache.maven.settings.validation.SettingsValidatordefault Adding org.sonatype.plexus.components.sec.dispatcher.SecDispatcher Adding org.sonatype.plexus.components.cipher.PlexusCipherdefault Adding org.eclipse.aether.impl.ArtifactDescriptorReaderdefault Adding org.eclipse.aether.impl.VersionRangeResolverdefault Adding org.eclipse.aether.impl.VersionResolverdefault Adding org.eclipse.aether.impl.MetadataGeneratorFactorysnapshot Adding org.eclipse.aether.impl.MetadataGeneratorFactoryversions Adding org.eclipse.aether.impl.ArtifactResolverdefault Adding org.eclipse.aether.impl.DependencyCollectordefault Adding org.eclipse.aether.impl.Deployerdefault Adding org.eclipse.aether.spi.io.FileProcessordefault Adding org.eclipse.aether.impl.Installerdefault Adding org.eclipse.aether.impl.LocalRepositoryProviderdefault Adding org.eclipse.aether.impl.MetadataResolverdefault Adding org.eclipse.aether.impl.OfflineControllerdefault Adding org.eclipse.aether.impl.RemoteRepositoryManagerdefault Adding org.eclipse.aether.impl.RepositoryConnectorProviderdefault Adding org.eclipse.aether.impl.RepositoryEventDispatcherdefault Adding org.eclipse.aether.RepositorySystemdefault Adding org.eclipse.aether.impl.SyncContextFactorydefault Adding org.eclipse.aether.impl.UpdateCheckManagerdefault Adding org.eclipse.aether.impl.UpdatePolicyAnalyzerdefault Adding org.eclipse.aether.spi.localrepo.LocalRepositoryManagerFactoryenhanced Adding org.eclipse.aether.spi.log.LoggerFactorydefault Adding org.eclipse.aether.spi.localrepo.LocalRepositoryManagerFactorysimple [INFO] Building jar: /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-pipeline/target/repairnator-pipeline-3.3-SNAPSHOT-jar-with-dependencies.jar Component: org.codehaus.plexus.component.configurator.ComponentConfiguratorbasic is already defined. Skipping. Component: org.codehaus.plexus.component.configurator.ComponentConfiguratormap-oriented is already defined. Skipping. Component: org.apache.maven.shared.invoker.Invokerdefault is already defined. Skipping. Component: org.codehaus.plexus.component.configurator.ComponentConfiguratorbasic is already defined. Skipping. Component: org.apache.maven.surefire.providerapi.ProviderDetectordefault is already defined. Skipping. Component: org.apache.maven.surefire.providerapi.ServiceLoaderdefault is already defined. Skipping. Component: org.apache.maven.lifecycle.mapping.LifecycleMappingpom is already defined. Skipping. Component: org.apache.maven.lifecycle.mapping.LifecycleMappingjar is already defined. Skipping. Component: org.apache.maven.lifecycle.mapping.LifecycleMappingejb is already defined. Skipping. Component: org.apache.maven.lifecycle.mapping.LifecycleMappingejb3 is already defined. Skipping. Component: org.apache.maven.lifecycle.mapping.LifecycleMappingmaven-plugin is already defined. Skipping. Component: org.apache.maven.lifecycle.mapping.LifecycleMappingwar is already defined. Skipping. Component: org.apache.maven.lifecycle.mapping.LifecycleMappingear is already defined. Skipping. Component: org.apache.maven.lifecycle.mapping.LifecycleMappingrar is already defined. Skipping. Component: org.apache.maven.lifecycle.mapping.LifecycleMappingpar is already defined. Skipping. Component: org.apache.maven.lifecycle.DefaultSchedules is already defined. Skipping. Component: org.apache.maven.lifecycle.Lifecycledefault is already defined. Skipping. Component: org.apache.maven.lifecycle.Lifecycleclean is already defined. Skipping. Component: org.apache.maven.lifecycle.Lifecyclesite is already defined. Skipping. Component: org.sonatype.plexus.components.sec.dispatcher.SecDispatchermaven is already defined. Skipping. Component: org.apache.maven.artifact.handler.ArtifactHandlerpom is already defined. Skipping. Component: org.apache.maven.artifact.handler.ArtifactHandlerjar is already defined. Skipping. Component: org.apache.maven.artifact.handler.ArtifactHandlerejb is already defined. Skipping. Component: org.apache.maven.artifact.handler.ArtifactHandlerejb-client is already defined. Skipping. Component: org.apache.maven.artifact.handler.ArtifactHandlerejb3 is already defined. Skipping. Component: org.apache.maven.artifact.handler.ArtifactHandlertest-jar is already defined. Skipping. Component: org.apache.maven.artifact.handler.ArtifactHandlermaven-plugin is already defined. Skipping. Component: org.apache.maven.artifact.handler.ArtifactHandlerjava-source is already defined. Skipping. Component: org.apache.maven.artifact.handler.ArtifactHandlerjavadoc is already defined. Skipping. Component: org.apache.maven.artifact.handler.ArtifactHandlerwar is already defined. Skipping. Component: org.apache.maven.artifact.handler.ArtifactHandlerear is already defined. Skipping. Component: org.apache.maven.artifact.handler.ArtifactHandlerrar is already defined. Skipping. Component: org.apache.maven.artifact.handler.ArtifactHandlerpar is already defined. Skipping. Component: org.apache.maven.artifact.factory.ArtifactFactorydefault is already defined. Skipping. Component: org.apache.maven.artifact.handler.ArtifactHandlerdefault is already defined. Skipping. Component: org.apache.maven.artifact.handler.manager.ArtifactHandlerManagerdefault is already defined. Skipping. Component: org.apache.maven.artifact.repository.layout.ArtifactRepositoryLayoutdefault is already defined. Skipping. Component: org.apache.maven.artifact.repository.metadata.io.MetadataReaderdefault is already defined. Skipping. Component: org.apache.maven.artifact.resolver.ResolutionErrorHandlerdefault is already defined. Skipping. Component: org.apache.maven.classrealm.ClassRealmManagerdefault is already defined. Skipping. Component: org.apache.maven.configuration.BeanConfiguratordefault is already defined. Skipping. Component: org.apache.maven.ArtifactFilterManagerdefault is already defined. Skipping. Component: org.apache.maven.Mavendefault is already defined. Skipping. Component: org.apache.maven.ProjectDependenciesResolverdefault is already defined. Skipping. Component: org.apache.maven.eventspy.internal.EventSpyDispatcherdefault is already defined. Skipping. Component: org.apache.maven.exception.ExceptionHandlerdefault is already defined. Skipping. Component: org.apache.maven.execution.MavenExecutionRequestPopulatordefault is already defined. Skipping. Component: org.apache.maven.lifecycle.LifecycleExecutordefault is already defined. Skipping. Component: org.apache.maven.lifecycle.DefaultLifecyclesdefault is already defined. Skipping. Component: org.apache.maven.lifecycle.internal.BuilderCommondefault is already defined. Skipping. Component: org.apache.maven.lifecycle.internal.BuildListCalculatordefault is already defined. Skipping. Component: org.apache.maven.lifecycle.internal.ExecutionEventCatapultdefault is already defined. Skipping. Component: org.apache.maven.lifecycle.internal.LifecycleExecutionPlanCalculatordefault is already defined. Skipping. Component: org.apache.maven.lifecycle.LifeCyclePluginAnalyzerdefault is already defined. Skipping. Component: org.apache.maven.lifecycle.internal.LifecycleTaskSegmentCalculatordefault is already defined. Skipping. Component: org.apache.maven.lifecycle.internal.LifecycleDebugLoggerdefault is already defined. Skipping. Component: org.apache.maven.lifecycle.internal.LifecycleDependencyResolverdefault is already defined. Skipping. Component: org.apache.maven.lifecycle.internal.LifecycleModuleBuilderdefault is already defined. Skipping. Component: org.apache.maven.lifecycle.internal.LifecyclePluginResolverdefault is already defined. Skipping. Component: org.apache.maven.lifecycle.internal.LifecycleStarterdefault is already defined. Skipping. Component: org.apache.maven.lifecycle.internal.LifecycleThreadedBuilderdefault is already defined. Skipping. Component: org.apache.maven.lifecycle.internal.LifecycleWeaveBuilderdefault is already defined. Skipping. Component: org.apache.maven.lifecycle.internal.MojoDescriptorCreatordefault is already defined. Skipping. Component: org.apache.maven.lifecycle.internal.MojoExecutordefault is already defined. Skipping. Component: org.apache.maven.lifecycle.internal.ThreadConfigurationServicedefault is already defined. Skipping. Component: org.apache.maven.model.plugin.LifecycleBindingsInjectordefault is already defined. Skipping. Component: org.apache.maven.plugin.BuildPluginManagerdefault is already defined. Skipping. Component: org.apache.maven.plugin.ExtensionRealmCachedefault is already defined. Skipping. Component: org.apache.maven.plugin.PluginArtifactsCachedefault is already defined. Skipping. Component: org.apache.maven.plugin.PluginDescriptorCachedefault is already defined. Skipping. Component: org.apache.maven.plugin.PluginRealmCachedefault is already defined. Skipping. Component: org.apache.maven.plugin.LegacySupportdefault is already defined. Skipping. Component: org.apache.maven.plugin.MavenPluginManagerdefault is already defined. Skipping. Component: org.apache.maven.plugin.internal.PluginDependenciesResolverdefault is already defined. Skipping. Component: org.apache.maven.plugin.PluginManagerdefault is already defined. Skipping. Component: org.apache.maven.plugin.prefix.PluginPrefixResolverdefault is already defined. Skipping. Component: org.apache.maven.plugin.version.PluginVersionResolverdefault is already defined. Skipping. Component: org.apache.maven.project.artifact.MavenMetadataCachedefault is already defined. Skipping. Component: org.apache.maven.artifact.metadata.ArtifactMetadataSourcedefault is already defined. Skipping. Component: org.apache.maven.artifact.metadata.ArtifactMetadataSourcemaven is already defined. Skipping. Component: org.apache.maven.project.MavenProjectHelperdefault is already defined. Skipping. Component: org.apache.maven.project.ProjectBuilderdefault is already defined. Skipping. Component: org.apache.maven.project.ProjectBuildingHelperdefault is already defined. Skipping. Component: org.apache.maven.project.ProjectDependenciesResolverdefault is already defined. Skipping. Component: org.apache.maven.project.ProjectRealmCachedefault is already defined. Skipping. Component: org.apache.maven.rtinfo.RuntimeInformationdefault is already defined. Skipping. Component: org.apache.maven.settings.MavenSettingsBuilderdefault is already defined. Skipping. Component: org.apache.maven.toolchain.ToolchainManagerdefault is already defined. Skipping. Component: org.apache.maven.toolchain.ToolchainManagerPrivatedefault is already defined. Skipping. Component: org.apache.maven.toolchain.ToolchainsBuilderdefault is already defined. Skipping. Component: org.apache.maven.toolchain.java.JavaToolChaindefault is already defined. Skipping. Component: org.apache.maven.toolchain.ToolchainFactoryjdk is already defined. Skipping. Component: org.apache.maven.settings.building.SettingsBuilderdefault is already defined. Skipping. Component: org.apache.maven.settings.crypto.SettingsDecrypterdefault is already defined. Skipping. Component: org.apache.maven.settings.io.SettingsReaderdefault is already defined. Skipping. Component: org.apache.maven.settings.io.SettingsWriterdefault is already defined. Skipping. Component: org.apache.maven.settings.validation.SettingsValidatordefault is already defined. Skipping. Component: org.sonatype.plexus.components.sec.dispatcher.SecDispatcher is already defined. Skipping. Component: org.sonatype.plexus.components.cipher.PlexusCipherdefault is already defined. Skipping. Component: org.eclipse.aether.impl.ArtifactDescriptorReaderdefault is already defined. Skipping. Component: org.eclipse.aether.impl.VersionRangeResolverdefault is already defined. Skipping. Component: org.eclipse.aether.impl.VersionResolverdefault is already defined. Skipping. Component: org.eclipse.aether.impl.MetadataGeneratorFactorysnapshot is already defined. Skipping. Component: org.eclipse.aether.impl.MetadataGeneratorFactoryversions is already defined. Skipping. Component: org.eclipse.aether.impl.ArtifactResolverdefault is already defined. Skipping. Component: org.eclipse.aether.impl.DependencyCollectordefault is already defined. Skipping. Component: org.eclipse.aether.impl.Deployerdefault is already defined. Skipping. Component: org.eclipse.aether.spi.io.FileProcessordefault is already defined. Skipping. Component: org.eclipse.aether.impl.Installerdefault is already defined. Skipping. Component: org.eclipse.aether.impl.LocalRepositoryProviderdefault is already defined. Skipping. Component: org.eclipse.aether.impl.MetadataResolverdefault is already defined. Skipping. Component: org.eclipse.aether.impl.OfflineControllerdefault is already defined. Skipping. Component: org.eclipse.aether.impl.RemoteRepositoryManagerdefault is already defined. Skipping. Component: org.eclipse.aether.impl.RepositoryConnectorProviderdefault is already defined. Skipping. Component: org.eclipse.aether.impl.RepositoryEventDispatcherdefault is already defined. Skipping. Component: org.eclipse.aether.RepositorySystemdefault is already defined. Skipping. Component: org.eclipse.aether.impl.SyncContextFactorydefault is already defined. Skipping. Component: org.eclipse.aether.impl.UpdateCheckManagerdefault is already defined. Skipping. Component: org.eclipse.aether.impl.UpdatePolicyAnalyzerdefault is already defined. Skipping. Component: org.eclipse.aether.spi.localrepo.LocalRepositoryManagerFactoryenhanced is already defined. Skipping. Component: org.eclipse.aether.spi.log.LoggerFactorydefault is already defined. Skipping. Component: org.eclipse.aether.spi.localrepo.LocalRepositoryManagerFactorysimple is already defined. Skipping. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ repairnator-pipeline --- [INFO] Installing /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-pipeline/target/repairnator-pipeline-3.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/fr/inria/repairnator/repairnator-pipeline/3.3-SNAPSHOT/repairnator-pipeline-3.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-pipeline/.flattened-pom.xml to /home/jenkins/.m2/repository/fr/inria/repairnator/repairnator-pipeline/3.3-SNAPSHOT/repairnator-pipeline-3.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-pipeline/target/repairnator-pipeline-3.3-SNAPSHOT-jar-with-dependencies.jar to /home/jenkins/.m2/repository/fr/inria/repairnator/repairnator-pipeline/3.3-SNAPSHOT/repairnator-pipeline-3.3-SNAPSHOT-jar-with-dependencies.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:24 min [INFO] Finished at: 2023-05-10T15:00:53Z [INFO] ------------------------------------------------------------------------ + mvn -Duser.home=/home/jenkins '-Dtest=**' '-DNPEFIX_VERSION=${npefix.version}' clean test -B -f src/maven-repair/ [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for fr.inria.gforge.spirals:repair-maven-plugin:maven-plugin:1.6-SNAPSHOT [WARNING] 'parent.relativePath' of POM fr.inria.gforge.spirals:repair-maven-plugin:1.6-SNAPSHOT (/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/pom.xml) points at fr.inria.repairnator:repairnator-root instead of org.sonatype.oss:oss-parent, please verify your project structure @ line 3, column 13 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] Inspecting build with total of 1 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] [INFO] ------------< fr.inria.gforge.spirals:repair-maven-plugin >------------- [INFO] Building repair-maven-plugin 1.6-SNAPSHOT [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/1.2/maven-enforcer-plugin-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/1.2/maven-enforcer-plugin-1.2.pom (5.8 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/1.2/enforcer-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/1.2/enforcer-1.2.pom (11 kB at 172 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/1.2/maven-enforcer-plugin-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/1.2/maven-enforcer-plugin-1.2.jar (25 kB at 606 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-plugin/3.8.1/maven-plugin-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-plugin-plugin/3.8.1/maven-plugin-plugin-3.8.1.pom (11 kB at 189 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-plugin/3.8.1/maven-plugin-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-plugin-plugin/3.8.1/maven-plugin-plugin-3.8.1.jar (63 kB at 865 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/properties-maven-plugin/1.0.0/properties-maven-plugin-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/properties-maven-plugin/1.0.0/properties-maven-plugin-1.0.0.pom (5.0 kB at 104 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom (33 kB at 675 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/properties-maven-plugin/1.0.0/properties-maven-plugin-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/properties-maven-plugin/1.0.0/properties-maven-plugin-1.0.0.jar (30 kB at 219 kB/s) [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 (0 B at 0 B/s) [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 (0 B at 0 B/s) [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 (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom (10 kB at 291 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom (14 kB at 328 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar (30 kB at 762 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-plugin-api/3.5.0/maven-plugin-api-3.5.0.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-plugin-api/3.5.0/maven-plugin-api-3.5.0.pom (2.7 kB at 11 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-artifact/3.5.0/maven-artifact-3.5.0.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-artifact/3.5.0/maven-artifact-3.5.0.pom (2.1 kB at 29 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom (4.2 kB at 56 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom (14 kB at 191 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom (2.6 kB at 36 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom (14 kB at 195 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (0 B at 0 B/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.pom (8.5 kB at 117 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven/3.5.4/maven-3.5.4.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven/3.5.4/maven-3.5.4.pom (23 kB at 325 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.pom (4.0 kB at 56 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.pom (1.8 kB at 24 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.pom (2.6 kB at 37 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.pom (1.5 kB at 22 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom (0 B at 0 B/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.pom (1.9 kB at 26 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.pom (2.1 kB at 30 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.pom (2.9 kB at 43 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.pom (3.1 kB at 44 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.pom (4.1 kB at 57 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.pom (1.9 kB at 27 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/resolver/maven-resolver/1.1.1/maven-resolver-1.1.1.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/resolver/maven-resolver/1.1.1/maven-resolver-1.1.1.pom (16 kB at 231 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.pom (2.1 kB at 30 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.pom (2.2 kB at 32 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.pom (3.5 kB at 51 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/com/google/inject/guice/4.2.0/guice-4.2.0.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/com/google/inject/guice/4.2.0/guice-4.2.0.pom (11 kB at 156 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/com/google/inject/guice-parent/4.2.0/guice-parent-4.2.0.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/com/google/inject/guice-parent/4.2.0/guice-parent-4.2.0.pom (16 kB at 227 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/com/google/google/5/google-5.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/com/google/google/5/google-5.pom (0 B at 0 B/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/com/google/guava/guava/23.6-android/guava-23.6-android.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/com/google/guava/guava/23.6-android/guava-23.6-android.pom (7.8 kB at 112 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/com/google/guava/guava-parent/23.6-android/guava-parent-23.6-android.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/com/google/guava/guava-parent/23.6-android/guava-parent-23.6-android.pom (9.9 kB at 130 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom (4.2 kB at 59 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 40 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/inria/sacha/automaticRepair/astor/2.0.0/astor-2.0.0.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/inria/sacha/automaticRepair/astor/2.0.0/astor-2.0.0.pom (12 kB at 155 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/com/github/spoonlabs/flacoco/1.0.0/flacoco-1.0.0.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/com/github/spoonlabs/flacoco/1.0.0/flacoco-1.0.0.pom (9.3 kB at 130 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.pom (1.1 kB at 17 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/logging/log4j/log4j-core/2.14.1/log4j-core-2.14.1.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/logging/log4j/log4j-core/2.14.1/log4j-core-2.14.1.pom (23 kB at 255 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/logging/log4j/log4j/2.14.1/log4j-2.14.1.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/logging/log4j/log4j/2.14.1/log4j-2.14.1.pom (68 kB at 906 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/logging/log4j/log4j-api/2.14.1/log4j-api-2.14.1.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/logging/log4j/log4j-api/2.14.1/log4j-api-2.14.1.pom (14 kB at 201 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/logging/log4j/log4j-jcl/2.14.1/log4j-jcl-2.14.1.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/logging/log4j/log4j-jcl/2.14.1/log4j-jcl-2.14.1.pom (6.9 kB at 93 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/info/picocli/picocli/4.6.1/picocli-4.6.1.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/info/picocli/picocli/4.6.1/picocli-4.6.1.pom (1.4 kB at 21 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/com/google/code/gson/gson/2.8.8/gson-2.8.8.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/com/google/code/gson/gson/2.8.8/gson-2.8.8.pom (6.0 kB at 78 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/com/google/code/gson/gson-parent/2.8.8/gson-parent-2.8.8.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/com/google/code/gson/gson-parent/2.8.8/gson-parent-2.8.8.pom (4.6 kB at 65 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/logging/log4j/log4j-1.2-api/2.13.3/log4j-1.2-api-2.13.3.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/logging/log4j/log4j-1.2-api/2.13.3/log4j-1.2-api-2.13.3.pom (8.2 kB at 107 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/logging/log4j/log4j-core/2.13.3/log4j-core-2.13.3.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/logging/log4j/log4j-core/2.13.3/log4j-core-2.13.3.pom (23 kB at 312 kB/s) [INFO] Downloading from tdurieux maven: https://tdurieux.github.io/maven-repository/releases/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from spoon-snapshot: https://repository.ow2.org/nexus/content/repositories/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/CocoSpoon-1.0.0-20190408.122227-1.pom [INFO] Downloading from tdurieux maven: https://tdurieux.github.io/maven-repository/releases/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/CocoSpoon-1.0.0-20190408.122227-1.pom [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/CocoSpoon-1.0.0-20190408.122227-1.pom [INFO] Downloading from spoon-snapshot: https://repository.ow2.org/nexus/content/repositories/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/CocoSpoon-1.0.0-20190408.122227-1.pom [INFO] Downloading from EvoSuite: http://www.evosuite.org/m2/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/CocoSpoon-1.0.0-20190408.122227-1.pom [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/CocoSpoon-1.0.0-20190408.122227-1.pom [INFO] Downloading from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/CocoSpoon-1.0.0-20190408.122227-1.pom [INFO] Downloaded from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/CocoSpoon-1.0.0-20190408.122227-1.pom (0 B at 0 B/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/fr/inria/gforge/spirals/npefix/0.7/npefix-0.7.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/fr/inria/gforge/spirals/npefix/0.7/npefix-0.7.pom (13 kB at 174 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/fr/inria/gforge/spoon/spoon-core/7.1.0/spoon-core-7.1.0.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/fr/inria/gforge/spoon/spoon-core/7.1.0/spoon-core-7.1.0.pom (23 kB at 304 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloading from tdurieux maven: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml (1.0 kB at 15 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from tdurieux maven: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml (817 B at 12 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloading from tdurieux maven: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml (1.0 kB at 15 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from tdurieux maven: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml (1.1 kB at 17 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloading from tdurieux maven: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml (1.0 kB at 15 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloading from tdurieux maven: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml (1.1 kB at 15 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloading from tdurieux maven: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml (920 B at 13 kB/s) [INFO] Downloading from tdurieux maven: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml (908 B at 13 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/osgi/org.osgi.service.prefs/maven-metadata.xml [INFO] Downloading from tdurieux maven: https://tdurieux.github.io/maven-repository/releases/org/osgi/org.osgi.service.prefs/maven-metadata.xml [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/osgi/org.osgi.service.prefs/maven-metadata.xml (389 B at 5.4 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/osgi/org.osgi.service.prefs/1.1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from inria: http://maven.inria.fr/artifactory/triskell-public-release/org/osgi/org.osgi.service.prefs/1.1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux maven: https://tdurieux.github.io/maven-repository/releases/org/osgi/org.osgi.service.prefs/1.1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/osgi/org.osgi.service.prefs/1.1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/osgi/org.osgi.service.prefs/1.1.1-SNAPSHOT/org.osgi.service.prefs-1.1.1-20210920.213854-293.pom [INFO] Downloading from tdurieux maven: https://tdurieux.github.io/maven-repository/releases/org/osgi/org.osgi.service.prefs/1.1.1-SNAPSHOT/org.osgi.service.prefs-1.1.1-20210920.213854-293.pom [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.service.prefs/1.1.1-SNAPSHOT/org.osgi.service.prefs-1.1.1-20210920.213854-293.pom [INFO] Downloaded from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.service.prefs/1.1.1-SNAPSHOT/org.osgi.service.prefs-1.1.1-20210920.213854-293.pom (0 B at 0 B/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloading from tdurieux maven: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml (851 B at 12 kB/s) [INFO] Downloading from tdurieux maven: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml (779 B at 11 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloading from tdurieux maven: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml (816 B at 12 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from tdurieux maven: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/platform/org.eclipse.text/maven-metadata.xml (908 B at 13 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from tdurieux maven: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml (852 B at 13 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/benf/cfr/0.132.0/cfr-0.132.0.pom [INFO] Downloading from tdurieux maven: https://tdurieux.github.io/maven-repository/releases/org/benf/cfr/0.132.0/cfr-0.132.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/benf/cfr/0.132.0/cfr-0.132.0.pom [INFO] Downloading from gforge.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/benf/cfr/0.132.0/cfr-0.132.0.pom [INFO] Downloading from inria: http://maven.inria.fr/artifactory/triskell-public-release/org/benf/cfr/0.132.0/cfr-0.132.0.pom [WARNING] The POM for org.benf:cfr:jar:0.132.0 is missing, no dependency information available [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-compat/3.2.5/maven-compat-3.2.5.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-compat/3.2.5/maven-compat-3.2.5.pom (4.2 kB at 43 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.pom (1.7 kB at 25 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom (19 kB at 231 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5/maven-plugin-annotations-3.5.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5/maven-plugin-annotations-3.5.pom (1.7 kB at 22 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.5/maven-plugin-tools-3.5.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.5/maven-plugin-tools-3.5.pom (16 kB at 228 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/plugin-testing/maven-plugin-testing-harness/3.3.0/maven-plugin-testing-harness-3.3.0.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/plugin-testing/maven-plugin-testing-harness/3.3.0/maven-plugin-testing-harness-3.3.0.pom (2.9 kB at 41 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/plugin-testing/maven-plugin-testing/3.3.0/maven-plugin-testing-3.3.0.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/plugin-testing/maven-plugin-testing/3.3.0/maven-plugin-testing-3.3.0.pom (11 kB at 152 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom (3.2 kB at 46 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (3.0 kB at 43 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom (2.5 kB at 39 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom (1.7 kB at 25 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/fr/inria/repairnator/repairnator-core/3.4/repairnator-core-3.4.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/fr/inria/repairnator/repairnator-core/3.4/repairnator-core-3.4.pom (1.4 kB at 20 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/fr/inria/repairnator/repairnator-root/3.4/repairnator-root-3.4.pom [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/fr/inria/repairnator/repairnator-root/3.4/repairnator-root-3.4.pom (8.9 kB at 96 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/fr/inria/repairnator/repairnator-root/3.3-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/repairnator/repairnator-root/3.3-SNAPSHOT/maven-metadata.xml [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/repairnator/repairnator-root/3.3-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux maven: https://tdurieux.github.io/maven-repository/releases/fr/inria/repairnator/repairnator-root/3.3-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/repairnator/repairnator-root/3.3-SNAPSHOT/maven-metadata.xml (611 B at 4.5 kB/s) [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/repairnator/repairnator-root/3.3-SNAPSHOT/repairnator-root-3.3-20211001.093711-61.pom [INFO] Downloaded from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/repairnator/repairnator-root/3.3-SNAPSHOT/repairnator-root-3.3-20211001.093711-61.pom (0 B at 0 B/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-model/maven-metadata.xml [INFO] Downloading from tdurieux maven: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven-model/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-model/maven-metadata.xml [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-model/maven-metadata.xml (2.7 kB at 29 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/repairnator/repairnator-core/3.3-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/osgi/org.osgi.service.prefs/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux maven: https://tdurieux.github.io/maven-repository/releases/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/maven-metadata.xml (1.2 kB at 7.4 kB/s) [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux maven: https://tdurieux.github.io/maven-repository/releases/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/maven-metadata.xml (998 B at 8.8 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux maven: https://tdurieux.github.io/maven-repository/releases/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/junit/junit/4.13.1/junit-4.13.1.jar [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-plugin-api/3.5.0/maven-plugin-api-3.5.0.jar [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.jar [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/junit/junit/4.13.1/junit-4.13.1.jar (383 kB at 3.6 MB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.jar (45 kB at 286 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-plugin-api/3.5.0/maven-plugin-api-3.5.0.jar (48 kB at 300 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar (205 kB at 1.2 MB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.jar (43 kB at 247 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.jar (630 kB at 3.5 MB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.jar (15 kB at 65 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.jar (27 kB at 119 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.jar (177 kB at 733 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.jar (67 kB at 275 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.jar (185 kB at 730 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (0 B at 0 B/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/com/google/inject/guice/4.2.0/guice-4.2.0-no_aop.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.jar (146 kB at 491 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.jar (36 kB at 119 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.jar (159 kB at 500 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/inria/sacha/automaticRepair/astor/2.0.0/astor-2.0.0.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar (379 kB at 1.2 MB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/com/github/spoonlabs/flacoco/1.0.0/flacoco-1.0.0.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (0 B at 0 B/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/eu/stamp-project/test-runner/3.0.0/test-runner-3.0.0.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/com/google/inject/guice/4.2.0/guice-4.2.0-no_aop.jar (521 kB at 1.5 MB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar (239 kB at 642 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/com/github/spoonlabs/flacoco/1.0.0/flacoco-1.0.0.jar (81 kB at 204 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/logging/log4j/log4j-jcl/2.14.1/log4j-jcl-2.14.1.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/inria/sacha/automaticRepair/astor/2.0.0/astor-2.0.0.jar (740 kB at 1.9 MB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/info/picocli/picocli/4.6.1/picocli-4.6.1.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/eu/stamp-project/test-runner/3.0.0/test-runner-3.0.0.jar (496 kB at 1.2 MB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/logging/log4j/log4j-1.2-api/2.13.3/log4j-1.2-api-2.13.3.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar (292 kB at 686 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/logging/log4j/log4j-core/2.13.3/log4j-core-2.13.3.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.jar (12 kB at 28 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/fr/inria/gforge/spoon/spoon-core/9.2.0-beta-1/spoon-core-9.2.0-beta-1.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/info/picocli/picocli/4.6.1/picocli-4.6.1.jar (402 kB at 832 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/jdt/org.eclipse.jdt.core/3.26.0/org.eclipse.jdt.core-3.26.0.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/logging/log4j/log4j-jcl/2.14.1/log4j-jcl-2.14.1.jar (13 kB at 26 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/logging/log4j/log4j-1.2-api/2.13.3/log4j-1.2-api-2.13.3.jar (202 kB at 397 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/javassist/javassist/3.24.1-GA/javassist-3.24.1-GA.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (1.0 MB at 1.7 MB/s) [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/fr/inria/gforge/spoon/spoon-core/9.2.0-beta-1/spoon-core-9.2.0-beta-1.jar (1.8 MB at 3.0 MB/s) [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/logging/log4j/log4j-core/2.13.3/log4j-core-2.13.3.jar (1.7 MB at 2.8 MB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/ow2/asm/asm/6.0/asm-6.0.jar [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/jacoco/org.jacoco.core/0.8.1/org.jacoco.core-0.8.1.jar [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/ow2/asm/asm-commons/6.0/asm-commons-6.0.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/eclipse/jdt/org.eclipse.jdt.core/3.26.0/org.eclipse.jdt.core-3.26.0.jar (7.3 MB at 11 MB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/ow2/asm/asm-tree/6.0/asm-tree-6.0.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/javassist/javassist/3.24.1-GA/javassist-3.24.1-GA.jar (778 kB at 1.2 MB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/ow2/asm/asm-analysis/6.0/asm-analysis-6.0.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/ow2/asm/asm-commons/6.0/asm-commons-6.0.jar (77 kB at 114 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/ow2/asm/asm-util/6.0/asm-util-6.0.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/ow2/asm/asm/6.0/asm-6.0.jar (95 kB at 140 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/com/google/code/gson/gson/2.8.2/gson-2.8.2.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/jacoco/org.jacoco.core/0.8.1/org.jacoco.core-0.8.1.jar (159 kB at 230 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/fr/inria/gforge/spirals/npefix/0.7/npefix-0.7.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/ow2/asm/asm-tree/6.0/asm-tree-6.0.jar (48 kB at 66 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/log4j/log4j/1.2.17/log4j-1.2.17.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/ow2/asm/asm-analysis/6.0/asm-analysis-6.0.jar (31 kB at 42 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-compat/3.2.5/maven-compat-3.2.5.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/ow2/asm/asm-util/6.0/asm-util-6.0.jar (71 kB at 96 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/com/google/code/gson/gson/2.8.2/gson-2.8.2.jar (233 kB at 309 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5/maven-plugin-annotations-3.5.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/log4j/log4j/1.2.17/log4j-1.2.17.jar (0 B at 0 B/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/plugin-testing/maven-plugin-testing-harness/3.3.0/maven-plugin-testing-harness-3.3.0.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/fr/inria/gforge/spirals/npefix/0.7/npefix-0.7.jar (376 kB at 491 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.jar (53 kB at 65 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5/maven-plugin-annotations-3.5.jar (14 kB at 17 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/fr/inria/repairnator/repairnator-core/3.4/repairnator-core-3.4.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/plugin-testing/maven-plugin-testing-harness/3.3.0/maven-plugin-testing-harness-3.3.0.jar (51 kB at 62 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/commons-cli/commons-cli/1.3/commons-cli-1.3.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/maven-compat/3.2.5/maven-compat-3.2.5.jar (287 kB at 342 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/json/json/20160810/json-20160810.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar (185 kB at 221 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/fr/inria/gforge/spirals/nopol/689e97eab451a671378b3fd55f790a39ce0d21d3/nopol-689e97eab451a671378b3fd55f790a39ce0d21d3.jar [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/reflections/reflections/0.9.9-RC1/reflections-0.9.9-RC1.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar (58 kB at 66 kB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/commons-cli/commons-cli/1.3/commons-cli-1.3.jar (53 kB at 59 kB/s) [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/json/json/20160810/json-20160810.jar (54 kB at 60 kB/s) [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar (0 B at 0 B/s) [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/reflections/reflections/0.9.9-RC1/reflections-0.9.9-RC1.jar (121 kB at 128 kB/s) [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/fr/inria/repairnator/repairnator-core/3.4/repairnator-core-3.4.jar (113 kB at 120 kB/s) [INFO] Downloading from tdurieux maven: https://tdurieux.github.io/maven-repository/releases/fr/inria/gforge/spirals/nopol/689e97eab451a671378b3fd55f790a39ce0d21d3/nopol-689e97eab451a671378b3fd55f790a39ce0d21d3.jar [INFO] Downloaded from tdurieux maven: https://tdurieux.github.io/maven-repository/releases/fr/inria/gforge/spirals/nopol/689e97eab451a671378b3fd55f790a39ce0d21d3/nopol-689e97eab451a671378b3fd55f790a39ce0d21d3.jar (0 B at 0 B/s) [INFO] Downloading from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/CocoSpoon-1.0.0-20190408.122227-1.jar [INFO] Downloaded from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/CocoSpoon-1.0.0-20190408.122227-1.jar (0 B at 0 B/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ repair-maven-plugin --- [INFO] [INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ repair-maven-plugin --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.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-alpha-10/doxia-sink-api-1.0-alpha-10.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.3/commons-lang-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.3/commons-lang-2.3.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/1.2/enforcer-api-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/1.2/enforcer-api-1.2.pom (2.9 kB at 65 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/1.2/enforcer-rules-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/1.2/enforcer-rules-1.2.pom (3.7 kB at 105 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/1.2/maven-common-artifact-filters-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.2/maven-common-artifact-filters-1.2.pom (4.5 kB at 251 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-plugin-testing-harness/1.1/maven-plugin-testing-harness-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-plugin-testing-harness/1.1/maven-plugin-testing-harness-1.1.pom (6.3 kB at 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/7/maven-shared-components-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/7/maven-shared-components-7.pom (2.6 kB at 65 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.pom (1.0 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.6/plexus-components-1.1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.6/plexus-components-1.1.6.pom (1.9 kB at 46 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.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 (0 B at 0 B/s) [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 (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.0/maven-dependency-tree-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.0/maven-dependency-tree-2.0.pom (4.7 kB at 88 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-6/plexus-i18n-1.0-beta-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar [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.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-alpha-10/doxia-sink-api-1.0-alpha-10.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/1.2/enforcer-api-1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.3/commons-lang-2.3.jar [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.jar (268 kB at 5.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 kB at 195 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/1.2/enforcer-rules-1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.2/maven-common-artifact-filters-1.2.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-alpha-10/doxia-sink-api-1.0-alpha-10.jar (0 B at 0 B/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/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (0 B at 0 B/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.2/maven-common-artifact-filters-1.2.jar (32 kB at 472 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.0/maven-dependency-tree-2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.3/commons-lang-2.3.jar (0 B at 0 B/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/1.2/enforcer-api-1.2.jar (9.8 kB at 137 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar (0 B at 0 B/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/1.2/enforcer-rules-1.2.jar (76 kB at 829 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.0/maven-dependency-tree-2.0.jar (56 kB at 555 kB/s) [INFO] [INFO] --- properties-maven-plugin:1.0.0:write-project-properties (default) @ repair-maven-plugin --- [INFO] [INFO] --- maven-plugin-plugin:3.8.1:helpmojo (help-goal) @ repair-maven-plugin --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.8.1/maven-plugin-tools-api-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.8.1/maven-plugin-tools-api-3.8.1.pom (4.3 kB at 96 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom (6.3 kB at 392 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/26/weld-parent-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/26/weld-parent-26.pom (32 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom (6.6 kB at 508 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom (16 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.pom (5.0 kB at 310 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.15/httpcomponents-core-4.4.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.15/httpcomponents-core-4.4.15.pom (13 kB at 731 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom (5.0 kB at 355 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom (4.6 kB at 308 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.8.1/maven-plugin-tools-generators-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.8.1/maven-plugin-tools-generators-3.8.1.pom (3.8 kB at 98 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.1.1/maven-reporting-api-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom (3.8 kB at 269 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.11.1/doxia-sink-api-1.11.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.11.1/doxia-sink-api-1.11.1.pom (1.6 kB at 143 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom (18 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.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.11.1/doxia-logging-api-1.11.1.pom (1.6 kB at 144 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.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 157 kB/s) [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 (0 B at 0 B/s) [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 (0 B at 0 B/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.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 835 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.pom (2.8 kB at 164 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.pom (2.6 kB at 185 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.15.3/jsoup-1.15.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.15.3/jsoup-1.15.3.pom (13 kB at 918 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jtidy/jtidy/r938/jtidy-r938.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jtidy/jtidy/r938/jtidy-r938.pom (9.2 kB at 659 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.8.1/maven-plugin-tools-java-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.8.1/maven-plugin-tools-java-3.8.1.pom (2.8 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.8.1/maven-plugin-tools-annotations-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.8.1/maven-plugin-tools-annotations-3.8.1.pom (5.0 kB at 139 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.6.1/plexus-archiver-4.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.6.1/plexus-archiver-4.6.1.pom (6.6 kB at 468 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom (6.0 kB at 501 kB/s) [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 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom (2.0 kB at 157 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.2-5/zstd-jni-1.5.2-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.2-5/zstd-jni-1.5.2-5.pom (1.9 kB at 120 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.4/asm-util-9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.4/asm-util-9.4.pom (2.9 kB at 210 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.4/asm-analysis-9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.4/asm-analysis-9.4.pom (2.6 kB at 175 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-ant/3.8.1/maven-plugin-tools-ant-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-ant/3.8.1/maven-plugin-tools-ant-3.8.1.pom (2.4 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-script/3.8.1/maven-script-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-script/3.8.1/maven-script-3.8.1.pom (1.8 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.8.1/maven-plugin-tools-model-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.8.1/maven-plugin-tools-model-3.8.1.pom (3.1 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.8.1/maven-plugin-tools-beanshell-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.8.1/maven-plugin-tools-beanshell-3.8.1.pom (2.1 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom (5.0 kB at 238 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.11.1/doxia-site-renderer-1.11.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.11.1/doxia-site-renderer-1.11.1.pom (7.7 kB at 550 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom (14 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom (4.5 kB at 453 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom (750 B at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom (4.8 kB at 283 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/45/commons-parent-45.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/45/commons-parent-45.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom (5.0 kB at 414 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom (13 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.11.1/doxia-decoration-model-1.11.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.11.1/doxia-decoration-model-1.11.1.pom (3.4 kB at 262 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (0 B at 0 B/s) [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 (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.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.11.1/doxia-skin-model-1.11.1.pom (3.0 kB at 234 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.11.1/doxia-module-xhtml-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom (2.0 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-modules/1.11.1/doxia-modules-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom (2.7 kB at 110 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.11.1/doxia-module-xhtml5-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom (2.0 kB at 94 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-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 39 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.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 569 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.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 180 kB/s) [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 (0 B at 0 B/s) [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 4.7 kB/s) [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.6 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.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 401 kB/s) [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 (0 B at 0 B/s) [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 (0 B at 0 B/s) [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 (0 B at 0 B/s) [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.6 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.2.0/maven-reporting-impl-3.2.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.2.0/maven-reporting-impl-3.2.0.pom (7.6 kB at 271 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.11.1/doxia-integration-tools-1.11.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.11.1/doxia-integration-tools-1.11.1.pom (6.0 kB at 431 kB/s) [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 (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.8.1/maven-plugin-tools-api-3.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar (54 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.8.1/maven-plugin-tools-generators-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.jar (328 kB at 15 MB/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/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.jar (122 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.8.1/maven-plugin-tools-api-3.8.1.jar (54 kB at 862 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar (11 kB at 163 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.15.3/jsoup-1.15.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.jar (73 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jtidy/jtidy/r938/jtidy-r938.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.8.1/maven-plugin-tools-generators-3.8.1.jar (59 kB at 799 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.8.1/maven-plugin-tools-java-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jtidy/jtidy/r938/jtidy-r938.jar (250 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar (71 kB at 683 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.8.1/maven-plugin-tools-annotations-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar (780 kB at 7.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.6.1/plexus-archiver-4.6.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.jar (53 kB at 470 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.15.3/jsoup-1.15.3.jar (438 kB at 3.8 MB/s) [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/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar (79 kB at 624 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.6.1/plexus-archiver-4.6.1.jar (218 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.2-5/zstd-jni-1.5.2-5.jar [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 439 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.4/asm-util-9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.8.1/maven-plugin-tools-annotations-3.8.1.jar (79 kB at 545 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.4/asm-analysis-9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.8.1/maven-plugin-tools-java-3.8.1.jar (19 kB at 127 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-ant/3.8.1/maven-plugin-tools-ant-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 721 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.8.1/maven-plugin-tools-model-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.4/asm-analysis-9.4.jar (34 kB at 192 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.8.1/maven-plugin-tools-beanshell-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.4/asm-util-9.4.jar (92 kB at 458 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.8.1/maven-plugin-tools-beanshell-3.8.1.jar (14 kB at 71 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.11.1/doxia-sink-api-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-ant/3.8.1/maven-plugin-tools-ant-3.8.1.jar (14 kB at 66 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.11.1/doxia-logging-api-1.11.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.11.1/doxia-sink-api-1.11.1.jar (12 kB at 54 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.11.1/doxia-site-renderer-1.11.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.11.1/doxia-site-renderer-1.11.1.jar (65 kB at 286 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.8.1/maven-plugin-tools-model-3.8.1.jar (30 kB at 127 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (389 kB at 1.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar (218 kB at 890 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.11.1/doxia-decoration-model-1.11.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.jar (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.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.11.1/doxia-logging-api-1.11.1.jar (12 kB at 47 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.11.1/doxia-module-xhtml5-1.11.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.11.1/doxia-skin-model-1.11.1.jar (16 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar (18 kB at 70 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.2-5/zstd-jni-1.5.2-5.jar (6.3 MB at 25 MB/s) [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] 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/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar (60 kB at 233 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/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (0 B at 0 B/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar (17 kB at 66 kB/s) [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 45 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] 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/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 542 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/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar [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 1.2 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.3.4/maven-shared-utils-3.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar (20 kB at 69 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.11.1/doxia-integration-tools-1.11.1.jar [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 309 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-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar (47 kB at 156 kB/s) [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/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 1.5 MB/s) [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.6 MB/s) [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 (0 B at 0 B/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 497 kB/s) [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 26 kB/s) [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ repair-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 10 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ repair-maven-plugin --- [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 (0 B at 0 B/s) [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 (0 B at 0 B/s) [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 (0 B at 0 B/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.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 (0 B at 0 B/s) [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 (0 B at 0 B/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.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 (0 B at 0 B/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.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 (0 B at 0 B/s) [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 (0 B at 0 B/s) [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/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-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/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.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] 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 (0 B at 0 B/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/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (0 B at 0 B/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 (0 B at 0 B/s) [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 (0 B at 0 B/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-api/2.8.4/plexus-compiler-api-2.8.4.jar (0 B at 0 B/s) [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 (0 B at 0 B/s) [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 (0 B at 0 B/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 (0 B at 0 B/s) [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/target/classes [INFO] /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/main/java/com/github/tdurieux/repair/maven/plugin/AbstractRepairMojo.java: /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/main/java/com/github/tdurieux/repair/maven/plugin/AbstractRepairMojo.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/main/java/com/github/tdurieux/repair/maven/plugin/AbstractRepairMojo.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-plugin-plugin:3.8.1:descriptor (default-descriptor) @ repair-maven-plugin --- [WARNING] Some dependencies of Maven Plugins are expected to be in provided scope. Please make sure that dependencies listed below declared in POM have set 'provided' as well. The following dependencies are in wrong scope: * org.apache.maven:maven-toolchain:jar:3.0-alpha-2:compile [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/se/kth/castor/sorald/0.8.2/sorald-0.8.2-sources.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/se/kth/castor/sorald/0.8.2/sorald-0.8.2-sources.jar (101 kB at 1.3 MB/s) [INFO] Downloading from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5-sources.jar [INFO] Downloaded from Sonatype: https://oss.sonatype.org/content/repositories/releases/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5-sources.jar (196 kB at 2.6 MB/s) [INFO] java-annotations mojo extractor found 7 mojo descriptors. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] ant mojo extractor found 0 mojo descriptor. [INFO] bsh mojo extractor found 0 mojo descriptor. [INFO] [INFO] --- maven-plugin-plugin:3.8.1:descriptor (mojo-descriptor) @ repair-maven-plugin --- [WARNING] Some dependencies of Maven Plugins are expected to be in provided scope. Please make sure that dependencies listed below declared in POM have set 'provided' as well. The following dependencies are in wrong scope: * org.apache.maven:maven-toolchain:jar:3.0-alpha-2:compile [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 7 mojo descriptors. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] ant mojo extractor found 0 mojo descriptor. [INFO] bsh mojo extractor found 0 mojo descriptor. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ repair-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 12 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ repair-maven-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ repair-maven-plugin --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom (3.0 kB at 74 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom (2.5 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom (5.5 kB at 168 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom (1.6 kB at 85 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom (16 kB at 771 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (3.5 kB at 129 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/1.3/maven-common-artifact-filters-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (3.7 kB at 82 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom (0 B at 0 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 kB at 1.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar (35 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar (14 kB at 401 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar (118 kB at 3.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar (263 kB at 4.6 MB/s) [INFO] Surefire report directory: /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/target/surefire-reports [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.pom (2.4 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/2.12.4/surefire-providers-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/2.12.4/surefire-providers-2.12.4.pom (2.3 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.jar (37 kB at 450 kB/s) ------------------------------------------------------- T E S T S ------------------------------------------------------- Running com.github.tdurieux.repair.maven.plugin.AstorMojoTest SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/home/jenkins/.m2/repository/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.1.8/logback-classic-1.1.8.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory] 23-05-10 15:01:42 DEBUG DefaultLocalRepositoryProvider:122 - Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository 23-05-10 15:01:42 DEBUG DefaultLocalRepositoryProvider:122 - Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository 23-05-10 15:01:42 ERROR ProjectConfiguration:289 - Error retrieving java version: java.io.IOException: Cannot run program "/usr/local/openjdk-11/java" (in directory "/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3"): error=2, No such file or directory 23-05-10 15:01:42 ERROR ProjectConfiguration:291 - Error retrieving java version output obtained: 23-05-10 15:01:42 INFO main:655 - command line arguments: [-mode jGenProg -location /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3 -dependencies /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/target/test-classes/ -srcjavafolder /src/main/java -srctestfolder /src/test/java -binjavafolder /target/classes -bintestfolder /target/test-classes -failing introclassJava.median_3b2376ab_003BlackboxTest:introclassJava.median_3b2376ab_003WhiteboxTest -out /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/target/astor -scope local -flthreshold 0.1 -seed 10 -maxgen 200 -maxtime 100 -stopfirst true -javacompliancelevel 7] 23-05-10 15:01:42 INFO AstorMain:210 - Running Astor on a JDK at /usr/local/openjdk-11 23-05-10 15:01:42 INFO main:976 - Source folders: [/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/src/main/java] 23-05-10 15:01:42 INFO main:995 - Source Test folders: [/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/src/test/java] 23-05-10 15:01:42 INFO AstorCoreEngine:761 - ---- Creating spoon model 23-05-10 15:01:42 INFO MutationSupporter:236 - Creating model, Code location from working folder: /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/src/main/java 23-05-10 15:01:42 INFO MutationSupporter:67 - building model: /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/src/main/java, compliance level: 7 23-05-10 15:01:42 INFO MutationSupporter:81 - Classpath (Dependencies) for building SpoonModel: [/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/target/test-classes/] 23-05-10 15:01:43 DEBUG MutationSupporter:241 - Spoon Model built from location: /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/src/main/java 23-05-10 15:01:43 INFO AstorCoreEngine:778 - Number of CtTypes created: 6 23-05-10 15:01:43 DEBUG TestDetector:43 - Running chosen test detection strategy: CLASSLOADER 23-05-10 15:01:43 INFO AstorCoreEngine:899 - Test retrieved from classes: 2 23-05-10 15:01:43 INFO Flacoco:30 - Running Flacoco... 23-05-10 15:01:43 DEBUG SpectrumRunner:47 - Running spectrum-based fault localization... 23-05-10 15:01:43 DEBUG SpectrumRunner:48 - FlacocoConfig{workspace='/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/.', projectPath='/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3', srcJavaDir=[/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/src/main/java], srcTestDir=[/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/src/test/java], binJavaDir=[/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/target/classes], binTestDir=[/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/target/test-classes], classpath='/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/target/test-classes/', customJUnitClasspath='null', customJacocoClasspath='null', mavenHome='/home/jenkins/.m2/repository/', coverTests=false, testRunnerVerbose=false, testRunnerTimeoutInMs=1000000, testRunnerJVMArgs='null', threshold=0.1, includeZeros=false, complianceLevel=7, testDetectionStrategy=CLASSLOADER, ignoredTests=[], jUnit4Tests=[introclassJava.median_3b2376ab_003BlackboxTest#test2, introclassJava.median_3b2376ab_003BlackboxTest#test3, introclassJava.median_3b2376ab_003BlackboxTest#test4, introclassJava.median_3b2376ab_003BlackboxTest#test5, introclassJava.median_3b2376ab_003BlackboxTest#test1, introclassJava.median_3b2376ab_003BlackboxTest#test6, introclassJava.median_3b2376ab_003BlackboxTest#test7, introclassJava.median_3b2376ab_003WhiteboxTest#test2, introclassJava.median_3b2376ab_003WhiteboxTest#test3, introclassJava.median_3b2376ab_003WhiteboxTest#test1, introclassJava.median_3b2376ab_003WhiteboxTest#test6, introclassJava.median_3b2376ab_003WhiteboxTest#test4, introclassJava.median_3b2376ab_003WhiteboxTest#test5], jUnit5Tests=[], jacocoIncludes=[], jacocoExcludes=[], family=SPECTRUM_BASED, spectrumFormula=OCHIAI, computeSpoonResults=false} 23-05-10 15:01:43 DEBUG TestDetector:38 - Computing tests from config. 23-05-10 15:01:43 DEBUG CoverageRunner:45 - Running TestContext{testMethods=[[Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test2, [Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test3, [Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test4, [Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test5, [Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test1, [Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test6, [Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test7, [Manual]TestMethod=introclassJava.median_3b2376ab_003WhiteboxTest#test2, [Manual]TestMethod=introclassJava.median_3b2376ab_003WhiteboxTest#test3, [Manual]TestMethod=introclassJava.median_3b2376ab_003WhiteboxTest#test1, [Manual]TestMethod=introclassJava.median_3b2376ab_003WhiteboxTest#test6, [Manual]TestMethod=introclassJava.median_3b2376ab_003WhiteboxTest#test4, [Manual]TestMethod=introclassJava.median_3b2376ab_003WhiteboxTest#test5], testFrameworkStrategy=fr.spoonlabs.flacoco.core.coverage.framework.JUnit4Strategy@18ffca6c} 23-05-10 15:01:43 DEBUG JUnit4Strategy:24 - Running TestContext{testMethods=[[Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test2, [Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test3, [Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test4, [Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test5, [Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test1, [Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test6, [Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test7, [Manual]TestMethod=introclassJava.median_3b2376ab_003WhiteboxTest#test2, [Manual]TestMethod=introclassJava.median_3b2376ab_003WhiteboxTest#test3, [Manual]TestMethod=introclassJava.median_3b2376ab_003WhiteboxTest#test1, [Manual]TestMethod=introclassJava.median_3b2376ab_003WhiteboxTest#test6, [Manual]TestMethod=introclassJava.median_3b2376ab_003WhiteboxTest#test4, [Manual]TestMethod=introclassJava.median_3b2376ab_003WhiteboxTest#test5], testFrameworkStrategy=fr.spoonlabs.flacoco.core.coverage.framework.JUnit4Strategy@18ffca6c} 23-05-10 15:01:43 INFO EntryPoint:923 - Path to runner Classes: /home/jenkins/.m2/repository/eu/stamp-project/test-runner/3.0.0/test-runner-3.0.0.jar 23-05-10 15:01:43 INFO EntryPoint:865 - /home/jenkins/.m2/repository/org/jacoco/org.jacoco.core/0.8.1/org.jacoco.core-0.8.1.jar 23-05-10 15:01:43 INFO EntryPoint:865 - /home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar 23-05-10 15:01:43 INFO EntryPoint:865 - /home/jenkins/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.jar 23-05-10 15:01:43 INFO EntryPoint:865 - /home/jenkins/.m2/repository/org/pitest/pitest-entry/1.6.7/pitest-entry-1.6.7.jar 23-05-10 15:01:43 INFO EntryPoint:865 - /home/jenkins/.m2/repository/org/pitest/pitest/1.6.7/pitest-1.6.7.jar 23-05-10 15:01:43 INFO EntryPoint:865 - /home/jenkins/.m2/repository/org/pitest/pitest/1.6.7/pitest-1.6.7.jar 23-05-10 15:01:43 INFO EntryPoint:865 - /home/jenkins/.m2/repository/org/pitest/pitest-entry/1.6.7/pitest-entry-1.6.7.jar 23-05-10 15:01:43 INFO EntryPoint:865 - /home/jenkins/.m2/repository/eu/stamp-project/descartes/1.2.4/descartes-1.2.4.jar 23-05-10 15:01:43 INFO EntryPoint:865 - /home/jenkins/.m2/repository/org/pitest/pitest-junit5-plugin/0.8/pitest-junit5-plugin-0.8.jar 23-05-10 15:01:43 INFO EntryPoint:865 - /home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.3.2/junit-jupiter-api-5.3.2.jar 23-05-10 15:01:43 INFO EntryPoint:865 - /home/jenkins/.m2/repository/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar java.lang.RuntimeException: java.nio.file.NoSuchFileException: /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/./target/CoveredTestResultPerTest.dat at eu.stamp_project.testrunner.listener.utils.ListenerUtils.loadFromMemoryMappedFile(ListenerUtils.java:82) at eu.stamp_project.testrunner.listener.impl.OnlineCoveredTestResultPerTestMethodImpl.load(OnlineCoveredTestResultPerTestMethodImpl.java:169) at eu.stamp_project.testrunner.EntryPoint.runOnlineCoveredTestResultPerTestMethods(EntryPoint.java:664) at fr.spoonlabs.flacoco.core.coverage.framework.JUnit4Strategy.execute(JUnit4Strategy.java:27) at fr.spoonlabs.flacoco.core.coverage.CoverageRunner.getCoverageMatrix(CoverageRunner.java:49) at fr.spoonlabs.flacoco.localization.spectrum.SpectrumRunner.computeCoverageMatrix(SpectrumRunner.java:56) at fr.spoonlabs.flacoco.localization.spectrum.SpectrumRunner.run(SpectrumRunner.java:32) at fr.spoonlabs.flacoco.api.Flacoco.run(Flacoco.java:31) at fr.inria.astor.core.faultlocalization.flacoco.FlacocoFaultLocalization.searchSuspicious(FlacocoFaultLocalization.java:37) at fr.inria.astor.core.solutionsearch.AstorCoreEngine.calculateSuspicious(AstorCoreEngine.java:903) at fr.inria.main.evolution.AstorMain.createEngine(AstorMain.java:119) at fr.inria.main.evolution.AstorMain.run(AstorMain.java:173) at fr.inria.main.evolution.AstorMain.execute(AstorMain.java:233) at com.github.tdurieux.repair.maven.plugin.GenProgMojo.execute(GenProgMojo.java:75) at com.github.tdurieux.repair.maven.plugin.AstorMojoTest.testGenProgRepair(AstorMojoTest.java:32) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) Caused by: java.nio.file.NoSuchFileException: /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/./target/CoveredTestResultPerTest.dat at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileSystemProvider.newFileChannel(UnixFileSystemProvider.java:182) at java.base/java.nio.channels.FileChannel.open(FileChannel.java:292) at java.base/java.nio.channels.FileChannel.open(FileChannel.java:345) at eu.stamp_project.testrunner.listener.utils.ListenerUtils.loadFromMemoryMappedFile(ListenerUtils.java:66) ... 39 more 23-05-10 15:01:49 DEBUG DefaultLocalRepositoryProvider:122 - Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository 23-05-10 15:01:49 DEBUG DefaultLocalRepositoryProvider:122 - Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository 23-05-10 15:01:49 ERROR ProjectConfiguration:289 - Error retrieving java version: java.io.IOException: Cannot run program "/usr/local/openjdk-11/java" (in directory "/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3"): error=2, No such file or directory 23-05-10 15:01:49 ERROR ProjectConfiguration:291 - Error retrieving java version output obtained: 23-05-10 15:01:49 INFO main:655 - command line arguments: [-mode cardumen -location /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3 -dependencies /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/target/test-classes/ -srcjavafolder /src/main/java -srctestfolder /src/test/java -binjavafolder /target/classes -bintestfolder /target/test-classes -failing introclassJava.median_3b2376ab_003BlackboxTest:introclassJava.median_3b2376ab_003WhiteboxTest -out /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/target/astor -scope local -flthreshold 0.1 -seed 10 -maxgen 200 -maxtime 100 -stopfirst true -javacompliancelevel 7] 23-05-10 15:01:49 INFO AstorMain:210 - Running Astor on a JDK at /usr/local/openjdk-11 23-05-10 15:01:49 INFO main:976 - Source folders: [/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/src/main/java] 23-05-10 15:01:49 INFO main:995 - Source Test folders: [/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/src/test/java] 23-05-10 15:01:49 INFO AstorCoreEngine:761 - ---- Creating spoon model 23-05-10 15:01:49 DEBUG AstorCoreEngine:766 - The Spoon Model was already built. 23-05-10 15:01:49 DEBUG AstorCoreEngine:768 - New factory created? true 23-05-10 15:01:49 INFO MutationSupporter:236 - Creating model, Code location from working folder: /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/src/main/java 23-05-10 15:01:49 INFO MutationSupporter:67 - building model: /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/src/main/java, compliance level: 7 23-05-10 15:01:49 INFO MutationSupporter:81 - Classpath (Dependencies) for building SpoonModel: [/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/target/test-classes/] 23-05-10 15:01:49 DEBUG MutationSupporter:241 - Spoon Model built from location: /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/src/main/java 23-05-10 15:01:49 INFO AstorCoreEngine:778 - Number of CtTypes created: 6 23-05-10 15:01:49 DEBUG TestDetector:43 - Running chosen test detection strategy: CLASSLOADER 23-05-10 15:01:49 INFO AstorCoreEngine:899 - Test retrieved from classes: 2 23-05-10 15:01:49 INFO Flacoco:30 - Running Flacoco... 23-05-10 15:01:49 DEBUG SpectrumRunner:47 - Running spectrum-based fault localization... 23-05-10 15:01:49 DEBUG SpectrumRunner:48 - FlacocoConfig{workspace='/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/.', projectPath='/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3', srcJavaDir=[/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/src/main/java], srcTestDir=[/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/src/test/java], binJavaDir=[/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/target/classes], binTestDir=[/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/target/test-classes], classpath='/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/target/test-classes/', customJUnitClasspath='null', customJacocoClasspath='null', mavenHome='/home/jenkins/.m2/repository/', coverTests=false, testRunnerVerbose=false, testRunnerTimeoutInMs=1000000, testRunnerJVMArgs='null', threshold=0.1, includeZeros=false, complianceLevel=7, testDetectionStrategy=CLASSLOADER, ignoredTests=[], jUnit4Tests=[introclassJava.median_3b2376ab_003BlackboxTest#test2, introclassJava.median_3b2376ab_003BlackboxTest#test3, introclassJava.median_3b2376ab_003BlackboxTest#test4, introclassJava.median_3b2376ab_003BlackboxTest#test5, introclassJava.median_3b2376ab_003BlackboxTest#test1, introclassJava.median_3b2376ab_003BlackboxTest#test6, introclassJava.median_3b2376ab_003BlackboxTest#test7, introclassJava.median_3b2376ab_003WhiteboxTest#test2, introclassJava.median_3b2376ab_003WhiteboxTest#test3, introclassJava.median_3b2376ab_003WhiteboxTest#test1, introclassJava.median_3b2376ab_003WhiteboxTest#test6, introclassJava.median_3b2376ab_003WhiteboxTest#test4, introclassJava.median_3b2376ab_003WhiteboxTest#test5], jUnit5Tests=[], jacocoIncludes=[], jacocoExcludes=[], family=SPECTRUM_BASED, spectrumFormula=OCHIAI, computeSpoonResults=false} 23-05-10 15:01:49 DEBUG TestDetector:38 - Computing tests from config. 23-05-10 15:01:49 DEBUG CoverageRunner:45 - Running TestContext{testMethods=[[Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test2, [Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test3, [Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test4, [Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test5, [Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test1, [Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test6, [Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test7, [Manual]TestMethod=introclassJava.median_3b2376ab_003WhiteboxTest#test2, [Manual]TestMethod=introclassJava.median_3b2376ab_003WhiteboxTest#test3, [Manual]TestMethod=introclassJava.median_3b2376ab_003WhiteboxTest#test1, [Manual]TestMethod=introclassJava.median_3b2376ab_003WhiteboxTest#test6, [Manual]TestMethod=introclassJava.median_3b2376ab_003WhiteboxTest#test4, [Manual]TestMethod=introclassJava.median_3b2376ab_003WhiteboxTest#test5], testFrameworkStrategy=fr.spoonlabs.flacoco.core.coverage.framework.JUnit4Strategy@5c9e8a67} 23-05-10 15:01:49 DEBUG JUnit4Strategy:24 - Running TestContext{testMethods=[[Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test2, [Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test3, [Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test4, [Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test5, [Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test1, [Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test6, [Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test7, [Manual]TestMethod=introclassJava.median_3b2376ab_003WhiteboxTest#test2, [Manual]TestMethod=introclassJava.median_3b2376ab_003WhiteboxTest#test3, [Manual]TestMethod=introclassJava.median_3b2376ab_003WhiteboxTest#test1, [Manual]TestMethod=introclassJava.median_3b2376ab_003WhiteboxTest#test6, [Manual]TestMethod=introclassJava.median_3b2376ab_003WhiteboxTest#test4, [Manual]TestMethod=introclassJava.median_3b2376ab_003WhiteboxTest#test5], testFrameworkStrategy=fr.spoonlabs.flacoco.core.coverage.framework.JUnit4Strategy@5c9e8a67} java.lang.RuntimeException: java.nio.file.NoSuchFileException: /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/./target/CoveredTestResultPerTest.dat at eu.stamp_project.testrunner.listener.utils.ListenerUtils.loadFromMemoryMappedFile(ListenerUtils.java:82) at eu.stamp_project.testrunner.listener.impl.OnlineCoveredTestResultPerTestMethodImpl.load(OnlineCoveredTestResultPerTestMethodImpl.java:169) at eu.stamp_project.testrunner.EntryPoint.runOnlineCoveredTestResultPerTestMethods(EntryPoint.java:664) at fr.spoonlabs.flacoco.core.coverage.framework.JUnit4Strategy.execute(JUnit4Strategy.java:27) at fr.spoonlabs.flacoco.core.coverage.CoverageRunner.getCoverageMatrix(CoverageRunner.java:49) at fr.spoonlabs.flacoco.localization.spectrum.SpectrumRunner.computeCoverageMatrix(SpectrumRunner.java:56) at fr.spoonlabs.flacoco.localization.spectrum.SpectrumRunner.run(SpectrumRunner.java:32) at fr.spoonlabs.flacoco.api.Flacoco.run(Flacoco.java:31) at fr.inria.astor.core.faultlocalization.flacoco.FlacocoFaultLocalization.searchSuspicious(FlacocoFaultLocalization.java:37) at fr.inria.astor.core.solutionsearch.AstorCoreEngine.calculateSuspicious(AstorCoreEngine.java:903) at fr.inria.main.evolution.AstorMain.createEngine(AstorMain.java:119) at fr.inria.main.evolution.AstorMain.run(AstorMain.java:173) at fr.inria.main.evolution.AstorMain.execute(AstorMain.java:233) at com.github.tdurieux.repair.maven.plugin.GenProgMojo.execute(GenProgMojo.java:75) at com.github.tdurieux.repair.maven.plugin.AstorMojoTest.testCardumenRepair(AstorMojoTest.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) Caused by: java.nio.file.NoSuchFileException: /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/./target/CoveredTestResultPerTest.dat at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileSystemProvider.newFileChannel(UnixFileSystemProvider.java:182) at java.base/java.nio.channels.FileChannel.open(FileChannel.java:292) at java.base/java.nio.channels.FileChannel.open(FileChannel.java:345) at eu.stamp_project.testrunner.listener.utils.ListenerUtils.loadFromMemoryMappedFile(ListenerUtils.java:66) ... 39 more 23-05-10 15:01:54 DEBUG DefaultLocalRepositoryProvider:122 - Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository 23-05-10 15:01:54 DEBUG DefaultLocalRepositoryProvider:122 - Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository 23-05-10 15:01:54 ERROR ProjectConfiguration:289 - Error retrieving java version: java.io.IOException: Cannot run program "/usr/local/openjdk-11/java" (in directory "/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3"): error=2, No such file or directory 23-05-10 15:01:54 ERROR ProjectConfiguration:291 - Error retrieving java version output obtained: 23-05-10 15:01:54 INFO main:655 - command line arguments: [-mode jkali -location /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3 -dependencies /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/target/test-classes/ -srcjavafolder /src/main/java -srctestfolder /src/test/java -binjavafolder /target/classes -bintestfolder /target/test-classes -failing introclassJava.median_3b2376ab_003BlackboxTest:introclassJava.median_3b2376ab_003WhiteboxTest -out /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/target/astor -scope local -flthreshold 0.1 -seed 10 -maxgen 200 -maxtime 100 -stopfirst true -javacompliancelevel 7] 23-05-10 15:01:54 INFO AstorMain:210 - Running Astor on a JDK at /usr/local/openjdk-11 23-05-10 15:01:54 INFO main:976 - Source folders: [/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/src/main/java] 23-05-10 15:01:54 INFO main:995 - Source Test folders: [/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/src/test/java] 23-05-10 15:01:54 INFO AstorCoreEngine:761 - ---- Creating spoon model 23-05-10 15:01:54 DEBUG AstorCoreEngine:766 - The Spoon Model was already built. 23-05-10 15:01:54 DEBUG AstorCoreEngine:768 - New factory created? true 23-05-10 15:01:54 INFO MutationSupporter:236 - Creating model, Code location from working folder: /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/src/main/java 23-05-10 15:01:54 INFO MutationSupporter:67 - building model: /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/src/main/java, compliance level: 7 23-05-10 15:01:54 INFO MutationSupporter:81 - Classpath (Dependencies) for building SpoonModel: [/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/target/test-classes/] 23-05-10 15:01:54 DEBUG MutationSupporter:241 - Spoon Model built from location: /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/src/main/java 23-05-10 15:01:54 INFO AstorCoreEngine:778 - Number of CtTypes created: 6 23-05-10 15:01:54 DEBUG TestDetector:43 - Running chosen test detection strategy: CLASSLOADER 23-05-10 15:01:54 INFO AstorCoreEngine:899 - Test retrieved from classes: 2 23-05-10 15:01:54 INFO Flacoco:30 - Running Flacoco... 23-05-10 15:01:54 DEBUG SpectrumRunner:47 - Running spectrum-based fault localization... 23-05-10 15:01:54 DEBUG SpectrumRunner:48 - FlacocoConfig{workspace='/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/.', projectPath='/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3', srcJavaDir=[/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/src/main/java], srcTestDir=[/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/src/test/java], binJavaDir=[/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/target/classes], binTestDir=[/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/target/test-classes], classpath='/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example3/target/test-classes/', customJUnitClasspath='null', customJacocoClasspath='null', mavenHome='/home/jenkins/.m2/repository/', coverTests=false, testRunnerVerbose=false, testRunnerTimeoutInMs=1000000, testRunnerJVMArgs='null', threshold=0.1, includeZeros=false, complianceLevel=7, testDetectionStrategy=CLASSLOADER, ignoredTests=[], jUnit4Tests=[introclassJava.median_3b2376ab_003BlackboxTest#test2, introclassJava.median_3b2376ab_003BlackboxTest#test3, introclassJava.median_3b2376ab_003BlackboxTest#test4, introclassJava.median_3b2376ab_003BlackboxTest#test5, introclassJava.median_3b2376ab_003BlackboxTest#test1, introclassJava.median_3b2376ab_003BlackboxTest#test6, introclassJava.median_3b2376ab_003BlackboxTest#test7, introclassJava.median_3b2376ab_003WhiteboxTest#test2, introclassJava.median_3b2376ab_003WhiteboxTest#test3, introclassJava.median_3b2376ab_003WhiteboxTest#test1, introclassJava.median_3b2376ab_003WhiteboxTest#test6, introclassJava.median_3b2376ab_003WhiteboxTest#test4, introclassJava.median_3b2376ab_003WhiteboxTest#test5], jUnit5Tests=[], jacocoIncludes=[], jacocoExcludes=[], family=SPECTRUM_BASED, spectrumFormula=OCHIAI, computeSpoonResults=false} 23-05-10 15:01:54 DEBUG TestDetector:38 - Computing tests from config. 23-05-10 15:01:54 DEBUG CoverageRunner:45 - Running TestContext{testMethods=[[Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test2, [Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test3, [Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test4, [Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test5, [Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test1, [Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test6, [Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test7, [Manual]TestMethod=introclassJava.median_3b2376ab_003WhiteboxTest#test2, [Manual]TestMethod=introclassJava.median_3b2376ab_003WhiteboxTest#test3, [Manual]TestMethod=introclassJava.median_3b2376ab_003WhiteboxTest#test1, [Manual]TestMethod=introclassJava.median_3b2376ab_003WhiteboxTest#test6, [Manual]TestMethod=introclassJava.median_3b2376ab_003WhiteboxTest#test4, [Manual]TestMethod=introclassJava.median_3b2376ab_003WhiteboxTest#test5], testFrameworkStrategy=fr.spoonlabs.flacoco.core.coverage.framework.JUnit4Strategy@5368e981} 23-05-10 15:01:54 DEBUG JUnit4Strategy:24 - Running TestContext{testMethods=[[Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test2, [Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test3, [Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test4, [Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test5, [Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test1, [Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test6, [Manual]TestMethod=introclassJava.median_3b2376ab_003BlackboxTest#test7, [Manual]TestMethod=introclassJava.median_3b2376ab_003WhiteboxTest#test2, [Manual]TestMethod=introclassJava.median_3b2376ab_003WhiteboxTest#test3, [Manual]TestMethod=introclassJava.median_3b2376ab_003WhiteboxTest#test1, [Manual]TestMethod=introclassJava.median_3b2376ab_003WhiteboxTest#test6, [Manual]TestMethod=introclassJava.median_3b2376ab_003WhiteboxTest#test4, [Manual]TestMethod=introclassJava.median_3b2376ab_003WhiteboxTest#test5], testFrameworkStrategy=fr.spoonlabs.flacoco.core.coverage.framework.JUnit4Strategy@5368e981} java.lang.RuntimeException: java.nio.file.NoSuchFileException: /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/./target/CoveredTestResultPerTest.dat at eu.stamp_project.testrunner.listener.utils.ListenerUtils.loadFromMemoryMappedFile(ListenerUtils.java:82) at eu.stamp_project.testrunner.listener.impl.OnlineCoveredTestResultPerTestMethodImpl.load(OnlineCoveredTestResultPerTestMethodImpl.java:169) at eu.stamp_project.testrunner.EntryPoint.runOnlineCoveredTestResultPerTestMethods(EntryPoint.java:664) at fr.spoonlabs.flacoco.core.coverage.framework.JUnit4Strategy.execute(JUnit4Strategy.java:27) at fr.spoonlabs.flacoco.core.coverage.CoverageRunner.getCoverageMatrix(CoverageRunner.java:49) at fr.spoonlabs.flacoco.localization.spectrum.SpectrumRunner.computeCoverageMatrix(SpectrumRunner.java:56) at fr.spoonlabs.flacoco.localization.spectrum.SpectrumRunner.run(SpectrumRunner.java:32) at fr.spoonlabs.flacoco.api.Flacoco.run(Flacoco.java:31) at fr.inria.astor.core.faultlocalization.flacoco.FlacocoFaultLocalization.searchSuspicious(FlacocoFaultLocalization.java:37) at fr.inria.astor.core.solutionsearch.AstorCoreEngine.calculateSuspicious(AstorCoreEngine.java:903) at fr.inria.main.evolution.AstorMain.createEngine(AstorMain.java:119) at fr.inria.main.evolution.AstorMain.run(AstorMain.java:173) at fr.inria.main.evolution.AstorMain.execute(AstorMain.java:233) at com.github.tdurieux.repair.maven.plugin.GenProgMojo.execute(GenProgMojo.java:75) at com.github.tdurieux.repair.maven.plugin.AstorMojoTest.testKaliRepair(AstorMojoTest.java:42) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) Caused by: java.nio.file.NoSuchFileException: /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/./target/CoveredTestResultPerTest.dat at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileSystemProvider.newFileChannel(UnixFileSystemProvider.java:182) at java.base/java.nio.channels.FileChannel.open(FileChannel.java:292) at java.base/java.nio.channels.FileChannel.open(FileChannel.java:345) at eu.stamp_project.testrunner.listener.utils.ListenerUtils.loadFromMemoryMappedFile(ListenerUtils.java:66) ... 39 more Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.71 sec Running com.github.tdurieux.repair.maven.plugin.NopolMojoTest 23-05-10 15:02:00 DEBUG DefaultLocalRepositoryProvider:122 - Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository 23-05-10 15:02:00 DEBUG DefaultLocalRepositoryProvider:122 - Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository 1 detected failing test classes. (nopol_examples.nopol_example_1.NopolExampleTest) 23-05-10 15:02:00 INFO NoPol:105 - Source files: [/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example1/src/main/java] 23-05-10 15:02:00 INFO NoPol:106 - Classpath: [file:/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example1/target/test-classes/, file:/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example1/target/classes/] 23-05-10 15:02:00 INFO NoPol:107 - Statement type: PRE_THEN_COND 23-05-10 15:02:00 INFO NoPol:108 - Args: [nopol_examples.nopol_example_1.NopolExampleTest] 23-05-10 15:02:00 INFO NoPol:109 - Config: Config{synthesisDepth=3, collectStaticMethods=true, collectStaticFields=false, collectLiterals=false, onlyOneSynthesisResult=true, sortExpressions=true, maxLineInvocationPerTest=250, timeoutMethodInvocation=2000, dataCollectionTimeoutInSecondForSynthesis=900, addWeight=0.19478, subWeight=0.04554, mulWeight=0.0102, divWeight=0.00613, andWeight=0.10597, orWeight=0.05708, eqWeight=0.22798, nEqWeight=0.0, lessEqWeight=0.0255, lessWeight=0.0947, methodCallWeight=0.1, fieldAccessWeight=0.08099, constantWeight=0.14232, variableWeight=0.05195, mode=REPAIR, type=PRE_THEN_COND, synthesis=SMT, oracle=ANGELIC, solver=Z3, solverPath='/tmp/nopol10761841577290741467z3', projectSources=[/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example1/src/main/java], projectClasspath='[Ljava.net.URL;@2676d96a', projectTests=[nopol_examples.nopol_example_1.NopolExampleTest], complianceLevel=7, outputFolder=/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/src/test/resources/projects/example1/target/nopol, json=true} 23-05-10 15:02:00 INFO NoPol:359 - Available processors (cores): 2 23-05-10 15:02:00 INFO NoPol:362 - Free memory: 116 MB 23-05-10 15:02:00 INFO NoPol:367 - Maximum memory: 2 GB 23-05-10 15:02:00 INFO NoPol:371 - Total memory available to JVM: 260 MB 23-05-10 15:02:00 INFO NoPol:374 - Java version: null 23-05-10 15:02:00 INFO NoPol:375 - JAVA_HOME: /usr/local/openjdk-11 23-05-10 15:02:00 INFO NoPol:376 - PATH: /usr/local/openjdk-11/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 23-05-10 15:02:01 DEBUG NoPol:210 - statement #1 23-05-10 15:02:01 DEBUG NoPol:220 - Analysing SourceLocation nopol_examples.nopol_example_1.NopolExample:16 which is executed by 7 tests -126608641 23-05-10 15:02:01 DEBUG NoPol:235 - looking with class fr.inria.lille.repair.nopol.spoon.smt.ConditionalAdder 23-05-10 15:02:02 DEBUG output:162 - Failing tests with false: [test6(nopol_examples.nopol_example_1.NopolExampleTest): expected:<97> but was:<100>, test5(nopol_examples.nopol_example_1.NopolExampleTest): expected:<97> but was:<100>] 23-05-10 15:02:02 DEBUG output:163 - Failing tests with true: [test6(nopol_examples.nopol_example_1.NopolExampleTest): String index out of range: -1, test5(nopol_examples.nopol_example_1.NopolExampleTest): String index out of range: -5] 23-05-10 15:02:02 INFO SMTNopolSynthesizer:75 - Not enough specifications: 0. A trivial patch is "true" or "false", please write new tests specifying SourceLocation nopol_examples.nopol_example_1.NopolExample:16. 23-05-10 15:02:02 DEBUG NoPol:210 - statement #2 23-05-10 15:02:02 DEBUG NoPol:220 - Analysing SourceLocation nopol_examples.nopol_example_1.NopolExample:15 which is executed by 8 tests -126608641 23-05-10 15:02:02 DEBUG NoPol:235 - looking with class fr.inria.lille.repair.nopol.spoon.smt.ConditionalAdder 23-05-10 15:02:02 DEBUG output:162 - Failing tests with false: [test6(nopol_examples.nopol_example_1.NopolExampleTest): expected:<97> but was:<100>, test5(nopol_examples.nopol_example_1.NopolExampleTest): expected:<97> but was:<100>] 23-05-10 15:02:02 DEBUG output:163 - Failing tests with true: [test6(nopol_examples.nopol_example_1.NopolExampleTest): String index out of range: -1, test5(nopol_examples.nopol_example_1.NopolExampleTest): String index out of range: -5] 23-05-10 15:02:02 INFO SMTNopolSynthesizer:75 - Not enough specifications: 0. A trivial patch is "true" or "false", please write new tests specifying SourceLocation nopol_examples.nopol_example_1.NopolExample:15. 23-05-10 15:02:02 DEBUG NoPol:235 - looking with class fr.inria.lille.repair.nopol.spoon.smt.ConditionalReplacer 23-05-10 15:02:03 DEBUG output:162 - Failing tests with false: [test6(nopol_examples.nopol_example_1.NopolExampleTest): expected:<97> but was:<100>, test5(nopol_examples.nopol_example_1.NopolExampleTest): expected:<97> but was:<100>] 23-05-10 15:02:03 DEBUG output:163 - Failing tests with true: [test6(nopol_examples.nopol_example_1.NopolExampleTest): String index out of range: -1, test5(nopol_examples.nopol_example_1.NopolExampleTest): String index out of range: -5] 23-05-10 15:02:03 INFO SMTNopolSynthesizer:75 - Not enough specifications: 0. A trivial patch is "true" or "false", please write new tests specifying SourceLocation nopol_examples.nopol_example_1.NopolExample:15. 23-05-10 15:02:03 DEBUG NoPol:210 - statement #3 23-05-10 15:02:03 DEBUG NoPol:220 - Analysing SourceLocation nopol_examples.nopol_example_1.NopolExample:22 which is executed by 9 tests -126608641 23-05-10 15:02:03 DEBUG NoPol:210 - statement #4 23-05-10 15:02:03 DEBUG NoPol:220 - Analysing SourceLocation nopol_examples.nopol_example_1.NopolExample:23 which is executed by 9 tests -126608641 23-05-10 15:02:03 DEBUG NoPol:235 - looking with class fr.inria.lille.repair.nopol.spoon.smt.ConditionalAdder 23-05-10 15:02:03 ERROR DynamicClassCompiler:128 - [Compilation errors] NopolExample.java:29: error: variable variableInsideConstructor might not have been initialized index = 2 * variableInsideConstructor; ^ 23-05-10 15:02:03 ERROR ConstraintModelBuilder:62 - Unable to compile the change: public class NopolExample { public char charAt(java.lang.String s, int index) { if (index == 0) { return s.charAt(0); } if (index < s.length()) { return s.charAt(index); } return s.charAt(s.length() - 1); } public NopolExample() { int variableInsideConstructor; boolean spoonDefaultValue = false; try { spoonDefaultValue = true; } catch (java.lang.Exception __NopolProcessorException) { } boolean runtimeAngelicValue = fr.inria.lille.repair.nopol.synth.AngelicExecution.angelicValue(spoonDefaultValue); if (fr.inria.lille.commons.trace.RuntimeValues.instance(3).isEnabled()) { fr.inria.lille.commons.trace.RuntimeValues.instance(3).collectionStarts(); fr.inria.lille.commons.trace.RuntimeValues.instance(3).collectOutput(runtimeAngelicValue); fr.inria.lille.commons.trace.RuntimeValues.instance(3).collectionEnds(); } if (runtimeAngelicValue) variableInsideConstructor = 15; index = 2 * variableInsideConstructor; } private int index = 419382; private static java.lang.String s = "Overloading field name with parameter name"; } 23-05-10 15:02:03 ERROR NoPol:266 - Error ExecutionException java.util.concurrent.ExecutionException: xxl.java.compiler.DynamicCompilationException: Aborting: dynamic compilation failed 23-05-10 15:02:03 DEBUG NoPol:210 - statement #5 23-05-10 15:02:03 DEBUG NoPol:220 - Analysing SourceLocation nopol_examples.nopol_example_1.NopolExample:24 which is executed by 9 tests -126608641 23-05-10 15:02:03 DEBUG NoPol:235 - looking with class fr.inria.lille.repair.nopol.spoon.smt.ConditionalAdder 23-05-10 15:02:04 DEBUG output:162 - Failing tests with false: [test6(nopol_examples.nopol_example_1.NopolExampleTest): String index out of range: -1, test5(nopol_examples.nopol_example_1.NopolExampleTest): String index out of range: -5] 23-05-10 15:02:04 DEBUG output:163 - Failing tests with true: [test6(nopol_examples.nopol_example_1.NopolExampleTest): String index out of range: -1, test5(nopol_examples.nopol_example_1.NopolExampleTest): String index out of range: -5] 23-05-10 15:02:04 INFO SMTNopolSynthesizer:75 - Not enough specifications: 0. A trivial patch is "true" or "false", please write new tests specifying SourceLocation nopol_examples.nopol_example_1.NopolExample:24. 23-05-10 15:02:04 DEBUG NoPol:210 - statement #6 23-05-10 15:02:04 DEBUG NoPol:220 - Analysing SourceLocation nopol_examples.nopol_example_1.NopolExample:12 which is executed by 9 tests -126608641 23-05-10 15:02:04 DEBUG NoPol:235 - looking with class fr.inria.lille.repair.nopol.spoon.smt.ConditionalAdder 23-05-10 15:02:04 DEBUG output:162 - Failing tests with false: [test6(nopol_examples.nopol_example_1.NopolExampleTest): String index out of range: -1, test5(nopol_examples.nopol_example_1.NopolExampleTest): String index out of range: -5] 23-05-10 15:02:04 DEBUG output:163 - Failing tests with true: [test6(nopol_examples.nopol_example_1.NopolExampleTest): String index out of range: -1, test5(nopol_examples.nopol_example_1.NopolExampleTest): String index out of range: -5] 23-05-10 15:02:04 INFO SMTNopolSynthesizer:75 - Not enough specifications: 0. A trivial patch is "true" or "false", please write new tests specifying SourceLocation nopol_examples.nopol_example_1.NopolExample:12. 23-05-10 15:02:04 DEBUG NoPol:235 - looking with class fr.inria.lille.repair.nopol.spoon.smt.ConditionalReplacer 23-05-10 15:02:05 DEBUG ConstraintBasedSynthesis:116 - Operators: 23-05-10 15:02:05 DEBUG ConstraintBasedSynthesis:116 - Operators: == of arity: 2 != of arity: 2 < of arity: 2 <= of arity: 2 23-05-10 15:02:05 DEBUG ConstraintBasedSynthesis:116 - Successful code synthesis: index < 1 23-05-10 15:02:05 INFO TestPatch:56 - Applying patch: nopol_examples.nopol_example_1.NopolExample:12: CONDITIONAL index < 1 23-05-10 15:02:05 INFO TestPatch:61 - Running test suite to check the patch "index < 1" is working 23-05-10 15:02:05 DEBUG NoPol:307 - Skipped -9 patches for sake of performance 23-05-10 15:02:05 INFO NoPol:381 - ----INFORMATION---- 23-05-10 15:02:05 INFO NoPol:392 - Nb classes : 1 23-05-10 15:02:05 INFO NoPol:393 - Nb methods : 1 23-05-10 15:02:05 INFO NoPol:413 - Nb Statements Analyzed : 7 23-05-10 15:02:05 INFO NoPol:414 - Nb Statements with Angelic Value Found : 1 23-05-10 15:02:05 INFO NoPol:416 - Nb inputs in SMT : 7 23-05-10 15:02:05 INFO NoPol:417 - Nb SMT level: 2 23-05-10 15:02:05 INFO NoPol:419 - Nb SMT components: [4] [== of arity: 2, != of arity: 2, < of arity: 2, <= of arity: 2] 23-05-10 15:02:05 INFO NoPol:432 - class java.lang.Boolean: 4 23-05-10 15:02:05 INFO NoPol:436 - Nb variables in SMT : 16 23-05-10 15:02:05 INFO NoPol:441 - NoPol Execution time : 5664ms 23-05-10 15:02:05 INFO NoPol:442 - 23-05-10 15:02:05 INFO NoPol:445 - ----PATCH FOUND---- 23-05-10 15:02:05 INFO NoPol:448 - index < 1 23-05-10 15:02:05 INFO NoPol:449 - Nb test that executes the patch: 9 23-05-10 15:02:05 INFO NoPol:450 - nopol_examples.nopol_example_1.NopolExample:12: CONDITIONAL 23-05-10 15:02:05 INFO NoPol:452 - --- a/src/test/resources/projects/example1/src/main/java/nopol_examples/nopol_example_1/NopolExample.java +++ b/src/test/resources/projects/example1/src/main/java/nopol_examples/nopol_example_1/NopolExample.java @@ -11,4 +11,4 @@ - if ( index == 0 ) // Fix index <= 0 - return s.charAt(0); + if ( index < 1) // Fix index <= 0 + return s.charAt(0); Nopol executed after: 5689 ms. Status: PATCH Angelic values: 1 Nb statements: 8 Obtained patch: index < 1 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.894 sec Running com.github.tdurieux.repair.maven.plugin.NPEFixSafeMojoTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running com.github.tdurieux.repair.maven.plugin.NPEFixMojoTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Results : Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:11 min [INFO] Finished at: 2023-05-10T15:02:07Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (repairnator-pipeline) [Pipeline] timeout Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + bash ./.ci/ci-run-with-core.sh + export M2_HOME=/usr/share/maven + M2_HOME=/usr/share/maven + mvn clean install -B -f src/repairnator-core/ [INFO] Scanning for projects... [INFO] Inspecting build with total of 1 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] [INFO] ---------------< fr.inria.repairnator:repairnator-core >---------------- [INFO] Building repairnator-core 3.3-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ repairnator-core --- [INFO] Deleting /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/target [INFO] [INFO] --- flatten-maven-plugin:1.1.0:clean (flatten.clean) @ repairnator-core --- [INFO] Deleting /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/.flattened-pom.xml [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:prepare-agent (default) @ repairnator-core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/target/jacoco.exec,excludes=com.sun.tools.jdi.** [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ repairnator-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ repairnator-core --- [INFO] Generating flattened POM of project fr.inria.repairnator:repairnator-core:jar:3.3-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ repairnator-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/target/classes [WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/src/main/java/fr/inria/spirals/repairnator/dockerpool/RunnablePipelineContainer.java: /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/src/main/java/fr/inria/spirals/repairnator/dockerpool/RunnablePipelineContainer.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/src/main/java/fr/inria/spirals/repairnator/dockerpool/RunnablePipelineContainer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ repairnator-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ repairnator-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ repairnator-core --- ------------------------------------------------------- T E S T S ------------------------------------------------------- Running fr.inria.spirals.repairnator.config.TestRepairnatorConfig Tests run: 4, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.188 sec - in fr.inria.spirals.repairnator.config.TestRepairnatorConfig Running fr.inria.spirals.repairnator.utils.TestDateUtils Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 sec - in fr.inria.spirals.repairnator.utils.TestDateUtils Running fr.inria.spirals.repairnator.utils.TestUtils Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.405 sec - in fr.inria.spirals.repairnator.utils.TestUtils Running exceptionparser.StackTraceParserTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.283 sec - in exceptionparser.StackTraceParserTest Results : Tests run: 18, Failures: 0, Errors: 0, Skipped: 3 [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:report (report) @ repairnator-core --- [INFO] Loading execution data file /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/target/jacoco.exec [INFO] Analyzed bundle 'repairnator-core' with 53 classes [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ repairnator-core --- [INFO] Building jar: /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/target/repairnator-core-3.3-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ repairnator-core --- [INFO] Installing /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/target/repairnator-core-3.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/fr/inria/repairnator/repairnator-core/3.3-SNAPSHOT/repairnator-core-3.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-core/.flattened-pom.xml to /home/jenkins/.m2/repository/fr/inria/repairnator/repairnator-core/3.3-SNAPSHOT/repairnator-core-3.3-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 22.455 s [INFO] Finished at: 2023-05-10T15:02:33Z [INFO] ------------------------------------------------------------------------ + mvn -Duser.home=/home/jenkins '-Dtest=**' clean test -B -f src/repairnator-pipeline/ -Dmaven.resolver.transport=native -Daether.connector.connectTimeout=300000 -Daether.connector.requestTimeout=300000 [INFO] Scanning for projects... [INFO] Inspecting build with total of 1 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] [INFO] -------------< fr.inria.repairnator:repairnator-pipeline >-------------- [INFO] Building repairnator-pipeline 3.3-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-model/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/repairnator/repairnator-core/3.3-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/repairnator/repairnator-root/3.3-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/osgi/org.osgi.service.prefs/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/osgi/org.osgi.service.prefs/1.1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/maven-metadata.xml (1.2 kB at 6.2 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 8.0 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/maven-metadata.xml (998 B at 8.0 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ repairnator-pipeline --- [INFO] Deleting /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-pipeline/target [INFO] [INFO] --- flatten-maven-plugin:1.1.0:clean (flatten.clean) @ repairnator-pipeline --- [INFO] Deleting /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-pipeline/.flattened-pom.xml [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:prepare-agent (default) @ repairnator-pipeline --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-pipeline/target/jacoco.exec,excludes=com.sun.tools.jdi.** [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ repairnator-pipeline --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 8 resources [INFO] [INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ repairnator-pipeline --- [INFO] Generating flattened POM of project fr.inria.repairnator:repairnator-pipeline:jar:3.3-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ repairnator-pipeline --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 177 source files to /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-pipeline/target/classes [WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-pipeline/src/main/java/fr/inria/spirals/repairnator/process/maven/RepositoryModelResolver.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-pipeline/src/main/java/fr/inria/spirals/repairnator/process/maven/RepositoryModelResolver.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-pipeline/src/main/java/fr/inria/spirals/repairnator/process/step/logParser/Element.java: Some input files use unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-pipeline/src/main/java/fr/inria/spirals/repairnator/process/step/logParser/Element.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ repairnator-pipeline --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 28 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ repairnator-pipeline --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-pipeline/target/test-classes [WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-pipeline/src/test/java/fr/inria/spirals/repairnator/process/step/logParser/TestLogParser.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-pipeline/src/test/java/fr/inria/spirals/repairnator/process/step/logParser/TestLogParser.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-pipeline/src/test/java/fr/inria/spirals/repairnator/process/step/TestBuildProject.java: /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-pipeline/src/test/java/fr/inria/spirals/repairnator/process/step/TestBuildProject.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/repairnator-pipeline/src/test/java/fr/inria/spirals/repairnator/process/step/TestBuildProject.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ repairnator-pipeline --- ------------------------------------------------------- T E S T S ------------------------------------------------------- Running fr.inria.spirals.repairnator.pipeline.TestPipelineSequencerRepair Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.042 sec - in fr.inria.spirals.repairnator.pipeline.TestPipelineSequencerRepair Running fr.inria.spirals.repairnator.pipeline.TestPipelinebGithubMode Tests run: 5, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0 sec - in fr.inria.spirals.repairnator.pipeline.TestPipelinebGithubMode Running fr.inria.spirals.repairnator.pipeline.TestPipeline Tests run: 7, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 0 sec - in fr.inria.spirals.repairnator.pipeline.TestPipeline Running fr.inria.spirals.repairnator.pipeline.TestPipelinebTravisMode Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0 sec - in fr.inria.spirals.repairnator.pipeline.TestPipelinebTravisMode Running fr.inria.spirals.repairnator.pipeline.TestPipelineSoraldBot Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in fr.inria.spirals.repairnator.pipeline.TestPipelineSoraldBot Running fr.inria.spirals.repairnator.pipeline.TestPipelineArgs Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.448 sec - in fr.inria.spirals.repairnator.pipeline.TestPipelineArgs Running fr.inria.spirals.repairnator.pipeline.TestPipelineBuildListener Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec - in fr.inria.spirals.repairnator.pipeline.TestPipelineBuildListener Running fr.inria.spirals.repairnator.pipeline.TestPipelineBuildListenerMainProcess Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec - in fr.inria.spirals.repairnator.pipeline.TestPipelineBuildListenerMainProcess Running fr.inria.spirals.repairnator.pipeline.TestPipelineFaultLocalization Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in fr.inria.spirals.repairnator.pipeline.TestPipelineFaultLocalization Running fr.inria.spirals.repairnator.process.step.TestAbstractStep Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.839 sec - in fr.inria.spirals.repairnator.process.step.TestAbstractStep Running fr.inria.spirals.repairnator.process.step.logParser.TestLogParser Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in fr.inria.spirals.repairnator.process.step.logParser.TestLogParser Running fr.inria.spirals.repairnator.process.step.TestBuildProject Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.001 sec - in fr.inria.spirals.repairnator.process.step.TestBuildProject Running fr.inria.spirals.repairnator.process.step.checkoutrepository.TestCheckoutBuggyBuildSourceCode Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0 sec - in fr.inria.spirals.repairnator.process.step.checkoutrepository.TestCheckoutBuggyBuildSourceCode Running fr.inria.spirals.repairnator.process.step.checkoutrepository.TestCheckoutBuild Tests run: 4, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0 sec - in fr.inria.spirals.repairnator.process.step.checkoutrepository.TestCheckoutBuild Running fr.inria.spirals.repairnator.process.step.push.TestCommitPatch Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.178 sec - in fr.inria.spirals.repairnator.process.step.push.TestCommitPatch Running fr.inria.spirals.repairnator.process.step.push.TestInitRepoToPush Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in fr.inria.spirals.repairnator.process.step.push.TestInitRepoToPush Running fr.inria.spirals.repairnator.process.step.repair.TestAstorRepair Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in fr.inria.spirals.repairnator.process.step.repair.TestAstorRepair Running fr.inria.spirals.repairnator.process.step.repair.TestNPERepair Tests run: 5, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0 sec - in fr.inria.spirals.repairnator.process.step.repair.TestNPERepair Running fr.inria.spirals.repairnator.process.step.repair.TestNopolRepair Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in fr.inria.spirals.repairnator.process.step.repair.TestNopolRepair Running fr.inria.spirals.repairnator.process.step.repair.TestAssertFixerRepair Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in fr.inria.spirals.repairnator.process.step.repair.TestAssertFixerRepair Running fr.inria.spirals.repairnator.process.step.paths.TestComputePlugins Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.36 sec - in fr.inria.spirals.repairnator.process.step.paths.TestComputePlugins Running fr.inria.spirals.repairnator.process.step.paths.TestComputeTestDir Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.598 sec - in fr.inria.spirals.repairnator.process.step.paths.TestComputeTestDir Running fr.inria.spirals.repairnator.process.step.paths.TestComputeModules Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.411 sec - in fr.inria.spirals.repairnator.process.step.paths.TestComputeModules Running fr.inria.spirals.repairnator.process.step.paths.TestComputeSourceDir Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 16.219 sec - in fr.inria.spirals.repairnator.process.step.paths.TestComputeSourceDir Running fr.inria.spirals.repairnator.process.step.paths.TestComputeDir Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.425 sec - in fr.inria.spirals.repairnator.process.step.paths.TestComputeDir Running fr.inria.spirals.repairnator.process.step.paths.TestComputeClasspath Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.001 sec - in fr.inria.spirals.repairnator.process.step.paths.TestComputeClasspath Running fr.inria.spirals.repairnator.process.step.TestGatherTestInformation Tests run: 5, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0 sec - in fr.inria.spirals.repairnator.process.step.TestGatherTestInformation Running fr.inria.spirals.repairnator.process.step.TestCloneRepositoryStep Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0 sec - in fr.inria.spirals.repairnator.process.step.TestCloneRepositoryStep Running fr.inria.spirals.repairnator.process.step.TestTestProject Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.401 sec - in fr.inria.spirals.repairnator.process.step.TestTestProject Running fr.inria.spirals.repairnator.process.step.faultLocalization.TestFlacocoLocalization Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in fr.inria.spirals.repairnator.process.step.faultLocalization.TestFlacocoLocalization Running fr.inria.spirals.repairnator.process.inspectors.TestProjectInspector4Bears Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0 sec - in fr.inria.spirals.repairnator.process.inspectors.TestProjectInspector4Bears Running fr.inria.spirals.repairnator.process.inspectors.metrics4bears.TestMetrics4BearsJsonFile Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0 sec - in fr.inria.spirals.repairnator.process.inspectors.metrics4bears.TestMetrics4BearsJsonFile Running fr.inria.spirals.repairnator.process.inspectors.TestProjectInspector4Maven Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in fr.inria.spirals.repairnator.process.inspectors.TestProjectInspector4Maven Running fr.inria.spirals.repairnator.process.inspectors.TestProjectInspector Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0 sec - in fr.inria.spirals.repairnator.process.inspectors.TestProjectInspector Running fr.inria.spirals.repairnator.process.inspectors.TestGlobalPatchAnalysis Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0 sec - in fr.inria.spirals.repairnator.process.inspectors.TestGlobalPatchAnalysis Running fr.inria.spirals.repairnator.process.files.FileHelperTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in fr.inria.spirals.repairnator.process.files.FileHelperTest Running fr.inria.spirals.repairnator.process.maven.TestMavenHelper Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in fr.inria.spirals.repairnator.process.maven.TestMavenHelper Running fr.inria.spirals.repairnator.process.maven.TestPOMModifier Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 sec - in fr.inria.spirals.repairnator.process.maven.TestPOMModifier Running fr.inria.spirals.repairnator.process.git.GitHelperTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.444 sec - in fr.inria.spirals.repairnator.process.git.GitHelperTest Results : Tests run: 113, Failures: 0, Errors: 0, Skipped: 59 [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:38 min [INFO] Finished at: 2023-05-10T15:04:12Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS