Started by timer Running as SYSTEM Agent centos-7-g4b99 is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-g4b99" namespace: "gendoc" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.gendoc.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-g4b99" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-g4b99" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.gendoc.svc.cluster.local/gendoc/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.13.3" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-gendoc" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on centos-7-g4b99 (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://git.eclipse.org/r/gendoc/org.eclipse.gendoc.git > git init /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/gendoc/org.eclipse.gendoc.git > git --version # timeout=10 > git --version # 'git version 2.36.5' > git fetch --tags --force --progress -- https://git.eclipse.org/r/gendoc/org.eclipse.gendoc.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/gendoc/org.eclipse.gendoc.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/0.5-maintenance-juno^{commit} # timeout=10 Checking out Revision fff8a4bc9302c6c418e8a00ea041c395b668958c (origin/0.5-maintenance-juno) > git config core.sparsecheckout # timeout=10 > git checkout -f fff8a4bc9302c6c418e8a00ea041c395b668958c # timeout=10 Commit message: "497221: Unnecessary dependency from plugin " > git rev-list --no-walk fff8a4bc9302c6c418e8a00ea041c395b668958c # timeout=10 Parsing POMs Established TCP socket on 37291 Copied maven35-agent.jar Copied maven35-interceptor.jar Copied maven3-interceptor-commons.jar [Gendoc-0.5-juno-maintenance] $ /opt/tools/java/oracle/jdk-8/latest/bin/java -cp /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/latest/boot/plexus-classworlds-2.6.0.jar:/opt/tools/apache-maven/latest/conf/logging jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/latest /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 37291 <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/pom.xml clean install -B [INFO] Scanning for projects... [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/0.19.0/tycho-maven-plugin-0.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/0.19.0/tycho-maven-plugin-0.19.0.pom (2.1 kB at 6.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/0.19.0/tycho-0.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/0.19.0/tycho-0.19.0.pom (19 kB at 270 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/0.19.0/tycho-core-0.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/0.19.0/tycho-core-0.19.0.pom (4.7 kB at 53 kB/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 663 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 3.0 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.6 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 778 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom (2.5 kB at 45 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 1.2 MB/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 1.1 MB/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 2.3 MB/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 470 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 278 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 228 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 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.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 3.5 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 58 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 326 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 740 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 486 kB/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 2.1 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 1.0 MB/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 1.7 MB/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 1.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 482 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 482 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 62 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.1 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 782 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 652 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 312 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 1.6 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 2.7 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 799 kB/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 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.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 1.4 MB/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 2.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.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 562 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.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 618 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 418 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 1.5 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 172 kB/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 528 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.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 435 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom (3.2 kB at 214 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (3.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-io/2.0.5/plexus-io-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.5/plexus-io-2.0.5.pom (2.2 kB at 138 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom (3.1 kB at 170 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 3.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/org.eclipse.osgi-3.9.1.v20130814-1242.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/org.eclipse.osgi-3.9.1.v20130814-1242.pom (1.5 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/0.19.0/sisu-equinox-embedder-0.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/0.19.0/sisu-equinox-embedder-0.19.0.pom (1.8 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/0.19.0/sisu-equinox-0.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/0.19.0/sisu-equinox-0.19.0.pom (1.0 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/0.19.0/sisu-equinox-api-0.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/0.19.0/sisu-equinox-api-0.19.0.pom (1.7 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/0.19.0/tycho-metadata-model-0.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/0.19.0/tycho-metadata-model-0.19.0.pom (1.3 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom (6.3 kB at 522 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/0.19.0/tycho-embedder-api-0.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/0.19.0/tycho-embedder-api-0.19.0.pom (2.1 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/0.19.0/org.eclipse.tycho.embedder.shared-0.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/0.19.0/org.eclipse.tycho.embedder.shared-0.19.0.pom (1.1 kB at 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/0.19.0/tycho-bundles-0.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/0.19.0/tycho-bundles-0.19.0.pom (2.6 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.19.0/org.eclipse.tycho.core.shared-0.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.19.0/org.eclipse.tycho.core.shared-0.19.0.pom (1.0 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/0.19.0/tycho-p2-facade-0.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/0.19.0/tycho-p2-facade-0.19.0.pom (2.3 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/0.19.0/tycho-p2-0.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/0.19.0/tycho-p2-0.19.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/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.19.0/org.eclipse.tycho.p2.resolver.shared-0.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.19.0/org.eclipse.tycho.p2.resolver.shared-0.19.0.pom (1.1 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.19.0/org.eclipse.tycho.p2.tools.shared-0.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.19.0/org.eclipse.tycho.p2.tools.shared-0.19.0.pom (1.1 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/0.19.0/tycho-maven-plugin-0.19.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/0.19.0/tycho-maven-plugin-0.19.0.jar (4.8 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/0.19.0/tycho-core-0.19.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] 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-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-core/3.0/maven-core-3.0.jar (527 kB at 5.1 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-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 279 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.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 347 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.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 395 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 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-impl/1.7/aether-impl-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 416 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] 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 1.3 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 105 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 384 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.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 265 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/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 539 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/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 545 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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/0.19.0/tycho-core-0.19.0.jar (179 kB at 858 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 732 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 956 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] 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 216 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] 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 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 127 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 270 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.5/plexus-io-2.0.5.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 215 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/org.eclipse.osgi-3.9.1.v20130814-1242.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.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/0.19.0/sisu-equinox-embedder-0.19.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.5/plexus-io-2.0.5.jar (58 kB at 198 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/0.19.0/sisu-equinox-api-0.19.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/0.19.0/sisu-equinox-embedder-0.19.0.jar (13 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/0.19.0/tycho-metadata-model-0.19.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar (185 kB at 619 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.jar (230 kB at 766 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/0.19.0/tycho-embedder-api-0.19.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar (112 kB at 354 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/0.19.0/org.eclipse.tycho.embedder.shared-0.19.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/0.19.0/sisu-equinox-api-0.19.0.jar (3.1 kB at 9.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.19.0/org.eclipse.tycho.core.shared-0.19.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/0.19.0/tycho-embedder-api-0.19.0.jar (7.0 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/0.19.0/tycho-p2-facade-0.19.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/0.19.0/tycho-metadata-model-0.19.0.jar (29 kB at 78 kB/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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/0.19.0/org.eclipse.tycho.embedder.shared-0.19.0.jar (6.5 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.19.0/org.eclipse.tycho.p2.resolver.shared-0.19.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.19.0/org.eclipse.tycho.core.shared-0.19.0.jar (31 kB at 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.19.0/org.eclipse.tycho.p2.tools.shared-0.19.0.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 11 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/org.eclipse.osgi-3.9.1.v20130814-1242.jar (1.4 MB at 3.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/0.19.0/tycho-p2-facade-0.19.0.jar (33 kB at 78 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.19.0/org.eclipse.tycho.p2.resolver.shared-0.19.0.jar (28 kB at 65 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.19.0/org.eclipse.tycho.p2.tools.shared-0.19.0.jar (19 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/0.19.0/tycho-bundles-external-0.19.0.zip [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/0.19.0/tycho-bundles-external-0.19.0.zip (6.3 MB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.19.0/org.eclipse.tycho.p2.resolver.impl-0.19.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.19.0/org.eclipse.tycho.p2.resolver.impl-0.19.0.jar (183 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/0.19.0/org.eclipse.tycho.p2.maven.repository-0.19.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/0.19.0/org.eclipse.tycho.p2.maven.repository-0.19.0.jar (137 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/0.19.0/org.eclipse.tycho.p2.tools.impl-0.19.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/0.19.0/org.eclipse.tycho.p2.tools.impl-0.19.0.jar (35 kB at 504 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/0.19.0/target-platform-configuration-0.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/0.19.0/target-platform-configuration-0.19.0.pom (1.1 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/0.19.0/target-platform-configuration-0.19.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/0.19.0/target-platform-configuration-0.19.0.jar (3.2 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom (5.3 kB at 379 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom (9.9 kB at 900 kB/s) [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 4.5 MB/s) [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 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar (36 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/0.19.0/tycho-p2-publisher-plugin-0.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/0.19.0/tycho-p2-publisher-plugin-0.19.0.pom (1.7 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/0.19.0/tycho-p2-publisher-plugin-0.19.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/0.19.0/tycho-p2-publisher-plugin-0.19.0.jar (21 kB at 465 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/0.19.0/tycho-packaging-plugin-0.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/0.19.0/tycho-packaging-plugin-0.19.0.pom (2.7 kB at 52 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.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 504 kB/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 791 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 1.6 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 1.1 MB/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 113 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 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/0.19.0/tycho-packaging-plugin-0.19.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/0.19.0/tycho-packaging-plugin-0.19.0.jar (109 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-archiver/2.5/maven-archiver-2.5.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 4.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/0.19.0/tycho-p2-repository-plugin-0.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/0.19.0/tycho-p2-repository-plugin-0.19.0.pom (1.3 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/0.19.0/tycho-p2-repository-plugin-0.19.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/0.19.0/tycho-p2-repository-plugin-0.19.0.jar (10 kB at 192 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.3.1/maven-install-plugin-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (4.9 kB at 444 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.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-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 2.1 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 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/0.19.0/tycho-p2-plugin-0.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/0.19.0/tycho-p2-plugin-0.19.0.pom (2.1 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/0.19.0/tycho-p2-plugin-0.19.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/0.19.0/tycho-p2-plugin-0.19.0.jar (24 kB at 535 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/0.19.0/sisu-equinox-launching-0.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/0.19.0/sisu-equinox-launching-0.19.0.pom (2.3 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/0.19.0/tycho-artifactcomparator-0.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/0.19.0/tycho-artifactcomparator-0.19.0.pom (1.8 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/4.0/asm-debug-all-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/4.0/asm-debug-all-4.0.pom (2.0 kB at 198 kB/s) [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 458 kB/s) [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 792 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/0.19.0/sisu-equinox-launching-0.19.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/0.19.0/sisu-equinox-launching-0.19.0.jar (28 kB at 269 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/0.19.0/tycho-artifactcomparator-0.19.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/4.0/asm-debug-all-4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/4.0/asm-debug-all-4.0.jar (321 kB at 11 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/0.19.0/tycho-artifactcomparator-0.19.0.jar (19 kB at 589 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom (5.7 kB at 634 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 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-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar (23 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom (20 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom (9.9 kB at 900 kB/s) [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 4.5 MB/s) [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 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar (119 kB at 7.9 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.4.3/maven-resources-plugin-2.4.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom (6.0 kB at 595 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar (24 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/0.19.0/tycho-compiler-plugin-0.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/0.19.0/tycho-compiler-plugin-0.19.0.pom (2.6 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/0.19.0/tycho-compiler-plugin-0.19.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/0.19.0/tycho-compiler-plugin-0.19.0.jar (27 kB at 709 kB/s) [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.incubation.update-site:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/releng/org.eclipse.gendoc.update-site/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/releases/juno/ (0B of 128B at 0B/s) [INFO] Fetching p2.index from http://download.eclipse.org/releases/juno/ (128B of 128B at 0B/s) [INFO] 1 operation remaining. [INFO] Adding repository http://download.eclipse.org/releases/juno [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/juno/ (0B of 496B at 0B/s) [INFO] 1 operation remaining. [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/juno/ (496B of 496B at 0B/s) [INFO] Fetching p2.index from http://download.eclipse.org/releases/juno/201303010900/ (0B of 365B at 0B/s) [INFO] 1 operation remaining. [INFO] Fetching p2.index from http://download.eclipse.org/releases/juno/201303010900/ (365B of 365B at 0B/s) [INFO] Fetching content.jar from http://download.eclipse.org/releases/juno/201303010900/ (0B of 2.06MB at 0B/s) [INFO] 1 operation remaining. [INFO] Fetching content.jar from http://download.eclipse.org/releases/juno/201303010900/ (4kB of 2.06MB at 0B/s) [INFO] Fetching p2.index from http://download.eclipse.org/releases/juno/201209280900/ (0B of 365B at 0B/s) [INFO] 1 operation remaining. [INFO] Fetching p2.index from http://download.eclipse.org/releases/juno/201209280900/ (365B of 365B at 0B/s) [INFO] Fetching content.jar from http://download.eclipse.org/releases/juno/201209280900/ (0B of 2.01MB at 0B/s) [INFO] 1 operation remaining. [INFO] Fetching content.jar from http://download.eclipse.org/releases/juno/201209280900/ (4kB of 2.01MB at 0B/s) [INFO] Fetching p2.index from http://download.eclipse.org/releases/juno/201206270900/ (0B of 365B at 0B/s) [INFO] 1 operation remaining. [INFO] Fetching p2.index from http://download.eclipse.org/releases/juno/201206270900/ (365B of 365B at 0B/s) [INFO] Fetching content.jar from http://download.eclipse.org/releases/juno/201206270900/ (0B of 2.06MB at 0B/s) [INFO] 1 operation remaining. [INFO] Fetching content.jar from http://download.eclipse.org/releases/juno/201206270900/ (4kB of 2.06MB at 0B/s) [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/juno/ (0B of 116B at 0B/s) [INFO] 1 operation remaining. [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/juno/ (116B of 116B at 0B/s) [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/juno/ (0B of 304.86kB at 0B/s) [INFO] 1 operation remaining. [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/juno/ (4kB of 304.86kB at 0B/s) [INFO] Adding repository http://download.eclipse.org/sirius/updates/releases/3.1.2/juno [INFO] Fetching content.jar from http://download.eclipse.org/sirius/updates/releases/3.1.2/juno/ (0B of 58.42kB at 0B/s) [INFO] 1 operation remaining. [INFO] Fetching content.jar from http://download.eclipse.org/sirius/updates/releases/3.1.2/juno/ (4kB of 58.42kB at 0B/s) [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository [INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/ (0B of 188.24kB at 0B/s) [INFO] 1 operation remaining. [INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/ (4kB of 188.24kB at 0B/s) [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.incubation.update-site:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/releng/org.eclipse.gendoc.update-site/pom.xml [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20150124073747/repository/ (0B of 63B at 0B/s) [INFO] Fetching com.google.guava_15.0.0.v201403281430.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/plugins/ (0B of 1.26MB at 0B/s) [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/juno/201303010900/ (0B of 63B at 0B/s) [INFO] Fetching org.eclipse.osgi_3.8.2.v20130124-134944.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 461.82kB at 0B/s) [INFO] Fetching javax.annotation_1.2.0.v201401042248.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/plugins/ (0B of 21.11kB at 0B/s) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 63.94kB at 0B/s) [INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 164.48kB at 0B/s) [INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 67.24kB at 0B/s) [INFO] Fetching org.apache.batik.dom_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 42.01kB at 0B/s) [INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 198.69kB at 0B/s) [INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 144.38kB at 0B/s) [INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 26.99kB at 0B/s) [INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 43.94kB at 0B/s) [INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 66.2kB at 0B/s) [INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 23.6kB at 0B/s) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 27.84kB at 0B/s) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 18.5kB at 0B/s) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 11.02kB at 0B/s) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 17.71kB at 0B/s) [INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 178.81kB at 0B/s) [INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 39.12kB at 0B/s) [INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 63.72kB at 0B/s) [INFO] Fetching org.eclipse.osgi.services_3.3.100.v20120522-1822.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 31.33kB at 0B/s) [INFO] Fetching org.apache.xmlgraphics_1.4.0.v201301251218.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/plugins/ (0B of 215.7kB at 0B/s) [INFO] Fetching org.apache.commons.io_2.2.0.v201405211200.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/plugins/ (0B of 74.12kB at 0B/s) [INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 32.73kB at 0B/s) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.8.1.v20130125-0546.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 77.81kB at 0B/s) [INFO] Fetching org.eclipse.ocl.ecore_3.2.0.v20130125-1817.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 100.14kB at 0B/s) [INFO] Fetching org.eclipse.core.runtime_3.8.0.v20120912-155025.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 32.04kB at 0B/s) [INFO] Fetching org.eclipse.pde.core_3.8.1.v20130115-200504.jar from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 1.17MB at 0B/s) [INFO] Fetching org.eclipse.core.resources_3.8.1.v20121114-124432.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 274.13kB at 0B/s) [INFO] Fetching org.eclipse.core.resources_3.8.1.v20121114-124432.jar from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 791.24kB at 0B/s) [WARNING] Some attempts to read artifact osgi.bundle,org.eclipse.core.resources,3.8.1.v20121114-124432 failed: [WARNING] An error occurred while transferring artifact packed: osgi.bundle,org.eclipse.core.resources,3.8.1.v20121114-124432 from repository http://download.eclipse.org/releases/juno/201303010900: [WARNING] Problems downloading artifact: osgi.bundle,org.eclipse.core.resources,3.8.1.v20121114-124432.: [WARNING] File has invalid content:/tmp/signatureFile3781870780754140683.jar: [WARNING] Invalid content:ant_tasks/resources-ant.jar [INFO] Fetching org.eclipse.jdt.core_3.8.3.v20130121-145325.jar from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 4.59MB at 0B/s) [INFO] Fetching org.eclipse.core.filesystem_1.3.200.v20130115-145044.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 23.46kB at 0B/s) [INFO] Fetching org.eclipse.acceleo.common_3.3.2.201302130808.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 53.21kB at 0B/s) [INFO] Fetching org.eclipse.acceleo.model_3.3.2.201302130808.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 46.84kB at 0B/s) [INFO] Fetching org.eclipse.acceleo.profiler_3.3.2.201302130808.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 17.02kB at 0B/s) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.8.2.v20130125-0826.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 419.75kB at 0B/s) [INFO] Fetching org.eclipse.swt_3.100.1.v4236b.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 16.74kB at 0B/s) [INFO] Fetching org.eclipse.acceleo.engine_3.3.2.201302130808.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 73.47kB at 0B/s) [INFO] Fetching org.eclipse.emf.ecore_2.8.3.v20130125-0546.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 346.69kB at 0B/s) [INFO] Fetching org.eclipse.core.contenttype_3.4.200.v20120523-2004.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 34.76kB at 0B/s) [INFO] Fetching org.apache.ant_1.9.2.v201404171502.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/plugins/ (0B of 2.17MB at 0B/s) [INFO] Fetching org.eclipse.acceleo.parser_3.3.2.201302130808.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 121.86kB at 0B/s) [INFO] Fetching org.eclipse.acceleo.parser_3.3.2.201302130808.jar from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 345.9kB at 0B/s) [WARNING] Some attempts to read artifact osgi.bundle,org.eclipse.acceleo.parser,3.3.2.201302130808 failed: [WARNING] An error occurred while transferring artifact packed: osgi.bundle,org.eclipse.acceleo.parser,3.3.2.201302130808 from repository http://download.eclipse.org/releases/juno/201303010900: [WARNING] Problems downloading artifact: osgi.bundle,org.eclipse.acceleo.parser,3.3.2.201302130808.: [WARNING] File has invalid content:/tmp/signatureFile259999897727012265.jar: [WARNING] Invalid content:lib/acceleoCompiler.jar [INFO] Fetching org.eclipse.core.variables_3.2.600.v20120521-2012.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 16.36kB at 0B/s) [INFO] Fetching org.eclipse.ant.core_3.2.401.v20121204-162022.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 47.81kB at 0B/s) [INFO] Fetching org.eclipse.ant.core_3.2.401.v20121204-162022.jar from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 96.95kB at 0B/s) [WARNING] Some attempts to read artifact osgi.bundle,org.eclipse.ant.core,3.2.401.v20121204-162022 failed: [WARNING] An error occurred while transferring artifact packed: osgi.bundle,org.eclipse.ant.core,3.2.401.v20121204-162022 from repository http://download.eclipse.org/releases/juno/201303010900: [WARNING] Problems downloading artifact: osgi.bundle,org.eclipse.ant.core,3.2.401.v20121204-162022.: [WARNING] File has invalid content:/tmp/signatureFile5498454740528000435.jar: [WARNING] Invalid content:lib/antsupportlib.jar [INFO] Fetching org.eclipse.ui_3.104.0.v20121024-145224.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 92.81kB at 0B/s) [INFO] Fetching org.eclipse.jface.text_3.8.2.v20121126-164145.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 286.7kB at 0B/s) [INFO] Fetching org.eclipse.ui.ide_3.8.2.v20121106-165923.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 699.35kB at 0B/s) [INFO] Fetching org.eclipse.ui.views_3.6.100.v20120705-114010.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 32.67kB at 0B/s) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.8.0.v20120523-1310.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 181.56kB at 0B/s) [INFO] Fetching org.eclipse.core.expressions_3.4.401.v20120912-155018.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 29.07kB at 0B/s) [INFO] Fetching org.eclipse.ui.editors_3.8.0.v20120523-1540.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 167.92kB at 0B/s) [INFO] Fetching org.eclipse.ui.forms_3.5.200.v20120705-114351.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 97.14kB at 0B/s) [INFO] Fetching org.eclipse.compare.core_3.5.200.v20120522-1148.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 29.24kB at 0B/s) [INFO] Fetching com.ibm.icu_4.4.2.v20110823.jar from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 6.39MB at 0B/s) [INFO] Fetching org.eclipse.compare_3.5.301.v20130125-135424.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 230.35kB at 0B/s) [INFO] Fetching org.eclipse.equinox.common_3.6.100.v20120522-1841.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 43.51kB at 0B/s) [INFO] Fetching org.eclipse.core.commands_3.6.2.v20130123-162658.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 35.65kB at 0B/s) [INFO] Fetching org.eclipse.equinox.preferences_3.5.1.v20121031-182809.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 46.33kB at 0B/s) [INFO] Fetching org.eclipse.equinox.registry_3.5.200.v20120522-1841.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 68.03kB at 0B/s) [INFO] Fetching org.eclipse.core.databinding.observable_1.4.1.v20120521-2329.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 66.85kB at 0B/s) [INFO] Fetching org.eclipse.core.databinding.property_1.4.100.v20120523-1955.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 36.98kB at 0B/s) [INFO] Fetching org.eclipse.core.databinding_1.4.1.v20120912-132807.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 51.97kB at 0B/s) [INFO] Fetching org.eclipse.core.databinding.beans_1.2.200.v20120523-1955.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 20.02kB at 0B/s) [INFO] Fetching org.eclipse.core.filebuffers_3.5.200.v20120523-1310.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 37.9kB at 0B/s) [INFO] Fetching org.eclipse.text_3.5.200.v20120523-1310.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 78.74kB at 0B/s) [INFO] Fetching org.eclipse.core.jobs_3.5.300.v20120912-155018.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 37.66kB at 0B/s) [INFO] Fetching org.eclipse.equinox.app_1.3.100.v20120522-1841.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 39.01kB at 0B/s) [INFO] Fetching org.eclipse.debug.core_3.7.100.v20120521-2012.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 98.29kB at 0B/s) [INFO] Fetching org.eclipse.ui.console_3.5.100.v20120521-2012.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 54.97kB at 0B/s) [INFO] Fetching org.eclipse.help_3.6.0.v20120912-134126.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 107.78kB at 0B/s) [INFO] Fetching org.eclipse.debug.ui_3.8.2.v20130130-171415.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 779.3kB at 0B/s) [INFO] Fetching org.eclipse.draw2d_3.9.0.201212170307.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 178.19kB at 0B/s) [INFO] Fetching org.eclipse.e4.core.commands_0.10.1.v20120523-1955.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 10.08kB at 0B/s) [INFO] Fetching org.eclipse.e4.core.di_1.2.0.v20121024-173149.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 22.71kB at 0B/s) [INFO] Fetching javax.inject_1.0.0.v20091030.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 9.24kB at 0B/s) [INFO] Fetching org.eclipse.e4.core.contexts_1.2.0.v20121221-192508.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 20.98kB at 0B/s) [INFO] Fetching org.eclipse.e4.core.services_1.0.0.v20120521-2346.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 15.54kB at 0B/s) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.11.100.v20121024-182359.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 11.8kB at 0B/s) [INFO] Fetching org.eclipse.jface_3.8.102.v20130123-162658.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 321.89kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.bindings_0.10.3.v20130123-162658.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 21.42kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.css.core_0.10.2.v20120912-132817.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 54.56kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.10.3.v20130123-162658.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 48.29kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.9.4.v20130123-162658.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 14.25kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.di_0.10.1.v20120523-1955.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 8.21kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.model.workbench_0.10.1.v20120523-1955.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 88.86kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.services_0.10.3.v20130123-162658.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 11.93kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.widgets_0.12.3.v20130123-162658.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 8.8kB at 0B/s) [INFO] Fetching org.eclipse.emf.ecore.change_2.8.0.v20130125-0546.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 34.39kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.workbench_0.11.0.v20130125-100758.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 75.92kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.10.3.v20130124-170312.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 86.89kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.10.3.v20130124-133900.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 55.55kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_0.10.3.v20130124-185622.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 42.05kB at 0B/s) [INFO] Fetching org.eclipse.jface.databinding_1.6.0.v20120912-132807.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 59.89kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.12.0.v20120521-2329.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 7.01kB at 0B/s) [INFO] Fetching org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 87.26kB at 0B/s) [INFO] Fetching org.eclipse.equinox.event_1.2.200.v20120522-2049.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 15.1kB at 0B/s) [INFO] Fetching org.eclipse.emf.common_2.8.0.v20130125-0546.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 71.26kB at 0B/s) [INFO] Fetching org.eclipse.jdt.launching_3.6.101.v20130111-183046.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 108.78kB at 0B/s) [INFO] Fetching org.eclipse.jdt.launching_3.6.101.v20130111-183046.jar from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 308.99kB at 0B/s) [WARNING] Some attempts to read artifact osgi.bundle,org.eclipse.jdt.launching,3.6.101.v20130111-183046 failed: [WARNING] An error occurred while transferring artifact packed: osgi.bundle,org.eclipse.jdt.launching,3.6.101.v20130111-183046 from repository http://download.eclipse.org/releases/juno/201303010900: [WARNING] Problems downloading artifact: osgi.bundle,org.eclipse.jdt.launching,3.6.101.v20130111-183046.: [WARNING] File has invalid content:/tmp/signatureFile7329852124996579711.jar: [WARNING] Invalid content:lib/launchingsupport.jar [INFO] Fetching org.eclipse.emf.codegen_2.8.0.v20130125-0826.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 101.77kB at 0B/s) [INFO] Fetching org.eclipse.emf.edit.ui_2.8.0.v20130125-0826.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 57.36kB at 0B/s) [INFO] Fetching org.eclipse.emf.ecore.edit_2.8.0.v20130125-0826.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 40.72kB at 0B/s) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.8.0.v20130125-0826.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 57.3kB at 0B/s) [INFO] Fetching org.eclipse.emf.common.ui_2.7.0.v20130125-0826.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 48.74kB at 0B/s) [INFO] Fetching org.eclipse.emf.converter_2.5.0.v20130125-0826.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 34.63kB at 0B/s) [INFO] Fetching org.eclipse.emf.databinding_1.2.0.v20130125-0826.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 27.12kB at 0B/s) [INFO] Fetching org.eclipse.emf.edit_2.8.0.v20130125-0826.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 84.61kB at 0B/s) [INFO] Fetching org.eclipse.emf.ecore.editor_2.8.0.v20130125-0826.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 37.57kB at 0B/s) [INFO] Fetching org.eclipse.ui.workbench_3.104.0.v20130204-164612.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 1.04MB at 0B/s) [INFO] Fetching org.eclipse.emf.facet.common.core_0.2.2.201301231232.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 9.94kB at 0B/s) [INFO] Fetching org.eclipse.emf.facet.util.core_0.2.2.201301231232.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 19.85kB at 0B/s) [INFO] Fetching org.eclipse.emf.facet.common.ui_0.2.2.201301231232.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 15.24kB at 0B/s) [INFO] Fetching org.eclipse.emf.facet.custom.metamodel_0.2.2.201301231232.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 31.33kB at 0B/s) [INFO] Fetching org.eclipse.emf.facet.util.emf.core_0.2.2.201301231232.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 23.71kB at 0B/s) [INFO] Fetching org.eclipse.emf.facet.efacet.core_0.2.2.201301231232.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 40.25kB at 0B/s) [INFO] Fetching org.eclipse.emf.validation_1.4.0.v20100428-2315.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 123.84kB at 0B/s) [INFO] Fetching org.eclipse.emf.facet.custom.core_0.2.2.201301231232.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 13.74kB at 0B/s) [INFO] Fetching org.eclipse.emf.facet.efacet.metamodel_0.2.2.201301231232.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 300.47kB at 0B/s) [INFO] Fetching org.eclipse.emf.facet.util.emf.catalog_0.2.2.201301231232.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 12.24kB at 0B/s) [INFO] Fetching org.eclipse.emf.facet.query.java.core_0.2.2.201301231232.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 11.92kB at 0B/s) [INFO] Fetching org.eclipse.emf.facet.util.ui_0.2.2.201301231232.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 12.06kB at 0B/s) [INFO] Fetching org.eclipse.emf.facet.custom.ui_0.2.2.201301231232.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 40.41kB at 0B/s) [INFO] Fetching org.eclipse.emf.facet.efacet_0.2.2.201301231232.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 31.18kB at 0B/s) [INFO] Fetching org.eclipse.emf.facet.efacet.catalog_0.2.2.201301231232.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 13.2kB at 0B/s) [INFO] Fetching org.eclipse.emf.facet.infra.browser.custom_0.2.2.201301231232.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 33.14kB at 0B/s) [INFO] Fetching org.eclipse.emf.facet.infra.query.core_0.2.2.201301231232.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 33.56kB at 0B/s) [INFO] Fetching org.eclipse.emf.facet.infra.common.core_0.2.2.201301231232.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 66.14kB at 0B/s) [INFO] Fetching org.eclipse.emf.facet.infra.browser.custom.core_0.2.2.201301231232.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 12.24kB at 0B/s) [INFO] Fetching org.eclipse.emf.facet.infra.facet_0.2.2.201301231232.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 25.76kB at 0B/s) [INFO] Fetching org.eclipse.emf.facet.infra.facet.core_0.2.2.201301231232.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 18.22kB at 0B/s) [INFO] Fetching org.eclipse.emf.facet.infra.facet.ui_0.2.2.201301231232.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 14.61kB at 0B/s) [INFO] Fetching org.eclipse.emf.facet.infra.common.ui_0.2.2.201301231232.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 28.79kB at 0B/s) [INFO] Fetching org.eclipse.emf.facet.infra.query.ui_0.2.2.201301231232.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 39.1kB at 0B/s) [INFO] Fetching org.eclipse.emf.facet.infra.browser.uicore_0.2.2.201301231232.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 53.16kB at 0B/s) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.5.300.v20120912-132807.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 34.84kB at 0B/s) [INFO] Fetching org.eclipse.emf.facet.infra.browser.custom.ui_0.2.2.201301231232.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 23.9kB at 0B/s) [INFO] Fetching org.eclipse.emf.facet.util.emf.ui_0.2.2.201301231232.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 17.69kB at 0B/s) [INFO] Fetching org.eclipse.emf.facet.infra.browser_0.2.2.201301231232.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 83.93kB at 0B/s) [INFO] Fetching org.eclipse.emf.facet.infra.query_0.2.2.201301231232.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 28.68kB at 0B/s) [INFO] Fetching org.eclipse.emf_2.6.0.v20130125-0826.jar from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 11kB at 0B/s) [INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.v20100224-1657.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 11.64kB at 0B/s) [INFO] Fetching org.eclipse.emf.facet.infra.query.edit_0.2.2.201301231232.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 14.28kB at 0B/s) [INFO] Fetching org.eclipse.emf.facet.infra.facet.edit_0.2.2.201301231232.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 13.3kB at 0B/s) [INFO] Fetching org.eclipse.emf.facet.infra.facet.editor_0.2.2.201301231232.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 29.09kB at 0B/s) [INFO] Fetching org.eclipse.ocl_3.2.1.v20130128-1158.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 407.06kB at 0B/s) [INFO] Fetching org.eclipse.emf.facet.infra.query.editor_0.2.2.201301231232.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 30.71kB at 0B/s) [INFO] Fetching org.eclipse.jdt.ui_3.8.2.v20130107-165834.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 3.36MB at 0B/s) [INFO] Fetching org.eclipse.emf.facet.query.java_0.2.2.201301231232.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 11.89kB at 0B/s) [INFO] Fetching org.eclipse.emf.facet.query.java.metamodel_0.2.2.201301231232.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 10.66kB at 0B/s) [INFO] Fetching org.junit4_4.8.1.v20120523-1257.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 6.17kB at 0B/s) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.7.0.v20130125-0826.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 16.49kB at 0B/s) [INFO] Fetching org.eclipse.emf.transaction_1.4.0.v20100331-1738.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 53.52kB at 0B/s) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.v20090819-1300.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 13.68kB at 0B/s) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.v20120328-0001.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 32.56kB at 0B/s) [INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.v200901271819.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 9.76kB at 0B/s) [INFO] Fetching org.eclipse.equinox.util_1.0.400.v20120917-192807.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 30.45kB at 0B/s) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.0.100.v20120913-155515.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 18.24kB at 0B/s) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.400.v20120913-155709.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 30.39kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.200.v20120430-1959.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 49.43kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.1.0.v20120430-2001.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 95.91kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.core_2.2.0.v20120430-0525.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 27.84kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.200.v20110808-1657.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 32.14kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.200.v20110808-1657.jar from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 67.79kB at 0B/s) [WARNING] Some attempts to read artifact osgi.bundle,org.eclipse.equinox.p2.jarprocessor,1.0.200.v20110808-1657 failed: [WARNING] An error occurred while transferring artifact packed: osgi.bundle,org.eclipse.equinox.p2.jarprocessor,1.0.200.v20110808-1657 from repository http://download.eclipse.org/releases/juno/201303010900: [WARNING] Problems downloading artifact: osgi.bundle,org.eclipse.equinox.p2.jarprocessor,1.0.200.v20110808-1657.: [WARNING] File has invalid content:/tmp/signatureFile6987037085355427295.jar: [WARNING] Invalid content:lib/jarprocessor-ant.jar [INFO] Fetching org.eclipse.equinox.p2.repository_2.2.0.v20120524-1945.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 48.97kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.director_2.2.0.v20120524-0542.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 40.87kB at 0B/s) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/plugins/ (0B of 103.9kB at 0B/s) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/plugins/ (0B of 73.46kB at 0B/s) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.0.301.v20120914-163612.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 19.09kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.engine_2.2.0.v20130121-021919.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 63.74kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.300.v20120428-0517.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 31.38kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.300.v20120428-0517.jar from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 49.19kB at 0B/s) [WARNING] Some attempts to read artifact osgi.bundle,org.eclipse.equinox.p2.director.app,1.0.300.v20120428-0517 failed: [WARNING] An error occurred while transferring artifact packed: osgi.bundle,org.eclipse.equinox.p2.director.app,1.0.300.v20120428-0517 from repository http://download.eclipse.org/releases/juno/201303010900: [WARNING] Problems downloading artifact: osgi.bundle,org.eclipse.equinox.p2.director.app,1.0.300.v20120428-0517.: [WARNING] File has invalid content:/tmp/signatureFile3348494730890300364.jar: [WARNING] Invalid content:ant_tasks/director-ant.jar [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.100.v20120524-1717.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 40.74kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.100.v20120524-1717.jar from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 115.36kB at 0B/s) [WARNING] Some attempts to read artifact osgi.bundle,org.eclipse.equinox.p2.metadata.repository,1.2.100.v20120524-1717 failed: [WARNING] An error occurred while transferring artifact packed: osgi.bundle,org.eclipse.equinox.p2.metadata.repository,1.2.100.v20120524-1717 from repository http://download.eclipse.org/releases/juno/201303010900: [WARNING] Problems downloading artifact: osgi.bundle,org.eclipse.equinox.p2.metadata.repository,1.2.100.v20120524-1717.: [WARNING] File has invalid content:/tmp/signatureFile2643991123149615142.jar: [WARNING] Invalid content:ant_tasks/metadataRepository-ant.jar [INFO] Fetching org.eclipse.equinox.security_1.1.100.v20120522-1841.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 40.05kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.0.200.v20110808-1657.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 12.97kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.2.0.v20121002-080415.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 40.61kB at 0B/s) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20110808-1657.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 13.79kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.1.0.v20120913-155635.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 84.01kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.1.0.v20120913-155635.jar from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 210.16kB at 0B/s) [WARNING] Some attempts to read artifact osgi.bundle,org.eclipse.equinox.p2.publisher.eclipse,1.1.0.v20120913-155635 failed: [WARNING] An error occurred while transferring artifact packed: osgi.bundle,org.eclipse.equinox.p2.publisher.eclipse,1.1.0.v20120913-155635 from repository http://download.eclipse.org/releases/juno/201303010900: [WARNING] Problems downloading artifact: osgi.bundle,org.eclipse.equinox.p2.publisher.eclipse,1.1.0.v20120913-155635.: [WARNING] File has invalid content:/tmp/signatureFile7225349919228991933.jar: [WARNING] Invalid content:ant_tasks/pdepublishing-ant.jar [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.0.100.v20120501-1314.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 87.38kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.0.100.v20120501-1314.jar from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 229.98kB at 0B/s) [WARNING] Some attempts to read artifact osgi.bundle,org.eclipse.equinox.p2.repository.tools,2.0.100.v20120501-1314 failed: [WARNING] An error occurred while transferring artifact packed: osgi.bundle,org.eclipse.equinox.p2.repository.tools,2.0.100.v20120501-1314 from repository http://download.eclipse.org/releases/juno/201303010900: [WARNING] Problems downloading artifact: osgi.bundle,org.eclipse.equinox.p2.repository.tools,2.0.100.v20120501-1314.: [WARNING] File has invalid content:/tmp/signatureFile6365820210679908344.jar: [WARNING] Invalid content:lib/repository-tools-ant.jar [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.100.v20120428-0117.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 41.18kB at 0B/s) [INFO] Fetching org.eclipse.gef_3.9.0.201212170307.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 238.4kB at 0B/s) [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 142kB at 0B/s) [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/juno/201209280900/ (0B of 63B at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.6.0.v20120514-1615.jar.pack.gz from http://download.eclipse.org/releases/juno/201209280900/plugins/ (0B of 316.3kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.4.0.v20100512-1416.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 40.65kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.6.0.v20120514-1615.jar.pack.gz from http://download.eclipse.org/releases/juno/201209280900/plugins/ (0B of 40.83kB at 0B/s) [INFO] Fetching org.eclipse.uml2.uml_4.0.2.v20130114-0902.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 977.67kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.5.0.v20110309-2159.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 123.61kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.editor_0.9.2.v201302131112.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 9.4kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.core_0.9.2.v201302131112.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 67.76kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_0.9.2.v201302131112.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 56.07kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.tools_0.9.2.v201302131112.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 24.84kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.tools.utils_0.9.2.v201302131112.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 29.98kB at 0B/s) [INFO] Fetching org.eclipse.sirius.diagram_3.1.2.201511030845.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/3.1.2/juno/plugins/ (0B of 330.95kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.core.log_0.9.2.v201302131112.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 7.3kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_0.9.2.v201302131112.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 25.33kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.emf_0.9.2.v201302131112.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 31.11kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.onefile_0.9.2.v201302131112.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 22.33kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.4.1.v20120514-1615.jar.pack.gz from http://download.eclipse.org/releases/juno/201209280900/plugins/ (0B of 38.01kB at 0B/s) [INFO] Fetching org.eclipse.team.core_3.6.100.v20120524-0627.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 111.24kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.5.0.v20120514-1615.jar.pack.gz from http://download.eclipse.org/releases/juno/201209280900/plugins/ (0B of 74.06kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.4.0.v20120514-1615.jar.pack.gz from http://download.eclipse.org/releases/juno/201209280900/plugins/ (0B of 35.46kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.5.0.v20120514-1615.jar.pack.gz from http://download.eclipse.org/releases/juno/201209280900/plugins/ (0B of 29.75kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.4.0.v20120514-1615.jar.pack.gz from http://download.eclipse.org/releases/juno/201209280900/plugins/ (0B of 7.64kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.3.1.v20120514-1615.jar.pack.gz from http://download.eclipse.org/releases/juno/201209280900/plugins/ (0B of 28.73kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.3.1.v20120514-1615.jar.pack.gz from http://download.eclipse.org/releases/juno/201209280900/plugins/ (0B of 24.13kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.4.1.v20120514-1615.jar.pack.gz from http://download.eclipse.org/releases/juno/201209280900/plugins/ (0B of 38.77kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.4.0.v20120514-1615.jar.pack.gz from http://download.eclipse.org/releases/juno/201209280900/plugins/ (0B of 50.61kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.6.1.201302122140.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 42.42kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.4.0.v20120514-1615.jar.pack.gz from http://download.eclipse.org/releases/juno/201209280900/plugins/ (0B of 11.64kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.2.0.v20120514-1615.jar.pack.gz from http://download.eclipse.org/releases/juno/201209280900/plugins/ (0B of 28.32kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.4.1.v20120514-1615.jar.pack.gz from http://download.eclipse.org/releases/juno/201209280900/plugins/ (0B of 33.38kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.4.1.v20120514-1615.jar.pack.gz from http://download.eclipse.org/releases/juno/201209280900/plugins/ (0B of 17.05kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.6.2.201302122140.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 62.79kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.5.0.v20120514-1615.jar.pack.gz from http://download.eclipse.org/releases/juno/201209280900/plugins/ (0B of 56.74kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.4.1.v20120514-1615.jar.pack.gz from http://download.eclipse.org/releases/juno/201209280900/plugins/ (0B of 32.54kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.6.1.201302122140.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 57.08kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.4.1.v20120514-1615.jar.pack.gz from http://download.eclipse.org/releases/juno/201209280900/plugins/ (0B of 27.72kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.5.0.v20120514-1615.jar.pack.gz from http://download.eclipse.org/releases/juno/201209280900/plugins/ (0B of 21.79kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.4.2.v20120514-1615.jar.pack.gz from http://download.eclipse.org/releases/juno/201209280900/plugins/ (0B of 54.47kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.4.1.v20120514-1615.jar.pack.gz from http://download.eclipse.org/releases/juno/201209280900/plugins/ (0B of 35.36kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.5.0.v20120514-1615.jar.pack.gz from http://download.eclipse.org/releases/juno/201209280900/plugins/ (0B of 101.28kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.6.2.201302122140.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 41.86kB at 0B/s) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.5.0.v20120523-1543.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 29.54kB at 0B/s) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.6.0.v20120523-1543.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 93.81kB at 0B/s) [INFO] Fetching org.eclipse.jdt.debug_3.7.101.v20120913-153601.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 289.61kB at 0B/s) [INFO] Fetching org.eclipse.jdt.debug_3.7.101.v20120913-153601.jar from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 830.36kB at 0B/s) [WARNING] Some attempts to read artifact osgi.bundle,org.eclipse.jdt.debug,3.7.101.v20120913-153601 failed: [WARNING] An error occurred while transferring artifact packed: osgi.bundle,org.eclipse.jdt.debug,3.7.101.v20120913-153601 from repository http://download.eclipse.org/releases/juno/201303010900: [WARNING] Problems downloading artifact: osgi.bundle,org.eclipse.jdt.debug,3.7.101.v20120913-153601.: [WARNING] File has invalid content:/tmp/signatureFile1637013254420503355.jar: [WARNING] Invalid content:jdi.jar [WARNING] Invalid content:jdimodel.jar [INFO] Fetching org.eclipse.search_3.8.0.v20120523-1540.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 145.46kB at 0B/s) [INFO] Fetching org.eclipse.team.ui_3.6.201.v20130125-135424.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 406.15kB at 0B/s) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.7.0.v20120523-1543.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 144.21kB at 0B/s) [INFO] Fetching org.eclipse.ui.navigator_3.5.200.v20120705-114103.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 109.83kB at 0B/s) [INFO] Fetching org.eclipse.ui.navigator.resources_3.4.400.v20120705-114010.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 41.5kB at 0B/s) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 51.71kB at 0B/s) [INFO] Fetching org.eclipse.ocl.common_1.0.2.v20130125-1817.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 12.48kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_0.9.2.v201302131112.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 51.21kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_0.9.2.v201302131112.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 40.91kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_0.9.2.v201302131112.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 16.17kB at 0B/s) [INFO] Fetching org.junit_4.11.0.v201303080030.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/plugins/ (0B of 222.27kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.widgets_0.9.2.v201302131112.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 53.21kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.tools_0.9.2.v201302131112.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 9.45kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.edit_0.9.2.v201302131112.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 12.25kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_0.9.2.v201302131112.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 9.7kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_0.9.2.v201302131112.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 34.5kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.ui.resources_0.9.2.v201302131112.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 18.88kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer_0.9.2.v201302131112.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 56.56kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_0.9.2.v201302131112.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 15.16kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_0.9.2.v201302131112.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 33.73kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.preferences_0.9.2.v201302131112.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 8.67kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_0.9.2.v201302131112.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 21.48kB at 0B/s) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/plugins/ (0B of 106.67kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.decoration_0.9.2.v201302131112.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 12.04kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.validation_0.9.2.v201302131112.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 16.62kB at 0B/s) [INFO] Fetching org.eclipse.uml2.common.edit_1.6.0.v20130114-0902.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 11.4kB at 0B/s) [INFO] Fetching org.eclipse.uml2.uml.edit_4.0.2.v20130114-0902.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 157.92kB at 0B/s) [INFO] Fetching org.eclipse.pde.build_3.8.2.v20121114-140810.jar from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 457.84kB at 0B/s) [INFO] Fetching org.eclipse.update.configurator_3.3.200.v20120912-144026.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 43.08kB at 0B/s) [INFO] Fetching org.eclipse.sirius_3.1.2.201511030845.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/3.1.2/juno/plugins/ (0B of 344.85kB at 0B/s) [INFO] Fetching org.eclipse.sirius.common_3.1.2.201511030845.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/3.1.2/juno/plugins/ (0B of 76.72kB at 0B/s) [INFO] Fetching org.eclipse.sirius.ecore.extender_3.1.2.201511030845.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/3.1.2/juno/plugins/ (0B of 32.37kB at 0B/s) [INFO] Fetching org.eclipse.sirius.ext.base_3.1.2.201511030845.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/3.1.2/juno/plugins/ (0B of 14.36kB at 0B/s) [INFO] Fetching org.eclipse.sirius.ext.emf_3.1.2.201511030845.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/3.1.2/juno/plugins/ (0B of 9.98kB at 0B/s) [INFO] Fetching org.eclipse.sirius.ext.emf.tx_3.1.2.201511030845.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/3.1.2/juno/plugins/ (0B of 7.46kB at 0B/s) [INFO] Fetching org.eclipse.sirius.diagram.layoutdata_3.1.2.201511030845.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/3.1.2/juno/plugins/ (0B of 23.16kB at 0B/s) [INFO] Fetching org.eclipse.sirius.ext.e3_3.1.2.201511030845.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/3.1.2/juno/plugins/ (0B of 6.87kB at 0B/s) [INFO] Fetching org.eclipse.sirius.synchronizer_3.1.2.201511030845.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/3.1.2/juno/plugins/ (0B of 15.32kB at 0B/s) [INFO] Fetching org.eclipse.sirius.table_3.1.2.201511030845.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/3.1.2/juno/plugins/ (0B of 102.05kB at 0B/s) [INFO] Fetching org.eclipse.sirius.tree_3.1.2.201511030845.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/3.1.2/juno/plugins/ (0B of 72.01kB at 0B/s) [INFO] Fetching org.eclipse.sirius.ext.emf.edit_3.1.2.201511030845.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/3.1.2/juno/plugins/ (0B of 6.82kB at 0B/s) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation_3.1.2.201511030845.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/3.1.2/juno/plugins/ (0B of 6.83kB at 0B/s) [INFO] Fetching org.eclipse.sirius.runtime_3.1.2.201511030845.jar from http://download.eclipse.org/sirius/updates/releases/3.1.2/juno/features/ (0B of 18.77kB at 0B/s) [INFO] Fetching org.eclipse.uml2.common_1.7.0.v20130114-0902.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 31.84kB at 0B/s) [INFO] Fetching org.eclipse.uml2.types_1.0.0.v20130114-0902.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 10.35kB at 0B/s) [INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/plugins/ (0B of 19.79kB at 0B/s) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_3.100.1.v4236b.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 1.04MB at 0B/s) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.100.1.v4236b.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 1.21MB at 0B/s) [INFO] Fetching org.eclipse.swt.win32.win32.x86_3.100.1.v4236b.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 1.14MB at 0B/s) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.100.1.v4236b.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 1.12MB at 0B/s) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.100.1.v4236b.jar.pack.gz from http://download.eclipse.org/releases/juno/201303010900/plugins/ (0B of 898.57kB at 0B/s) [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.incubation.update-site:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/releng/org.eclipse.gendoc.update-site/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc/pom.xml [INFO] Fetching com.ibm.icu_52.1.1.v201501240615.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/plugins/ (0B of 7.77MB at 0B/s) [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.batch:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.batch/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.batch:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.batch/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.batch:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.batch/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.commons:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.commons/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.commons:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.commons/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.commons:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.commons/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.gmf:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.gmf:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.gmf:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.papyrus:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.papyrus:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.papyrus:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.sirius:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.sirius:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.sirius:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.document.parser:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.document.parser/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.document.parser:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.document.parser/pom.xml [INFO] Fetching com.ibm.icu.base_52.1.1.v201501240615.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/plugins/ (0B of 75.78kB at 0B/s) [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.document.parser:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.document.parser/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.documents:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.documents/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.documents:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.documents/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.documents:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.documents/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.m2t:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.m2t/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.m2t:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.m2t/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.m2t:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.m2t/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.process:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.process/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.process:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.process/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.process:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.process/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.script.acceleo:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.script.acceleo/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.script.acceleo:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.script.acceleo/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.script.acceleo:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.script.acceleo/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services.docx:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services.docx/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services.docx:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services.docx/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services.docx:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services.docx/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services.odt:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services.odt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services.odt:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services.odt/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services.odt:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services.odt/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.tags:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.tags:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.tags:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.tags.handlers:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.handlers/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.tags.handlers:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.handlers/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.tags.handlers:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.handlers/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.tags.html:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.html/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.tags.html:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.html/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.tags.html:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.html/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.tags.hyperlink:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.hyperlink/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.tags.hyperlink:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.hyperlink/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.tags.hyperlink:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.hyperlink/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.tags.parsers:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.parsers/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.tags.parsers:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.parsers/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.tags.parsers:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.parsers/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.ui:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.ui:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.ui:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.wizard:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.wizard:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.wizard:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.wizard.gmf:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard.gmf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.wizard.gmf:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard.gmf/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.wizard.gmf:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard.gmf/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.wizard.papyrus:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard.papyrus/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.wizard.papyrus:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard.papyrus/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.wizard.papyrus:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard.papyrus/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.feature:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/features/org.eclipse.gendoc.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.feature:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/features/org.eclipse.gendoc.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.feature:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/features/org.eclipse.gendoc.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.papyrus.feature:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/features/org.eclipse.gendoc.papyrus.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.papyrus.feature:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/features/org.eclipse.gendoc.papyrus.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.papyrus.feature:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/features/org.eclipse.gendoc.papyrus.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.sirius.feature:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/features/org.eclipse.gendoc.sirius.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.sirius.feature:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/features/org.eclipse.gendoc.sirius.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.sirius.feature:0.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/features/org.eclipse.gendoc.sirius.feature/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] parent [pom] [INFO] org.eclipse.gendoc.document.parser [eclipse-plugin] [INFO] org.eclipse.gendoc.services [eclipse-plugin] [INFO] org.eclipse.gendoc.tags [eclipse-plugin] [INFO] org.eclipse.gendoc.tags.parsers [eclipse-plugin] [INFO] org.eclipse.gendoc.documents [eclipse-plugin] [INFO] org.eclipse.gendoc.process [eclipse-plugin] [INFO] org.eclipse.gendoc.m2t [eclipse-plugin] [INFO] org.eclipse.gendoc.tags.handlers [eclipse-plugin] [INFO] org.eclipse.gendoc [eclipse-plugin] [INFO] org.eclipse.gendoc.batch [eclipse-plugin] [INFO] org.eclipse.gendoc.script.acceleo [eclipse-plugin] [INFO] org.eclipse.gendoc.bundle.acceleo.commons [eclipse-plugin] [INFO] org.eclipse.gendoc.bundle.acceleo.gmf [eclipse-plugin] [INFO] org.eclipse.gendoc.bundle.acceleo.papyrus [eclipse-plugin] [INFO] org.eclipse.gendoc.bundle.acceleo.sirius [eclipse-plugin] [INFO] org.eclipse.gendoc.services.docx [eclipse-plugin] [INFO] org.eclipse.gendoc.services.odt [eclipse-plugin] [INFO] org.eclipse.gendoc.tags.html [eclipse-plugin] [INFO] org.eclipse.gendoc.tags.hyperlink [eclipse-plugin] [INFO] org.eclipse.gendoc.ui [eclipse-plugin] [INFO] org.eclipse.gendoc.wizard [eclipse-plugin] [INFO] org.eclipse.gendoc.wizard.gmf [eclipse-plugin] [INFO] org.eclipse.gendoc.feature [eclipse-feature] [INFO] org.eclipse.gendoc.wizard.papyrus [eclipse-plugin] [INFO] org.eclipse.gendoc.papyrus.feature [eclipse-feature] [INFO] org.eclipse.gendoc.sirius.feature [eclipse-feature] [INFO] org.eclipse.gendoc.incubation.update-site [eclipse-repository] [INFO] [INFO] ---------------------< org.eclipse.gendoc:parent >---------------------- [INFO] Building parent 0.5.1-SNAPSHOT [1/28] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.0/maven-install-plugin-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.0/maven-install-plugin-3.1.0.pom (7.8 kB at 132 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom (9.9 kB at 319 kB/s) [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 3.3 MB/s) [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.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.0/maven-install-plugin-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.0/maven-install-plugin-3.1.0.jar (30 kB at 1.1 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ parent --- [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 243 kB/s) [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 1.7 MB/s) [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 3.9 MB/s) [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 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.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 3.6 MB/s) [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.8 MB/s) [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 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.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/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 7.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 6.7 MB/s) [INFO] [INFO] --- install:3.1.0:install (default-install) @ parent --- [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 23 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 314 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 118 kB/s) [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 1.7 MB/s) [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.9 MB/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-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 7.3 MB/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] 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.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 7.2 MB/s) [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.jar (263 kB at 3.8 MB/s) [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/parent/0.5.1-SNAPSHOT/parent-0.5.1-SNAPSHOT.pom [INFO] [INFO] -------< org.eclipse.gendoc:org.eclipse.gendoc.document.parser >-------- [INFO] Building org.eclipse.gendoc.document.parser 0.5.1-SNAPSHOT [2/28] [INFO] from plugins/org.eclipse.gendoc.document.parser/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.document.parser --- [INFO] [INFO] --- tycho-packaging:0.19.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.document.parser --- [INFO] The project's OSGi version is 0.5.1.202304180504 [INFO] [INFO] --- tycho-packaging:0.19.0:validate-id (default-validate-id) @ org.eclipse.gendoc.document.parser --- [INFO] [INFO] --- tycho-packaging:0.19.0:validate-version (default-validate-version) @ org.eclipse.gendoc.document.parser --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.document.parser --- [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 3.8 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/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.0 MB/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 159 kB/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/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 1.3 MB/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 164 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 1.9 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 333 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/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 660 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 617 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 649 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 3.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.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 438 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 212 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 568 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 191 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.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 673 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-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/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/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom (4.7 kB at 665 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/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/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/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 296 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.2 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 201 kB/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 2.5 MB/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/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 445 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 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.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-plugin-api/2.0.6/maven-plugin-api-2.0.6.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 4.3 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-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-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-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-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-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-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-project/2.0.6/maven-project-2.0.6.jar (116 kB at 5.3 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] 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 398 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.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 1.1 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] 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 741 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.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/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 1.9 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/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 198 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.6/maven-plugin-descriptor-2.0.6.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 790 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-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-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 412 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] 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 406 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.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 860 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.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 1.1 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] 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 1.0 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.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 1.2 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] 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 256 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 2.1 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] 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 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.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 1.7 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.jar [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 2.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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 3.5 MB/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 2.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar (35 kB at 300 kB/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 593 kB/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 64 kB/s) [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.document.parser/src/main/resources [INFO] [INFO] --- tycho-compiler:0.19.0:compile (default-compile) @ org.eclipse.gendoc.document.parser --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 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-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 587 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 4.1 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 8.1 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 1.4 MB/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 345 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 1.2 MB/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/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 5.1 MB/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 288 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/0.19.0/tycho-compiler-jdt-0.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/0.19.0/tycho-compiler-jdt-0.19.0.pom (1.8 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/org.eclipse.jdt.core-3.9.1.v20130905-0837.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/org.eclipse.jdt.core-3.9.1.v20130905-0837.pom (1.5 kB at 138 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.0.600.v20130530-1010/org.eclipse.jdt.compiler.apt-1.0.600.v20130530-1010.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.0.600.v20130530-1010/org.eclipse.jdt.compiler.apt-1.0.600.v20130530-1010.pom (1.5 kB at 169 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 14 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-beta-6/wagon-provider-api-1.0-beta-6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar [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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/0.19.0/tycho-compiler-jdt-0.19.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/org.eclipse.jdt.core-3.9.1.v20130905-0837.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 912 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.0.600.v20130530-1010/org.eclipse.jdt.compiler.apt-1.0.600.v20130530-1010.jar [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 6.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 7.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/0.19.0/tycho-compiler-jdt-0.19.0.jar (14 kB at 1.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.0.600.v20130530-1010/org.eclipse.jdt.compiler.apt-1.0.600.v20130530-1010.jar (155 kB at 7.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/org.eclipse.jdt.core-3.9.1.v20130905-0837.jar (4.8 MB at 16 MB/s) [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.document.parser/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.document.parser --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.document.parser/src/test/resources [INFO] [INFO] --- tycho-packaging:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.document.parser --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.document.parser/target/org.eclipse.gendoc.document.parser-0.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.document.parser --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.document.parser --- [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 56 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 226 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 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-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 807 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 3.8 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.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] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.document.parser/target/org.eclipse.gendoc.document.parser-0.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.document.parser/0.5.1-SNAPSHOT/org.eclipse.gendoc.document.parser-0.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.document.parser/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.document.parser/0.5.1-SNAPSHOT/org.eclipse.gendoc.document.parser-0.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.document.parser/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.document.parser/0.5.1-SNAPSHOT/org.eclipse.gendoc.document.parser-0.5.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.document.parser/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.document.parser/0.5.1-SNAPSHOT/org.eclipse.gendoc.document.parser-0.5.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:0.19.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.document.parser --- [INFO] [INFO] -----------< org.eclipse.gendoc:org.eclipse.gendoc.services >----------- [INFO] Building org.eclipse.gendoc.services 0.5.1-SNAPSHOT [3/28] [INFO] from plugins/org.eclipse.gendoc.services/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.services --- [INFO] [INFO] --- tycho-packaging:0.19.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.services --- [INFO] The project's OSGi version is 0.5.1.202304180504 [INFO] [INFO] --- tycho-packaging:0.19.0:validate-id (default-validate-id) @ org.eclipse.gendoc.services --- [INFO] [INFO] --- tycho-packaging:0.19.0:validate-version (default-validate-version) @ org.eclipse.gendoc.services --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.services --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services/src/main/resources [INFO] [INFO] --- tycho-compiler:0.19.0:compile (default-compile) @ org.eclipse.gendoc.services --- [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.services --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services/src/test/resources [INFO] [INFO] --- tycho-packaging:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.services --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services/target/org.eclipse.gendoc.services-0.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.services --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.services --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services/target/org.eclipse.gendoc.services-0.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services/0.5.1-SNAPSHOT/org.eclipse.gendoc.services-0.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services/0.5.1-SNAPSHOT/org.eclipse.gendoc.services-0.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services/0.5.1-SNAPSHOT/org.eclipse.gendoc.services-0.5.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services/0.5.1-SNAPSHOT/org.eclipse.gendoc.services-0.5.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:0.19.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.services --- [INFO] [INFO] -------------< org.eclipse.gendoc:org.eclipse.gendoc.tags >------------- [INFO] Building org.eclipse.gendoc.tags 0.5.1-SNAPSHOT [4/28] [INFO] from plugins/org.eclipse.gendoc.tags/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.tags --- [INFO] [INFO] --- tycho-packaging:0.19.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.tags --- [INFO] The project's OSGi version is 0.5.1.202304180504 [INFO] [INFO] --- tycho-packaging:0.19.0:validate-id (default-validate-id) @ org.eclipse.gendoc.tags --- [INFO] [INFO] --- tycho-packaging:0.19.0:validate-version (default-validate-version) @ org.eclipse.gendoc.tags --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.tags --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags/src/main/resources [INFO] [INFO] --- tycho-compiler:0.19.0:compile (default-compile) @ org.eclipse.gendoc.tags --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.tags --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags/src/test/resources [INFO] [INFO] --- tycho-packaging:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.tags --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags/target/org.eclipse.gendoc.tags-0.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.tags --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.tags --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags/target/org.eclipse.gendoc.tags-0.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags-0.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags-0.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags-0.5.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags-0.5.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:0.19.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.tags --- [INFO] [INFO] ---------< org.eclipse.gendoc:org.eclipse.gendoc.tags.parsers >--------- [INFO] Building org.eclipse.gendoc.tags.parsers 0.5.1-SNAPSHOT [5/28] [INFO] from plugins/org.eclipse.gendoc.tags.parsers/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.tags.parsers --- [INFO] [INFO] --- tycho-packaging:0.19.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.tags.parsers --- [INFO] The project's OSGi version is 0.5.1.202304180504 [INFO] [INFO] --- tycho-packaging:0.19.0:validate-id (default-validate-id) @ org.eclipse.gendoc.tags.parsers --- [INFO] [INFO] --- tycho-packaging:0.19.0:validate-version (default-validate-version) @ org.eclipse.gendoc.tags.parsers --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.tags.parsers --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.parsers/src/main/resources [INFO] [INFO] --- tycho-compiler:0.19.0:compile (default-compile) @ org.eclipse.gendoc.tags.parsers --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.parsers/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.tags.parsers --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.parsers/src/test/resources [INFO] [INFO] --- tycho-packaging:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.tags.parsers --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.parsers/target/org.eclipse.gendoc.tags.parsers-0.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.tags.parsers --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.tags.parsers --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.parsers/target/org.eclipse.gendoc.tags.parsers-0.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.parsers/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags.parsers-0.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.parsers/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.parsers/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags.parsers-0.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.parsers/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.parsers/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags.parsers-0.5.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.parsers/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.parsers/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags.parsers-0.5.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:0.19.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.tags.parsers --- [INFO] [INFO] ----------< org.eclipse.gendoc:org.eclipse.gendoc.documents >----------- [INFO] Building org.eclipse.gendoc.documents 0.5.1-SNAPSHOT [6/28] [INFO] from plugins/org.eclipse.gendoc.documents/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.documents --- [INFO] [INFO] --- tycho-packaging:0.19.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.documents --- [INFO] The project's OSGi version is 0.5.1.202304180504 [INFO] [INFO] --- tycho-packaging:0.19.0:validate-id (default-validate-id) @ org.eclipse.gendoc.documents --- [INFO] [INFO] --- tycho-packaging:0.19.0:validate-version (default-validate-version) @ org.eclipse.gendoc.documents --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.documents --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.documents/src/main/resources [INFO] [INFO] --- tycho-compiler:0.19.0:compile (default-compile) @ org.eclipse.gendoc.documents --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.documents/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.documents --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.documents/src/test/resources [INFO] [INFO] --- tycho-packaging:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.documents --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.documents/target/org.eclipse.gendoc.documents-0.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.documents --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.documents --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.documents/target/org.eclipse.gendoc.documents-0.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.documents/0.5.1-SNAPSHOT/org.eclipse.gendoc.documents-0.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.documents/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.documents/0.5.1-SNAPSHOT/org.eclipse.gendoc.documents-0.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.documents/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.documents/0.5.1-SNAPSHOT/org.eclipse.gendoc.documents-0.5.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.documents/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.documents/0.5.1-SNAPSHOT/org.eclipse.gendoc.documents-0.5.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:0.19.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.documents --- [INFO] [INFO] -----------< org.eclipse.gendoc:org.eclipse.gendoc.process >------------ [INFO] Building org.eclipse.gendoc.process 0.5.1-SNAPSHOT [7/28] [INFO] from plugins/org.eclipse.gendoc.process/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.process --- [INFO] [INFO] --- tycho-packaging:0.19.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.process --- [INFO] The project's OSGi version is 0.5.1.202304180504 [INFO] [INFO] --- tycho-packaging:0.19.0:validate-id (default-validate-id) @ org.eclipse.gendoc.process --- [INFO] [INFO] --- tycho-packaging:0.19.0:validate-version (default-validate-version) @ org.eclipse.gendoc.process --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.process --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.process/src/main/resources [INFO] [INFO] --- tycho-compiler:0.19.0:compile (default-compile) @ org.eclipse.gendoc.process --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.process/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.process --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.process/src/test/resources [INFO] [INFO] --- tycho-packaging:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.process --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.process/target/org.eclipse.gendoc.process-0.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.process --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.process --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.process/target/org.eclipse.gendoc.process-0.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.process/0.5.1-SNAPSHOT/org.eclipse.gendoc.process-0.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.process/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.process/0.5.1-SNAPSHOT/org.eclipse.gendoc.process-0.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.process/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.process/0.5.1-SNAPSHOT/org.eclipse.gendoc.process-0.5.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.process/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.process/0.5.1-SNAPSHOT/org.eclipse.gendoc.process-0.5.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:0.19.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.process --- [INFO] [INFO] -------------< org.eclipse.gendoc:org.eclipse.gendoc.m2t >-------------- [INFO] Building org.eclipse.gendoc.m2t 0.5.1-SNAPSHOT [8/28] [INFO] from plugins/org.eclipse.gendoc.m2t/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.m2t --- [INFO] [INFO] --- tycho-packaging:0.19.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.m2t --- [INFO] The project's OSGi version is 0.5.1.202304180504 [INFO] [INFO] --- tycho-packaging:0.19.0:validate-id (default-validate-id) @ org.eclipse.gendoc.m2t --- [INFO] [INFO] --- tycho-packaging:0.19.0:validate-version (default-validate-version) @ org.eclipse.gendoc.m2t --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.m2t --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.m2t/src/main/resources [INFO] [INFO] --- tycho-compiler:0.19.0:compile (default-compile) @ org.eclipse.gendoc.m2t --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.m2t/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.m2t --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.m2t/src/test/resources [INFO] [INFO] --- tycho-packaging:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.m2t --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.m2t/target/org.eclipse.gendoc.m2t-0.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.m2t --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.m2t --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.m2t/target/org.eclipse.gendoc.m2t-0.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.m2t/0.5.1-SNAPSHOT/org.eclipse.gendoc.m2t-0.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.m2t/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.m2t/0.5.1-SNAPSHOT/org.eclipse.gendoc.m2t-0.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.m2t/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.m2t/0.5.1-SNAPSHOT/org.eclipse.gendoc.m2t-0.5.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.m2t/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.m2t/0.5.1-SNAPSHOT/org.eclipse.gendoc.m2t-0.5.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:0.19.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.m2t --- [INFO] [INFO] --------< org.eclipse.gendoc:org.eclipse.gendoc.tags.handlers >--------- [INFO] Building org.eclipse.gendoc.tags.handlers 0.5.1-SNAPSHOT [9/28] [INFO] from plugins/org.eclipse.gendoc.tags.handlers/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.tags.handlers --- [INFO] [INFO] --- tycho-packaging:0.19.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.tags.handlers --- [INFO] The project's OSGi version is 0.5.1.202304180504 [INFO] [INFO] --- tycho-packaging:0.19.0:validate-id (default-validate-id) @ org.eclipse.gendoc.tags.handlers --- [INFO] [INFO] --- tycho-packaging:0.19.0:validate-version (default-validate-version) @ org.eclipse.gendoc.tags.handlers --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.tags.handlers --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.handlers/src/main/resources [INFO] [INFO] --- tycho-compiler:0.19.0:compile (default-compile) @ org.eclipse.gendoc.tags.handlers --- [INFO] Compiling 48 source files to /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.handlers/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.tags.handlers --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.handlers/src/test/resources [INFO] [INFO] --- tycho-packaging:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.tags.handlers --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.handlers/target/org.eclipse.gendoc.tags.handlers-0.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.tags.handlers --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.tags.handlers --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.handlers/target/org.eclipse.gendoc.tags.handlers-0.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.handlers/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags.handlers-0.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.handlers/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.handlers/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags.handlers-0.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.handlers/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.handlers/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags.handlers-0.5.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.handlers/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.handlers/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags.handlers-0.5.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:0.19.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.tags.handlers --- [INFO] [INFO] ---------------< org.eclipse.gendoc:org.eclipse.gendoc >---------------- [INFO] Building org.eclipse.gendoc 0.5.1-SNAPSHOT [10/28] [INFO] from plugins/org.eclipse.gendoc/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc --- [INFO] [INFO] --- tycho-packaging:0.19.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc --- [INFO] The project's OSGi version is 0.5.1.202304180504 [INFO] [INFO] --- tycho-packaging:0.19.0:validate-id (default-validate-id) @ org.eclipse.gendoc --- [INFO] [INFO] --- tycho-packaging:0.19.0:validate-version (default-validate-version) @ org.eclipse.gendoc --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc/src/main/resources [INFO] [INFO] --- tycho-compiler:0.19.0:compile (default-compile) @ org.eclipse.gendoc --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc/src/test/resources [INFO] [INFO] --- tycho-packaging:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc/target/org.eclipse.gendoc-0.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc/target/org.eclipse.gendoc-0.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc/0.5.1-SNAPSHOT/org.eclipse.gendoc-0.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc/0.5.1-SNAPSHOT/org.eclipse.gendoc-0.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc/0.5.1-SNAPSHOT/org.eclipse.gendoc-0.5.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc/0.5.1-SNAPSHOT/org.eclipse.gendoc-0.5.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:0.19.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc --- [INFO] [INFO] ------------< org.eclipse.gendoc:org.eclipse.gendoc.batch >------------- [INFO] Building org.eclipse.gendoc.batch 0.5.1-SNAPSHOT [11/28] [INFO] from plugins/org.eclipse.gendoc.batch/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.batch --- [INFO] [INFO] --- tycho-packaging:0.19.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.batch --- [INFO] The project's OSGi version is 0.5.1.202304180504 [INFO] [INFO] --- tycho-packaging:0.19.0:validate-id (default-validate-id) @ org.eclipse.gendoc.batch --- [INFO] [INFO] --- tycho-packaging:0.19.0:validate-version (default-validate-version) @ org.eclipse.gendoc.batch --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.batch --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.batch/src/main/resources [INFO] [INFO] --- tycho-compiler:0.19.0:compile (default-compile) @ org.eclipse.gendoc.batch --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.batch/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.batch --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.batch/src/test/resources [INFO] [INFO] --- tycho-packaging:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.batch --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.batch/target/org.eclipse.gendoc.batch-0.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.batch --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.batch --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.batch/target/org.eclipse.gendoc.batch-0.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.batch/0.5.1-SNAPSHOT/org.eclipse.gendoc.batch-0.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.batch/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.batch/0.5.1-SNAPSHOT/org.eclipse.gendoc.batch-0.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.batch/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.batch/0.5.1-SNAPSHOT/org.eclipse.gendoc.batch-0.5.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.batch/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.batch/0.5.1-SNAPSHOT/org.eclipse.gendoc.batch-0.5.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:0.19.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.batch --- [INFO] [INFO] --------< org.eclipse.gendoc:org.eclipse.gendoc.script.acceleo >-------- [INFO] Building org.eclipse.gendoc.script.acceleo 0.5.1-SNAPSHOT [12/28] [INFO] from plugins/org.eclipse.gendoc.script.acceleo/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.script.acceleo --- [INFO] [INFO] --- tycho-packaging:0.19.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.script.acceleo --- [INFO] The project's OSGi version is 0.5.1.202304180504 [INFO] [INFO] --- tycho-packaging:0.19.0:validate-id (default-validate-id) @ org.eclipse.gendoc.script.acceleo --- [INFO] [INFO] --- tycho-packaging:0.19.0:validate-version (default-validate-version) @ org.eclipse.gendoc.script.acceleo --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.script.acceleo --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.script.acceleo/src/main/resources [INFO] [INFO] --- tycho-compiler:0.19.0:compile (default-compile) @ org.eclipse.gendoc.script.acceleo --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.script.acceleo/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.script.acceleo --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.script.acceleo/src/test/resources [INFO] [INFO] --- tycho-packaging:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.script.acceleo --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.script.acceleo/target/org.eclipse.gendoc.script.acceleo-0.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.script.acceleo --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.script.acceleo --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.script.acceleo/target/org.eclipse.gendoc.script.acceleo-0.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.script.acceleo/0.5.1-SNAPSHOT/org.eclipse.gendoc.script.acceleo-0.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.script.acceleo/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.script.acceleo/0.5.1-SNAPSHOT/org.eclipse.gendoc.script.acceleo-0.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.script.acceleo/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.script.acceleo/0.5.1-SNAPSHOT/org.eclipse.gendoc.script.acceleo-0.5.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.script.acceleo/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.script.acceleo/0.5.1-SNAPSHOT/org.eclipse.gendoc.script.acceleo-0.5.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:0.19.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.script.acceleo --- [INFO] [INFO] ----< org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.commons >---- [INFO] Building org.eclipse.gendoc.bundle.acceleo.commons 0.5.1-SNAPSHOT [13/28] [INFO] from plugins/org.eclipse.gendoc.bundle.acceleo.commons/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.bundle.acceleo.commons --- [INFO] [INFO] --- tycho-packaging:0.19.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.bundle.acceleo.commons --- [INFO] The project's OSGi version is 0.5.1.202304180504 [INFO] [INFO] --- tycho-packaging:0.19.0:validate-id (default-validate-id) @ org.eclipse.gendoc.bundle.acceleo.commons --- [INFO] [INFO] --- tycho-packaging:0.19.0:validate-version (default-validate-version) @ org.eclipse.gendoc.bundle.acceleo.commons --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.bundle.acceleo.commons --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.commons/src/main/resources [INFO] [INFO] --- tycho-compiler:0.19.0:compile (default-compile) @ org.eclipse.gendoc.bundle.acceleo.commons --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.commons/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.bundle.acceleo.commons --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.commons/src/test/resources [INFO] [INFO] --- tycho-packaging:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.bundle.acceleo.commons --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.commons/target/org.eclipse.gendoc.bundle.acceleo.commons-0.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.bundle.acceleo.commons --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.bundle.acceleo.commons --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.commons/target/org.eclipse.gendoc.bundle.acceleo.commons-0.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.commons/0.5.1-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.commons-0.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.commons/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.commons/0.5.1-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.commons-0.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.commons/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.commons/0.5.1-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.commons-0.5.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.commons/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.commons/0.5.1-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.commons-0.5.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:0.19.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.bundle.acceleo.commons --- [INFO] [INFO] ------< org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.gmf >------ [INFO] Building org.eclipse.gendoc.bundle.acceleo.gmf 0.5.1-SNAPSHOT [14/28] [INFO] from plugins/org.eclipse.gendoc.bundle.acceleo.gmf/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [INFO] [INFO] --- tycho-packaging:0.19.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [INFO] The project's OSGi version is 0.5.1.202304180504 [INFO] [INFO] --- tycho-packaging:0.19.0:validate-id (default-validate-id) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [INFO] [INFO] --- tycho-packaging:0.19.0:validate-version (default-validate-version) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/src/main/resources [INFO] [INFO] --- tycho-compiler:0.19.0:compile (default-compile) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/src/test/resources [INFO] [INFO] --- tycho-packaging:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/target/org.eclipse.gendoc.bundle.acceleo.gmf-0.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/target/org.eclipse.gendoc.bundle.acceleo.gmf-0.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.gmf/0.5.1-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.gmf-0.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.gmf/0.5.1-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.gmf-0.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.gmf/0.5.1-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.gmf-0.5.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.gmf/0.5.1-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.gmf-0.5.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:0.19.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [INFO] [INFO] ----< org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.papyrus >---- [INFO] Building org.eclipse.gendoc.bundle.acceleo.papyrus 0.5.1-SNAPSHOT [15/28] [INFO] from plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [INFO] [INFO] --- tycho-packaging:0.19.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [INFO] The project's OSGi version is 0.5.1.202304180504 [INFO] [INFO] --- tycho-packaging:0.19.0:validate-id (default-validate-id) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [INFO] [INFO] --- tycho-packaging:0.19.0:validate-version (default-validate-version) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/src/main/resources [INFO] [INFO] --- tycho-compiler:0.19.0:compile (default-compile) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/src/test/resources [INFO] [INFO] --- tycho-packaging:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/target/org.eclipse.gendoc.bundle.acceleo.papyrus-0.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/target/org.eclipse.gendoc.bundle.acceleo.papyrus-0.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.papyrus/0.5.1-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.papyrus-0.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.papyrus/0.5.1-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.papyrus-0.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.papyrus/0.5.1-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.papyrus-0.5.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.papyrus/0.5.1-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.papyrus-0.5.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:0.19.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [INFO] [INFO] ----< org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.sirius >----- [INFO] Building org.eclipse.gendoc.bundle.acceleo.sirius 0.5.1-SNAPSHOT [16/28] [INFO] from plugins/org.eclipse.gendoc.bundle.acceleo.sirius/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [INFO] [INFO] --- tycho-packaging:0.19.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [INFO] The project's OSGi version is 0.5.1.202304180504 [INFO] [INFO] --- tycho-packaging:0.19.0:validate-id (default-validate-id) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [INFO] [INFO] --- tycho-packaging:0.19.0:validate-version (default-validate-version) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/src/main/resources [INFO] [INFO] --- tycho-compiler:0.19.0:compile (default-compile) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/src/test/resources [INFO] [INFO] --- tycho-packaging:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/target/org.eclipse.gendoc.bundle.acceleo.sirius-0.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/target/org.eclipse.gendoc.bundle.acceleo.sirius-0.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.sirius/0.5.1-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.sirius-0.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.sirius/0.5.1-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.sirius-0.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.sirius/0.5.1-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.sirius-0.5.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.sirius/0.5.1-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.sirius-0.5.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:0.19.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [INFO] [INFO] --------< org.eclipse.gendoc:org.eclipse.gendoc.services.docx >--------- [INFO] Building org.eclipse.gendoc.services.docx 0.5.1-SNAPSHOT [17/28] [INFO] from plugins/org.eclipse.gendoc.services.docx/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.services.docx --- [INFO] [INFO] --- tycho-packaging:0.19.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.services.docx --- [INFO] The project's OSGi version is 0.5.1.202304180504 [INFO] [INFO] --- tycho-packaging:0.19.0:validate-id (default-validate-id) @ org.eclipse.gendoc.services.docx --- [INFO] [INFO] --- tycho-packaging:0.19.0:validate-version (default-validate-version) @ org.eclipse.gendoc.services.docx --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.services.docx --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services.docx/src/main/resources [INFO] [INFO] --- tycho-compiler:0.19.0:compile (default-compile) @ org.eclipse.gendoc.services.docx --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services.docx/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.services.docx --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services.docx/src/test/resources [INFO] [INFO] --- tycho-packaging:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.services.docx --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services.docx/target/org.eclipse.gendoc.services.docx-0.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.services.docx --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.services.docx --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services.docx/target/org.eclipse.gendoc.services.docx-0.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.docx/0.5.1-SNAPSHOT/org.eclipse.gendoc.services.docx-0.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services.docx/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.docx/0.5.1-SNAPSHOT/org.eclipse.gendoc.services.docx-0.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services.docx/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.docx/0.5.1-SNAPSHOT/org.eclipse.gendoc.services.docx-0.5.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services.docx/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.docx/0.5.1-SNAPSHOT/org.eclipse.gendoc.services.docx-0.5.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:0.19.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.services.docx --- [INFO] [INFO] ---------< org.eclipse.gendoc:org.eclipse.gendoc.services.odt >--------- [INFO] Building org.eclipse.gendoc.services.odt 0.5.1-SNAPSHOT [18/28] [INFO] from plugins/org.eclipse.gendoc.services.odt/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.services.odt --- [INFO] [INFO] --- tycho-packaging:0.19.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.services.odt --- [INFO] The project's OSGi version is 0.5.1.202304180504 [INFO] [INFO] --- tycho-packaging:0.19.0:validate-id (default-validate-id) @ org.eclipse.gendoc.services.odt --- [INFO] [INFO] --- tycho-packaging:0.19.0:validate-version (default-validate-version) @ org.eclipse.gendoc.services.odt --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.services.odt --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services.odt/src/main/resources [INFO] [INFO] --- tycho-compiler:0.19.0:compile (default-compile) @ org.eclipse.gendoc.services.odt --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services.odt/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.services.odt --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services.odt/src/test/resources [INFO] [INFO] --- tycho-packaging:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.services.odt --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services.odt/target/org.eclipse.gendoc.services.odt-0.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.services.odt --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.services.odt --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services.odt/target/org.eclipse.gendoc.services.odt-0.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.odt/0.5.1-SNAPSHOT/org.eclipse.gendoc.services.odt-0.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services.odt/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.odt/0.5.1-SNAPSHOT/org.eclipse.gendoc.services.odt-0.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services.odt/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.odt/0.5.1-SNAPSHOT/org.eclipse.gendoc.services.odt-0.5.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services.odt/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.odt/0.5.1-SNAPSHOT/org.eclipse.gendoc.services.odt-0.5.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:0.19.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.services.odt --- [INFO] [INFO] ----------< org.eclipse.gendoc:org.eclipse.gendoc.tags.html >----------- [INFO] Building org.eclipse.gendoc.tags.html 0.5.1-SNAPSHOT [19/28] [INFO] from plugins/org.eclipse.gendoc.tags.html/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.tags.html --- [INFO] [INFO] --- tycho-packaging:0.19.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.tags.html --- [INFO] The project's OSGi version is 0.5.1.202304180504 [INFO] [INFO] --- tycho-packaging:0.19.0:validate-id (default-validate-id) @ org.eclipse.gendoc.tags.html --- [INFO] [INFO] --- tycho-packaging:0.19.0:validate-version (default-validate-version) @ org.eclipse.gendoc.tags.html --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.tags.html --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.html/src/main/resources [INFO] [INFO] --- tycho-compiler:0.19.0:compile (default-compile) @ org.eclipse.gendoc.tags.html --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.html/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.tags.html --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.html/src/test/resources [INFO] [INFO] --- tycho-packaging:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.tags.html --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.html/target/org.eclipse.gendoc.tags.html-0.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.tags.html --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.tags.html --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.html/target/org.eclipse.gendoc.tags.html-0.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.html/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags.html-0.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.html/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.html/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags.html-0.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.html/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.html/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags.html-0.5.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.html/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.html/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags.html-0.5.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:0.19.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.tags.html --- [INFO] [INFO] --------< org.eclipse.gendoc:org.eclipse.gendoc.tags.hyperlink >-------- [INFO] Building org.eclipse.gendoc.tags.hyperlink 0.5.1-SNAPSHOT [20/28] [INFO] from plugins/org.eclipse.gendoc.tags.hyperlink/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.tags.hyperlink --- [INFO] [INFO] --- tycho-packaging:0.19.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.tags.hyperlink --- [INFO] The project's OSGi version is 0.5.1.202304180504 [INFO] [INFO] --- tycho-packaging:0.19.0:validate-id (default-validate-id) @ org.eclipse.gendoc.tags.hyperlink --- [INFO] [INFO] --- tycho-packaging:0.19.0:validate-version (default-validate-version) @ org.eclipse.gendoc.tags.hyperlink --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.tags.hyperlink --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.hyperlink/src/main/resources [INFO] [INFO] --- tycho-compiler:0.19.0:compile (default-compile) @ org.eclipse.gendoc.tags.hyperlink --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.hyperlink/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.tags.hyperlink --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.hyperlink/src/test/resources [INFO] [INFO] --- tycho-packaging:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.tags.hyperlink --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.hyperlink/target/org.eclipse.gendoc.tags.hyperlink-0.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.tags.hyperlink --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.tags.hyperlink --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.hyperlink/target/org.eclipse.gendoc.tags.hyperlink-0.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.hyperlink/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags.hyperlink-0.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.hyperlink/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.hyperlink/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags.hyperlink-0.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.hyperlink/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.hyperlink/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags.hyperlink-0.5.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.hyperlink/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.hyperlink/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags.hyperlink-0.5.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:0.19.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.tags.hyperlink --- [INFO] [INFO] --------------< org.eclipse.gendoc:org.eclipse.gendoc.ui >-------------- [INFO] Building org.eclipse.gendoc.ui 0.5.1-SNAPSHOT [21/28] [INFO] from plugins/org.eclipse.gendoc.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.ui --- [INFO] [INFO] --- tycho-packaging:0.19.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.ui --- [INFO] The project's OSGi version is 0.5.1.202304180504 [INFO] [INFO] --- tycho-packaging:0.19.0:validate-id (default-validate-id) @ org.eclipse.gendoc.ui --- [INFO] [INFO] --- tycho-packaging:0.19.0:validate-version (default-validate-version) @ org.eclipse.gendoc.ui --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:0.19.0:compile (default-compile) @ org.eclipse.gendoc.ui --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.ui/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.ui/src/test/resources [INFO] [INFO] --- tycho-packaging:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.ui/target/org.eclipse.gendoc.ui-0.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.ui --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.ui --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.ui/target/org.eclipse.gendoc.ui-0.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.ui/0.5.1-SNAPSHOT/org.eclipse.gendoc.ui-0.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.ui/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.ui/0.5.1-SNAPSHOT/org.eclipse.gendoc.ui-0.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.ui/0.5.1-SNAPSHOT/org.eclipse.gendoc.ui-0.5.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.ui/0.5.1-SNAPSHOT/org.eclipse.gendoc.ui-0.5.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:0.19.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.ui --- [INFO] [INFO] ------------< org.eclipse.gendoc:org.eclipse.gendoc.wizard >------------ [INFO] Building org.eclipse.gendoc.wizard 0.5.1-SNAPSHOT [22/28] [INFO] from plugins/org.eclipse.gendoc.wizard/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.wizard --- [INFO] [INFO] --- tycho-packaging:0.19.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.wizard --- [INFO] The project's OSGi version is 0.5.1.202304180504 [INFO] [INFO] --- tycho-packaging:0.19.0:validate-id (default-validate-id) @ org.eclipse.gendoc.wizard --- [INFO] [INFO] --- tycho-packaging:0.19.0:validate-version (default-validate-version) @ org.eclipse.gendoc.wizard --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.wizard --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard/src/main/resources [INFO] [INFO] --- tycho-compiler:0.19.0:compile (default-compile) @ org.eclipse.gendoc.wizard --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.wizard --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard/src/test/resources [INFO] [INFO] --- tycho-packaging:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.wizard --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard/target/org.eclipse.gendoc.wizard-0.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.wizard --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.wizard --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard/target/org.eclipse.gendoc.wizard-0.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.wizard/0.5.1-SNAPSHOT/org.eclipse.gendoc.wizard-0.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.wizard/0.5.1-SNAPSHOT/org.eclipse.gendoc.wizard-0.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.wizard/0.5.1-SNAPSHOT/org.eclipse.gendoc.wizard-0.5.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.wizard/0.5.1-SNAPSHOT/org.eclipse.gendoc.wizard-0.5.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:0.19.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.wizard --- [INFO] [INFO] ----------< org.eclipse.gendoc:org.eclipse.gendoc.wizard.gmf >---------- [INFO] Building org.eclipse.gendoc.wizard.gmf 0.5.1-SNAPSHOT [23/28] [INFO] from plugins/org.eclipse.gendoc.wizard.gmf/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.wizard.gmf --- [INFO] [INFO] --- tycho-packaging:0.19.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.wizard.gmf --- [INFO] The project's OSGi version is 0.5.1.202304180504 [INFO] [INFO] --- tycho-packaging:0.19.0:validate-id (default-validate-id) @ org.eclipse.gendoc.wizard.gmf --- [INFO] [INFO] --- tycho-packaging:0.19.0:validate-version (default-validate-version) @ org.eclipse.gendoc.wizard.gmf --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.wizard.gmf --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard.gmf/src/main/resources [INFO] [INFO] --- tycho-compiler:0.19.0:compile (default-compile) @ org.eclipse.gendoc.wizard.gmf --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard.gmf/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.wizard.gmf --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard.gmf/src/test/resources [INFO] [INFO] --- tycho-packaging:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.wizard.gmf --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard.gmf/target/org.eclipse.gendoc.wizard.gmf-0.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.wizard.gmf --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.wizard.gmf --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard.gmf/target/org.eclipse.gendoc.wizard.gmf-0.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.wizard.gmf/0.5.1-SNAPSHOT/org.eclipse.gendoc.wizard.gmf-0.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard.gmf/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.wizard.gmf/0.5.1-SNAPSHOT/org.eclipse.gendoc.wizard.gmf-0.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard.gmf/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.wizard.gmf/0.5.1-SNAPSHOT/org.eclipse.gendoc.wizard.gmf-0.5.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard.gmf/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.wizard.gmf/0.5.1-SNAPSHOT/org.eclipse.gendoc.wizard.gmf-0.5.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:0.19.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.wizard.gmf --- [INFO] [INFO] -----------< org.eclipse.gendoc:org.eclipse.gendoc.feature >------------ [INFO] Building org.eclipse.gendoc.feature 0.5.1-SNAPSHOT [24/28] [INFO] from features/org.eclipse.gendoc.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.feature --- [INFO] [INFO] --- tycho-packaging:0.19.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gendoc.feature --- [INFO] The project's OSGi version is 0.5.1.202304180504 [INFO] [INFO] --- tycho-packaging:0.19.0:validate-id (default-validate-id) @ org.eclipse.gendoc.feature --- [INFO] [INFO] --- tycho-packaging:0.19.0:validate-version (default-validate-version) @ org.eclipse.gendoc.feature --- [INFO] [INFO] --- tycho-packaging:0.19.0:package-feature (default-package-feature) @ org.eclipse.gendoc.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/features/org.eclipse.gendoc.feature/target/org.eclipse.gendoc.feature-0.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.feature --- [INFO] [INFO] --- tycho-p2:0.19.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gendoc.feature --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.feature --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/features/org.eclipse.gendoc.feature/target/org.eclipse.gendoc.feature-0.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.feature/0.5.1-SNAPSHOT/org.eclipse.gendoc.feature-0.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/features/org.eclipse.gendoc.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.feature/0.5.1-SNAPSHOT/org.eclipse.gendoc.feature-0.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/features/org.eclipse.gendoc.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.feature/0.5.1-SNAPSHOT/org.eclipse.gendoc.feature-0.5.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/features/org.eclipse.gendoc.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.feature/0.5.1-SNAPSHOT/org.eclipse.gendoc.feature-0.5.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:0.19.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.feature --- [INFO] [INFO] --------< org.eclipse.gendoc:org.eclipse.gendoc.wizard.papyrus >-------- [INFO] Building org.eclipse.gendoc.wizard.papyrus 0.5.1-SNAPSHOT [25/28] [INFO] from plugins/org.eclipse.gendoc.wizard.papyrus/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.wizard.papyrus --- [INFO] [INFO] --- tycho-packaging:0.19.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.wizard.papyrus --- [INFO] The project's OSGi version is 0.5.1.202304180504 [INFO] [INFO] --- tycho-packaging:0.19.0:validate-id (default-validate-id) @ org.eclipse.gendoc.wizard.papyrus --- [INFO] [INFO] --- tycho-packaging:0.19.0:validate-version (default-validate-version) @ org.eclipse.gendoc.wizard.papyrus --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.wizard.papyrus --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard.papyrus/src/main/resources [INFO] [INFO] --- tycho-compiler:0.19.0:compile (default-compile) @ org.eclipse.gendoc.wizard.papyrus --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard.papyrus/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.wizard.papyrus --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard.papyrus/src/test/resources [INFO] [INFO] --- tycho-packaging:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.wizard.papyrus --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard.papyrus/target/org.eclipse.gendoc.wizard.papyrus-0.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.wizard.papyrus --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.wizard.papyrus --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard.papyrus/target/org.eclipse.gendoc.wizard.papyrus-0.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.wizard.papyrus/0.5.1-SNAPSHOT/org.eclipse.gendoc.wizard.papyrus-0.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard.papyrus/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.wizard.papyrus/0.5.1-SNAPSHOT/org.eclipse.gendoc.wizard.papyrus-0.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard.papyrus/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.wizard.papyrus/0.5.1-SNAPSHOT/org.eclipse.gendoc.wizard.papyrus-0.5.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard.papyrus/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.wizard.papyrus/0.5.1-SNAPSHOT/org.eclipse.gendoc.wizard.papyrus-0.5.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:0.19.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.wizard.papyrus --- [INFO] [INFO] -------< org.eclipse.gendoc:org.eclipse.gendoc.papyrus.feature >-------- [INFO] Building org.eclipse.gendoc.papyrus.feature 0.5.1-SNAPSHOT [26/28] [INFO] from features/org.eclipse.gendoc.papyrus.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.papyrus.feature --- [INFO] [INFO] --- tycho-packaging:0.19.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gendoc.papyrus.feature --- [INFO] The project's OSGi version is 0.5.1.202304180504 [INFO] [INFO] --- tycho-packaging:0.19.0:validate-id (default-validate-id) @ org.eclipse.gendoc.papyrus.feature --- [INFO] [INFO] --- tycho-packaging:0.19.0:validate-version (default-validate-version) @ org.eclipse.gendoc.papyrus.feature --- [INFO] [INFO] --- tycho-packaging:0.19.0:package-feature (default-package-feature) @ org.eclipse.gendoc.papyrus.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/features/org.eclipse.gendoc.papyrus.feature/target/org.eclipse.gendoc.papyrus.feature-0.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.papyrus.feature --- [INFO] [INFO] --- tycho-p2:0.19.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gendoc.papyrus.feature --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.papyrus.feature --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/features/org.eclipse.gendoc.papyrus.feature/target/org.eclipse.gendoc.papyrus.feature-0.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.papyrus.feature/0.5.1-SNAPSHOT/org.eclipse.gendoc.papyrus.feature-0.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/features/org.eclipse.gendoc.papyrus.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.papyrus.feature/0.5.1-SNAPSHOT/org.eclipse.gendoc.papyrus.feature-0.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/features/org.eclipse.gendoc.papyrus.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.papyrus.feature/0.5.1-SNAPSHOT/org.eclipse.gendoc.papyrus.feature-0.5.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/features/org.eclipse.gendoc.papyrus.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.papyrus.feature/0.5.1-SNAPSHOT/org.eclipse.gendoc.papyrus.feature-0.5.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:0.19.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.papyrus.feature --- [INFO] [INFO] --------< org.eclipse.gendoc:org.eclipse.gendoc.sirius.feature >-------- [INFO] Building org.eclipse.gendoc.sirius.feature 0.5.1-SNAPSHOT [27/28] [INFO] from features/org.eclipse.gendoc.sirius.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.sirius.feature --- [INFO] [INFO] --- tycho-packaging:0.19.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gendoc.sirius.feature --- [INFO] The project's OSGi version is 0.5.1.202304180504 [INFO] [INFO] --- tycho-packaging:0.19.0:validate-id (default-validate-id) @ org.eclipse.gendoc.sirius.feature --- [INFO] [INFO] --- tycho-packaging:0.19.0:validate-version (default-validate-version) @ org.eclipse.gendoc.sirius.feature --- [INFO] [INFO] --- tycho-packaging:0.19.0:package-feature (default-package-feature) @ org.eclipse.gendoc.sirius.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/features/org.eclipse.gendoc.sirius.feature/target/org.eclipse.gendoc.sirius.feature-0.5.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.sirius.feature --- [INFO] [INFO] --- tycho-p2:0.19.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gendoc.sirius.feature --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.sirius.feature --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/features/org.eclipse.gendoc.sirius.feature/target/org.eclipse.gendoc.sirius.feature-0.5.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.sirius.feature/0.5.1-SNAPSHOT/org.eclipse.gendoc.sirius.feature-0.5.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/features/org.eclipse.gendoc.sirius.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.sirius.feature/0.5.1-SNAPSHOT/org.eclipse.gendoc.sirius.feature-0.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/features/org.eclipse.gendoc.sirius.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.sirius.feature/0.5.1-SNAPSHOT/org.eclipse.gendoc.sirius.feature-0.5.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/features/org.eclipse.gendoc.sirius.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.sirius.feature/0.5.1-SNAPSHOT/org.eclipse.gendoc.sirius.feature-0.5.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:0.19.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.sirius.feature --- [INFO] [INFO] ----< org.eclipse.gendoc:org.eclipse.gendoc.incubation.update-site >---- [INFO] Building org.eclipse.gendoc.incubation.update-site 0.5.1-SNAPSHOT [28/28] [INFO] from releng/org.eclipse.gendoc.update-site/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.incubation.update-site --- [INFO] [INFO] --- tycho-packaging:0.19.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gendoc.incubation.update-site --- [INFO] The project's OSGi version is 0.5.1.202304180504 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.gendoc.incubation.update-site --- [INFO] [INFO] --- tycho-p2-publisher:0.19.0:publish-products (default-publish-products) @ org.eclipse.gendoc.incubation.update-site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:0.19.0:publish-categories (default-publish-categories) @ org.eclipse.gendoc.incubation.update-site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:0.19.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.gendoc.incubation.update-site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:0.19.0:assemble-repository (default-assemble-repository) @ org.eclipse.gendoc.incubation.update-site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:0.19.0:archive-repository (default-archive-repository) @ org.eclipse.gendoc.incubation.update-site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/releng/org.eclipse.gendoc.update-site/target/org.eclipse.gendoc.incubation.update-site-0.5.1-SNAPSHOT.zip [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.incubation.update-site --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/releng/org.eclipse.gendoc.update-site/target/org.eclipse.gendoc.incubation.update-site-0.5.1-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.incubation.update-site/0.5.1-SNAPSHOT/org.eclipse.gendoc.incubation.update-site-0.5.1-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/releng/org.eclipse.gendoc.update-site/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.incubation.update-site/0.5.1-SNAPSHOT/org.eclipse.gendoc.incubation.update-site-0.5.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/releng/org.eclipse.gendoc.update-site/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.incubation.update-site/0.5.1-SNAPSHOT/org.eclipse.gendoc.incubation.update-site-0.5.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/releng/org.eclipse.gendoc.update-site/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.incubation.update-site/0.5.1-SNAPSHOT/org.eclipse.gendoc.incubation.update-site-0.5.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:0.19.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.incubation.update-site --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for parent 0.5.1-SNAPSHOT: [INFO] [INFO] parent ............................................. SUCCESS [ 1.241 s] [INFO] org.eclipse.gendoc.document.parser ................. SUCCESS [ 3.378 s] [INFO] org.eclipse.gendoc.services ........................ SUCCESS [ 0.851 s] [INFO] org.eclipse.gendoc.tags ............................ SUCCESS [ 0.623 s] [INFO] org.eclipse.gendoc.tags.parsers .................... SUCCESS [ 0.590 s] [INFO] org.eclipse.gendoc.documents ....................... SUCCESS [ 0.832 s] [INFO] org.eclipse.gendoc.process ......................... SUCCESS [ 0.673 s] [INFO] org.eclipse.gendoc.m2t ............................. SUCCESS [ 0.582 s] [INFO] org.eclipse.gendoc.tags.handlers ................... SUCCESS [ 0.929 s] [INFO] org.eclipse.gendoc ................................. SUCCESS [ 0.649 s] [INFO] org.eclipse.gendoc.batch ........................... SUCCESS [ 0.637 s] [INFO] org.eclipse.gendoc.script.acceleo .................. SUCCESS [ 0.839 s] [INFO] org.eclipse.gendoc.bundle.acceleo.commons .......... SUCCESS [ 0.729 s] [INFO] org.eclipse.gendoc.bundle.acceleo.gmf .............. SUCCESS [ 0.847 s] [INFO] org.eclipse.gendoc.bundle.acceleo.papyrus .......... SUCCESS [ 0.999 s] [INFO] org.eclipse.gendoc.bundle.acceleo.sirius ........... SUCCESS [ 0.847 s] [INFO] org.eclipse.gendoc.services.docx ................... SUCCESS [ 0.646 s] [INFO] org.eclipse.gendoc.services.odt .................... SUCCESS [ 0.629 s] [INFO] org.eclipse.gendoc.tags.html ....................... SUCCESS [ 0.682 s] [INFO] org.eclipse.gendoc.tags.hyperlink .................. SUCCESS [ 0.601 s] [INFO] org.eclipse.gendoc.ui .............................. SUCCESS [ 0.621 s] [INFO] org.eclipse.gendoc.wizard .......................... SUCCESS [ 0.821 s] [INFO] org.eclipse.gendoc.wizard.gmf ...................... SUCCESS [ 0.630 s] [INFO] org.eclipse.gendoc.feature ......................... SUCCESS [ 0.363 s] [INFO] org.eclipse.gendoc.wizard.papyrus .................. SUCCESS [ 1.126 s] [INFO] org.eclipse.gendoc.papyrus.feature ................. SUCCESS [ 0.274 s] [INFO] org.eclipse.gendoc.sirius.feature .................. SUCCESS [ 0.234 s] [INFO] org.eclipse.gendoc.incubation.update-site .......... SUCCESS [ 26.906 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:59 min [INFO] Finished at: 2023-04-18T05:05:34Z [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc/0.5.1-SNAPSHOT/org.eclipse.gendoc-0.5.1-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc/target/org.eclipse.gendoc-0.5.1-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc/0.5.1-SNAPSHOT/org.eclipse.gendoc-0.5.1-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc/0.5.1-SNAPSHOT/org.eclipse.gendoc-0.5.1-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc/0.5.1-SNAPSHOT/org.eclipse.gendoc-0.5.1-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.sirius/0.5.1-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.sirius-0.5.1-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/target/org.eclipse.gendoc.bundle.acceleo.sirius-0.5.1-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.sirius/0.5.1-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.sirius-0.5.1-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.sirius/0.5.1-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.sirius-0.5.1-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.sirius/0.5.1-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.sirius-0.5.1-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.commons/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.commons/0.5.1-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.commons-0.5.1-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.commons/target/org.eclipse.gendoc.bundle.acceleo.commons-0.5.1-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.commons/0.5.1-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.commons-0.5.1-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.commons/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.commons/0.5.1-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.commons-0.5.1-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.commons/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.commons/0.5.1-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.commons-0.5.1-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.script.acceleo/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.script.acceleo/0.5.1-SNAPSHOT/org.eclipse.gendoc.script.acceleo-0.5.1-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.script.acceleo/target/org.eclipse.gendoc.script.acceleo-0.5.1-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.script.acceleo/0.5.1-SNAPSHOT/org.eclipse.gendoc.script.acceleo-0.5.1-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.script.acceleo/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.script.acceleo/0.5.1-SNAPSHOT/org.eclipse.gendoc.script.acceleo-0.5.1-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.script.acceleo/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.script.acceleo/0.5.1-SNAPSHOT/org.eclipse.gendoc.script.acceleo-0.5.1-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.parsers/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags.parsers/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags.parsers-0.5.1-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.parsers/target/org.eclipse.gendoc.tags.parsers-0.5.1-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.tags.parsers/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags.parsers-0.5.1-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.parsers/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags.parsers/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags.parsers-0.5.1-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.parsers/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags.parsers/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags.parsers-0.5.1-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags-0.5.1-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags/target/org.eclipse.gendoc.tags-0.5.1-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.tags/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags-0.5.1-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags-0.5.1-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags-0.5.1-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/pom.xml to org.eclipse.gendoc/parent/0.5.1-SNAPSHOT/parent-0.5.1-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.m2t/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.m2t/0.5.1-SNAPSHOT/org.eclipse.gendoc.m2t-0.5.1-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.m2t/target/org.eclipse.gendoc.m2t-0.5.1-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.m2t/0.5.1-SNAPSHOT/org.eclipse.gendoc.m2t-0.5.1-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.m2t/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.m2t/0.5.1-SNAPSHOT/org.eclipse.gendoc.m2t-0.5.1-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.m2t/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.m2t/0.5.1-SNAPSHOT/org.eclipse.gendoc.m2t-0.5.1-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.papyrus/0.5.1-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.papyrus-0.5.1-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/target/org.eclipse.gendoc.bundle.acceleo.papyrus-0.5.1-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.papyrus/0.5.1-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.papyrus-0.5.1-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.papyrus/0.5.1-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.papyrus-0.5.1-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.papyrus/0.5.1-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.papyrus-0.5.1-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.process/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.process/0.5.1-SNAPSHOT/org.eclipse.gendoc.process-0.5.1-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.process/target/org.eclipse.gendoc.process-0.5.1-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.process/0.5.1-SNAPSHOT/org.eclipse.gendoc.process-0.5.1-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.process/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.process/0.5.1-SNAPSHOT/org.eclipse.gendoc.process-0.5.1-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.process/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.process/0.5.1-SNAPSHOT/org.eclipse.gendoc.process-0.5.1-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.hyperlink/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags.hyperlink/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags.hyperlink-0.5.1-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.hyperlink/target/org.eclipse.gendoc.tags.hyperlink-0.5.1-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.tags.hyperlink/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags.hyperlink-0.5.1-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.hyperlink/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags.hyperlink/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags.hyperlink-0.5.1-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.hyperlink/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags.hyperlink/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags.hyperlink-0.5.1-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.services/0.5.1-SNAPSHOT/org.eclipse.gendoc.services-0.5.1-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services/target/org.eclipse.gendoc.services-0.5.1-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.services/0.5.1-SNAPSHOT/org.eclipse.gendoc.services-0.5.1-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.services/0.5.1-SNAPSHOT/org.eclipse.gendoc.services-0.5.1-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.services/0.5.1-SNAPSHOT/org.eclipse.gendoc.services-0.5.1-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/features/org.eclipse.gendoc.sirius.feature/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.sirius.feature/0.5.1-SNAPSHOT/org.eclipse.gendoc.sirius.feature-0.5.1-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/features/org.eclipse.gendoc.sirius.feature/target/org.eclipse.gendoc.sirius.feature-0.5.1-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.sirius.feature/0.5.1-SNAPSHOT/org.eclipse.gendoc.sirius.feature-0.5.1-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/features/org.eclipse.gendoc.sirius.feature/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.sirius.feature/0.5.1-SNAPSHOT/org.eclipse.gendoc.sirius.feature-0.5.1-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/features/org.eclipse.gendoc.sirius.feature/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.sirius.feature/0.5.1-SNAPSHOT/org.eclipse.gendoc.sirius.feature-0.5.1-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.documents/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.documents/0.5.1-SNAPSHOT/org.eclipse.gendoc.documents-0.5.1-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.documents/target/org.eclipse.gendoc.documents-0.5.1-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.documents/0.5.1-SNAPSHOT/org.eclipse.gendoc.documents-0.5.1-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.documents/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.documents/0.5.1-SNAPSHOT/org.eclipse.gendoc.documents-0.5.1-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.documents/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.documents/0.5.1-SNAPSHOT/org.eclipse.gendoc.documents-0.5.1-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.document.parser/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.document.parser/0.5.1-SNAPSHOT/org.eclipse.gendoc.document.parser-0.5.1-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.document.parser/target/org.eclipse.gendoc.document.parser-0.5.1-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.document.parser/0.5.1-SNAPSHOT/org.eclipse.gendoc.document.parser-0.5.1-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.document.parser/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.document.parser/0.5.1-SNAPSHOT/org.eclipse.gendoc.document.parser-0.5.1-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.document.parser/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.document.parser/0.5.1-SNAPSHOT/org.eclipse.gendoc.document.parser-0.5.1-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/features/org.eclipse.gendoc.feature/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.feature/0.5.1-SNAPSHOT/org.eclipse.gendoc.feature-0.5.1-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/features/org.eclipse.gendoc.feature/target/org.eclipse.gendoc.feature-0.5.1-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.feature/0.5.1-SNAPSHOT/org.eclipse.gendoc.feature-0.5.1-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/features/org.eclipse.gendoc.feature/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.feature/0.5.1-SNAPSHOT/org.eclipse.gendoc.feature-0.5.1-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/features/org.eclipse.gendoc.feature/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.feature/0.5.1-SNAPSHOT/org.eclipse.gendoc.feature-0.5.1-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.handlers/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags.handlers/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags.handlers-0.5.1-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.handlers/target/org.eclipse.gendoc.tags.handlers-0.5.1-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.tags.handlers/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags.handlers-0.5.1-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.handlers/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags.handlers/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags.handlers-0.5.1-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.handlers/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags.handlers/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags.handlers-0.5.1-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.gmf/0.5.1-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.gmf-0.5.1-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/target/org.eclipse.gendoc.bundle.acceleo.gmf-0.5.1-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.gmf/0.5.1-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.gmf-0.5.1-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.gmf/0.5.1-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.gmf-0.5.1-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.gmf/0.5.1-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.gmf-0.5.1-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.batch/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.batch/0.5.1-SNAPSHOT/org.eclipse.gendoc.batch-0.5.1-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.batch/target/org.eclipse.gendoc.batch-0.5.1-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.batch/0.5.1-SNAPSHOT/org.eclipse.gendoc.batch-0.5.1-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.batch/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.batch/0.5.1-SNAPSHOT/org.eclipse.gendoc.batch-0.5.1-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.batch/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.batch/0.5.1-SNAPSHOT/org.eclipse.gendoc.batch-0.5.1-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services.docx/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.docx/0.5.1-SNAPSHOT/org.eclipse.gendoc.services.docx-0.5.1-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services.docx/target/org.eclipse.gendoc.services.docx-0.5.1-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.services.docx/0.5.1-SNAPSHOT/org.eclipse.gendoc.services.docx-0.5.1-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services.docx/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.docx/0.5.1-SNAPSHOT/org.eclipse.gendoc.services.docx-0.5.1-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services.docx/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.docx/0.5.1-SNAPSHOT/org.eclipse.gendoc.services.docx-0.5.1-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.ui/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.ui/0.5.1-SNAPSHOT/org.eclipse.gendoc.ui-0.5.1-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.ui/target/org.eclipse.gendoc.ui-0.5.1-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.ui/0.5.1-SNAPSHOT/org.eclipse.gendoc.ui-0.5.1-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.ui/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.ui/0.5.1-SNAPSHOT/org.eclipse.gendoc.ui-0.5.1-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.ui/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.ui/0.5.1-SNAPSHOT/org.eclipse.gendoc.ui-0.5.1-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.wizard/0.5.1-SNAPSHOT/org.eclipse.gendoc.wizard-0.5.1-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard/target/org.eclipse.gendoc.wizard-0.5.1-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.wizard/0.5.1-SNAPSHOT/org.eclipse.gendoc.wizard-0.5.1-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.wizard/0.5.1-SNAPSHOT/org.eclipse.gendoc.wizard-0.5.1-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.wizard/0.5.1-SNAPSHOT/org.eclipse.gendoc.wizard-0.5.1-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.html/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags.html/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags.html-0.5.1-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.html/target/org.eclipse.gendoc.tags.html-0.5.1-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.tags.html/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags.html-0.5.1-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.html/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags.html/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags.html-0.5.1-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.tags.html/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags.html/0.5.1-SNAPSHOT/org.eclipse.gendoc.tags.html-0.5.1-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/features/org.eclipse.gendoc.papyrus.feature/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.papyrus.feature/0.5.1-SNAPSHOT/org.eclipse.gendoc.papyrus.feature-0.5.1-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/features/org.eclipse.gendoc.papyrus.feature/target/org.eclipse.gendoc.papyrus.feature-0.5.1-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.papyrus.feature/0.5.1-SNAPSHOT/org.eclipse.gendoc.papyrus.feature-0.5.1-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/features/org.eclipse.gendoc.papyrus.feature/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.papyrus.feature/0.5.1-SNAPSHOT/org.eclipse.gendoc.papyrus.feature-0.5.1-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/features/org.eclipse.gendoc.papyrus.feature/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.papyrus.feature/0.5.1-SNAPSHOT/org.eclipse.gendoc.papyrus.feature-0.5.1-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard.gmf/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.wizard.gmf/0.5.1-SNAPSHOT/org.eclipse.gendoc.wizard.gmf-0.5.1-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard.gmf/target/org.eclipse.gendoc.wizard.gmf-0.5.1-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.wizard.gmf/0.5.1-SNAPSHOT/org.eclipse.gendoc.wizard.gmf-0.5.1-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard.gmf/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.wizard.gmf/0.5.1-SNAPSHOT/org.eclipse.gendoc.wizard.gmf-0.5.1-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard.gmf/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.wizard.gmf/0.5.1-SNAPSHOT/org.eclipse.gendoc.wizard.gmf-0.5.1-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/releng/org.eclipse.gendoc.update-site/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.incubation.update-site/0.5.1-SNAPSHOT/org.eclipse.gendoc.incubation.update-site-0.5.1-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/releng/org.eclipse.gendoc.update-site/target/org.eclipse.gendoc.incubation.update-site-0.5.1-SNAPSHOT.zip to org.eclipse.gendoc/org.eclipse.gendoc.incubation.update-site/0.5.1-SNAPSHOT/org.eclipse.gendoc.incubation.update-site-0.5.1-SNAPSHOT.zip [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/releng/org.eclipse.gendoc.update-site/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.incubation.update-site/0.5.1-SNAPSHOT/org.eclipse.gendoc.incubation.update-site-0.5.1-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/releng/org.eclipse.gendoc.update-site/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.incubation.update-site/0.5.1-SNAPSHOT/org.eclipse.gendoc.incubation.update-site-0.5.1-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard.papyrus/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.wizard.papyrus/0.5.1-SNAPSHOT/org.eclipse.gendoc.wizard.papyrus-0.5.1-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard.papyrus/target/org.eclipse.gendoc.wizard.papyrus-0.5.1-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.wizard.papyrus/0.5.1-SNAPSHOT/org.eclipse.gendoc.wizard.papyrus-0.5.1-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard.papyrus/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.wizard.papyrus/0.5.1-SNAPSHOT/org.eclipse.gendoc.wizard.papyrus-0.5.1-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.wizard.papyrus/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.wizard.papyrus/0.5.1-SNAPSHOT/org.eclipse.gendoc.wizard.papyrus-0.5.1-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services.odt/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.odt/0.5.1-SNAPSHOT/org.eclipse.gendoc.services.odt-0.5.1-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services.odt/target/org.eclipse.gendoc.services.odt-0.5.1-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.services.odt/0.5.1-SNAPSHOT/org.eclipse.gendoc.services.odt-0.5.1-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services.odt/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.odt/0.5.1-SNAPSHOT/org.eclipse.gendoc.services.odt-0.5.1-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-0.5-juno-maintenance/plugins/org.eclipse.gendoc.services.odt/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.odt/0.5.1-SNAPSHOT/org.eclipse.gendoc.services.odt-0.5.1-SNAPSHOT-p2artifacts.xml channel stopped Archiving artifacts Finished: SUCCESS