Branch indexing Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from b834e24b02c5c4ffcd8223668485d4be15430365 [Pipeline] Start of Pipeline [Pipeline] node Agent centos-8-4vkm9 is provisioned from template centos-8 --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6" jenkins/label: "centos-latest_centos-8" name: "centos-8-4vkm9" namespace: "tycho" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.tycho.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-8-4vkm9" - 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-8-4vkm9" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.tycho.svc.cluster.local/tycho/" image: "docker.io/eclipsecbi/jiro-agent-centos-8:remoting-3160.vd76b_9ddd10cc" 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-tycho" 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" Running on centos-8-4vkm9 in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse-tycho/tycho.git > git init /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754 # timeout=10 Fetching upstream changes from https://github.com/eclipse-tycho/tycho.git > git --version # timeout=10 > git --version # 'git version 2.41.0' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse-tycho/tycho.git +refs/heads/backport/tycho-4.0.x/pr-3754:refs/remotes/origin/backport/tycho-4.0.x/pr-3754 # timeout=10 Avoid second fetch Checking out Revision b834e24b02c5c4ffcd8223668485d4be15430365 (backport/tycho-4.0.x/pr-3754) > git config remote.origin.url https://github.com/eclipse-tycho/tycho.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/backport/tycho-4.0.x/pr-3754:refs/remotes/origin/backport/tycho-4.0.x/pr-3754 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b834e24b02c5c4ffcd8223668485d4be15430365 # timeout=10 Commit message: "Fix typo" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 4 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Build) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh + mvn --batch-mode -U -V -e clean install -Pits -Dmaven.repo.local=/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8) Maven home: /opt/tools/apache-maven/3.9.1 Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Tycho [pom] [INFO] Tycho Embedder API Maven/OSGi Shared Classes [jar] [INFO] Sisu OSGi/Plexus bridge [pom] [INFO] Sisu OSGi Services API [jar] [INFO] Sisu Equinox Embedder [jar] [INFO] Sisu Equinox Launching [jar] [INFO] Sisu Implementation of the OSGi R8 Framework Connect Specification [jar] [INFO] Tycho Service Provider Interfaces [jar] [INFO] P2 Maven Integration [maven-plugin] [INFO] Tycho Eclipse Project Metadata Model [jar] [INFO] Tycho Target Platform [jar] [INFO] Tycho P2 Support [jar] [INFO] Tycho Testing Harness [jar] [INFO] Tycho Core [jar] [INFO] Tycho JVM Library Detector [jar] [INFO] Tycho JDT Compiler Component [jar] [INFO] Tycho OSGi Compiler Plugin [maven-plugin] [INFO] Tycho OSGi Packaging Plugin [maven-plugin] [INFO] Tycho OSGi Source Plugin [maven-plugin] [INFO] Tycho Target Platform Configuration Plugin [maven-plugin] [INFO] Tycho Maven Build Extension [maven-plugin] [INFO] Tycho OSGi Declarative Services Plugin [maven-plugin] [INFO] Tycho JGit Build Timestamp Provider Plugin [jar] [INFO] Tycho Artifactor Comparator Plugin [jar] [INFO] Tycho Baseline Plugin [maven-plugin] [INFO] Tycho SBOM model extension [jar] [INFO] Tycho Surefire OSGi Booter Eclipse Application [jar] [INFO] Tycho Surefire Parent [pom] [INFO] Tycho Surefire OSGi JUnit 3 Runner [jar] [INFO] Tycho Surefire OSGi JUnit 4 Runner [jar] [INFO] Tycho Surefire OSGi JUnit 4.7 Runner [jar] [INFO] Tycho Surefire OSGi JUnit 5 Runner [jar] [INFO] Tycho Surefire OSGi JUnit 5.4 Runner [jar] [INFO] Tycho Surefire OSGi JUnit 5.5 Runner [jar] [INFO] Tycho Surefire OSGi JUnit 5.6 Runner [jar] [INFO] Tycho Surefire OSGi JUnit 5.7 Runner [jar] [INFO] Tycho Surefire OSGi JUnit 5.7 Runner with JUnit Vintage to execute JUnit 4.x tests as well [jar] [INFO] Tycho Surefire OSGi JUnit 5.8 Runner [jar] [INFO] Tycho Surefire OSGi JUnit 5.8 Runner with JUnit Vintage to execute JUnit 4.x tests as well [jar] [INFO] Tycho Surefire OSGi JUnit 5.9 Runner [jar] [INFO] Tycho Surefire OSGi JUnit 5.9 Runner with JUnit Vintage to execute JUnit 4.x tests as well [jar] [INFO] Tycho Surefire OSGi TestNG Runner [jar] [INFO] Tycho Surefire Plugin [maven-plugin] [INFO] org.eclipse.tycho.bnd.executionlistener [jar] [INFO] Tycho Versions Plugin [maven-plugin] [INFO] Tycho p2 Metadata Plugin [maven-plugin] [INFO] Tycho p2 Director Plugin [maven-plugin] [INFO] Tycho p2 Publisher Plugin [maven-plugin] [INFO] Tycho p2 Repository Plugin [maven-plugin] [INFO] Tycho GPG plugin [maven-plugin] [INFO] Tycho Extras [pom] [INFO] Tycho Document Bundle Plugin [maven-plugin] [INFO] Tycho Version Bump Plugin [maven-plugin] [INFO] Tycho p2 Extras Plugin [maven-plugin] [INFO] Tycho Custom Bundle Plugin [maven-plugin] [INFO] Tycho Eclipse Plugin [maven-plugin] [INFO] Tycho Eclipserun Plugin [maven-plugin] [INFO] Tycho JGit Source Reference Provider Plugin [jar] [INFO] Tycho Target Platform Validation Plugin [maven-plugin] [INFO] Tycho POM-less build extension [jar] [INFO] Tycho Dependency Tools Plugin [maven-plugin] [INFO] tycho-build [jar] [INFO] Plugin for performing API analysis tasks [maven-plugin] [INFO] Tycho BND Plugin [maven-plugin] [INFO] Tycho Repository Plugin [maven-plugin] [INFO] Tycho Integration Tests [jar] [INFO] Tycho Extras Integration Tests [jar] [INFO] [INFO] ----------------------< org.eclipse.tycho:tycho >----------------------- [INFO] Building Tycho 4.0.8-SNAPSHOT [1/67] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] Rule 2: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho/4.0.8-SNAPSHOT/tycho-4.0.8-SNAPSHOT.pom [INFO] [INFO] --------------------< org.eclipse.tycho:tycho-api >--------------------- [INFO] Building Tycho Embedder API Maven/OSGi Shared Classes 4.0.8-SNAPSHOT [2/67] [INFO] from tycho-api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-api --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-api --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-api --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-api --- [INFO] Compiling 53 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-api/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-api --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-api --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-api --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-api/target/tycho-api-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-api --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-api/target/tycho-api-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-api --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-api/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-api/4.0.8-SNAPSHOT/tycho-api-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-api/target/tycho-api-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-api/4.0.8-SNAPSHOT/tycho-api-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-api/target/tycho-api-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-api/4.0.8-SNAPSHOT/tycho-api-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --------------------< org.eclipse.tycho:sisu-osgi >--------------------- [INFO] Building Sisu OSGi/Plexus bridge 4.0.8-SNAPSHOT [3/67] [INFO] from sisu-osgi/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ sisu-osgi --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ sisu-osgi --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ sisu-osgi --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ sisu-osgi --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/sisu-osgi/4.0.8-SNAPSHOT/sisu-osgi-4.0.8-SNAPSHOT.pom [INFO] [INFO] ------------------< org.eclipse.tycho:sisu-osgi-api >------------------- [INFO] Building Sisu OSGi Services API 4.0.8-SNAPSHOT [4/67] [INFO] from sisu-osgi/sisu-osgi-api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ sisu-osgi-api --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ sisu-osgi-api --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ sisu-osgi-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-osgi-api/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ sisu-osgi-api --- [INFO] Compiling 11 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ sisu-osgi-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-osgi-api/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ sisu-osgi-api --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ sisu-osgi-api --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ sisu-osgi-api --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-osgi-api/target/sisu-osgi-api-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ sisu-osgi-api --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-osgi-api/target/sisu-osgi-api-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ sisu-osgi-api --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-osgi-api/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/sisu-osgi-api/4.0.8-SNAPSHOT/sisu-osgi-api-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-osgi-api/target/sisu-osgi-api-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/sisu-osgi-api/4.0.8-SNAPSHOT/sisu-osgi-api-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-osgi-api/target/sisu-osgi-api-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/sisu-osgi-api/4.0.8-SNAPSHOT/sisu-osgi-api-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.eclipse.tycho:sisu-equinox-embedder >--------------- [INFO] Building Sisu Equinox Embedder 4.0.8-SNAPSHOT [5/67] [INFO] from sisu-osgi/sisu-equinox-embedder/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ sisu-equinox-embedder --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ sisu-equinox-embedder --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ sisu-equinox-embedder --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-equinox-embedder/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ sisu-equinox-embedder --- [INFO] Compiling 4 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-equinox-embedder/src/main/java/org/eclipse/sisu/equinox/embedder/internal/DefaultEquinoxEmbedder.java: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-equinox-embedder/src/main/java/org/eclipse/sisu/equinox/embedder/internal/DefaultEquinoxEmbedder.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-equinox-embedder/src/main/java/org/eclipse/sisu/equinox/embedder/internal/DefaultEquinoxEmbedder.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-metadata (default) @ sisu-equinox-embedder --- [INFO] Discovered 1 component descriptor(s) [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ sisu-equinox-embedder --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-equinox-embedder/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ sisu-equinox-embedder --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-test-metadata (default) @ sisu-equinox-embedder --- [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ sisu-equinox-embedder --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ sisu-equinox-embedder --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-equinox-embedder/target/sisu-equinox-embedder-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ sisu-equinox-embedder --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-equinox-embedder/target/sisu-equinox-embedder-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ sisu-equinox-embedder --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-equinox-embedder/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/sisu-equinox-embedder/4.0.8-SNAPSHOT/sisu-equinox-embedder-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-equinox-embedder/target/sisu-equinox-embedder-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/sisu-equinox-embedder/4.0.8-SNAPSHOT/sisu-equinox-embedder-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-equinox-embedder/target/sisu-equinox-embedder-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/sisu-equinox-embedder/4.0.8-SNAPSHOT/sisu-equinox-embedder-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.eclipse.tycho:sisu-equinox-launching >-------------- [INFO] Building Sisu Equinox Launching 4.0.8-SNAPSHOT [6/67] [INFO] from sisu-osgi/sisu-equinox-launching/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ sisu-equinox-launching --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ sisu-equinox-launching --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ sisu-equinox-launching --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-equinox-launching/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ sisu-equinox-launching --- [INFO] Compiling 8 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-equinox-launching/src/main/java/org/eclipse/sisu/equinox/launching/internal/DefaultEquinoxInstallationFactory.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-equinox-launching/src/main/java/org/eclipse/sisu/equinox/launching/internal/DefaultEquinoxInstallationFactory.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-metadata (default) @ sisu-equinox-launching --- [INFO] Discovered 2 component descriptor(s) [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ sisu-equinox-launching --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-equinox-launching/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ sisu-equinox-launching --- [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-test-metadata (default) @ sisu-equinox-launching --- [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ sisu-equinox-launching --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-equinox-launching/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sisu.equinox.launching.internal.DefaultEquinoxInstallationFactoryTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.111 s -- in org.eclipse.sisu.equinox.launching.internal.DefaultEquinoxInstallationFactoryTest [INFO] Running org.eclipse.sisu.equinox.launching.internal.EquinoxLaunchConfigurationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.sisu.equinox.launching.internal.EquinoxLaunchConfigurationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ sisu-equinox-launching --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-equinox-launching/target/sisu-equinox-launching-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ sisu-equinox-launching --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-equinox-launching/target/sisu-equinox-launching-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ sisu-equinox-launching --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-equinox-launching/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/sisu-equinox-launching/4.0.8-SNAPSHOT/sisu-equinox-launching-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-equinox-launching/target/sisu-equinox-launching-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/sisu-equinox-launching/4.0.8-SNAPSHOT/sisu-equinox-launching-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-equinox-launching/target/sisu-equinox-launching-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/sisu-equinox-launching/4.0.8-SNAPSHOT/sisu-equinox-launching-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] ----------------< org.eclipse.tycho:sisu-osgi-connect >----------------- [INFO] Building Sisu Implementation of the OSGi R8 Framework Connect Specification 4.0.8-SNAPSHOT [7/67] [INFO] from sisu-osgi/sisu-osgi-connect/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ sisu-osgi-connect --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ sisu-osgi-connect --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ sisu-osgi-connect --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ sisu-osgi-connect --- [INFO] Compiling 6 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-osgi-connect/src/main/java/org/eclipse/sisu/osgi/connect/PlexusFrameworkConnectServiceFactory.java: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-osgi-connect/src/main/java/org/eclipse/sisu/osgi/connect/PlexusFrameworkConnectServiceFactory.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-osgi-connect/src/main/java/org/eclipse/sisu/osgi/connect/PlexusFrameworkConnectServiceFactory.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-metadata (default) @ sisu-osgi-connect --- [INFO] Discovered 1 component descriptor(s) [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ sisu-osgi-connect --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-osgi-connect/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ sisu-osgi-connect --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-test-metadata (default) @ sisu-osgi-connect --- [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ sisu-osgi-connect --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ sisu-osgi-connect --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-osgi-connect/target/sisu-osgi-connect-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ sisu-osgi-connect --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-osgi-connect/target/sisu-osgi-connect-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ sisu-osgi-connect --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-osgi-connect/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/sisu-osgi-connect/4.0.8-SNAPSHOT/sisu-osgi-connect-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-osgi-connect/target/sisu-osgi-connect-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/sisu-osgi-connect/4.0.8-SNAPSHOT/sisu-osgi-connect-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-osgi-connect/target/sisu-osgi-connect-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/sisu-osgi-connect/4.0.8-SNAPSHOT/sisu-osgi-connect-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --------------------< org.eclipse.tycho:tycho-spi >--------------------- [INFO] Building Tycho Service Provider Interfaces 4.0.8-SNAPSHOT [8/67] [INFO] from tycho-spi/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-spi --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-spi --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- buildnumber:3.2.0:create (default) @ tycho-spi --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-spi' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-spi [INFO] Storing buildNumber: b834e24b02c5c4ffcd8223668485d4be15430365 at timestamp: 1713288061037 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-spi' && 'git' 'symbolic-ref' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-spi [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-spi' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-spi [INFO] Storing scmBranch: UNKNOWN [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-spi --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 0 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-spi --- [INFO] Compiling 14 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-spi/src/main/java/org/eclipse/tycho/build/BuildListeners.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-spi/src/main/java/org/eclipse/tycho/build/BuildListeners.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-metadata (default) @ tycho-spi --- [INFO] Discovered 5 component descriptor(s) [INFO] [INFO] --- plugin:3.10.2:descriptor (default-descriptor) @ tycho-spi --- [INFO] Unsupported packaging type jar, execution skipped [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-spi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-spi/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-spi --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-test-metadata (default) @ tycho-spi --- [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-spi --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-spi --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-spi/target/tycho-spi-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-spi --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-spi/target/tycho-spi-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-spi --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-spi/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-spi/4.0.8-SNAPSHOT/tycho-spi-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-spi/target/tycho-spi-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-spi/4.0.8-SNAPSHOT/tycho-spi-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-spi/target/tycho-spi-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-spi/4.0.8-SNAPSHOT/tycho-spi-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] -----------------< org.eclipse.tycho:p2-maven-plugin >------------------ [INFO] Building P2 Maven Integration 4.0.8-SNAPSHOT [9/67] [INFO] from p2-maven-plugin/pom.xml [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ p2-maven-plugin --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ p2-maven-plugin --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- depends:1.5.0:generate-depends-file (generate-depends-file) @ p2-maven-plugin --- [INFO] Created: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/p2-maven-plugin/target/classes/META-INF/sisu/connect.dependencies [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ p2-maven-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ p2-maven-plugin --- [INFO] Compiling 78 source files with javac [debug target 17] to target/classes [WARNING] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/p2-maven-plugin/src/main/java/org/eclipse/tycho/p2maven/transport/TychoRepositoryTransport.java:[88,24] download(java.net.URI,java.io.OutputStream,long,org.eclipse.core.runtime.IProgressMonitor) in org.eclipse.equinox.internal.p2.repository.Transport has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/p2-maven-plugin/src/main/java/org/eclipse/tycho/p2maven/DefaultProvisioningAgent.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/p2-maven-plugin/src/main/java/org/eclipse/tycho/p2maven/DefaultProvisioningAgent.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plugin:3.10.2:descriptor (default-descriptor) @ p2-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 0 mojo descriptor. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-metadata (default) @ p2-maven-plugin --- [INFO] Discovered 41 component descriptor(s) [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ p2-maven-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/p2-maven-plugin/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ p2-maven-plugin --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-test-metadata (default) @ p2-maven-plugin --- [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ p2-maven-plugin --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ p2-maven-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/p2-maven-plugin/target/p2-maven-plugin-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- plugin:3.10.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ p2-maven-plugin --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ p2-maven-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/p2-maven-plugin/target/p2-maven-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ p2-maven-plugin --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/p2-maven-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/p2-maven-plugin/4.0.8-SNAPSHOT/p2-maven-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/p2-maven-plugin/target/p2-maven-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/p2-maven-plugin/4.0.8-SNAPSHOT/p2-maven-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/p2-maven-plugin/target/p2-maven-plugin-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/p2-maven-plugin/4.0.8-SNAPSHOT/p2-maven-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] ---------------< org.eclipse.tycho:tycho-metadata-model >--------------- [INFO] Building Tycho Eclipse Project Metadata Model 4.0.8-SNAPSHOT [10/67] [INFO] from tycho-metadata-model/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-metadata-model --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-metadata-model --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-metadata-model --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-metadata-model/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-metadata-model --- [INFO] Compiling 27 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-metadata-model --- [INFO] Copying 6 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-metadata-model --- [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-metadata-model --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-metadata-model/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tycho.maven.test.EclipseModelTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 s -- in org.eclipse.tycho.maven.test.EclipseModelTest [INFO] Running org.eclipse.tycho.maven.test.ProductConfigurationTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.eclipse.tycho.maven.test.ProductConfigurationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-metadata-model --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-metadata-model/target/tycho-metadata-model-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-metadata-model --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-metadata-model/target/tycho-metadata-model-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-metadata-model --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-metadata-model/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-metadata-model/4.0.8-SNAPSHOT/tycho-metadata-model-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-metadata-model/target/tycho-metadata-model-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-metadata-model/4.0.8-SNAPSHOT/tycho-metadata-model-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-metadata-model/target/tycho-metadata-model-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-metadata-model/4.0.8-SNAPSHOT/tycho-metadata-model-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] ---------------< org.eclipse.tycho:tycho-targetplatform >--------------- [INFO] Building Tycho Target Platform 4.0.8-SNAPSHOT [11/67] [INFO] from tycho-targetplatform/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-targetplatform --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-targetplatform --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-targetplatform --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-targetplatform/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-targetplatform --- [INFO] Compiling 10 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-targetplatform/src/main/java/org/eclipse/tycho/targetplatform/TargetPlatformArtifactResolver.java: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-targetplatform/src/main/java/org/eclipse/tycho/targetplatform/TargetPlatformArtifactResolver.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-targetplatform/src/main/java/org/eclipse/tycho/targetplatform/TargetPlatformArtifactResolver.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-metadata (default) @ tycho-targetplatform --- [INFO] Discovered 1 component descriptor(s) [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-targetplatform --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-targetplatform/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-targetplatform --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-test-metadata (default) @ tycho-targetplatform --- [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-targetplatform --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-targetplatform --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-targetplatform/target/tycho-targetplatform-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-targetplatform --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-targetplatform/target/tycho-targetplatform-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-targetplatform --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-targetplatform/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-targetplatform/4.0.8-SNAPSHOT/tycho-targetplatform-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-targetplatform/target/tycho-targetplatform-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-targetplatform/4.0.8-SNAPSHOT/tycho-targetplatform-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-targetplatform/target/tycho-targetplatform-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-targetplatform/4.0.8-SNAPSHOT/tycho-targetplatform-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] ---------------------< org.eclipse.tycho:tycho-p2 >--------------------- [INFO] Building Tycho P2 Support 4.0.8-SNAPSHOT [12/67] [INFO] from tycho-p2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-p2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-p2 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-p2 --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-p2 --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ tycho-p2 --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-p2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-p2 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-p2 --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-p2 --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2/target/tycho-p2-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-p2 --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2/target/tycho-p2-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-p2 --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-p2/4.0.8-SNAPSHOT/tycho-p2-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2/target/tycho-p2-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-p2/4.0.8-SNAPSHOT/tycho-p2-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2/target/tycho-p2-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-p2/4.0.8-SNAPSHOT/tycho-p2-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.eclipse.tycho:tycho-testing-harness >--------------- [INFO] Building Tycho Testing Harness 4.0.8-SNAPSHOT [13/67] [INFO] from tycho-testing-harness/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-testing-harness --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-testing-harness --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-testing-harness --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-testing-harness --- [INFO] Compiling 13 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-testing-harness/src/main/java/org/eclipse/tycho/testing/AbstractTychoMojoTestCase.java: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-testing-harness/src/main/java/org/eclipse/tycho/testing/AbstractTychoMojoTestCase.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-testing-harness/src/main/java/org/eclipse/tycho/testing/AbstractTychoMojoTestCase.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-testing-harness/src/main/java/org/eclipse/tycho/test/util/TychoMatchers.java: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-testing-harness/src/main/java/org/eclipse/tycho/test/util/TychoMatchers.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-testing-harness/src/main/java/org/eclipse/tycho/test/util/TychoMatchers.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-metadata (default) @ tycho-testing-harness --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-testing-harness --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-testing-harness/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-testing-harness --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-test-metadata (default) @ tycho-testing-harness --- [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-testing-harness --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-testing-harness --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-testing-harness/target/tycho-testing-harness-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-testing-harness --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-testing-harness/target/tycho-testing-harness-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-testing-harness --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-testing-harness/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-testing-harness/4.0.8-SNAPSHOT/tycho-testing-harness-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-testing-harness/target/tycho-testing-harness-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-testing-harness/4.0.8-SNAPSHOT/tycho-testing-harness-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-testing-harness/target/tycho-testing-harness-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-testing-harness/4.0.8-SNAPSHOT/tycho-testing-harness-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --------------------< org.eclipse.tycho:tycho-core >-------------------- [INFO] Building Tycho Core 4.0.8-SNAPSHOT [14/67] [INFO] from tycho-core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-core --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-core --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- compiler:3.13.0:compile (compile-system-packages-companion-jar) @ tycho-core --- [INFO] Compiling 1 source file with javac [debug target 9] to target/classes [WARNING] system modules path not set in conjunction with -source 9 [INFO] [INFO] --- jar:3.4.0:jar (system-packages-companion-jar) @ tycho-core --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/target/tycho-core-4.0.8-SNAPSHOT-system-packages-companion.jar [INFO] [INFO] --- antrun:3.1.0:run (copy-system-packages-companion-jar) @ tycho-core --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/src/main/resources [INFO] Executed tasks [INFO] [INFO] --- depends:1.5.0:generate-depends-file (generate-depends-file) @ tycho-core --- [INFO] Created: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/target/classes/META-INF/sisu/connect.dependencies [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-core --- [INFO] Copying 0 resource from src/main/resources to target/classes [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-core --- [INFO] Compiling 345 source files with javac [debug target 17] to target/classes [WARNING] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/src/main/java/org/eclipse/tycho/p2/tools/publisher/PublisherServiceImpl.java:[97,39] publishEEProfile(java.lang.String) in org.eclipse.tycho.p2.tools.publisher.facade.PublisherService has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/src/main/java/org/eclipse/tycho/p2/tools/publisher/PublisherServiceImpl.java:[88,39] publishEEProfile(java.io.File) in org.eclipse.tycho.p2.tools.publisher.facade.PublisherService has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/src/main/java/org/eclipse/m2e/pde/target/shared/MavenBundleWrapper.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/src/main/java/org/eclipse/m2e/pde/target/shared/MavenBundleWrapper.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-metadata (default) @ tycho-core --- [INFO] Discovered 72 component descriptor(s) [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-core --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] Copying 584 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-core --- [INFO] Compiling 131 source files with javac [debug target 17] to target/test-classes [WARNING] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/src/test/java/org/eclipse/tycho/p2resolver/LocalArtifactRepositoryP2APITest.java:[573,75] FORMAT_PACKED in org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/src/test/java/org/eclipse/tycho/p2resolver/PublisherServiceTest.java:[97,51] publishEEProfile(java.io.File) in org.eclipse.tycho.p2.tools.publisher.facade.PublisherService has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/src/test/java/org/eclipse/m2e/pde/target/tests/spi/TychoTargetLocationLoader.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/src/test/java/org/eclipse/m2e/pde/target/tests/spi/TychoTargetLocationLoader.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-test-metadata (default) @ tycho-core --- [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-core --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tycho.core.utils.TychoVersionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in org.eclipse.tycho.core.utils.TychoVersionTest [INFO] Running org.eclipse.tycho.core.ee.CustomExecutionEnvironmentTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in org.eclipse.tycho.core.ee.CustomExecutionEnvironmentTest [INFO] Running org.eclipse.tycho.core.ee.ExecutionEnvironmentConfigurationTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in org.eclipse.tycho.core.ee.ExecutionEnvironmentConfigurationTest [INFO] Running org.eclipse.tycho.core.ee.ExecutionEnvironmentTest SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [INFO] Resolving target definition file:/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/target/projects/targetJRE/target-definition/target-definition.target for environments=[linux/gtk/x86_64], include source mode=ignore, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-1.7' { source level: 1.7, target level: 1.7}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@285c63cf [INFO] Resolving target definition file:/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/target/projects/targetJRE/target-definition/target-definition.target for environments=[linux/gtk/x86_64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-1.7' { source level: 1.7, target level: 1.7}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@285c63cf [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.30 s -- in org.eclipse.tycho.core.ee.ExecutionEnvironmentTest [INFO] Running org.eclipse.tycho.core.ee.StandardExecutionEnvironmentTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.tycho.core.ee.StandardExecutionEnvironmentTest [INFO] Running org.eclipse.tycho.core.locking.FileLockServiceTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.385 s -- in org.eclipse.tycho.core.locking.FileLockServiceTest [INFO] Running org.eclipse.tycho.core.maven.MavenDependenciesResolverTest [WARNING] Failed to build parent project for commons-io:commons-io:jar:2.11.0 [WARNING] Invalid POM for commons-io:commons-io:jar:2.11.0, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.651 s -- in org.eclipse.tycho.core.maven.MavenDependenciesResolverTest [INFO] Running org.eclipse.tycho.core.maven.TychoInterpolatorTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.181 s -- in org.eclipse.tycho.core.maven.TychoInterpolatorTest [INFO] Running org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipantTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipantTest [INFO] Running org.eclipse.tycho.core.osgitools.BuildPropertiesParserImplTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s -- in org.eclipse.tycho.core.osgitools.BuildPropertiesParserImplTest [INFO] Running org.eclipse.tycho.core.osgitools.EquinoxResolverTest [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.26 s -- in org.eclipse.tycho.core.osgitools.EquinoxResolverTest [INFO] Running org.eclipse.tycho.core.osgitools.OsgiManifestTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.tycho.core.osgitools.OsgiManifestTest [INFO] Running org.eclipse.tycho.core.p2tools.DirectorApplicationCommandTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.tycho.core.p2tools.DirectorApplicationCommandTest [INFO] Running org.eclipse.tycho.core.resolver.DefaultTargetPlatformConfigurationReaderTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.395 s -- in org.eclipse.tycho.core.resolver.DefaultTargetPlatformConfigurationReaderTest [INFO] Running org.eclipse.tycho.core.resolver.TychoMirrorSelectorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s -- in org.eclipse.tycho.core.resolver.TychoMirrorSelectorTest [INFO] Running org.eclipse.tycho.core.shared.BuildPropertiesImplTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.tycho.core.shared.BuildPropertiesImplTest [INFO] Running org.eclipse.tycho.core.shared.LRUCacheTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.tycho.core.shared.LRUCacheTest [INFO] Running org.eclipse.tycho.core.shared.RepositoryBlackboardKeyTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.tycho.core.shared.RepositoryBlackboardKeyTest [INFO] Running org.eclipse.tycho.core.shared.TargetEnvironmentTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.tycho.core.shared.TargetEnvironmentTest [INFO] Running org.eclipse.tycho.core.test.DefaultBundleReaderTest [WARNING] Bundle-ClassPath entry foo/bar.txt does not exist in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/src/test/resources/bundlereader/testNestedDirClasspath_1.0.0.201007261122.jar [WARNING] Ignoring Bundle-ClassPath entry 'external:$user.home$/external-lib.jar' of bundle /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/src/test/resources/bundlereader/testNestedDirClasspath_1.0.0.201007261122.jar [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.549 s -- in org.eclipse.tycho.core.test.DefaultBundleReaderTest [INFO] Running org.eclipse.tycho.core.test.DefaultDependencyArtifactsTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.tycho.core.test.DefaultDependencyArtifactsTest [INFO] Running org.eclipse.tycho.core.test.DependencyComputerTest [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [INFO] Cache location: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/target/local-repo/.cache/tycho [INFO] Transport mode: online [INFO] Http Transport type: Java11Client [INFO] Update mode: cache first [INFO] Minimum cache duration: 60 minutes [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20201130205003/repository [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [INFO] Resolving target definition file:/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/target/projects/bootclasspath/bundle1/../test.target for environments=[linux/gtk/x86_64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@d065a93 [INFO] Reading org.eclipse.osgi_3.4.0.v20080605-1900.jar [INFO] Reading org.eclipse.osgi.feature_3.4.0.jar [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-compiler-plugin:jar:0.0.0 is missing, no dependency information available [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 57.23 s -- in org.eclipse.tycho.core.test.DependencyComputerTest [INFO] Running org.eclipse.tycho.core.test.MavenDependencyCollectorTest [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [INFO] Resolving target definition file:/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/target/projects/mavendeps/p001/../test.target for environments=[linux/gtk/x86_64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@59437ac5 [INFO] Reading nested_1.0.0.jar [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.346 s -- in org.eclipse.tycho.core.test.MavenDependencyCollectorTest [INFO] Running org.eclipse.tycho.core.test.P2IUTest [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Resolving dependencies of MavenProject: 428310:iuB:1.0.0 @ /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/target/iuBuildOrder/justIUs/iuB/pom.xml [INFO] Resolving dependencies of MavenProject: 428310:iuA:1.0.0 @ /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/target/iuBuildOrder/justIUs/iuA/pom.xml [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Resolving dependencies of MavenProject: 428310:anIU:1.0.0 @ /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/target/iuBuildOrder/featureToIU/iu/pom.xml [INFO] Resolving dependencies of MavenProject: 428310:featureWithIUDeps:1.0.0 @ /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/target/iuBuildOrder/featureToIU/feature/pom.xml [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Resolving dependencies of MavenProject: 428310:aFeature:1.0.0 @ /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/target/iuBuildOrder/iuToFeature/feature/pom.xml [INFO] Resolving dependencies of MavenProject: 428310:anIU:1.0.0 @ /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/target/iuBuildOrder/iuToFeature/iu/pom.xml [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.41 s -- in org.eclipse.tycho.core.test.P2IUTest [INFO] Running org.eclipse.tycho.core.test.TychoTest [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] {osgi.os=linux, osgi.ws=gtk, org.eclipse.update.install.features=true, osgi.arch=x86_64, org.eclipse.update.install.sources=true} [ERROR] Cannot resolve project dependencies: [ERROR] Software being installed: moduleorder.p001 0.0.1 [ERROR] Missing requirement: moduleorder.p001 0.0.1 requires 'java.package; moduleorder.p002 0.0.0' but it could not be found [ERROR] [ERROR] See https://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help. [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Resolving dependencies of MavenProject: moduleorder:moduleorder.p004:0.0.1 @ /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/target/projects/moduleorder/p004/pom.xml [INFO] Resolving dependencies of MavenProject: moduleorder:moduleorder.p003:0.0.1 @ /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/target/projects/moduleorder/p003/pom.xml [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [INFO] Resolving target definition file:/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/target/projects/projectpriority/p001/../test.target for environments=[linux/gtk/x86_64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@38a76720 [INFO] Reading projectpriority.p001_0.0.2.jar [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [INFO] Resolving target definition file:/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/target/projects/missingentry/test.target for environments=[linux/gtk/x86_64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@fc52b50 [INFO] Reading dirbundle_0.0.1 [INFO] Reading jarbundle_0.0.1.jar [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] Exploded plugin at location /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/src/test/resources/targetplatforms/missingentry/plugins/dirbundle_0.0.1 can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] Bundle-ClassPath entry missing_jar_entry.jar does not exist in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/src/test/resources/targetplatforms/missingentry/plugins/jarbundle_0.0.1.jar [INFO] Resolving class path of project [WARNING] Bundle-ClassPath entry missing_dir_entry.jar does not exist in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/src/test/resources/targetplatforms/missingentry/plugins/dirbundle_0.0.1 [WARNING] Bundle-ClassPath entry missing_jar_entry.jar does not exist in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/src/test/resources/targetplatforms/missingentry/plugins/jarbundle_0.0.1.jar [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Resolving dependencies of MavenProject: resolutionerror:feature_missing_plugin:1.0.0 @ /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/target/projects/resolutionerror/feature_missing_plugin/pom.xml [INFO] {osgi.os=linux, osgi.ws=gtk, org.eclipse.update.install.features=true, osgi.arch=x86_64, org.eclipse.update.install.sources=true} [ERROR] Cannot resolve project dependencies: [ERROR] Software being installed: feature_missing_feature.feature.group 1.0.0 [ERROR] Missing requirement: feature_missing_feature.feature.group 1.0.0 requires 'org.eclipse.equinox.p2.iu; plugin.not.found 0.0.0' but it could not be found [ERROR] [ERROR] See https://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help. [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Resolving dependencies of MavenProject: resolutionerror:feature_missing_feature:1.0.0 @ /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/target/projects/resolutionerror/feature_missing_feature/pom.xml [INFO] {osgi.os=linux, osgi.ws=gtk, org.eclipse.update.install.features=true, osgi.arch=x86_64, org.eclipse.update.install.sources=true} [ERROR] Cannot resolve project dependencies: [ERROR] Software being installed: feature_missing_feature.feature.group 1.0.0 [ERROR] Missing requirement: feature_missing_feature.feature.group 1.0.0 requires 'org.eclipse.equinox.p2.iu; feature.not.found.feature.group 0.0.0' but it could not be found [ERROR] [ERROR] See https://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help. [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [INFO] Resolving target definition file:/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/target/projects/extraclasspath/b01/../test.target for environments=[linux/gtk/x86_64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@667103e [INFO] Reading bundle01_0.0.1 [INFO] Reading org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar [INFO] Reading feature01 [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:target-platform-configuration:jar:0.0.0 is missing, no dependency information available [INFO] Resolving class path of b02 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.69 s -- in org.eclipse.tycho.core.test.TychoTest [INFO] Running org.eclipse.tycho.artifacts.configuration.TargetPlatformFilterConfigurationReaderTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.859 s -- in org.eclipse.tycho.artifacts.configuration.TargetPlatformFilterConfigurationReaderTest [INFO] Running org.eclipse.tycho.p2resolver.CompositeArtifactProviderTest [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.osgi,3.4.3.R34x_v20081215-1030 have severely compromised security. Please report this concern to the artifact provider. [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.osgi,3.4.3.R34x_v20081215-1030 have severely compromised security. Please report this concern to the artifact provider. [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.osgi,3.4.3.R34x_v20081215-1030 have severely compromised security. Please report this concern to the artifact provider. [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.osgi,3.4.3.R34x_v20081215-1030 have severely compromised security. Please report this concern to the artifact provider. [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.osgi,3.4.3.R34x_v20081215-1030 have severely compromised security. Please report this concern to the artifact provider. [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.osgi,3.4.3.R34x_v20081215-1030 have severely compromised security. Please report this concern to the artifact provider. [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.osgi,3.4.3.R34x_v20081215-1030 have severely compromised security. Please report this concern to the artifact provider. [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.203 s -- in org.eclipse.tycho.p2resolver.CompositeArtifactProviderTest [INFO] Running org.eclipse.tycho.p2resolver.CustomEEResolutionHandlerTest [INFO] Adding repository file:/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/src/test/resources/repositories/custom-profile [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 s -- in org.eclipse.tycho.p2resolver.CustomEEResolutionHandlerTest [INFO] Running org.eclipse.tycho.p2resolver.CustomEEResolutionHintsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.tycho.p2resolver.CustomEEResolutionHintsTest [INFO] Running org.eclipse.tycho.p2resolver.DependencyCollectorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.tycho.p2resolver.DependencyCollectorTest [INFO] Running org.eclipse.tycho.p2resolver.DuplicateFilteringLoggingProgressMonitorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.tycho.p2resolver.DuplicateFilteringLoggingProgressMonitorTest [INFO] Running org.eclipse.tycho.p2resolver.FeatureRootAdviceTest [WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.003 s -- in org.eclipse.tycho.p2resolver.FeatureRootAdviceTest [INFO] Running org.eclipse.tycho.p2resolver.FeatureRootAdviceFilesTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.tycho.p2resolver.FeatureRootAdviceFilesTest [INFO] Running org.eclipse.tycho.p2resolver.FeatureRootAdviceLinksTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.tycho.p2resolver.FeatureRootAdviceLinksTest [INFO] Running org.eclipse.tycho.p2resolver.FeatureRootAdvicePermissionsTest [WARNING] Tests run: 9, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.007 s -- in org.eclipse.tycho.p2resolver.FeatureRootAdvicePermissionsTest [INFO] Running org.eclipse.tycho.p2resolver.FeatureRootfileArtifactRepositoryTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.623 s -- in org.eclipse.tycho.p2resolver.FeatureRootfileArtifactRepositoryTest [INFO] Running org.eclipse.tycho.p2resolver.FileRepositoryArtifactProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.288 s -- in org.eclipse.tycho.p2resolver.FileRepositoryArtifactProviderTest [INFO] Running org.eclipse.tycho.p2resolver.FileSetTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.tycho.p2resolver.FileSetTest [INFO] Running org.eclipse.tycho.p2resolver.FileToPathMapTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.tycho.p2resolver.FileToPathMapTest [INFO] Running org.eclipse.tycho.p2resolver.GAVArtifactDescriptorTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.tycho.p2resolver.GAVArtifactDescriptorTest [INFO] Running org.eclipse.tycho.p2resolver.LocalArtifactRepositoryFactoryTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.252 s -- in org.eclipse.tycho.p2resolver.LocalArtifactRepositoryFactoryTest [INFO] Running org.eclipse.tycho.p2resolver.LocalArtifactRepositoryP2APITest [INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.650 s -- in org.eclipse.tycho.p2resolver.LocalArtifactRepositoryP2APITest [INFO] Running org.eclipse.tycho.p2resolver.LocalArtifactRepositoryTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.904 s -- in org.eclipse.tycho.p2resolver.LocalArtifactRepositoryTest [INFO] Running org.eclipse.tycho.p2resolver.LocalArtifactTransferPolicyTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.tycho.p2resolver.LocalArtifactTransferPolicyTest [INFO] Running org.eclipse.tycho.p2resolver.LocalMetadataRepositoryTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.254 s -- in org.eclipse.tycho.p2resolver.LocalMetadataRepositoryTest [INFO] Running org.eclipse.tycho.p2resolver.MavenPropertiesAdviceTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.tycho.p2resolver.MavenPropertiesAdviceTest [INFO] Running org.eclipse.tycho.p2resolver.MetadataSerializableImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 s -- in org.eclipse.tycho.p2resolver.MetadataSerializableImplTest [INFO] Running org.eclipse.tycho.p2resolver.MirroringArtifactProviderErrorTest [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.osgi,3.4.3.R34x_v20081215-1030 have severely compromised security. Please report this concern to the artifact provider. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.eclipse.tycho.p2resolver.MirroringArtifactProviderErrorTest [INFO] Running org.eclipse.tycho.p2resolver.MirroringArtifactProviderTest [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.osgi,3.4.3.R34x_v20081215-1030 have severely compromised security. Please report this concern to the artifact provider. [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.osgi,3.4.3.R34x_v20081215-1030 have severely compromised security. Please report this concern to the artifact provider. [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.100 s -- in org.eclipse.tycho.p2resolver.MirroringArtifactProviderTest [INFO] Running org.eclipse.tycho.p2resolver.ModuleArtifactRepositoryTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.843 s -- in org.eclipse.tycho.p2resolver.ModuleArtifactRepositoryTest [INFO] Running org.eclipse.tycho.p2resolver.ModuleMetadataRepositoryTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.477 s -- in org.eclipse.tycho.p2resolver.ModuleMetadataRepositoryTest [INFO] Running org.eclipse.tycho.p2resolver.P2DependencyGeneratorImplTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.tycho.p2resolver.P2DependencyGeneratorImplTest [INFO] Running org.eclipse.tycho.p2resolver.P2GeneratorImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.tycho.p2resolver.P2GeneratorImplTest [INFO] Running org.eclipse.tycho.p2resolver.P2MetadataGeneratorImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.tycho.p2resolver.P2MetadataGeneratorImplTest [INFO] Running org.eclipse.tycho.p2resolver.P2MetadataMojoTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.tycho.p2resolver.P2MetadataMojoTest [INFO] Running org.eclipse.tycho.p2resolver.P2ResolverAdditionalRequirementsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.tycho.p2resolver.P2ResolverAdditionalRequirementsTest [INFO] Running org.eclipse.tycho.p2resolver.P2ResolverTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.849 s -- in org.eclipse.tycho.p2resolver.P2ResolverTest [INFO] Running org.eclipse.tycho.p2resolver.PomDependencyCollectorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.236 s -- in org.eclipse.tycho.p2resolver.PomDependencyCollectorTest [INFO] Running org.eclipse.tycho.p2resolver.ProviderOnlyArtifactRepositoryTest [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.osgi,3.4.3.R34x_v20081215-1030 have severely compromised security. Please report this concern to the artifact provider. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 s -- in org.eclipse.tycho.p2resolver.ProviderOnlyArtifactRepositoryTest [INFO] Running org.eclipse.tycho.p2resolver.PublishProductToolTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.362 s -- in org.eclipse.tycho.p2resolver.PublishProductToolTest [INFO] Running org.eclipse.tycho.p2resolver.PublisherServiceFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.eclipse.tycho.p2resolver.PublisherServiceFactoryTest [INFO] Running org.eclipse.tycho.p2resolver.PublisherServiceTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.270 s -- in org.eclipse.tycho.p2resolver.PublisherServiceTest [INFO] Running org.eclipse.tycho.p2resolver.PublishingRepositoryTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.252 s -- in org.eclipse.tycho.p2resolver.PublishingRepositoryTest [INFO] Running org.eclipse.tycho.p2resolver.ReactorRepositoryManagerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 s -- in org.eclipse.tycho.p2resolver.ReactorRepositoryManagerTest [INFO] Running org.eclipse.tycho.p2resolver.RemoteAgentCompositeLoadingTest [ERROR] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] Provisioning exception org.eclipse.equinox.p2.core.ProvisionException: No repository found at file:/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/src/test/resources/repositories/composite/missingChildAndAtomicUnset/two. at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.fail(AbstractRepositoryManager.java:409) at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:713) at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.loadRepository(ArtifactRepositoryManager.java:131) at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.loadRepository(ArtifactRepositoryManager.java:125) at org.eclipse.tycho.p2maven.transport.RemoteArtifactRepositoryManager.lambda$loadRepository$1(RemoteArtifactRepositoryManager.java:109) at org.eclipse.tycho.p2maven.transport.RemoteArtifactRepositoryManager.accessRepository(RemoteArtifactRepositoryManager.java:141) at org.eclipse.tycho.p2maven.transport.RemoteArtifactRepositoryManager.loadRepository(RemoteArtifactRepositoryManager.java:109) at org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository.load(CompositeArtifactRepository.java:476) at org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository.addChild(CompositeArtifactRepository.java:157) at org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository.(CompositeArtifactRepository.java:79) at org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepositoryFactory.load(CompositeArtifactRepositoryFactory.java:120) at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.factoryLoad(ArtifactRepositoryManager.java:92) at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:791) at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:689) at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.loadRepository(ArtifactRepositoryManager.java:131) at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.loadRepository(ArtifactRepositoryManager.java:125) at org.eclipse.tycho.p2maven.transport.RemoteArtifactRepositoryManager.lambda$loadRepository$1(RemoteArtifactRepositoryManager.java:109) at org.eclipse.tycho.p2maven.transport.RemoteArtifactRepositoryManager.accessRepository(RemoteArtifactRepositoryManager.java:141) at org.eclipse.tycho.p2maven.transport.RemoteArtifactRepositoryManager.loadRepository(RemoteArtifactRepositoryManager.java:109) at org.eclipse.tycho.p2resolver.RemoteAgentCompositeLoadingTest.testLoadingCompositeRepositoryWithMissingChildFailsByDefault(RemoteAgentCompositeLoadingTest.java:54) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.Verifier$1.evaluate(Verifier.java:35) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s -- in org.eclipse.tycho.p2resolver.RemoteAgentCompositeLoadingTest [INFO] Running org.eclipse.tycho.p2resolver.RemoteAgentDisableP2MirrorsTest [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.076 s -- in org.eclipse.tycho.p2resolver.RemoteAgentDisableP2MirrorsTest [INFO] Running org.eclipse.tycho.p2resolver.RemoteAgentMavenMirrorsTest [INFO] Loading repository 'well-known-id' from mirror 'well-known-id' at 'http://localhost:39173/mirrored' [INFO] Loading repository 'well-known-id' from mirror 'well-known-id' at 'http://localhost:39173/mirrored' [INFO] Loading repository 'http://localhost:39921/original' from mirror 'http://localhost:39921/original' at 'http://localhost:39921/mirrored' [INFO] Loading repository 'http://localhost:39921/original' from mirror 'http://localhost:39921/original' at 'http://localhost:39921/mirrored' [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.621 s -- in org.eclipse.tycho.p2resolver.RemoteAgentMavenMirrorsTest [INFO] Running org.eclipse.tycho.p2resolver.RemoteAgentMetadataRepositoryCacheTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.608 s -- in org.eclipse.tycho.p2resolver.RemoteAgentMetadataRepositoryCacheTest [INFO] Running org.eclipse.tycho.p2resolver.RepositoryArtifactProviderTest [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.osgi,3.4.3.R34x_v20081215-1030 have severely compromised security. Please report this concern to the artifact provider. [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.osgi,3.4.3.R34x_v20081215-1030 have severely compromised security. Please report this concern to the artifact provider. [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.osgi,3.4.3.R34x_v20081215-1030 have severely compromised security. Please report this concern to the artifact provider. [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.osgi,3.4.3.R34x_v20081215-1030 have severely compromised security. Please report this concern to the artifact provider. [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.osgi,3.4.3.R34x_v20081215-1030 have severely compromised security. Please report this concern to the artifact provider. [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.osgi,3.4.3.R34x_v20081215-1030 have severely compromised security. Please report this concern to the artifact provider. [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.osgi,3.4.3.R34x_v20081215-1030 have severely compromised security. Please report this concern to the artifact provider. [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.osgi,3.4.3.R34x_v20081215-1030 have severely compromised security. Please report this concern to the artifact provider. [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.231 s -- in org.eclipse.tycho.p2resolver.RepositoryArtifactProviderTest [INFO] Running org.eclipse.tycho.p2resolver.RepositoryLayoutHelperTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.tycho.p2resolver.RepositoryLayoutHelperTest [INFO] Running org.eclipse.tycho.p2resolver.RepositoryReferencesTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.tycho.p2resolver.RepositoryReferencesTest [INFO] Running org.eclipse.tycho.p2resolver.RootFilePathTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.tycho.p2resolver.RootFilePathTest [INFO] Running org.eclipse.tycho.p2resolver.StatusToolTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.tycho.p2resolver.StatusToolTest [INFO] Running org.eclipse.tycho.p2resolver.TargetDefinitionFileTest [Fatal Error] :7:11: The end-tag for element type "location" must end with a '>' delimiter. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.tycho.p2resolver.TargetDefinitionFileTest [INFO] Running org.eclipse.tycho.p2resolver.TargetDefinitionResolverTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.385 s -- in org.eclipse.tycho.p2resolver.TargetDefinitionResolverTest [INFO] Running org.eclipse.tycho.p2resolver.TargetDefinitionResolverIncludeModeTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.647 s -- in org.eclipse.tycho.p2resolver.TargetDefinitionResolverIncludeModeTest [INFO] Running org.eclipse.tycho.p2resolver.TargetDefinitionResolverExecutionEnvironmentTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 s -- in org.eclipse.tycho.p2resolver.TargetDefinitionResolverExecutionEnvironmentTest [INFO] Running org.eclipse.tycho.p2resolver.TargetDefinitionResolverIncludeSourceTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.632 s -- in org.eclipse.tycho.p2resolver.TargetDefinitionResolverIncludeSourceTest [INFO] Running org.eclipse.tycho.p2resolver.TargetDefinitionResolverWithPlatformSpecificUnitsTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.616 s -- in org.eclipse.tycho.p2resolver.TargetDefinitionResolverWithPlatformSpecificUnitsTest [INFO] Running org.eclipse.tycho.p2resolver.TargetPlatformFactoryTest [WARNING] Tests run: 14, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.137 s -- in org.eclipse.tycho.p2resolver.TargetPlatformFactoryTest [INFO] Running org.eclipse.tycho.p2resolver.TargetPlatformFilterEvaluatorTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.895 s -- in org.eclipse.tycho.p2resolver.TargetPlatformFilterEvaluatorTest [INFO] Running org.eclipse.tycho.p2resolver.TargetPlatformTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.tycho.p2resolver.TargetPlatformTest [INFO] Running org.eclipse.tycho.p2resolver.VirtualFileSetTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.tycho.p2resolver.VirtualFileSetTest [INFO] Running org.eclipse.tycho.p2tools.MirrorApplicationServiceTest [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512 have severely compromised security. Please report this concern to the artifact provider. [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.core.runtime,3.5.0.v20090525 have severely compromised security. Please report this concern to the artifact provider. [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.example.feature_patch,1.0.0. [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.example.original_feature,1.0.0. [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512 have severely compromised security. Please report this concern to the artifact provider. [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.example.original_feature,1.0.0. [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512 have severely compromised security. Please report this concern to the artifact provider. [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.example.original_feature,1.0.0. [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.example.original_feature,1.0.0. [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.core.runtime,3.5.0.v20090525 have severely compromised security. Please report this concern to the artifact provider. [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.example.feature_patch,1.0.0. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.716 s -- in org.eclipse.tycho.p2tools.MirrorApplicationServiceTest [INFO] Running org.eclipse.tycho.p2tools.MirrorStandaloneTest Mirroring: osgi.bundle,org.eclipse.core.runtime,3.5.0.v20090525 (Descriptor: canonical: osgi.bundle,org.eclipse.core.runtime,3.5.0.v20090525) [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.core.runtime,3.5.0.v20090525 have severely compromised security. Please report this concern to the artifact provider. Mirroring: osgi.bundle,jarsigning,0.0.1.201109191414 (Descriptor: canonical: osgi.bundle,jarsigning,0.0.1.201109191414) [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] The digest algorithms (md5) used to verify osgi.bundle,jarsigning,0.0.1.201109191414 have severely compromised security. Please report this concern to the artifact provider. Mirroring: osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512 (Descriptor: canonical: osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512) [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512 have severely compromised security. Please report this concern to the artifact provider. Mirroring: osgi.bundle,jarsigning,0.0.1.201109191414 (Descriptor: canonical: osgi.bundle,jarsigning,0.0.1.201109191414) [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] The digest algorithms (md5) used to verify osgi.bundle,jarsigning,0.0.1.201109191414 have severely compromised security. Please report this concern to the artifact provider. Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86_64,1.0.101.R34x_v20080731 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86_64,1.0.101.R34x_v20080731) [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86_64,1.0.101.R34x_v20080731 have severely compromised security. Please report this concern to the artifact provider. Mirroring: osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512 (Descriptor: canonical: osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512) [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512 have severely compromised security. Please report this concern to the artifact provider. Mirroring: osgi.bundle,org.eclipse.equinox.launcher.win32.win32.x86,1.0.101.R34x_v20080731 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.win32.win32.x86,1.0.101.R34x_v20080731) [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.equinox.launcher.win32.win32.x86,1.0.101.R34x_v20080731 have severely compromised security. Please report this concern to the artifact provider. Mirroring: osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512 (Descriptor: canonical: osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512) [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512 have severely compromised security. Please report this concern to the artifact provider. Mirroring: osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512 (Descriptor: canonical: osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512) [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512 have severely compromised security. Please report this concern to the artifact provider. Mirroring: osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512 (Descriptor: canonical: osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512) [WARNING] [93d063d5-b96d-42fa-afbe-c7233da7dde6][Not called from a ClassRealm] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512 have severely compromised security. Please report this concern to the artifact provider. Mirroring: osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512 (Descriptor: canonical: osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512) [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.082 s -- in org.eclipse.tycho.p2tools.MirrorStandaloneTest [INFO] Running org.eclipse.m2e.pde.target.tests.DependencyExclusionTest [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = false [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.7.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = false [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = false [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.7.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = false [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.7.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.7.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.997 s -- in org.eclipse.m2e.pde.target.tests.DependencyExclusionTest [INFO] Running org.eclipse.m2e.pde.target.tests.MavenFeatureTest [INFO] Resolving MavenDependencyRoots = [GroupId = org.eclipse.vorto, ArtifactId = org.eclipse.vorto.feature, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = false [WARNING] Failed to build parent project for org.eclipse.vorto:core-bundles:pom:1.0.0 [WARNING] Failed to build parent project for org.eclipse.vorto:org.eclipse.vorto.feature:eclipse-feature:1.0.0 [WARNING] Invalid POM for org.eclipse.vorto:org.eclipse.vorto.feature:jar:1.0.0, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0.224 s -- in org.eclipse.m2e.pde.target.tests.MavenFeatureTest [INFO] Running org.eclipse.m2e.pde.target.tests.MavenTargetsTransitiveDependenciesTest [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter, Version = 5.9.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [], MissingManifestStrategy = ERROR, IncludeSource = false [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter, Version = 5.9.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter, Version = 5.9.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = false [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter, Version = 5.9.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter, Version = 5.9.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile, runtime], MissingManifestStrategy = ERROR, IncludeSource = false [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter, Version = 5.9.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile, runtime], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter, Version = 5.9.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = false [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter, Version = 5.9.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter, Version = 5.9.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile, runtime], MissingManifestStrategy = ERROR, IncludeSource = false [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter, Version = 5.9.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile, runtime], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.862 s -- in org.eclipse.m2e.pde.target.tests.MavenTargetsTransitiveDependenciesTest [INFO] Running org.eclipse.m2e.pde.target.tests.MixedCasesTest [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0 s -- in org.eclipse.m2e.pde.target.tests.MixedCasesTest [INFO] Running org.eclipse.m2e.pde.target.tests.OSGiMetadataGenerationTest [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.errorprone, ArtifactId = error_prone_annotations, Version = 2.18.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [INFO] Ignoring com.google.errorprone:error_prone_annotations:2.18.0 as it is not a bundle and MissingManifestStrategy is set to ignore for this location [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.errorprone, ArtifactId = error_prone_annotations, Version = 2.18.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [], MissingManifestStrategy = GENERATE, IncludeSource = true [INFO] default instructions = {Export-Package=*;version="${version}";-noimport:=true, Bundle-SymbolicName=m2e.custom.test.wrapped.${mvnArtifactId}, Bundle-Version=${version}, Bundle-Name=Bundle in Test from artifact ${mvnGroupId}:${mvnArtifactId}:${mvnVersion}:${mvnClassifier}, version=${version_cleanup;${mvnVersion}}, Import-Package=*} [INFO] com.google.errorprone:error_prone_annotations:2.18.0 is wrapped as a bundle with bundle symbolic name m2e.custom.test.wrapped.error_prone_annotations [INFO] The artifact can be referenced in feature files with the following data: [INFO] Resolving MavenDependencyRoots = [GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 2.6.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = false [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.errorprone, ArtifactId = error_prone_annotations, Version = 2.18.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [], MissingManifestStrategy = GENERATE, IncludeSource = true [INFO] default instructions = {Export-Package=*;version="${version}";-noimport:=true, Bundle-SymbolicName=m2e.wrapped.${mvnArtifactId}, Bundle-Version=${version}, Bundle-Name=Bundle in Test from artifact ${mvnGroupId}:${mvnArtifactId}:${mvnVersion}:${mvnClassifier}, version=${version_cleanup;${mvnVersion}}, Import-Package=*} [INFO] com.google.errorprone:error_prone_annotations:2.18.0 is wrapped as a bundle with bundle symbolic name m2e.wrapped.error_prone_annotations [INFO] The artifact can be referenced in feature files with the following data: [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.errorprone, ArtifactId = error_prone_annotations, Version = 2.18.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [], MissingManifestStrategy = GENERATE, IncludeSource = true [INFO] default instructions = {Export-Package=*;version="${version}";-noimport:=true, Bundle-SymbolicName=others.wrapped.${mvnArtifactId}, Bundle-Version=${version}, Bundle-Name=Bundle in Test from artifact ${mvnGroupId}:${mvnArtifactId}:${mvnVersion}:${mvnClassifier}, version=${version_cleanup;${mvnVersion}}, Import-Package=*} [INFO] com.google.errorprone:error_prone_annotations:2.18.0 is wrapped as a bundle with bundle symbolic name others.wrapped.error_prone_annotations [INFO] The artifact can be referenced in feature files with the following data: [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.errorprone, ArtifactId = error_prone_annotations, Version = 2.18.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true [INFO] com.google.errorprone:error_prone_annotations:2.18.0 is wrapped as a bundle with bundle symbolic name wrapped.com.google.errorprone.error_prone_annotations [INFO] The artifact can be referenced in feature files with the following data: [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.lucene, ArtifactId = lucene-analysis-common, Version = 9.5.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile, provided, runtime], MissingManifestStrategy = GENERATE, IncludeSource = false [INFO] org.apache.lucene:lucene-analysis-common:9.5.0 is wrapped as a bundle with bundle symbolic name wrapped.org.apache.lucene.lucene-analysis-common [INFO] The artifact can be referenced in feature files with the following data: [INFO] org.apache.lucene:lucene-core:9.5.0 is wrapped as a bundle with bundle symbolic name wrapped.org.apache.lucene.lucene-core [INFO] The artifact can be referenced in feature files with the following data: [INFO] Resolving MavenDependencyRoots = [GroupId = net.sf.saxon, ArtifactId = Saxon-HE, Version = 10.9, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = false [WARNING] net.sf.saxon:Saxon-HE:10.9: Dependency org.apache.ws.commons.axiom:axiom:jar:1.2.15 (compile?) was ignored! [WARNING] net.sf.saxon:Saxon-HE:10.9: Optional artifact org.apache.ws.commons.axiom:axiom:jar:1.2.15 was not found [INFO] net.sf.saxon:Saxon-HE:10.9 is wrapped as a bundle with bundle symbolic name wrapped.net.sf.saxon.Saxon-HE [INFO] The artifact can be referenced in feature files with the following data: [INFO] Resolving MavenDependencyRoots = [GroupId = edu.ucar, ArtifactId = cdm, Version = 4.5.5, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = false [WARNING] Failed to build parent project for commons-codec:commons-codec:jar:1.6 [WARNING] Invalid POM for commons-codec:commons-codec:jar:1.6, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] Invalid POM for junit:junit:jar:4.12, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] edu.ucar:cdm:4.5.5 is wrapped as a bundle with bundle symbolic name wrapped.edu.ucar.cdm [INFO] The artifact can be referenced in feature files with the following data: [INFO] edu.ucar:udunits:4.5.5 is wrapped as a bundle with bundle symbolic name wrapped.edu.ucar.udunits [INFO] The artifact can be referenced in feature files with the following data: [INFO] net.jcip:jcip-annotations:1.0 is wrapped as a bundle with bundle symbolic name wrapped.net.jcip.jcip-annotations [INFO] The artifact can be referenced in feature files with the following data: [INFO] edu.ucar:httpservices:4.5.5 is wrapped as a bundle with bundle symbolic name wrapped.edu.ucar.httpservices [INFO] The artifact can be referenced in feature files with the following data: [INFO] org.apache.httpcomponents:httpclient:4.2.6 is wrapped as a bundle with bundle symbolic name wrapped.org.apache.httpcomponents.httpclient [INFO] The artifact can be referenced in feature files with the following data: [INFO] org.apache.httpcomponents:httpcore:4.2.5 is wrapped as a bundle with bundle symbolic name wrapped.org.apache.httpcomponents.httpcore [INFO] The artifact can be referenced in feature files with the following data: [INFO] commons-logging:commons-logging:1.1.1 is wrapped as a bundle with bundle symbolic name wrapped.commons-logging.commons-logging [INFO] The artifact can be referenced in feature files with the following data: [INFO] org.apache.httpcomponents:httpmime:4.2.6 is wrapped as a bundle with bundle symbolic name wrapped.org.apache.httpcomponents.httpmime [INFO] The artifact can be referenced in feature files with the following data: [WARNING] org.jdom:jdom2:2.0.4: Dependency jdom:jdom:jar:1.0 (compile?) was ignored! [WARNING] org.jdom:jdom2:2.0.4: Dependency maven-plugins:maven-cobertura-plugin:plugin:1.3 (compile?) was ignored! [WARNING] org.jdom:jdom2:2.0.4: Dependency maven-plugins:maven-findbugs-plugin:plugin:1.3.1 (compile?) was ignored! [WARNING] org.jdom:jdom2:2.0.4: Version for package org.w3c.dom is set to different values in the source (1.1.3) and in the manifest (1.3.02). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [WARNING] org.jdom:jdom2:2.0.4: The default package '.' is not permitted by the Import-Package syntax. This can be caused by compile errors in Eclipse because Eclipse creates valid class files regardless of compile errors. The following package(s) import from the default package null [WARNING] org.jdom:jdom2:2.0.4: Dependency com.ibm.icu:icu4j:jar:2.6.1 (compile?) was ignored! [WARNING] org.jdom:jdom2:2.0.4: Exception: java.io.IOException: Unrecognized constant pool tag value 60 at index 41 at aQute.bnd.classfile.ConstantPool.read(ConstantPool.java:179) at aQute.bnd.classfile.ClassFile.parseClassFile(ClassFile.java:75) at aQute.bnd.osgi.Clazz.parseClassFileData(Clazz.java:797) at aQute.bnd.osgi.Clazz.parseClassFileData(Clazz.java:785) at aQute.bnd.osgi.Clazz.parseClassFileWithCollector(Clazz.java:773) at aQute.bnd.osgi.Clazz.parseClassFile(Clazz.java:763) at aQute.bnd.osgi.Analyzer.analyzeJar(Analyzer.java:2686) at aQute.bnd.osgi.Analyzer.analyzeBundleClasspath(Analyzer.java:2594) at aQute.bnd.osgi.Analyzer.analyzeContent(Analyzer.java:439) at aQute.bnd.osgi.Analyzer.analyze(Analyzer.java:208) at aQute.bnd.osgi.Analyzer.calcManifest(Analyzer.java:1038) at org.eclipse.m2e.pde.target.shared.MavenBundleWrapper.getWrappedNode(MavenBundleWrapper.java:223) at org.eclipse.m2e.pde.target.shared.MavenBundleWrapper.getWrappedNode(MavenBundleWrapper.java:183) at org.eclipse.m2e.pde.target.shared.MavenBundleWrapper.getWrappedNode(MavenBundleWrapper.java:183) at org.eclipse.m2e.pde.target.shared.MavenBundleWrapper.getWrappedNode(MavenBundleWrapper.java:183) at org.eclipse.m2e.pde.target.shared.MavenBundleWrapper.getWrappedArtifact(MavenBundleWrapper.java:142) at org.eclipse.tycho.core.resolver.MavenTargetDefinitionContent.(MavenTargetDefinitionContent.java:214) at org.eclipse.tycho.core.resolver.MavenTargetLocationFactory.resolveTargetDefinitionContent(MavenTargetLocationFactory.java:54) at org.eclipse.m2e.pde.target.tests.spi.TychoTargetLocationLoader.getLocationOf(TychoTargetLocationLoader.java:100) at org.eclipse.m2e.pde.target.tests.spi.TychoTargetLocationLoader.resolveMavenTarget(TychoTargetLocationLoader.java:91) at org.eclipse.m2e.pde.target.tests.AbstractMavenTargetTest.resolveMavenTarget(AbstractMavenTargetTest.java:63) at org.eclipse.m2e.pde.target.tests.OSGiMetadataGenerationTest.testBadDependencyInChain(OSGiMetadataGenerationTest.java:44) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [WARNING] org.jdom:jdom2:2.0.4: Invalid class file com/ibm/icu/impl/data/LocaleElements_zh__PINYIN.class (Unrecognized constant pool tag value 60 at index 41) [WARNING] org.jdom:jdom2:2.0.4: Optional artifact maven-plugins:maven-cobertura-plugin:plugin:1.3 was not found [WARNING] org.jdom:jdom2:2.0.4: Optional artifact maven-plugins:maven-findbugs-plugin:plugin:1.3.1 was not found [INFO] org.jdom:jdom2:2.0.4 is wrapped as a bundle with bundle symbolic name wrapped.org.jdom.jdom2 [INFO] The artifact can be referenced in feature files with the following data: [INFO] c3p0:c3p0:0.9.1.1 is wrapped as a bundle with bundle symbolic name wrapped.c3p0.c3p0 [INFO] The artifact can be referenced in feature files with the following data: [INFO] net.sf.ehcache:ehcache-core:2.6.2 is wrapped as a bundle with bundle symbolic name wrapped.net.sf.ehcache.ehcache-core [INFO] The artifact can be referenced in feature files with the following data: [INFO] org.itadaki:bzip2:0.9.1 is wrapped as a bundle with bundle symbolic name wrapped.org.itadaki.bzip2 [INFO] The artifact can be referenced in feature files with the following data: [WARNING] Tests run: 9, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 19.86 s -- in org.eclipse.m2e.pde.target.tests.OSGiMetadataGenerationTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 612, Failures: 0, Errors: 0, Skipped: 12 [INFO] [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-core --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/target/tycho-core-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-core --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/target/tycho-core-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- jar:3.4.0:test-jar (test-jar) @ tycho-core --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/target/tycho-core-4.0.8-SNAPSHOT-tests.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-core --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-core/4.0.8-SNAPSHOT/tycho-core-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/target/tycho-core-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-core/4.0.8-SNAPSHOT/tycho-core-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/target/tycho-core-4.0.8-SNAPSHOT-system-packages-companion.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-core/4.0.8-SNAPSHOT/tycho-core-4.0.8-SNAPSHOT-system-packages-companion.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/target/tycho-core-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-core/4.0.8-SNAPSHOT/tycho-core-4.0.8-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/target/tycho-core-4.0.8-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-core/4.0.8-SNAPSHOT/tycho-core-4.0.8-SNAPSHOT-tests.jar [INFO] [INFO] ----------------< org.eclipse.tycho:tycho-lib-detector >---------------- [INFO] Building Tycho JVM Library Detector 4.0.8-SNAPSHOT [15/67] [INFO] from tycho-lib-detector/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-lib-detector --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-lib-detector --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-lib-detector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-lib-detector/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-lib-detector --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-lib-detector/target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-lib-detector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-lib-detector/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-lib-detector --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-lib-detector --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-lib-detector --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-lib-detector/target/tycho-lib-detector-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-lib-detector --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-lib-detector/target/tycho-lib-detector-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-lib-detector --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-lib-detector/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-lib-detector/4.0.8-SNAPSHOT/tycho-lib-detector-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-lib-detector/target/tycho-lib-detector-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-lib-detector/4.0.8-SNAPSHOT/tycho-lib-detector-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-lib-detector/target/tycho-lib-detector-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-lib-detector/4.0.8-SNAPSHOT/tycho-lib-detector-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] ----------------< org.eclipse.tycho:tycho-compiler-jdt >---------------- [INFO] Building Tycho JDT Compiler Component 4.0.8-SNAPSHOT [16/67] [INFO] from tycho-compiler-jdt/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-compiler-jdt --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-compiler-jdt --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-compiler-jdt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-jdt/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-compiler-jdt --- [INFO] Compiling 4 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-jdt/src/main/java/org/eclipse/tycho/compiler/jdt/JDTCompiler.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-jdt/src/main/java/org/eclipse/tycho/compiler/jdt/JDTCompiler.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-metadata (default) @ tycho-compiler-jdt --- [INFO] Discovered 2 component descriptor(s) [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-compiler-jdt --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-compiler-jdt --- [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-test-metadata (default) @ tycho-compiler-jdt --- [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-compiler-jdt --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-jdt/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tycho.compiler.jdt.JDTCompilerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.303 s -- in org.eclipse.tycho.compiler.jdt.JDTCompilerTest [INFO] Running org.eclipse.tycho.compiler.jdt.JdkLibraryInfoProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s -- in org.eclipse.tycho.compiler.jdt.JdkLibraryInfoProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-compiler-jdt --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-jdt/target/tycho-compiler-jdt-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-compiler-jdt --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-jdt/target/tycho-compiler-jdt-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-compiler-jdt --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-jdt/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-compiler-jdt/4.0.8-SNAPSHOT/tycho-compiler-jdt-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-jdt/target/tycho-compiler-jdt-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-compiler-jdt/4.0.8-SNAPSHOT/tycho-compiler-jdt-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-jdt/target/tycho-compiler-jdt-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-compiler-jdt/4.0.8-SNAPSHOT/tycho-compiler-jdt-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.eclipse.tycho:tycho-compiler-plugin >--------------- [INFO] Building Tycho OSGi Compiler Plugin 4.0.8-SNAPSHOT [17/67] [INFO] from tycho-compiler-plugin/pom.xml [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-compiler-plugin --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-compiler-plugin --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-compiler-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-compiler-plugin --- [INFO] Compiling 8 source files with javac [debug target 17] to target/classes [WARNING] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/src/main/java/copied/org/apache/maven/plugin/AbstractCompilerMojo.java:[131,20] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/src/main/java/copied/org/apache/maven/plugin/AbstractCompilerMojo.java:[230,33] deprecated item is not annotated with @Deprecated [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/src/main/java/copied/org/apache/maven/plugin/AbstractCompilerMojo.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/src/main/java/copied/org/apache/maven/plugin/AbstractCompilerMojo.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plugin:3.10.2:descriptor (default-descriptor) @ tycho-compiler-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-compiler-plugin --- [INFO] Copying 260 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-compiler-plugin --- [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-compiler-plugin --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tycho.osgicompiler.test.OsgiCompilerTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Resolving class path of projectSettings02 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/projectSettings/p002/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 17/17 [debug] Using compiler 'jdt'. [INFO] Resolving class path of p001 [debug] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/resources/p001/.settings/org.eclipse.jdt.core.prefs' could not be found [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/resources/p001/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [debug] Manifest BREEs: [OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 1.3/1.2 [debug] Using compiler 'jdt'. [INFO] Resolving class path of bootclasspath-accessrules [debug] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/bootclasspath-accessrules/.settings/org.eclipse.jdt.core.prefs' could not be found [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/bootclasspath-accessrules/target/a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [debug] Using compiler 'jdt'. [debug] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/bootclasspath-accessrules/.settings/org.eclipse.jdt.core.prefs' could not be found [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/bootclasspath-accessrules/target/b.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 17/17 [debug] Using compiler 'jdt'. [INFO] Resolving class path of p004 [debug] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/resources/p004/.settings/org.eclipse.jdt.core.prefs' could not be found [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/resources/p004/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [debug] Using compiler 'jdt'. [debug] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/resources/p004/.settings/org.eclipse.jdt.core.prefs' could not be found [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/resources/p004/target/nested.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 1.5/1.5 [debug] Using compiler 'jdt'. [INFO] Resolving class path of p002 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/multisource/p002/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 1.5/1.5 [debug] Using compiler 'jdt'. [INFO] Resolving class path of multiJarSingleDir [debug] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/logs/multiJarSingleDir/.settings/org.eclipse.jdt.core.prefs' could not be found [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/logs/multiJarSingleDir/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [debug] Using compiler 'jdt'. [debug] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/logs/multiJarSingleDir/.settings/org.eclipse.jdt.core.prefs' could not be found [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/logs/multiJarSingleDir/target/library.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [debug] Manifest BREEs: [OSGi profile 'JavaSE-1.8' { source level: 1.8, target level: 1.8}] [debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11} [debug] Effective source/target: 1.8/1.8 [debug] Using compiler 'jdt'. [INFO] Resolving class path of jreCompilationProfile [debug] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/useJDKBREE/.settings/org.eclipse.jdt.core.prefs' could not be found [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 17/17 [debug] Using compiler 'jdt'. [INFO] Resolving class path of p001 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/accessrules/p001/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 17/17 [debug] Using compiler 'jdt'. [INFO] Resolving class path of p004 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/accessrules/p004/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 17/17 [debug] Using compiler 'jdt'. [INFO] Resolving class path of p003 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/accessrules/p003/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 17/17 [debug] Using compiler 'jdt'. [INFO] Resolving class path of p002 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/accessrules/p002/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 1.5/1.5 [debug] Using compiler 'jdt'. [INFO] Resolving class path of compilerMessages [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/compilermessages/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 1.5/1.5 [debug] Using compiler 'jdt'. [INFO] Resolving class path of multiJarMultiDir [debug] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/logs/multiJarMultiDir/.settings/org.eclipse.jdt.core.prefs' could not be found [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/logs/multiJarMultiDir/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [debug] Using compiler 'jdt'. [debug] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/logs/multiJarMultiDir/.settings/org.eclipse.jdt.core.prefs' could not be found [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/logs/multiJarMultiDir/target/lib/library.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [debug] Manifest BREEs: [OSGi profile 'JavaSE-1.8' { source level: 1.8, target level: 1.8}] [debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11} [debug] Effective source/target: 1.8/1.8 [debug] Using compiler 'jdt'. [INFO] Resolving class path of p006-newerEEthenBREE [debug] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/executionEnvironment/p006-newerEEthanBREE/.settings/org.eclipse.jdt.core.prefs' could not be found [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/executionEnvironment/p006-newerEEthanBREE/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [debug] Manifest BREEs: [OSGi profile 'JavaSE-1.8' { source level: 1.8, target level: 1.8}] [debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11} [debug] Effective source/target: 1.8/1.8 [debug] Using compiler 'jdt'. [INFO] Resolving class path of p007-automaticReleaseCommpilerArgumentDeterminationDisabled [debug] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/executionEnvironment/p007-automaticReleaseCommpilerArgumentDeterminationDisabled/.settings/org.eclipse.jdt.core.prefs' could not be found [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/executionEnvironment/p007-automaticReleaseCommpilerArgumentDeterminationDisabled/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 1.5/1.5 [debug] Using compiler 'jdt'. [INFO] Resolving class path of p001 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/multisource/p001/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 17/17 [debug] Using compiler 'jdt'. [INFO] Resolving class path of projectSettings01 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/projectSettings/p001/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 17/17 [debug] Using compiler 'jdt'. [INFO] Resolving class path of p001 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/accessrules/p001/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 17/17 [debug] Using compiler 'jdt'. [INFO] Resolving class path of p004 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/accessrules/p004/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 17/17 [debug] Using compiler 'jdt'. [INFO] Resolving class path of p003 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/accessrules/p003/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Resolving class path of p002 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 1.5/1.5 [debug] Using compiler 'jdt'. [INFO] Resolving class path of singleJar [debug] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/logs/customCompilerArgs/.settings/org.eclipse.jdt.core.prefs' could not be found [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/logs/customCompilerArgs/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [debug] Manifest BREEs: [OSGi profile 'OSGi/Minimum-1.0' { source level: 1.3, target level: 1.1}] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 1.3/1.1 [debug] Using compiler 'jdt'. [INFO] Resolving class path of bundle01 [debug] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/crosstalk/bundle01/.settings/org.eclipse.jdt.core.prefs' could not be found [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/crosstalk/bundle01/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 17/17 [debug] Using compiler 'jdt'. [INFO] Resolving class path of bundle02 [debug] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/crosstalk/bundle02/.settings/org.eclipse.jdt.core.prefs' could not be found [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/crosstalk/bundle02/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Resolving target definition file:/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/367431_frameworkExtensionCompileAccessRules/bundle/test.target for environments=[linux/gtk/x86_64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@7fcd6585 [INFO] Reading org.eclipse.osgi_3.4.3.R34x_v20081215-1030.jar [INFO] Reading test.framework.extension_1.0.0.jar [debug] Manifest BREEs: [OSGi profile 'JavaSE-1.8' { source level: 1.8, target level: 1.8}] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 1.8/1.8 [debug] Using compiler 'jdt'. [INFO] Resolving class path of 367431_frameworkExtensionCompileAccessRules [debug] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/367431_frameworkExtensionCompileAccessRules/bundle/.settings/org.eclipse.jdt.core.prefs' could not be found [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/367431_frameworkExtensionCompileAccessRules/bundle/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 1.5/1.5 [debug] Using compiler 'jdt'. [INFO] Resolving class path of embedednonclasspath [debug] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/embedednonclasspath/.settings/org.eclipse.jdt.core.prefs' could not be found [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/embedednonclasspath/target/library.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [debug] Using compiler 'jdt'. [debug] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/embedednonclasspath/.settings/org.eclipse.jdt.core.prefs' could not be found [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/embedednonclasspath/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Resolving target definition file:/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/classpath/p001/../test.target for environments=[linux/gtk/x86_64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@d024531 [INFO] Reading p003_0.0.1.jar [INFO] Resolving class path of p001 [INFO] Resolving class path of p002 [INFO] Resolving class path of p004 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 17/17 [debug] Using compiler 'jdt'. [INFO] Resolving class path of p002 [debug] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/resources/p002/.settings/org.eclipse.jdt.core.prefs' could not be found [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/resources/p002/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 1.5/1.5 [debug] Using compiler 'jdt'. [INFO] Resolving class path of miltijar [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/multijar/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [debug] Using compiler 'jdt'. [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/multijar/target/library.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [debug] Manifest BREEs: [OSGi profile 'JavaSE-1.6' { source level: 1.6, target level: 1.6}, OSGi profile 'J2SE-1.2' { source level: 1.3, target level: 1.1}, OSGi profile 'CDC-1.0/Foundation-1.0' { source level: 1.3, target level: 1.1}, OSGi profile 'OSGi/Minimum-1.2' { source level: 1.3, target level: 1.2}] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 1.3/1.5 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 17/17 [debug] Using compiler 'jdt'. [INFO] Resolving class path of compilerArgs [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/compiler-args/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 17/17 [debug] Using compiler 'jdt'. [INFO] Resolving class path of projectSettings01 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/projectSettings/p001/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [debug] Manifest BREEs: [OSGi profile 'JavaSE-1.7' { source level: 1.7, target level: 1.7}, OSGi profile 'JavaSE/compact1-1.8' { source level: 1.8, target level: 1.8}] [debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11} [debug] Effective source/target: 1.8/1.8 [warn] The effective compiler target level 1.8 is incompatible with the following OSGi execution environments: [JavaSE-1.7 (assumes 1.7)] @ MavenProject: org.eclipse.tycho.test:jreCompilationProfile:1.0.0 @ /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/jreCompilationProfile/pom.xml [debug] Using compiler 'jdt'. [INFO] Resolving class path of jreCompilationProfile [debug] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/jreCompilationProfile/.settings/org.eclipse.jdt.core.prefs' could not be found [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/jreCompilationProfile/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 17/17 [debug] Using compiler 'jdt'. [INFO] Resolving class path of p003 [debug] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/resources/p003/.settings/org.eclipse.jdt.core.prefs' could not be found [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/resources/p003/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 1.5/1.5 [debug] Using compiler 'jdt'. [INFO] Resolving class path of singleJar [debug] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/logs/singleJar/.settings/org.eclipse.jdt.core.prefs' could not be found [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/logs/singleJar/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 1.5/1.5 [debug] Using compiler 'jdt'. [INFO] Resolving class path of C [debug] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/indirectDependencies/C/.settings/org.eclipse.jdt.core.prefs' could not be found [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/indirectDependencies/C/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 1.5/1.5 [debug] Using compiler 'jdt'. [INFO] Resolving class path of B [debug] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/indirectDependencies/B/.settings/org.eclipse.jdt.core.prefs' could not be found [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/indirectDependencies/B/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Resolving class path of A [debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 1.5/1.5 [debug] Using compiler 'jdt'. [debug] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/indirectDependencies/A/.settings/org.eclipse.jdt.core.prefs' could not be found [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/indirectDependencies/A/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 1.5/1.5 [debug] Using compiler 'jdt'. [INFO] Resolving class path of singleJar [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 17/17 [debug] Using compiler 'jdt'. [INFO] Resolving class path of p001 [debug] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/executionEnvironment/p001/.settings/org.eclipse.jdt.core.prefs' could not be found [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/executionEnvironment/p001/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}, OSGi profile 'OSGi/Minimum-1.0' { source level: 1.3, target level: 1.1}] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 1.3/1.1 [debug] Using compiler 'jdt'. [INFO] Resolving class path of p002 [debug] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/executionEnvironment/p002/.settings/org.eclipse.jdt.core.prefs' could not be found [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/executionEnvironment/p002/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 1.5/jsr14 [debug] Using compiler 'jdt'. [INFO] Resolving class path of p003 [debug] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/executionEnvironment/p003/.settings/org.eclipse.jdt.core.prefs' could not be found [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/executionEnvironment/p003/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [debug] Manifest BREEs: [OSGi profile 'OSGi/Minimum-1.2' { source level: 1.3, target level: 1.2}] [debug] Target Platform EE: OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5} [debug] Effective source/target: 1.3/1.2 [debug] Using compiler 'jdt'. [INFO] Resolving class path of p004 [debug] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/executionEnvironment/p004/.settings/org.eclipse.jdt.core.prefs' could not be found [info] Nothing to compile - all classes are up to date [debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 1.5/jsr14 [debug] Using compiler 'jdt'. [INFO] Resolving class path of p005 [debug] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/executionEnvironment/p005/.settings/org.eclipse.jdt.core.prefs' could not be found [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/projects/executionEnvironment/p005/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 101.4 s -- in org.eclipse.tycho.osgicompiler.test.OsgiCompilerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-compiler-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/tycho-compiler-plugin-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- plugin:3.10.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-compiler-plugin --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-compiler-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/tycho-compiler-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-compiler-plugin --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-compiler-plugin/4.0.8-SNAPSHOT/tycho-compiler-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/tycho-compiler-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-compiler-plugin/4.0.8-SNAPSHOT/tycho-compiler-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-compiler-plugin/target/tycho-compiler-plugin-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-compiler-plugin/4.0.8-SNAPSHOT/tycho-compiler-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.eclipse.tycho:tycho-packaging-plugin >-------------- [INFO] Building Tycho OSGi Packaging Plugin 4.0.8-SNAPSHOT [18/67] [INFO] from tycho-packaging-plugin/pom.xml [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-packaging-plugin --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-packaging-plugin --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-packaging-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-packaging-plugin --- [INFO] Compiling 34 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-packaging-plugin/src/main/java/org/eclipse/tycho/buildversion/TimestampFinder.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-packaging-plugin/src/main/java/org/eclipse/tycho/buildversion/TimestampFinder.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plugin:3.10.2:descriptor (default-descriptor) @ tycho-packaging-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 10 mojo descriptors. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-metadata (default) @ tycho-packaging-plugin --- [INFO] Discovered 12 component descriptor(s) [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-packaging-plugin --- [INFO] Copying 118 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-packaging-plugin --- [INFO] Compiling 14 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-packaging-plugin/src/test/java/org/eclipse/tycho/buildversion/TestBuildTimestampProvider.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-packaging-plugin/src/test/java/org/eclipse/tycho/buildversion/TestBuildTimestampProvider.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-test-metadata (default) @ tycho-packaging-plugin --- [INFO] Discovered 2 component descriptor(s) [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-packaging-plugin --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-packaging-plugin/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tycho.buildnumber.test.PackageFeatureMojoTest SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Resolving dependencies of MavenProject: addMavenDescriptor:featureForcedToTrue:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-packaging-plugin/target/projects/addMavenDescriptor/featureForcedToTrue/pom.xml [INFO] Resolving target definition file:/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-packaging-plugin/target/projects/addMavenDescriptor/featureForcedToTrue/test.target for environments=[linux/gtk/x86_64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@134955bb [WARNING] Target location path '/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-packaging-plugin/target/projects/src/test/resources/eclipse' does not exist, target resolution might be incomplete. [INFO] The project's OSGi version is 1.0.0.202404161726 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Resolving dependencies of MavenProject: addMavenDescriptor:featureDefault:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-packaging-plugin/target/projects/addMavenDescriptor/featureDefault/pom.xml [INFO] Resolving target definition file:/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-packaging-plugin/target/projects/addMavenDescriptor/featureDefault/test.target for environments=[linux/gtk/x86_64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@736f2fb8 [WARNING] Target location path '/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-packaging-plugin/target/projects/src/test/resources/eclipse' does not exist, target resolution might be incomplete. [INFO] The project's OSGi version is 1.0.0.202404161726 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Resolving dependencies of MavenProject: licenseFeature:licenseFeature.feature:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-packaging-plugin/target/projects/licenseFeature/feature/pom.xml [INFO] Resolving target definition file:/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-packaging-plugin/target/projects/licenseFeature/feature/test.target for environments=[linux/gtk/x86_64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@6ba02f70 [INFO] Reading license_1.0.0.qualifier.jar [INFO] The project's OSGi version is 0.0.1.202404161726 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.60 s -- in org.eclipse.tycho.buildnumber.test.PackageFeatureMojoTest [INFO] Running org.eclipse.tycho.buildnumber.test.PackageIUMojoTest [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Resolving dependencies of MavenProject: 428310:iuWithPayloadButNoArtifactReference:1.0.0 @ /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-packaging-plugin/target/projects/iuWithPayloadButNoArtifactReference/pom.xml [INFO] Resolving target definition file:/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-packaging-plugin/target/projects/iuWithPayloadButNoArtifactReference/test.target for environments=[linux/gtk/x86_64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@623c9988 [WARNING] Target location path '/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-packaging-plugin/target/src/test/resources/eclipse' does not exist, target resolution might be incomplete. [INFO] The project's OSGi version is 1.0.0 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Resolving dependencies of MavenProject: 428310:iuWithoutPayload:1.0.0 @ /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-packaging-plugin/target/projects/iuWithoutPayload/pom.xml [INFO] Resolving target definition file:/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-packaging-plugin/target/projects/iuWithoutPayload/test.target for environments=[linux/gtk/x86_64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@416bff93 [WARNING] Target location path '/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-packaging-plugin/target/src/test/resources/eclipse' does not exist, target resolution might be incomplete. [INFO] The project's OSGi version is 1.0.0 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Resolving dependencies of MavenProject: 428310:iuWithPayload:1.0.0 @ /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-packaging-plugin/target/projects/iuWithPayload/pom.xml [INFO] Resolving target definition file:/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-packaging-plugin/target/projects/iuWithPayload/test.target for environments=[linux/gtk/x86_64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@6ca9f1d0 [WARNING] Target location path '/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-packaging-plugin/target/src/test/resources/eclipse' does not exist, target resolution might be incomplete. [INFO] The project's OSGi version is 1.0.0 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.513 s -- in org.eclipse.tycho.buildnumber.test.PackageIUMojoTest [INFO] Running org.eclipse.tycho.buildnumber.test.PackagePluginMojoTest [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] The project's OSGi version is 1.0.0.202404161727 [WARNING] Manifest processing failed: java.lang.NullPointerException: Cannot invoke "org.eclipse.aether.repository.LocalRepository.hashCode()" because "this.localRepo" is null [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] The project's OSGi version is 0.0.1.202404161727 [WARNING] Manifest processing failed: java.lang.NullPointerException: Cannot invoke "org.eclipse.aether.repository.LocalRepository.hashCode()" because "this.localRepo" is null [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] The project's OSGi version is 0.0.1.202404161727 [WARNING] Manifest processing failed: java.lang.NullPointerException: Cannot invoke "org.eclipse.aether.repository.LocalRepository.hashCode()" because "this.localRepo" is null [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] The project's OSGi version is 0.0.1.202404161727 [WARNING] Manifest processing failed: java.lang.NullPointerException: Cannot invoke "org.eclipse.aether.repository.LocalRepository.hashCode()" because "this.localRepo" is null [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] The project's OSGi version is 0.0.1.202404161727 [WARNING] Manifest processing failed: java.lang.NullPointerException: Cannot invoke "org.eclipse.aether.repository.LocalRepository.hashCode()" because "this.localRepo" is null [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] The project's OSGi version is 0.0.1.202404161727 [WARNING] Manifest processing failed: java.lang.NullPointerException: Cannot invoke "org.eclipse.aether.repository.LocalRepository.hashCode()" because "this.localRepo" is null [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] The project's OSGi version is 0.0.1.202404161727 [WARNING] Manifest processing failed: java.lang.NullPointerException: Cannot invoke "org.eclipse.aether.repository.LocalRepository.hashCode()" because "this.localRepo" is null [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.72 s -- in org.eclipse.tycho.buildnumber.test.PackagePluginMojoTest [INFO] Running org.eclipse.tycho.buildnumber.test.ValidateVersionTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.873 s -- in org.eclipse.tycho.buildnumber.test.ValidateVersionTest [INFO] Running org.eclipse.tycho.buildversion.BuildQualifierTest [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] The project's OSGi version is 0.0.1.123456 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Resolving dependencies of MavenProject: unpasablequalifier:feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-packaging-plugin/target/projects/stablebuildqualifier/unpasablequalifier/feature/pom.xml [info] The project's OSGi version is 1.0.0.unparsable-202404161727 [info] The project's OSGi version is 1.0.0.201205191300 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Resolving dependencies of MavenProject: stablebuildqualifier:attachedfeature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-packaging-plugin/target/projects/stablebuildqualifier/attachedfeature/pom.xml [INFO] Resolving target definition file:/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-packaging-plugin/target/projects/stablebuildqualifier/attachedfeature/test.target for environments=[linux/gtk/x86_64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@14e2e4e2 [INFO] Reading attachedfeature.attached.bundle.jar [INFO] Reading attachedfeature.attached.feature.jar [info] The project's OSGi version is 1.0.0.201206180600 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] The project's OSGi version is 0.0.1.foo-bar [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] The project's OSGi version is 0.0.1 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] The project's OSGi version is 0.0.1.blah [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] The project's OSGi version is 0.0.1.blah [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] The project's OSGi version is 0.0.1.202404161727 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] The project's OSGi version is 0.0.1.202404161727 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Resolving dependencies of MavenProject: stablebuildqualifier:feature02:1.0.0.201205191300 @ /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/feature02/pom.xml [INFO] Resolving dependencies of MavenProject: stablebuildqualifier:feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/feature/pom.xml [INFO] Resolving dependencies of MavenProject: stablebuildqualifier:product:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/product/pom.xml [info] The project's OSGi version is 1.0.0.201205191500 [info] The project's OSGi version is 1.0.0.201205192000 [info] The project's OSGi version is 1.0.0.201205191300 [info] The project's OSGi version is 1.0.0.201205191500 [info] The project's OSGi version is 1.0.0.201205191300 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.99 s -- in org.eclipse.tycho.buildversion.BuildQualifierTest [INFO] Running org.eclipse.tycho.buildversion.TimestampFinderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.tycho.buildversion.TimestampFinderTest [INFO] Running org.eclipse.tycho.buildversion.ValidateIdTest [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [ERROR] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-packaging-plugin/target/projects/nonMatchingIds/bundle/META-INF/MANIFEST.MF [2:0]: The Maven artifactId (currently: "bundle") must be the same as the bundle symbolic name (currently: "differentSymbolicName") [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [ERROR] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-packaging-plugin/target/projects/nonMatchingIds/feature/feature.xml [0:0]: The Maven artifactId (currently: "feature") must be the same as the feature ID (currently: "differentId") [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [ERROR] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-packaging-plugin/target/projects/nonMatchingIds/iu/p2iu.xml [0:0]: The Maven artifactId (currently: "nonMatchingId") must be the same as the iu ID (currently: "matchingId") [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [ERROR] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-packaging-plugin/target/projects/nonMatchingIds/test-plugin/META-INF/MANIFEST.MF [2:0]: The Maven artifactId (currently: "testbundle") must be the same as the bundle symbolic name (currently: "otherName") [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.673 s -- in org.eclipse.tycho.buildversion.ValidateIdTest [INFO] Running org.eclipse.tycho.packaging.FeatureXmlTransformerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 s -- in org.eclipse.tycho.packaging.FeatureXmlTransformerTest [INFO] Running org.eclipse.tycho.packaging.IUXmlTransformerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.tycho.packaging.IUXmlTransformerTest [INFO] Running org.eclipse.tycho.packaging.IncludeValidationHelperTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.tycho.packaging.IncludeValidationHelperTest [INFO] Running org.eclipse.tycho.packaging.sourceref.ScmUrlTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.tycho.packaging.sourceref.ScmUrlTest [INFO] Running org.eclipse.tycho.packaging.sourceref.SourceReferenceComputerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.462 s -- in org.eclipse.tycho.packaging.sourceref.SourceReferenceComputerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-packaging-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-packaging-plugin/target/tycho-packaging-plugin-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- plugin:3.10.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-packaging-plugin --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-packaging-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-packaging-plugin/target/tycho-packaging-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-packaging-plugin --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-packaging-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-packaging-plugin/4.0.8-SNAPSHOT/tycho-packaging-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-packaging-plugin/target/tycho-packaging-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-packaging-plugin/4.0.8-SNAPSHOT/tycho-packaging-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-packaging-plugin/target/tycho-packaging-plugin-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-packaging-plugin/4.0.8-SNAPSHOT/tycho-packaging-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] ---------------< org.eclipse.tycho:tycho-source-plugin >---------------- [INFO] Building Tycho OSGi Source Plugin 4.0.8-SNAPSHOT [19/67] [INFO] from tycho-source-plugin/pom.xml [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-source-plugin --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-source-plugin --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-source-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-source-plugin --- [INFO] Compiling 7 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-source-plugin/src/main/java/org/eclipse/tycho/source/SourceFeatureMojo.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-source-plugin/src/main/java/org/eclipse/tycho/source/SourceFeatureMojo.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plugin:3.10.2:descriptor (default-descriptor) @ tycho-source-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-metadata (default) @ tycho-source-plugin --- [INFO] Discovered 3 component descriptor(s) [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-source-plugin --- [INFO] Copying 8 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-source-plugin --- [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-test-metadata (default) @ tycho-source-plugin --- [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-source-plugin --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-source-plugin/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tycho.source.OsgiSourceMojoTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.10 s -- in org.eclipse.tycho.source.OsgiSourceMojoTest [INFO] Running org.eclipse.tycho.source.SourceFeatureSkeletonTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.eclipse.tycho.source.SourceFeatureSkeletonTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-source-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-source-plugin/target/tycho-source-plugin-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- plugin:3.10.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-source-plugin --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-source-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-source-plugin/target/tycho-source-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-source-plugin --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-source-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-source-plugin/4.0.8-SNAPSHOT/tycho-source-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-source-plugin/target/tycho-source-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-source-plugin/4.0.8-SNAPSHOT/tycho-source-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-source-plugin/target/tycho-source-plugin-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-source-plugin/4.0.8-SNAPSHOT/tycho-source-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.eclipse.tycho:target-platform-configuration >----------- [INFO] Building Tycho Target Platform Configuration Plugin 4.0.8-SNAPSHOT [20/67] [INFO] from target-platform-configuration/pom.xml [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ target-platform-configuration --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ target-platform-configuration --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ target-platform-configuration --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ target-platform-configuration --- [INFO] Compiling 10 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/target-platform-configuration/src/main/java/org/eclipse/tycho/target/TargetArtifactRepositoryLayout.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/target-platform-configuration/src/main/java/org/eclipse/tycho/target/TargetArtifactRepositoryLayout.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plugin:3.10.2:descriptor (default-descriptor) @ target-platform-configuration --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-metadata (default) @ target-platform-configuration --- [INFO] Discovered 3 component descriptor(s) [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ target-platform-configuration --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/target-platform-configuration/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ target-platform-configuration --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-test-metadata (default) @ target-platform-configuration --- [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ target-platform-configuration --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ target-platform-configuration --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/target-platform-configuration/target/target-platform-configuration-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- plugin:3.10.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ target-platform-configuration --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ target-platform-configuration --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/target-platform-configuration/target/target-platform-configuration-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ target-platform-configuration --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/target-platform-configuration/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/target-platform-configuration/4.0.8-SNAPSHOT/target-platform-configuration-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/target-platform-configuration/target/target-platform-configuration-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/target-platform-configuration/4.0.8-SNAPSHOT/target-platform-configuration-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/target-platform-configuration/target/target-platform-configuration-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/target-platform-configuration/4.0.8-SNAPSHOT/target-platform-configuration-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] ----------------< org.eclipse.tycho:tycho-maven-plugin >---------------- [INFO] Building Tycho Maven Build Extension 4.0.8-SNAPSHOT [21/67] [INFO] from tycho-maven-plugin/pom.xml [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-maven-plugin --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-maven-plugin --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-maven-plugin --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-maven-plugin --- [INFO] No sources to compile [INFO] [INFO] --- plugin:3.10.2:descriptor (default-descriptor) @ tycho-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 0 mojo descriptor. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-maven-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-maven-plugin/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-maven-plugin --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-maven-plugin --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-maven-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-maven-plugin/target/tycho-maven-plugin-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- plugin:3.10.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-maven-plugin --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-maven-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-maven-plugin/target/tycho-maven-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-maven-plugin --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-maven-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-maven-plugin/4.0.8-SNAPSHOT/tycho-maven-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-maven-plugin/target/tycho-maven-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-maven-plugin/4.0.8-SNAPSHOT/tycho-maven-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-maven-plugin/target/tycho-maven-plugin-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-maven-plugin/4.0.8-SNAPSHOT/tycho-maven-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] -----------------< org.eclipse.tycho:tycho-ds-plugin >------------------ [INFO] Building Tycho OSGi Declarative Services Plugin 4.0.8-SNAPSHOT [22/67] [INFO] from tycho-ds-plugin/pom.xml [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-ds-plugin --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-ds-plugin --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-ds-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-ds-plugin --- [INFO] Compiling 5 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-ds-plugin/src/main/java/org/eclipse/tycho/ds/DeclarativeServiceConfigurationReader.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-ds-plugin/src/main/java/org/eclipse/tycho/ds/DeclarativeServiceConfigurationReader.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plugin:3.10.2:descriptor (default-descriptor) @ tycho-ds-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 1 mojo descriptor. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-metadata (default) @ tycho-ds-plugin --- [INFO] Discovered 3 component descriptor(s) [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-ds-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-ds-plugin/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-ds-plugin --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-test-metadata (default) @ tycho-ds-plugin --- [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-ds-plugin --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-ds-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-ds-plugin/target/tycho-ds-plugin-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- plugin:3.10.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-ds-plugin --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-ds-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-ds-plugin/target/tycho-ds-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-ds-plugin --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-ds-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-ds-plugin/4.0.8-SNAPSHOT/tycho-ds-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-ds-plugin/target/tycho-ds-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-ds-plugin/4.0.8-SNAPSHOT/tycho-ds-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-ds-plugin/target/tycho-ds-plugin-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-ds-plugin/4.0.8-SNAPSHOT/tycho-ds-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] ------------< org.eclipse.tycho:tycho-buildtimestamp-jgit >------------- [INFO] Building Tycho JGit Build Timestamp Provider Plugin 4.0.8-SNAPSHOT [23/67] [INFO] from tycho-buildtimestamp-jgit/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-buildtimestamp-jgit --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-buildtimestamp-jgit --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-buildtimestamp-jgit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-buildtimestamp-jgit/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-buildtimestamp-jgit --- [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-buildtimestamp-jgit/src/main/java/org/eclipse/tycho/extras/buildtimestamp/jgit/JGitBuildTimestampProvider.java: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-buildtimestamp-jgit/src/main/java/org/eclipse/tycho/extras/buildtimestamp/jgit/JGitBuildTimestampProvider.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-buildtimestamp-jgit/src/main/java/org/eclipse/tycho/extras/buildtimestamp/jgit/JGitBuildTimestampProvider.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-metadata (default) @ tycho-buildtimestamp-jgit --- [INFO] Discovered 1 component descriptor(s) [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-buildtimestamp-jgit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-buildtimestamp-jgit/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-buildtimestamp-jgit --- [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-test-metadata (default) @ tycho-buildtimestamp-jgit --- [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-buildtimestamp-jgit --- [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-buildtimestamp-jgit --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-buildtimestamp-jgit/target/tycho-buildtimestamp-jgit-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-buildtimestamp-jgit --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-buildtimestamp-jgit/target/tycho-buildtimestamp-jgit-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-buildtimestamp-jgit --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-buildtimestamp-jgit/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-buildtimestamp-jgit/4.0.8-SNAPSHOT/tycho-buildtimestamp-jgit-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-buildtimestamp-jgit/target/tycho-buildtimestamp-jgit-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-buildtimestamp-jgit/4.0.8-SNAPSHOT/tycho-buildtimestamp-jgit-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-buildtimestamp-jgit/target/tycho-buildtimestamp-jgit-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-buildtimestamp-jgit/4.0.8-SNAPSHOT/tycho-buildtimestamp-jgit-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] -------------< org.eclipse.tycho:tycho-artifactcomparator >------------- [INFO] Building Tycho Artifactor Comparator Plugin 4.0.8-SNAPSHOT [24/67] [INFO] from tycho-artifactcomparator/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-artifactcomparator --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-artifactcomparator --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-artifactcomparator --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-artifactcomparator/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-artifactcomparator --- [INFO] Compiling 15 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-artifactcomparator/src/main/java/org/eclipse/tycho/zipcomparator/internal/ClassfileComparator.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-artifactcomparator/src/main/java/org/eclipse/tycho/zipcomparator/internal/ClassfileComparator.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-metadata (default) @ tycho-artifactcomparator --- [INFO] Discovered 9 component descriptor(s) [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-artifactcomparator --- [INFO] Copying 8 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-artifactcomparator --- [INFO] Compiling 4 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-artifactcomparator/src/test/java/org/eclipse/tycho/jarcomparator/testdata/JavaClass.java: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-artifactcomparator/src/test/java/org/eclipse/tycho/jarcomparator/testdata/JavaClass.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-artifactcomparator/src/test/java/org/eclipse/tycho/jarcomparator/testdata/JavaClass.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-test-metadata (default) @ tycho-artifactcomparator --- [INFO] Discovered 1 component descriptor(s) [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-artifactcomparator --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-artifactcomparator/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tycho.jarcomparator.tests.CompoundArtifactDeltaTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 s -- in org.eclipse.tycho.jarcomparator.tests.CompoundArtifactDeltaTest [INFO] Running org.eclipse.tycho.jarcomparator.tests.ContentsComparatorTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.336 s -- in org.eclipse.tycho.jarcomparator.tests.ContentsComparatorTest [INFO] Running org.eclipse.tycho.zipcomparator.internal.TextComparatorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s -- in org.eclipse.tycho.zipcomparator.internal.TextComparatorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-artifactcomparator --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-artifactcomparator/target/tycho-artifactcomparator-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-artifactcomparator --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-artifactcomparator/target/tycho-artifactcomparator-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-artifactcomparator --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-artifactcomparator/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-artifactcomparator/4.0.8-SNAPSHOT/tycho-artifactcomparator-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-artifactcomparator/target/tycho-artifactcomparator-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-artifactcomparator/4.0.8-SNAPSHOT/tycho-artifactcomparator-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-artifactcomparator/target/tycho-artifactcomparator-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-artifactcomparator/4.0.8-SNAPSHOT/tycho-artifactcomparator-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.eclipse.tycho:tycho-baseline-plugin >--------------- [INFO] Building Tycho Baseline Plugin 4.0.8-SNAPSHOT [25/67] [INFO] from tycho-baseline-plugin/pom.xml [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-baseline-plugin --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-baseline-plugin --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-baseline-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-baseline-plugin --- [INFO] Compiling 6 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-baseline-plugin/src/main/java/org/eclipse/tycho/baseline/BundleArtifactBaselineComparator.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-baseline-plugin/src/main/java/org/eclipse/tycho/baseline/BundleArtifactBaselineComparator.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plugin:3.10.2:descriptor (default-descriptor) @ tycho-baseline-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 1 mojo descriptor. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-metadata (default) @ tycho-baseline-plugin --- [INFO] Discovered 2 component descriptor(s) [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-baseline-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-baseline-plugin/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-baseline-plugin --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-test-metadata (default) @ tycho-baseline-plugin --- [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-baseline-plugin --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-baseline-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-baseline-plugin/target/tycho-baseline-plugin-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- plugin:3.10.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-baseline-plugin --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-baseline-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-baseline-plugin/target/tycho-baseline-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-baseline-plugin --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-baseline-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-baseline-plugin/4.0.8-SNAPSHOT/tycho-baseline-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-baseline-plugin/target/tycho-baseline-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-baseline-plugin/4.0.8-SNAPSHOT/tycho-baseline-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-baseline-plugin/target/tycho-baseline-plugin-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-baseline-plugin/4.0.8-SNAPSHOT/tycho-baseline-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --------------------< org.eclipse.tycho:tycho-sbom >-------------------- [INFO] Building Tycho SBOM model extension 4.0.8-SNAPSHOT [26/67] [INFO] from tycho-sbom/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-sbom --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-sbom --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-sbom --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-sbom/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-sbom --- [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-sbom/src/main/java/org/eclipse/tycho/sbom/TychoModelConverter.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-sbom/src/main/java/org/eclipse/tycho/sbom/TychoModelConverter.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-metadata (default) @ tycho-sbom --- [INFO] Discovered 2 component descriptor(s) [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-sbom --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-sbom/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-sbom --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-test-metadata (default) @ tycho-sbom --- [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-sbom --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-sbom --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-sbom/target/tycho-sbom-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-sbom --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-sbom/target/tycho-sbom-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-sbom --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-sbom/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-sbom/4.0.8-SNAPSHOT/tycho-sbom-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-sbom/target/tycho-sbom-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-sbom/4.0.8-SNAPSHOT/tycho-sbom-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-sbom/target/tycho-sbom-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-sbom/4.0.8-SNAPSHOT/tycho-sbom-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter >------- [INFO] Building Tycho Surefire OSGi Booter Eclipse Application 4.0.8-SNAPSHOT [27/67] [INFO] from tycho-surefire/org.eclipse.tycho.surefire.osgibooter/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- dependency:3.6.1:copy (copy) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-api:3.2.5:jar [INFO] Configured Artifact: org.apache.maven.surefire:surefire-logger-api:3.2.5:jar [INFO] Configured Artifact: org.apache.maven.surefire:surefire-booter:3.2.5:jar [INFO] Configured Artifact: org.apache.maven.surefire:maven-surefire-common:3.2.5:jar [INFO] Configured Artifact: org.apache.maven.surefire:surefire-extensions-api:3.2.5:jar [INFO] Configured Artifact: org.apache.maven.surefire:surefire-shared-utils:3.2.5:jar [INFO] Configured Artifact: org.apache.maven.plugins:maven-failsafe-plugin:3.2.5:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-java5:3.2.5:jar [INFO] Copying surefire-api-3.2.5.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/jars/surefire-api-3.2.5.jar [INFO] Copying surefire-logger-api-3.2.5.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/jars/surefire-logger-api-3.2.5.jar [INFO] Copying surefire-booter-3.2.5.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/jars/surefire-booter-3.2.5.jar [INFO] Copying maven-surefire-common-3.2.5.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/jars/maven-surefire-common-3.2.5.jar [INFO] Copying surefire-extensions-api-3.2.5.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/jars/surefire-extensions-api-3.2.5.jar [INFO] Copying surefire-shared-utils-3.2.5.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/jars/surefire-shared-utils-3.2.5.jar [INFO] Copying maven-failsafe-plugin-3.2.5.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/jars/maven-failsafe-plugin-3.2.5.jar [INFO] Copying common-java5-3.2.5.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/jars/common-java5-3.2.5.jar [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] Compiling 8 source files with javac [debug target 1.8] to target/classes [WARNING] bootstrap class path not set in conjunction with -source 8 [WARNING] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/src/main/java/org/eclipse/tycho/surefire/osgibooter/ContextFinderWithoutTychoBundle.java:[17,21] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/src/main/java/org/eclipse/tycho/surefire/osgibooter/ContextFinderWithoutTychoBundle.java:[17,21] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/src/main/java/org/eclipse/tycho/surefire/osgibooter/ContextFinderWithoutTychoBundle.java:[17,21] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/src/main/java/org/eclipse/tycho/surefire/osgibooter/ContextFinderWithoutTychoBundle.java:[34,39] java.lang.SecurityManager in java.lang has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/src/main/java/org/eclipse/tycho/surefire/osgibooter/ContextFinderWithoutTychoBundle.java:[34,39] java.lang.SecurityManager in java.lang has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/src/main/java/org/eclipse/tycho/surefire/osgibooter/ContextFinderWithoutTychoBundle.java:[34,39] java.lang.SecurityManager in java.lang has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/src/main/java/org/eclipse/tycho/surefire/osgibooter/ContextFinderWithoutTychoBundle.java:[47,9] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/src/main/java/org/eclipse/tycho/surefire/osgibooter/ContextFinderWithoutTychoBundle.java:[114,19] getSecurityManager() in java.lang.System has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/src/main/java/org/eclipse/tycho/surefire/osgibooter/ContextFinderWithoutTychoBundle.java:[116,16] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] [INFO] --- bnd:7.0.0:bnd-process (bundle-manifest) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/org.eclipse.tycho.surefire.osgibooter-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/org.eclipse.tycho.surefire.osgibooter-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.osgibooter-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/org.eclipse.tycho.surefire.osgibooter-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.osgibooter-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/org.eclipse.tycho.surefire.osgibooter-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.osgibooter-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] ------------------< org.eclipse.tycho:tycho-surefire >------------------ [INFO] Building Tycho Surefire Parent 4.0.8-SNAPSHOT [28/67] [INFO] from tycho-surefire/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-surefire --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-surefire --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-surefire --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-surefire --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-surefire/4.0.8-SNAPSHOT/tycho-surefire-4.0.8-SNAPSHOT.pom [INFO] [INFO] ---------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit >--------- [INFO] Building Tycho Surefire OSGi JUnit 3 Runner 4.0.8-SNAPSHOT [29/67] [INFO] from tycho-surefire/org.eclipse.tycho.surefire.junit/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.tycho.surefire.junit --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ org.eclipse.tycho.surefire.junit --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- dependency:3.6.1:unpack (unpack) @ org.eclipse.tycho.surefire.junit --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit3:3.2.5:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-junit3:3.2.5:jar [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit --- [WARNING] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit/bnd.bnd [0:0]: Host org.eclipse.tycho.surefire.osgibooter= for this fragment/require bundle cannot be found on the classpath [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.tycho.surefire.junit --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit/target/org.eclipse.tycho.surefire.junit-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit/target/org.eclipse.tycho.surefire.junit-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit/target/org.eclipse.tycho.surefire.junit-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit/target/org.eclipse.tycho.surefire.junit-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit4 >--------- [INFO] Building Tycho Surefire OSGi JUnit 4 Runner 4.0.8-SNAPSHOT [30/67] [INFO] from tycho-surefire/org.eclipse.tycho.surefire.junit4/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.tycho.surefire.junit4 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ org.eclipse.tycho.surefire.junit4 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- dependency:3.6.1:unpack (unpack) @ org.eclipse.tycho.surefire.junit4 --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit4:3.2.5:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-junit4:3.2.5:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-junit3:3.2.5:jar [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit4 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit4 --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit4 --- [WARNING] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit4/bnd.bnd [0:0]: Host org.eclipse.tycho.surefire.osgibooter= for this fragment/require bundle cannot be found on the classpath [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit4 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit4/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit4 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.tycho.surefire.junit4 --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit4 --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit4/target/org.eclipse.tycho.surefire.junit4-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit4 --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit4/target/org.eclipse.tycho.surefire.junit4-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit4 --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit4/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit4-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit4/target/org.eclipse.tycho.surefire.junit4-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit4-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit4/target/org.eclipse.tycho.surefire.junit4-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit4-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit47 >-------- [INFO] Building Tycho Surefire OSGi JUnit 4.7 Runner 4.0.8-SNAPSHOT [31/67] [INFO] from tycho-surefire/org.eclipse.tycho.surefire.junit47/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.tycho.surefire.junit47 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ org.eclipse.tycho.surefire.junit47 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- dependency:3.6.1:unpack (unpack) @ org.eclipse.tycho.surefire.junit47 --- [INFO] Configured Artifact: org.apache.maven.surefire:common-junit4:3.2.5:jar [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit47:3.2.5:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-junit48:3.2.5:jar [INFO] Configured Artifact: org.apache.maven.surefire:surefire-grouper:3.2.5:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-junit3:3.2.5:jar [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit47 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit47 --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit47 --- [WARNING] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit47/bnd.bnd [0:0]: Host org.eclipse.tycho.surefire.osgibooter= for this fragment/require bundle cannot be found on the classpath [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit47 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit47/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit47 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.tycho.surefire.junit47 --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit47 --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit47/target/org.eclipse.tycho.surefire.junit47-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit47 --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit47/target/org.eclipse.tycho.surefire.junit47-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit47 --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit47/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit47-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit47/target/org.eclipse.tycho.surefire.junit47-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit47-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit47/target/org.eclipse.tycho.surefire.junit47-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit47-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit5 >--------- [INFO] Building Tycho Surefire OSGi JUnit 5 Runner 4.0.8-SNAPSHOT [32/67] [INFO] from tycho-surefire/org.eclipse.tycho.surefire.junit5/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.tycho.surefire.junit5 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ org.eclipse.tycho.surefire.junit5 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- dependency:3.6.1:unpack (unpack) @ org.eclipse.tycho.surefire.junit5 --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:3.2.5:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.0.3:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.0.3:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.0.3:jar [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.0.3:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-java5:3.2.5:jar [INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:4.12.3:jar [INFO] Configured Artifact: org.opentest4j:opentest4j:1.0.0:jar [INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.0.0:jar [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit5 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit5 --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit5 --- [WARNING] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit5/bnd.bnd [0:0]: Host org.eclipse.tycho.surefire.osgibooter= for this fragment/require bundle cannot be found on the classpath [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit5 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit5/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit5 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.tycho.surefire.junit5 --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit5 --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit5/target/org.eclipse.tycho.surefire.junit5-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit5 --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit5/target/org.eclipse.tycho.surefire.junit5-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit5 --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit5/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit5-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit5/target/org.eclipse.tycho.surefire.junit5-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit5-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit5/target/org.eclipse.tycho.surefire.junit5-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit5-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit54 >-------- [INFO] Building Tycho Surefire OSGi JUnit 5.4 Runner 4.0.8-SNAPSHOT [33/67] [INFO] from tycho-surefire/org.eclipse.tycho.surefire.junit54/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.tycho.surefire.junit54 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ org.eclipse.tycho.surefire.junit54 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- dependency:3.6.1:unpack (unpack) @ org.eclipse.tycho.surefire.junit54 --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:3.2.5:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.4.1:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.4.1:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.4.1:jar [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.4.1:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-java5:3.2.5:jar [INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:5.4.1:jar [INFO] Configured Artifact: org.opentest4j:opentest4j:1.1.1:jar [INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.0.0:jar [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit54 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit54 --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit54 --- [WARNING] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit54/bnd.bnd [0:0]: Host org.eclipse.tycho.surefire.osgibooter= for this fragment/require bundle cannot be found on the classpath [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit54 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit54/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit54 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.tycho.surefire.junit54 --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit54 --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit54/target/org.eclipse.tycho.surefire.junit54-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit54 --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit54/target/org.eclipse.tycho.surefire.junit54-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit54 --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit54/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit54-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit54/target/org.eclipse.tycho.surefire.junit54-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit54-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit54/target/org.eclipse.tycho.surefire.junit54-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit54-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit55 >-------- [INFO] Building Tycho Surefire OSGi JUnit 5.5 Runner 4.0.8-SNAPSHOT [34/67] [INFO] from tycho-surefire/org.eclipse.tycho.surefire.junit55/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.tycho.surefire.junit55 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ org.eclipse.tycho.surefire.junit55 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- dependency:3.6.1:unpack (unpack) @ org.eclipse.tycho.surefire.junit55 --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:3.2.5:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.5.1:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.5.1:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.5.1:jar [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.5.1:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-java5:3.2.5:jar [INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:5.5.1:jar [INFO] Configured Artifact: org.opentest4j:opentest4j:1.1.1:jar [INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.0.0:jar [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit55 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit55 --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit55 --- [WARNING] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit55/bnd.bnd [0:0]: Host org.eclipse.tycho.surefire.osgibooter= for this fragment/require bundle cannot be found on the classpath [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit55 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit55/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit55 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.tycho.surefire.junit55 --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit55 --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit55/target/org.eclipse.tycho.surefire.junit55-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit55 --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit55/target/org.eclipse.tycho.surefire.junit55-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit55 --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit55/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit55-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit55/target/org.eclipse.tycho.surefire.junit55-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit55-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit55/target/org.eclipse.tycho.surefire.junit55-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit55-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit56 >-------- [INFO] Building Tycho Surefire OSGi JUnit 5.6 Runner 4.0.8-SNAPSHOT [35/67] [INFO] from tycho-surefire/org.eclipse.tycho.surefire.junit56/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.tycho.surefire.junit56 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ org.eclipse.tycho.surefire.junit56 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- dependency:3.6.1:unpack (unpack) @ org.eclipse.tycho.surefire.junit56 --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:3.2.5:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.6.3:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.6.3:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.6.3:jar [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.6.3:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-java5:3.2.5:jar [INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:5.6.3:jar [INFO] Configured Artifact: org.opentest4j:opentest4j:1.2.0:jar [INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.1.0:jar [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit56 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit56 --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit56 --- [WARNING] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit56/bnd.bnd [0:0]: Host org.eclipse.tycho.surefire.osgibooter= for this fragment/require bundle cannot be found on the classpath [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit56 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit56/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit56 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.tycho.surefire.junit56 --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit56 --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit56/target/org.eclipse.tycho.surefire.junit56-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit56 --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit56/target/org.eclipse.tycho.surefire.junit56-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit56 --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit56/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit56-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit56/target/org.eclipse.tycho.surefire.junit56-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit56-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit56/target/org.eclipse.tycho.surefire.junit56-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit56-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit57 >-------- [INFO] Building Tycho Surefire OSGi JUnit 5.7 Runner 4.0.8-SNAPSHOT [36/67] [INFO] from tycho-surefire/org.eclipse.tycho.surefire.junit57/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.tycho.surefire.junit57 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ org.eclipse.tycho.surefire.junit57 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- dependency:3.6.1:unpack (unpack) @ org.eclipse.tycho.surefire.junit57 --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:3.2.5:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.7.2:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.7.2:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.7.2:jar [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.7.2:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-java5:3.2.5:jar [INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.1.0:jar [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit57 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit57 --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit57 --- [WARNING] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit57/bnd.bnd [0:0]: Host org.eclipse.tycho.surefire.osgibooter= for this fragment/require bundle cannot be found on the classpath [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit57 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit57/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit57 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.tycho.surefire.junit57 --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit57 --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit57/target/org.eclipse.tycho.surefire.junit57-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit57 --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit57/target/org.eclipse.tycho.surefire.junit57-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit57 --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit57/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit57-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit57/target/org.eclipse.tycho.surefire.junit57-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit57-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit57/target/org.eclipse.tycho.surefire.junit57-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit57-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --< org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage >--- [INFO] Building Tycho Surefire OSGi JUnit 5.7 Runner with JUnit Vintage to execute JUnit 4.x tests as well 4.0.8-SNAPSHOT [37/67] [INFO] from tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.tycho.surefire.junit57withvintage --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ org.eclipse.tycho.surefire.junit57withvintage --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- dependency:3.6.1:unpack (unpack) @ org.eclipse.tycho.surefire.junit57withvintage --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:3.2.5:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.7.2:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.7.2:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.7.2:jar [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.7.2:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-java5:3.2.5:jar [INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:5.7.2:jar [INFO] Configured Artifact: org.opentest4j:opentest4j:1.2.0:jar [INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.1.0:jar [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit57withvintage --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit57withvintage --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit57withvintage --- [WARNING] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/bnd.bnd [0:0]: Host org.eclipse.tycho.surefire.osgibooter= for this fragment/require bundle cannot be found on the classpath [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit57withvintage --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit57withvintage --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.tycho.surefire.junit57withvintage --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit57withvintage --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/target/org.eclipse.tycho.surefire.junit57withvintage-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit57withvintage --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/target/org.eclipse.tycho.surefire.junit57withvintage-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit57withvintage --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit57withvintage-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/target/org.eclipse.tycho.surefire.junit57withvintage-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit57withvintage-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/target/org.eclipse.tycho.surefire.junit57withvintage-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit57withvintage-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit58 >-------- [INFO] Building Tycho Surefire OSGi JUnit 5.8 Runner 4.0.8-SNAPSHOT [38/67] [INFO] from tycho-surefire/org.eclipse.tycho.surefire.junit58/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.tycho.surefire.junit58 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ org.eclipse.tycho.surefire.junit58 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- dependency:3.6.1:unpack (unpack) @ org.eclipse.tycho.surefire.junit58 --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:3.2.5:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.8.2:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.8.2:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.8.2:jar [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.8.2:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-api:1.8.2:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-commons:1.8.2:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-engine:1.8.2:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-java5:3.2.5:jar [INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.1.2:jar [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit58 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit58 --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit58 --- [WARNING] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit58/bnd.bnd [0:0]: Host org.eclipse.tycho.surefire.osgibooter= for this fragment/require bundle cannot be found on the classpath [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit58 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit58/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit58 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.tycho.surefire.junit58 --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit58 --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit58/target/org.eclipse.tycho.surefire.junit58-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit58 --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit58/target/org.eclipse.tycho.surefire.junit58-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit58 --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit58/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit58-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit58/target/org.eclipse.tycho.surefire.junit58-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit58-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit58/target/org.eclipse.tycho.surefire.junit58-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit58-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --< org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage >--- [INFO] Building Tycho Surefire OSGi JUnit 5.8 Runner with JUnit Vintage to execute JUnit 4.x tests as well 4.0.8-SNAPSHOT [39/67] [INFO] from tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.tycho.surefire.junit58withvintage --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ org.eclipse.tycho.surefire.junit58withvintage --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- dependency:3.6.1:unpack (unpack) @ org.eclipse.tycho.surefire.junit58withvintage --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:3.2.5:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.8.2:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.8.2:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.8.2:jar [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.8.2:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-java5:3.2.5:jar [INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:5.8.2:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-api:1.8.2:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-commons:1.8.2:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-engine:1.8.2:jar [INFO] Configured Artifact: org.opentest4j:opentest4j:1.2.0:jar [INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.1.2:jar [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit58withvintage --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit58withvintage --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit58withvintage --- [WARNING] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/bnd.bnd [0:0]: Host org.eclipse.tycho.surefire.osgibooter= for this fragment/require bundle cannot be found on the classpath [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit58withvintage --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit58withvintage --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.tycho.surefire.junit58withvintage --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit58withvintage --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/target/org.eclipse.tycho.surefire.junit58withvintage-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit58withvintage --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/target/org.eclipse.tycho.surefire.junit58withvintage-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit58withvintage --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit58withvintage-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/target/org.eclipse.tycho.surefire.junit58withvintage-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit58withvintage-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/target/org.eclipse.tycho.surefire.junit58withvintage-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit58withvintage-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit59 >-------- [INFO] Building Tycho Surefire OSGi JUnit 5.9 Runner 4.0.8-SNAPSHOT [40/67] [INFO] from tycho-surefire/org.eclipse.tycho.surefire.junit59/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.tycho.surefire.junit59 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ org.eclipse.tycho.surefire.junit59 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- dependency:3.6.1:unpack (unpack) @ org.eclipse.tycho.surefire.junit59 --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:3.2.5:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.9.1:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.9.1:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.9.1:jar [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.9.1:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-api:1.9.1:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-commons:1.9.1:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-engine:1.9.1:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-java5:3.2.5:jar [INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.1.2:jar [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit59 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit59 --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit59 --- [WARNING] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit59/bnd.bnd [0:0]: Host org.eclipse.tycho.surefire.osgibooter= for this fragment/require bundle cannot be found on the classpath [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit59 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit59/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit59 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.tycho.surefire.junit59 --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit59 --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit59/target/org.eclipse.tycho.surefire.junit59-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit59 --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit59/target/org.eclipse.tycho.surefire.junit59-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit59 --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit59/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit59-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit59/target/org.eclipse.tycho.surefire.junit59-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit59-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit59/target/org.eclipse.tycho.surefire.junit59-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit59-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --< org.eclipse.tycho:org.eclipse.tycho.surefire.junit59withvintage >--- [INFO] Building Tycho Surefire OSGi JUnit 5.9 Runner with JUnit Vintage to execute JUnit 4.x tests as well 4.0.8-SNAPSHOT [41/67] [INFO] from tycho-surefire/org.eclipse.tycho.surefire.junit59withvintage/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.tycho.surefire.junit59withvintage --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ org.eclipse.tycho.surefire.junit59withvintage --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- dependency:3.6.1:unpack (unpack) @ org.eclipse.tycho.surefire.junit59withvintage --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:3.2.5:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.9.1:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.9.1:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.9.1:jar [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.9.1:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-java5:3.2.5:jar [INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:5.9.1:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-api:1.9.1:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-commons:1.9.1:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-engine:1.9.1:jar [INFO] Configured Artifact: org.opentest4j:opentest4j:1.2.0:jar [INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.1.2:jar [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit59withvintage --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit59withvintage --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit59withvintage --- [WARNING] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit59withvintage/bnd.bnd [0:0]: Host org.eclipse.tycho.surefire.osgibooter= for this fragment/require bundle cannot be found on the classpath [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit59withvintage --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit59withvintage/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit59withvintage --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.tycho.surefire.junit59withvintage --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit59withvintage --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit59withvintage/target/org.eclipse.tycho.surefire.junit59withvintage-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit59withvintage --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit59withvintage/target/org.eclipse.tycho.surefire.junit59withvintage-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit59withvintage --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit59withvintage/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit59withvintage-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit59withvintage/target/org.eclipse.tycho.surefire.junit59withvintage-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit59withvintage-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.junit59withvintage/target/org.eclipse.tycho.surefire.junit59withvintage-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.junit59withvintage-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.testng >--------- [INFO] Building Tycho Surefire OSGi TestNG Runner 4.0.8-SNAPSHOT [42/67] [INFO] from tycho-surefire/org.eclipse.tycho.surefire.testng/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.tycho.surefire.testng --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ org.eclipse.tycho.surefire.testng --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- dependency:3.6.1:unpack (unpack) @ org.eclipse.tycho.surefire.testng --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-testng-utils:3.2.5:jar [INFO] Configured Artifact: org.apache.maven.surefire:surefire-testng:3.2.5:jar [INFO] Configured Artifact: org.apache.maven.surefire:surefire-grouper:3.2.5:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-java5:3.2.5:jar [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.testng --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.tycho.surefire.testng --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ org.eclipse.tycho.surefire.testng --- [WARNING] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.testng/bnd.bnd [0:0]: Host org.eclipse.tycho.surefire.osgibooter= for this fragment/require bundle cannot be found on the classpath [WARNING] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.testng/bnd.bnd [0:0]: Export org.apache.maven.surefire.testng.utils, has 1, private references [org.apache.maven.surefire.group.match] [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.testng --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.testng/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.testng --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.tycho.surefire.testng --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ org.eclipse.tycho.surefire.testng --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.testng/target/org.eclipse.tycho.surefire.testng-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.testng --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.testng/target/org.eclipse.tycho.surefire.testng-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.testng --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.testng/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.testng-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.testng/target/org.eclipse.tycho.surefire.testng-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.testng-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.surefire.testng/target/org.eclipse.tycho.surefire.testng-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.8-SNAPSHOT/org.eclipse.tycho.surefire.testng-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.eclipse.tycho:tycho-surefire-plugin >--------------- [INFO] Building Tycho Surefire Plugin 4.0.8-SNAPSHOT [43/67] [INFO] from tycho-surefire/tycho-surefire-plugin/pom.xml [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-surefire-plugin --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-surefire-plugin --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-surefire-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-surefire-plugin --- [INFO] Compiling 32 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/tycho-surefire-plugin/src/main/java/org/eclipse/tycho/surefire/provisioning/ProvisionedInstallationBuilderFactory.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/tycho-surefire-plugin/src/main/java/org/eclipse/tycho/surefire/provisioning/ProvisionedInstallationBuilderFactory.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plugin:3.10.2:descriptor (default-descriptor) @ tycho-surefire-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 4 mojo descriptors. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-metadata (default) @ tycho-surefire-plugin --- [INFO] Discovered 17 component descriptor(s) [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-surefire-plugin --- [INFO] Copying 20 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-surefire-plugin --- [INFO] Compiling 7 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-test-metadata (default) @ tycho-surefire-plugin --- [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-surefire-plugin --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/tycho-surefire-plugin/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tycho.surefire.TestMojoTest [warn] Both parameters 'skipTests' and 'maven.test.skip' are set. 'skipTests' has a higher priority [debug] Class ATest matches the current filter [debug] Class AnotherTestCase matches the current filter [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.336 s -- in org.eclipse.tycho.surefire.TestMojoTest [INFO] Running org.eclipse.tycho.surefire.provider.impl.Junit3ProviderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.tycho.surefire.provider.impl.Junit3ProviderTest [INFO] Running org.eclipse.tycho.surefire.provider.impl.Junit47ProviderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.tycho.surefire.provider.impl.Junit47ProviderTest [INFO] Running org.eclipse.tycho.surefire.provider.impl.Junit4ProviderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.tycho.surefire.provider.impl.Junit4ProviderTest [INFO] Running org.eclipse.tycho.surefire.provider.impl.ProviderHelperTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [WARNING] Internal error in EquinoxLifecycleListener org.eclipse.tycho.p2maven.helper.P2ServicesLifecycleListener@636985df com.google.inject.ProvisionException: Unable to provision, see the following errors: 1) No implementation for RepositorySystem was bound. while locating DefaultMavenRepositorySettings at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating MavenRepositorySettings while locating DefaultRepositoryIdManager at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating IRepositoryIdManager while locating RemoteArtifactRepositoryManagerAgentFactory at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating IAgentServiceFactory annotated with @Named("org.eclipse.equinox.p2.repository.artifact.IArtifactRepositoryManager") 1 error ====================== Full classname legend: ====================== DefaultMavenRepositorySettings: "org.eclipse.tycho.p2maven.repository.DefaultMavenRepositorySettings" DefaultRepositoryIdManager: "org.eclipse.tycho.p2maven.repository.DefaultRepositoryIdManager" IAgentServiceFactory: "org.eclipse.equinox.p2.core.spi.IAgentServiceFactory" IRepositoryIdManager: "org.eclipse.tycho.IRepositoryIdManager" MavenRepositorySettings: "org.eclipse.tycho.MavenRepositorySettings" Named: "com.google.inject.name.Named" PlexusBindingModule: "org.eclipse.sisu.plexus.PlexusBindingModule" RemoteArtifactRepositoryManagerAgentFactory: "org.eclipse.tycho.p2maven.transport.RemoteArtifactRepositoryManagerAgentFactory" RepositorySystem: "org.apache.maven.repository.RepositorySystem" WireModule: "org.eclipse.sisu.wire.WireModule" ======================== End of classname legend: ======================== at com.google.inject.internal.InternalProvisionException.toProvisionException(InternalProvisionException.java:251) at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1104) at org.eclipse.sisu.inject.LazyBeanEntry.getValue(LazyBeanEntry.java:81) at org.eclipse.sisu.plexus.LazyPlexusBean.getValue(LazyPlexusBean.java:51) at org.eclipse.tycho.p2maven.helper.P2ServicesLifecycleListener.afterFrameworkStarted(P2ServicesLifecycleListener.java:25) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.getFramework(PlexusFrameworkConnectServiceFactory.java:159) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.locateClass(PlexusFrameworkConnectServiceFactory.java:447) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.getService(PlexusFrameworkConnectServiceFactory.java:431) at org.eclipse.tycho.testing.TychoPlexusTestCase.setUpServiceAndSession(TychoPlexusTestCase.java:92) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [WARNING] Internal error in EquinoxLifecycleListener org.eclipse.tycho.p2maven.helper.P2ServicesLifecycleListener@5fe3b058 com.google.inject.ProvisionException: Unable to provision, see the following errors: 1) No implementation for RepositorySystem was bound. while locating DefaultMavenRepositorySettings at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating MavenRepositorySettings while locating DefaultRepositoryIdManager at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating IRepositoryIdManager while locating RemoteArtifactRepositoryManagerAgentFactory at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating IAgentServiceFactory annotated with @Named("org.eclipse.equinox.p2.repository.artifact.IArtifactRepositoryManager") 1 error ====================== Full classname legend: ====================== DefaultMavenRepositorySettings: "org.eclipse.tycho.p2maven.repository.DefaultMavenRepositorySettings" DefaultRepositoryIdManager: "org.eclipse.tycho.p2maven.repository.DefaultRepositoryIdManager" IAgentServiceFactory: "org.eclipse.equinox.p2.core.spi.IAgentServiceFactory" IRepositoryIdManager: "org.eclipse.tycho.IRepositoryIdManager" MavenRepositorySettings: "org.eclipse.tycho.MavenRepositorySettings" Named: "com.google.inject.name.Named" PlexusBindingModule: "org.eclipse.sisu.plexus.PlexusBindingModule" RemoteArtifactRepositoryManagerAgentFactory: "org.eclipse.tycho.p2maven.transport.RemoteArtifactRepositoryManagerAgentFactory" RepositorySystem: "org.apache.maven.repository.RepositorySystem" WireModule: "org.eclipse.sisu.wire.WireModule" ======================== End of classname legend: ======================== at com.google.inject.internal.InternalProvisionException.toProvisionException(InternalProvisionException.java:251) at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1104) at org.eclipse.sisu.inject.LazyBeanEntry.getValue(LazyBeanEntry.java:81) at org.eclipse.sisu.plexus.LazyPlexusBean.getValue(LazyPlexusBean.java:51) at org.eclipse.tycho.p2maven.helper.P2ServicesLifecycleListener.afterFrameworkStarted(P2ServicesLifecycleListener.java:25) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.getFramework(PlexusFrameworkConnectServiceFactory.java:159) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.locateClass(PlexusFrameworkConnectServiceFactory.java:447) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.getService(PlexusFrameworkConnectServiceFactory.java:431) at org.eclipse.tycho.testing.TychoPlexusTestCase.setUpServiceAndSession(TychoPlexusTestCase.java:92) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [WARNING] Internal error in EquinoxLifecycleListener org.eclipse.tycho.p2maven.helper.P2ServicesLifecycleListener@16cbba0f com.google.inject.ProvisionException: Unable to provision, see the following errors: 1) No implementation for RepositorySystem was bound. while locating DefaultMavenRepositorySettings at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating MavenRepositorySettings while locating DefaultRepositoryIdManager at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating IRepositoryIdManager while locating RemoteArtifactRepositoryManagerAgentFactory at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating IAgentServiceFactory annotated with @Named("org.eclipse.equinox.p2.repository.artifact.IArtifactRepositoryManager") 1 error ====================== Full classname legend: ====================== DefaultMavenRepositorySettings: "org.eclipse.tycho.p2maven.repository.DefaultMavenRepositorySettings" DefaultRepositoryIdManager: "org.eclipse.tycho.p2maven.repository.DefaultRepositoryIdManager" IAgentServiceFactory: "org.eclipse.equinox.p2.core.spi.IAgentServiceFactory" IRepositoryIdManager: "org.eclipse.tycho.IRepositoryIdManager" MavenRepositorySettings: "org.eclipse.tycho.MavenRepositorySettings" Named: "com.google.inject.name.Named" PlexusBindingModule: "org.eclipse.sisu.plexus.PlexusBindingModule" RemoteArtifactRepositoryManagerAgentFactory: "org.eclipse.tycho.p2maven.transport.RemoteArtifactRepositoryManagerAgentFactory" RepositorySystem: "org.apache.maven.repository.RepositorySystem" WireModule: "org.eclipse.sisu.wire.WireModule" ======================== End of classname legend: ======================== at com.google.inject.internal.InternalProvisionException.toProvisionException(InternalProvisionException.java:251) at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1104) at org.eclipse.sisu.inject.LazyBeanEntry.getValue(LazyBeanEntry.java:81) at org.eclipse.sisu.plexus.LazyPlexusBean.getValue(LazyPlexusBean.java:51) at org.eclipse.tycho.p2maven.helper.P2ServicesLifecycleListener.afterFrameworkStarted(P2ServicesLifecycleListener.java:25) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.getFramework(PlexusFrameworkConnectServiceFactory.java:159) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.locateClass(PlexusFrameworkConnectServiceFactory.java:447) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.getService(PlexusFrameworkConnectServiceFactory.java:431) at org.eclipse.tycho.testing.TychoPlexusTestCase.setUpServiceAndSession(TychoPlexusTestCase.java:92) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [WARNING] Internal error in EquinoxLifecycleListener org.eclipse.tycho.p2maven.helper.P2ServicesLifecycleListener@69af938b com.google.inject.ProvisionException: Unable to provision, see the following errors: 1) No implementation for RepositorySystem was bound. while locating DefaultMavenRepositorySettings at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating MavenRepositorySettings while locating DefaultRepositoryIdManager at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating IRepositoryIdManager while locating RemoteArtifactRepositoryManagerAgentFactory at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating IAgentServiceFactory annotated with @Named("org.eclipse.equinox.p2.repository.artifact.IArtifactRepositoryManager") 1 error ====================== Full classname legend: ====================== DefaultMavenRepositorySettings: "org.eclipse.tycho.p2maven.repository.DefaultMavenRepositorySettings" DefaultRepositoryIdManager: "org.eclipse.tycho.p2maven.repository.DefaultRepositoryIdManager" IAgentServiceFactory: "org.eclipse.equinox.p2.core.spi.IAgentServiceFactory" IRepositoryIdManager: "org.eclipse.tycho.IRepositoryIdManager" MavenRepositorySettings: "org.eclipse.tycho.MavenRepositorySettings" Named: "com.google.inject.name.Named" PlexusBindingModule: "org.eclipse.sisu.plexus.PlexusBindingModule" RemoteArtifactRepositoryManagerAgentFactory: "org.eclipse.tycho.p2maven.transport.RemoteArtifactRepositoryManagerAgentFactory" RepositorySystem: "org.apache.maven.repository.RepositorySystem" WireModule: "org.eclipse.sisu.wire.WireModule" ======================== End of classname legend: ======================== at com.google.inject.internal.InternalProvisionException.toProvisionException(InternalProvisionException.java:251) at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1104) at org.eclipse.sisu.inject.LazyBeanEntry.getValue(LazyBeanEntry.java:81) at org.eclipse.sisu.plexus.LazyPlexusBean.getValue(LazyPlexusBean.java:51) at org.eclipse.tycho.p2maven.helper.P2ServicesLifecycleListener.afterFrameworkStarted(P2ServicesLifecycleListener.java:25) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.getFramework(PlexusFrameworkConnectServiceFactory.java:159) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.locateClass(PlexusFrameworkConnectServiceFactory.java:447) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.getService(PlexusFrameworkConnectServiceFactory.java:431) at org.eclipse.tycho.testing.TychoPlexusTestCase.setUpServiceAndSession(TychoPlexusTestCase.java:92) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [WARNING] Internal error in EquinoxLifecycleListener org.eclipse.tycho.p2maven.helper.P2ServicesLifecycleListener@10395bc4 com.google.inject.ProvisionException: Unable to provision, see the following errors: 1) No implementation for RepositorySystem was bound. while locating DefaultMavenRepositorySettings at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating MavenRepositorySettings while locating DefaultRepositoryIdManager at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating IRepositoryIdManager while locating RemoteArtifactRepositoryManagerAgentFactory at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating IAgentServiceFactory annotated with @Named("org.eclipse.equinox.p2.repository.artifact.IArtifactRepositoryManager") 1 error ====================== Full classname legend: ====================== DefaultMavenRepositorySettings: "org.eclipse.tycho.p2maven.repository.DefaultMavenRepositorySettings" DefaultRepositoryIdManager: "org.eclipse.tycho.p2maven.repository.DefaultRepositoryIdManager" IAgentServiceFactory: "org.eclipse.equinox.p2.core.spi.IAgentServiceFactory" IRepositoryIdManager: "org.eclipse.tycho.IRepositoryIdManager" MavenRepositorySettings: "org.eclipse.tycho.MavenRepositorySettings" Named: "com.google.inject.name.Named" PlexusBindingModule: "org.eclipse.sisu.plexus.PlexusBindingModule" RemoteArtifactRepositoryManagerAgentFactory: "org.eclipse.tycho.p2maven.transport.RemoteArtifactRepositoryManagerAgentFactory" RepositorySystem: "org.apache.maven.repository.RepositorySystem" WireModule: "org.eclipse.sisu.wire.WireModule" ======================== End of classname legend: ======================== at com.google.inject.internal.InternalProvisionException.toProvisionException(InternalProvisionException.java:251) at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1104) at org.eclipse.sisu.inject.LazyBeanEntry.getValue(LazyBeanEntry.java:81) at org.eclipse.sisu.plexus.LazyPlexusBean.getValue(LazyPlexusBean.java:51) at org.eclipse.tycho.p2maven.helper.P2ServicesLifecycleListener.afterFrameworkStarted(P2ServicesLifecycleListener.java:25) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.getFramework(PlexusFrameworkConnectServiceFactory.java:159) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.locateClass(PlexusFrameworkConnectServiceFactory.java:447) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.getService(PlexusFrameworkConnectServiceFactory.java:431) at org.eclipse.tycho.testing.TychoPlexusTestCase.setUpServiceAndSession(TychoPlexusTestCase.java:92) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [WARNING] Internal error in EquinoxLifecycleListener org.eclipse.tycho.p2maven.helper.P2ServicesLifecycleListener@6a17ab87 com.google.inject.ProvisionException: Unable to provision, see the following errors: 1) No implementation for RepositorySystem was bound. while locating DefaultMavenRepositorySettings at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating MavenRepositorySettings while locating DefaultRepositoryIdManager at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating IRepositoryIdManager while locating RemoteArtifactRepositoryManagerAgentFactory at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating IAgentServiceFactory annotated with @Named("org.eclipse.equinox.p2.repository.artifact.IArtifactRepositoryManager") 1 error ====================== Full classname legend: ====================== DefaultMavenRepositorySettings: "org.eclipse.tycho.p2maven.repository.DefaultMavenRepositorySettings" DefaultRepositoryIdManager: "org.eclipse.tycho.p2maven.repository.DefaultRepositoryIdManager" IAgentServiceFactory: "org.eclipse.equinox.p2.core.spi.IAgentServiceFactory" IRepositoryIdManager: "org.eclipse.tycho.IRepositoryIdManager" MavenRepositorySettings: "org.eclipse.tycho.MavenRepositorySettings" Named: "com.google.inject.name.Named" PlexusBindingModule: "org.eclipse.sisu.plexus.PlexusBindingModule" RemoteArtifactRepositoryManagerAgentFactory: "org.eclipse.tycho.p2maven.transport.RemoteArtifactRepositoryManagerAgentFactory" RepositorySystem: "org.apache.maven.repository.RepositorySystem" WireModule: "org.eclipse.sisu.wire.WireModule" ======================== End of classname legend: ======================== at com.google.inject.internal.InternalProvisionException.toProvisionException(InternalProvisionException.java:251) at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1104) at org.eclipse.sisu.inject.LazyBeanEntry.getValue(LazyBeanEntry.java:81) at org.eclipse.sisu.plexus.LazyPlexusBean.getValue(LazyPlexusBean.java:51) at org.eclipse.tycho.p2maven.helper.P2ServicesLifecycleListener.afterFrameworkStarted(P2ServicesLifecycleListener.java:25) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.getFramework(PlexusFrameworkConnectServiceFactory.java:159) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.locateClass(PlexusFrameworkConnectServiceFactory.java:447) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.getService(PlexusFrameworkConnectServiceFactory.java:431) at org.eclipse.tycho.testing.TychoPlexusTestCase.setUpServiceAndSession(TychoPlexusTestCase.java:92) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [WARNING] Internal error in EquinoxLifecycleListener org.eclipse.tycho.p2maven.helper.P2ServicesLifecycleListener@56912047 com.google.inject.ProvisionException: Unable to provision, see the following errors: 1) No implementation for RepositorySystem was bound. while locating DefaultMavenRepositorySettings at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating MavenRepositorySettings while locating DefaultRepositoryIdManager at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating IRepositoryIdManager while locating RemoteArtifactRepositoryManagerAgentFactory at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating IAgentServiceFactory annotated with @Named("org.eclipse.equinox.p2.repository.artifact.IArtifactRepositoryManager") 1 error ====================== Full classname legend: ====================== DefaultMavenRepositorySettings: "org.eclipse.tycho.p2maven.repository.DefaultMavenRepositorySettings" DefaultRepositoryIdManager: "org.eclipse.tycho.p2maven.repository.DefaultRepositoryIdManager" IAgentServiceFactory: "org.eclipse.equinox.p2.core.spi.IAgentServiceFactory" IRepositoryIdManager: "org.eclipse.tycho.IRepositoryIdManager" MavenRepositorySettings: "org.eclipse.tycho.MavenRepositorySettings" Named: "com.google.inject.name.Named" PlexusBindingModule: "org.eclipse.sisu.plexus.PlexusBindingModule" RemoteArtifactRepositoryManagerAgentFactory: "org.eclipse.tycho.p2maven.transport.RemoteArtifactRepositoryManagerAgentFactory" RepositorySystem: "org.apache.maven.repository.RepositorySystem" WireModule: "org.eclipse.sisu.wire.WireModule" ======================== End of classname legend: ======================== at com.google.inject.internal.InternalProvisionException.toProvisionException(InternalProvisionException.java:251) at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1104) at org.eclipse.sisu.inject.LazyBeanEntry.getValue(LazyBeanEntry.java:81) at org.eclipse.sisu.plexus.LazyPlexusBean.getValue(LazyPlexusBean.java:51) at org.eclipse.tycho.p2maven.helper.P2ServicesLifecycleListener.afterFrameworkStarted(P2ServicesLifecycleListener.java:25) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.getFramework(PlexusFrameworkConnectServiceFactory.java:159) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.locateClass(PlexusFrameworkConnectServiceFactory.java:447) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.getService(PlexusFrameworkConnectServiceFactory.java:431) at org.eclipse.tycho.testing.TychoPlexusTestCase.setUpServiceAndSession(TychoPlexusTestCase.java:92) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [WARNING] Internal error in EquinoxLifecycleListener org.eclipse.tycho.p2maven.helper.P2ServicesLifecycleListener@40053c7a com.google.inject.ProvisionException: Unable to provision, see the following errors: 1) No implementation for RepositorySystem was bound. while locating DefaultMavenRepositorySettings at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating MavenRepositorySettings while locating DefaultRepositoryIdManager at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating IRepositoryIdManager while locating RemoteArtifactRepositoryManagerAgentFactory at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating IAgentServiceFactory annotated with @Named("org.eclipse.equinox.p2.repository.artifact.IArtifactRepositoryManager") 1 error ====================== Full classname legend: ====================== DefaultMavenRepositorySettings: "org.eclipse.tycho.p2maven.repository.DefaultMavenRepositorySettings" DefaultRepositoryIdManager: "org.eclipse.tycho.p2maven.repository.DefaultRepositoryIdManager" IAgentServiceFactory: "org.eclipse.equinox.p2.core.spi.IAgentServiceFactory" IRepositoryIdManager: "org.eclipse.tycho.IRepositoryIdManager" MavenRepositorySettings: "org.eclipse.tycho.MavenRepositorySettings" Named: "com.google.inject.name.Named" PlexusBindingModule: "org.eclipse.sisu.plexus.PlexusBindingModule" RemoteArtifactRepositoryManagerAgentFactory: "org.eclipse.tycho.p2maven.transport.RemoteArtifactRepositoryManagerAgentFactory" RepositorySystem: "org.apache.maven.repository.RepositorySystem" WireModule: "org.eclipse.sisu.wire.WireModule" ======================== End of classname legend: ======================== at com.google.inject.internal.InternalProvisionException.toProvisionException(InternalProvisionException.java:251) at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1104) at org.eclipse.sisu.inject.LazyBeanEntry.getValue(LazyBeanEntry.java:81) at org.eclipse.sisu.plexus.LazyPlexusBean.getValue(LazyPlexusBean.java:51) at org.eclipse.tycho.p2maven.helper.P2ServicesLifecycleListener.afterFrameworkStarted(P2ServicesLifecycleListener.java:25) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.getFramework(PlexusFrameworkConnectServiceFactory.java:159) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.locateClass(PlexusFrameworkConnectServiceFactory.java:447) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.getService(PlexusFrameworkConnectServiceFactory.java:431) at org.eclipse.tycho.testing.TychoPlexusTestCase.setUpServiceAndSession(TychoPlexusTestCase.java:92) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [WARNING] Internal error in EquinoxLifecycleListener org.eclipse.tycho.p2maven.helper.P2ServicesLifecycleListener@f60910d com.google.inject.ProvisionException: Unable to provision, see the following errors: 1) No implementation for RepositorySystem was bound. while locating DefaultMavenRepositorySettings at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating MavenRepositorySettings while locating DefaultRepositoryIdManager at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating IRepositoryIdManager while locating RemoteArtifactRepositoryManagerAgentFactory at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating IAgentServiceFactory annotated with @Named("org.eclipse.equinox.p2.repository.artifact.IArtifactRepositoryManager") 1 error ====================== Full classname legend: ====================== DefaultMavenRepositorySettings: "org.eclipse.tycho.p2maven.repository.DefaultMavenRepositorySettings" DefaultRepositoryIdManager: "org.eclipse.tycho.p2maven.repository.DefaultRepositoryIdManager" IAgentServiceFactory: "org.eclipse.equinox.p2.core.spi.IAgentServiceFactory" IRepositoryIdManager: "org.eclipse.tycho.IRepositoryIdManager" MavenRepositorySettings: "org.eclipse.tycho.MavenRepositorySettings" Named: "com.google.inject.name.Named" PlexusBindingModule: "org.eclipse.sisu.plexus.PlexusBindingModule" RemoteArtifactRepositoryManagerAgentFactory: "org.eclipse.tycho.p2maven.transport.RemoteArtifactRepositoryManagerAgentFactory" RepositorySystem: "org.apache.maven.repository.RepositorySystem" WireModule: "org.eclipse.sisu.wire.WireModule" ======================== End of classname legend: ======================== at com.google.inject.internal.InternalProvisionException.toProvisionException(InternalProvisionException.java:251) at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1104) at org.eclipse.sisu.inject.LazyBeanEntry.getValue(LazyBeanEntry.java:81) at org.eclipse.sisu.plexus.LazyPlexusBean.getValue(LazyPlexusBean.java:51) at org.eclipse.tycho.p2maven.helper.P2ServicesLifecycleListener.afterFrameworkStarted(P2ServicesLifecycleListener.java:25) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.getFramework(PlexusFrameworkConnectServiceFactory.java:159) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.locateClass(PlexusFrameworkConnectServiceFactory.java:447) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.getService(PlexusFrameworkConnectServiceFactory.java:431) at org.eclipse.tycho.testing.TychoPlexusTestCase.setUpServiceAndSession(TychoPlexusTestCase.java:92) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [WARNING] Internal error in EquinoxLifecycleListener org.eclipse.tycho.p2maven.helper.P2ServicesLifecycleListener@4971134b com.google.inject.ProvisionException: Unable to provision, see the following errors: 1) No implementation for RepositorySystem was bound. while locating DefaultMavenRepositorySettings at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating MavenRepositorySettings while locating DefaultRepositoryIdManager at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating IRepositoryIdManager while locating RemoteArtifactRepositoryManagerAgentFactory at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating IAgentServiceFactory annotated with @Named("org.eclipse.equinox.p2.repository.artifact.IArtifactRepositoryManager") 1 error ====================== Full classname legend: ====================== DefaultMavenRepositorySettings: "org.eclipse.tycho.p2maven.repository.DefaultMavenRepositorySettings" DefaultRepositoryIdManager: "org.eclipse.tycho.p2maven.repository.DefaultRepositoryIdManager" IAgentServiceFactory: "org.eclipse.equinox.p2.core.spi.IAgentServiceFactory" IRepositoryIdManager: "org.eclipse.tycho.IRepositoryIdManager" MavenRepositorySettings: "org.eclipse.tycho.MavenRepositorySettings" Named: "com.google.inject.name.Named" PlexusBindingModule: "org.eclipse.sisu.plexus.PlexusBindingModule" RemoteArtifactRepositoryManagerAgentFactory: "org.eclipse.tycho.p2maven.transport.RemoteArtifactRepositoryManagerAgentFactory" RepositorySystem: "org.apache.maven.repository.RepositorySystem" WireModule: "org.eclipse.sisu.wire.WireModule" ======================== End of classname legend: ======================== at com.google.inject.internal.InternalProvisionException.toProvisionException(InternalProvisionException.java:251) at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1104) at org.eclipse.sisu.inject.LazyBeanEntry.getValue(LazyBeanEntry.java:81) at org.eclipse.sisu.plexus.LazyPlexusBean.getValue(LazyPlexusBean.java:51) at org.eclipse.tycho.p2maven.helper.P2ServicesLifecycleListener.afterFrameworkStarted(P2ServicesLifecycleListener.java:25) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.getFramework(PlexusFrameworkConnectServiceFactory.java:159) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.locateClass(PlexusFrameworkConnectServiceFactory.java:447) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.getService(PlexusFrameworkConnectServiceFactory.java:431) at org.eclipse.tycho.testing.TychoPlexusTestCase.setUpServiceAndSession(TychoPlexusTestCase.java:92) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [WARNING] Internal error in EquinoxLifecycleListener org.eclipse.tycho.p2maven.helper.P2ServicesLifecycleListener@1123c95f com.google.inject.ProvisionException: Unable to provision, see the following errors: 1) No implementation for RepositorySystem was bound. while locating DefaultMavenRepositorySettings at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating MavenRepositorySettings while locating DefaultRepositoryIdManager at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating IRepositoryIdManager while locating RemoteArtifactRepositoryManagerAgentFactory at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating IAgentServiceFactory annotated with @Named("org.eclipse.equinox.p2.repository.artifact.IArtifactRepositoryManager") 1 error ====================== Full classname legend: ====================== DefaultMavenRepositorySettings: "org.eclipse.tycho.p2maven.repository.DefaultMavenRepositorySettings" DefaultRepositoryIdManager: "org.eclipse.tycho.p2maven.repository.DefaultRepositoryIdManager" IAgentServiceFactory: "org.eclipse.equinox.p2.core.spi.IAgentServiceFactory" IRepositoryIdManager: "org.eclipse.tycho.IRepositoryIdManager" MavenRepositorySettings: "org.eclipse.tycho.MavenRepositorySettings" Named: "com.google.inject.name.Named" PlexusBindingModule: "org.eclipse.sisu.plexus.PlexusBindingModule" RemoteArtifactRepositoryManagerAgentFactory: "org.eclipse.tycho.p2maven.transport.RemoteArtifactRepositoryManagerAgentFactory" RepositorySystem: "org.apache.maven.repository.RepositorySystem" WireModule: "org.eclipse.sisu.wire.WireModule" ======================== End of classname legend: ======================== at com.google.inject.internal.InternalProvisionException.toProvisionException(InternalProvisionException.java:251) at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1104) at org.eclipse.sisu.inject.LazyBeanEntry.getValue(LazyBeanEntry.java:81) at org.eclipse.sisu.plexus.LazyPlexusBean.getValue(LazyPlexusBean.java:51) at org.eclipse.tycho.p2maven.helper.P2ServicesLifecycleListener.afterFrameworkStarted(P2ServicesLifecycleListener.java:25) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.getFramework(PlexusFrameworkConnectServiceFactory.java:159) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.locateClass(PlexusFrameworkConnectServiceFactory.java:447) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.getService(PlexusFrameworkConnectServiceFactory.java:431) at org.eclipse.tycho.testing.TychoPlexusTestCase.setUpServiceAndSession(TychoPlexusTestCase.java:92) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [WARNING] Internal error in EquinoxLifecycleListener org.eclipse.tycho.p2maven.helper.P2ServicesLifecycleListener@4ca398b0 com.google.inject.ProvisionException: Unable to provision, see the following errors: 1) No implementation for RepositorySystem was bound. while locating DefaultMavenRepositorySettings at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating MavenRepositorySettings while locating DefaultRepositoryIdManager at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating IRepositoryIdManager while locating RemoteArtifactRepositoryManagerAgentFactory at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating IAgentServiceFactory annotated with @Named("org.eclipse.equinox.p2.repository.artifact.IArtifactRepositoryManager") 1 error ====================== Full classname legend: ====================== DefaultMavenRepositorySettings: "org.eclipse.tycho.p2maven.repository.DefaultMavenRepositorySettings" DefaultRepositoryIdManager: "org.eclipse.tycho.p2maven.repository.DefaultRepositoryIdManager" IAgentServiceFactory: "org.eclipse.equinox.p2.core.spi.IAgentServiceFactory" IRepositoryIdManager: "org.eclipse.tycho.IRepositoryIdManager" MavenRepositorySettings: "org.eclipse.tycho.MavenRepositorySettings" Named: "com.google.inject.name.Named" PlexusBindingModule: "org.eclipse.sisu.plexus.PlexusBindingModule" RemoteArtifactRepositoryManagerAgentFactory: "org.eclipse.tycho.p2maven.transport.RemoteArtifactRepositoryManagerAgentFactory" RepositorySystem: "org.apache.maven.repository.RepositorySystem" WireModule: "org.eclipse.sisu.wire.WireModule" ======================== End of classname legend: ======================== at com.google.inject.internal.InternalProvisionException.toProvisionException(InternalProvisionException.java:251) at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1104) at org.eclipse.sisu.inject.LazyBeanEntry.getValue(LazyBeanEntry.java:81) at org.eclipse.sisu.plexus.LazyPlexusBean.getValue(LazyPlexusBean.java:51) at org.eclipse.tycho.p2maven.helper.P2ServicesLifecycleListener.afterFrameworkStarted(P2ServicesLifecycleListener.java:25) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.getFramework(PlexusFrameworkConnectServiceFactory.java:159) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.locateClass(PlexusFrameworkConnectServiceFactory.java:447) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.getService(PlexusFrameworkConnectServiceFactory.java:431) at org.eclipse.tycho.testing.TychoPlexusTestCase.setUpServiceAndSession(TychoPlexusTestCase.java:92) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [WARNING] Internal error in EquinoxLifecycleListener org.eclipse.tycho.p2maven.helper.P2ServicesLifecycleListener@4b808 com.google.inject.ProvisionException: Unable to provision, see the following errors: 1) No implementation for RepositorySystem was bound. while locating DefaultMavenRepositorySettings at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating MavenRepositorySettings while locating DefaultRepositoryIdManager at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating IRepositoryIdManager while locating RemoteArtifactRepositoryManagerAgentFactory at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating IAgentServiceFactory annotated with @Named("org.eclipse.equinox.p2.repository.artifact.IArtifactRepositoryManager") 1 error ====================== Full classname legend: ====================== DefaultMavenRepositorySettings: "org.eclipse.tycho.p2maven.repository.DefaultMavenRepositorySettings" DefaultRepositoryIdManager: "org.eclipse.tycho.p2maven.repository.DefaultRepositoryIdManager" IAgentServiceFactory: "org.eclipse.equinox.p2.core.spi.IAgentServiceFactory" IRepositoryIdManager: "org.eclipse.tycho.IRepositoryIdManager" MavenRepositorySettings: "org.eclipse.tycho.MavenRepositorySettings" Named: "com.google.inject.name.Named" PlexusBindingModule: "org.eclipse.sisu.plexus.PlexusBindingModule" RemoteArtifactRepositoryManagerAgentFactory: "org.eclipse.tycho.p2maven.transport.RemoteArtifactRepositoryManagerAgentFactory" RepositorySystem: "org.apache.maven.repository.RepositorySystem" WireModule: "org.eclipse.sisu.wire.WireModule" ======================== End of classname legend: ======================== at com.google.inject.internal.InternalProvisionException.toProvisionException(InternalProvisionException.java:251) at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1104) at org.eclipse.sisu.inject.LazyBeanEntry.getValue(LazyBeanEntry.java:81) at org.eclipse.sisu.plexus.LazyPlexusBean.getValue(LazyPlexusBean.java:51) at org.eclipse.tycho.p2maven.helper.P2ServicesLifecycleListener.afterFrameworkStarted(P2ServicesLifecycleListener.java:25) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.getFramework(PlexusFrameworkConnectServiceFactory.java:159) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.locateClass(PlexusFrameworkConnectServiceFactory.java:447) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.getService(PlexusFrameworkConnectServiceFactory.java:431) at org.eclipse.tycho.testing.TychoPlexusTestCase.setUpServiceAndSession(TychoPlexusTestCase.java:92) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [WARNING] Internal error in EquinoxLifecycleListener org.eclipse.tycho.p2maven.helper.P2ServicesLifecycleListener@39738da1 com.google.inject.ProvisionException: Unable to provision, see the following errors: 1) No implementation for RepositorySystem was bound. while locating DefaultMavenRepositorySettings at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating MavenRepositorySettings while locating DefaultRepositoryIdManager at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating IRepositoryIdManager while locating RemoteArtifactRepositoryManagerAgentFactory at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating IAgentServiceFactory annotated with @Named("org.eclipse.equinox.p2.repository.artifact.IArtifactRepositoryManager") 1 error ====================== Full classname legend: ====================== DefaultMavenRepositorySettings: "org.eclipse.tycho.p2maven.repository.DefaultMavenRepositorySettings" DefaultRepositoryIdManager: "org.eclipse.tycho.p2maven.repository.DefaultRepositoryIdManager" IAgentServiceFactory: "org.eclipse.equinox.p2.core.spi.IAgentServiceFactory" IRepositoryIdManager: "org.eclipse.tycho.IRepositoryIdManager" MavenRepositorySettings: "org.eclipse.tycho.MavenRepositorySettings" Named: "com.google.inject.name.Named" PlexusBindingModule: "org.eclipse.sisu.plexus.PlexusBindingModule" RemoteArtifactRepositoryManagerAgentFactory: "org.eclipse.tycho.p2maven.transport.RemoteArtifactRepositoryManagerAgentFactory" RepositorySystem: "org.apache.maven.repository.RepositorySystem" WireModule: "org.eclipse.sisu.wire.WireModule" ======================== End of classname legend: ======================== at com.google.inject.internal.InternalProvisionException.toProvisionException(InternalProvisionException.java:251) at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1104) at org.eclipse.sisu.inject.LazyBeanEntry.getValue(LazyBeanEntry.java:81) at org.eclipse.sisu.plexus.LazyPlexusBean.getValue(LazyPlexusBean.java:51) at org.eclipse.tycho.p2maven.helper.P2ServicesLifecycleListener.afterFrameworkStarted(P2ServicesLifecycleListener.java:25) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.getFramework(PlexusFrameworkConnectServiceFactory.java:159) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.locateClass(PlexusFrameworkConnectServiceFactory.java:447) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.getService(PlexusFrameworkConnectServiceFactory.java:431) at org.eclipse.tycho.testing.TychoPlexusTestCase.setUpServiceAndSession(TychoPlexusTestCase.java:92) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [WARNING] Internal error in EquinoxLifecycleListener org.eclipse.tycho.p2maven.helper.P2ServicesLifecycleListener@8a0e51a com.google.inject.ProvisionException: Unable to provision, see the following errors: 1) No implementation for RepositorySystem was bound. while locating DefaultMavenRepositorySettings at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating MavenRepositorySettings while locating DefaultRepositoryIdManager at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating IRepositoryIdManager while locating RemoteArtifactRepositoryManagerAgentFactory at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating IAgentServiceFactory annotated with @Named("org.eclipse.equinox.p2.repository.artifact.IArtifactRepositoryManager") 1 error ====================== Full classname legend: ====================== DefaultMavenRepositorySettings: "org.eclipse.tycho.p2maven.repository.DefaultMavenRepositorySettings" DefaultRepositoryIdManager: "org.eclipse.tycho.p2maven.repository.DefaultRepositoryIdManager" IAgentServiceFactory: "org.eclipse.equinox.p2.core.spi.IAgentServiceFactory" IRepositoryIdManager: "org.eclipse.tycho.IRepositoryIdManager" MavenRepositorySettings: "org.eclipse.tycho.MavenRepositorySettings" Named: "com.google.inject.name.Named" PlexusBindingModule: "org.eclipse.sisu.plexus.PlexusBindingModule" RemoteArtifactRepositoryManagerAgentFactory: "org.eclipse.tycho.p2maven.transport.RemoteArtifactRepositoryManagerAgentFactory" RepositorySystem: "org.apache.maven.repository.RepositorySystem" WireModule: "org.eclipse.sisu.wire.WireModule" ======================== End of classname legend: ======================== at com.google.inject.internal.InternalProvisionException.toProvisionException(InternalProvisionException.java:251) at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1104) at org.eclipse.sisu.inject.LazyBeanEntry.getValue(LazyBeanEntry.java:81) at org.eclipse.sisu.plexus.LazyPlexusBean.getValue(LazyPlexusBean.java:51) at org.eclipse.tycho.p2maven.helper.P2ServicesLifecycleListener.afterFrameworkStarted(P2ServicesLifecycleListener.java:25) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.getFramework(PlexusFrameworkConnectServiceFactory.java:159) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.locateClass(PlexusFrameworkConnectServiceFactory.java:447) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.getService(PlexusFrameworkConnectServiceFactory.java:431) at org.eclipse.tycho.testing.TychoPlexusTestCase.setUpServiceAndSession(TychoPlexusTestCase.java:92) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [WARNING] Internal error in EquinoxLifecycleListener org.eclipse.tycho.p2maven.helper.P2ServicesLifecycleListener@11933c65 com.google.inject.ProvisionException: Unable to provision, see the following errors: 1) No implementation for RepositorySystem was bound. while locating DefaultMavenRepositorySettings at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating MavenRepositorySettings while locating DefaultRepositoryIdManager at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating IRepositoryIdManager while locating RemoteArtifactRepositoryManagerAgentFactory at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating IAgentServiceFactory annotated with @Named("org.eclipse.equinox.p2.repository.artifact.IArtifactRepositoryManager") 1 error ====================== Full classname legend: ====================== DefaultMavenRepositorySettings: "org.eclipse.tycho.p2maven.repository.DefaultMavenRepositorySettings" DefaultRepositoryIdManager: "org.eclipse.tycho.p2maven.repository.DefaultRepositoryIdManager" IAgentServiceFactory: "org.eclipse.equinox.p2.core.spi.IAgentServiceFactory" IRepositoryIdManager: "org.eclipse.tycho.IRepositoryIdManager" MavenRepositorySettings: "org.eclipse.tycho.MavenRepositorySettings" Named: "com.google.inject.name.Named" PlexusBindingModule: "org.eclipse.sisu.plexus.PlexusBindingModule" RemoteArtifactRepositoryManagerAgentFactory: "org.eclipse.tycho.p2maven.transport.RemoteArtifactRepositoryManagerAgentFactory" RepositorySystem: "org.apache.maven.repository.RepositorySystem" WireModule: "org.eclipse.sisu.wire.WireModule" ======================== End of classname legend: ======================== at com.google.inject.internal.InternalProvisionException.toProvisionException(InternalProvisionException.java:251) at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1104) at org.eclipse.sisu.inject.LazyBeanEntry.getValue(LazyBeanEntry.java:81) at org.eclipse.sisu.plexus.LazyPlexusBean.getValue(LazyPlexusBean.java:51) at org.eclipse.tycho.p2maven.helper.P2ServicesLifecycleListener.afterFrameworkStarted(P2ServicesLifecycleListener.java:25) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.getFramework(PlexusFrameworkConnectServiceFactory.java:159) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.locateClass(PlexusFrameworkConnectServiceFactory.java:447) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.getService(PlexusFrameworkConnectServiceFactory.java:431) at org.eclipse.tycho.testing.TychoPlexusTestCase.setUpServiceAndSession(TychoPlexusTestCase.java:92) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [WARNING] Internal error in EquinoxLifecycleListener org.eclipse.tycho.p2maven.helper.P2ServicesLifecycleListener@22a8c16d com.google.inject.ProvisionException: Unable to provision, see the following errors: 1) No implementation for RepositorySystem was bound. while locating DefaultMavenRepositorySettings at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating MavenRepositorySettings while locating DefaultRepositoryIdManager at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating IRepositoryIdManager while locating RemoteArtifactRepositoryManagerAgentFactory at ClassRealm[plexus.core, parent: null] \_ installed by: WireModule -> PlexusBindingModule while locating IAgentServiceFactory annotated with @Named("org.eclipse.equinox.p2.repository.artifact.IArtifactRepositoryManager") 1 error ====================== Full classname legend: ====================== DefaultMavenRepositorySettings: "org.eclipse.tycho.p2maven.repository.DefaultMavenRepositorySettings" DefaultRepositoryIdManager: "org.eclipse.tycho.p2maven.repository.DefaultRepositoryIdManager" IAgentServiceFactory: "org.eclipse.equinox.p2.core.spi.IAgentServiceFactory" IRepositoryIdManager: "org.eclipse.tycho.IRepositoryIdManager" MavenRepositorySettings: "org.eclipse.tycho.MavenRepositorySettings" Named: "com.google.inject.name.Named" PlexusBindingModule: "org.eclipse.sisu.plexus.PlexusBindingModule" RemoteArtifactRepositoryManagerAgentFactory: "org.eclipse.tycho.p2maven.transport.RemoteArtifactRepositoryManagerAgentFactory" RepositorySystem: "org.apache.maven.repository.RepositorySystem" WireModule: "org.eclipse.sisu.wire.WireModule" ======================== End of classname legend: ======================== at com.google.inject.internal.InternalProvisionException.toProvisionException(InternalProvisionException.java:251) at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1104) at org.eclipse.sisu.inject.LazyBeanEntry.getValue(LazyBeanEntry.java:81) at org.eclipse.sisu.plexus.LazyPlexusBean.getValue(LazyPlexusBean.java:51) at org.eclipse.tycho.p2maven.helper.P2ServicesLifecycleListener.afterFrameworkStarted(P2ServicesLifecycleListener.java:25) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.getFramework(PlexusFrameworkConnectServiceFactory.java:159) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.locateClass(PlexusFrameworkConnectServiceFactory.java:447) at org.eclipse.sisu.osgi.connect.PlexusFrameworkConnectServiceFactory.getService(PlexusFrameworkConnectServiceFactory.java:431) at org.eclipse.tycho.testing.TychoPlexusTestCase.setUpServiceAndSession(TychoPlexusTestCase.java:92) at jdk.internal.reflect.GeneratedMethodAccessor10.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.56 s -- in org.eclipse.tycho.surefire.provider.impl.ProviderHelperTest [INFO] Running org.eclipse.tycho.surefire.provisioning.ProvisionedInstallationBuilderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.tycho.surefire.provisioning.ProvisionedInstallationBuilderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-surefire-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/tycho-surefire-plugin/target/tycho-surefire-plugin-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- plugin:3.10.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-surefire-plugin --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-surefire-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/tycho-surefire-plugin/target/tycho-surefire-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-surefire-plugin --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/tycho-surefire-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-surefire-plugin/4.0.8-SNAPSHOT/tycho-surefire-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/tycho-surefire-plugin/target/tycho-surefire-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-surefire-plugin/4.0.8-SNAPSHOT/tycho-surefire-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/tycho-surefire-plugin/target/tycho-surefire-plugin-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-surefire-plugin/4.0.8-SNAPSHOT/tycho-surefire-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.eclipse.tycho:org.eclipse.tycho.bnd.executionlistener >------ [INFO] Building org.eclipse.tycho.bnd.executionlistener 4.0.8-SNAPSHOT [44/67] [INFO] from tycho-surefire/org.eclipse.tycho.bnd.executionlistener/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.tycho.bnd.executionlistener --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ org.eclipse.tycho.bnd.executionlistener --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.tycho.bnd.executionlistener --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.bnd.executionlistener/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.bnd.executionlistener/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.tycho.bnd.executionlistener --- [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ org.eclipse.tycho.bnd.executionlistener --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.bnd.executionlistener --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.bnd.executionlistener/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.tycho.bnd.executionlistener --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.tycho.bnd.executionlistener --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ org.eclipse.tycho.bnd.executionlistener --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.bnd.executionlistener/target/org.eclipse.tycho.bnd.executionlistener-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.bnd.executionlistener --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.bnd.executionlistener/target/org.eclipse.tycho.bnd.executionlistener-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.tycho.bnd.executionlistener --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.bnd.executionlistener/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.bnd.executionlistener/4.0.8-SNAPSHOT/org.eclipse.tycho.bnd.executionlistener-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.bnd.executionlistener/target/org.eclipse.tycho.bnd.executionlistener-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.bnd.executionlistener/4.0.8-SNAPSHOT/org.eclipse.tycho.bnd.executionlistener-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-surefire/org.eclipse.tycho.bnd.executionlistener/target/org.eclipse.tycho.bnd.executionlistener-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.bnd.executionlistener/4.0.8-SNAPSHOT/org.eclipse.tycho.bnd.executionlistener-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.eclipse.tycho:tycho-versions-plugin >--------------- [INFO] Building Tycho Versions Plugin 4.0.8-SNAPSHOT [45/67] [INFO] from tycho-versions-plugin/pom.xml [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-versions-plugin --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-versions-plugin --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-versions-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-versions-plugin --- [INFO] Compiling 50 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/src/main/java/org/eclipse/tycho/versions/engine/VersionsEngine.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/src/main/java/org/eclipse/tycho/versions/engine/VersionsEngine.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plugin:3.10.2:descriptor (default-descriptor) @ tycho-versions-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 6 mojo descriptors. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-metadata (default) @ tycho-versions-plugin --- [INFO] Discovered 12 component descriptor(s) [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-versions-plugin --- [INFO] Copying 259 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-versions-plugin --- [INFO] Compiling 12 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-test-metadata (default) @ tycho-versions-plugin --- [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-versions-plugin --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tycho.versions.bundle.tests.ManifestAttributeTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s -- in org.eclipse.tycho.versions.bundle.tests.ManifestAttributeTest [INFO] Running org.eclipse.tycho.versions.bundle.tests.MutableBndFileTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.tycho.versions.bundle.tests.MutableBndFileTest [INFO] Running org.eclipse.tycho.versions.bundle.tests.MutableBundleManifestTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.tycho.versions.bundle.tests.MutableBundleManifestTest [INFO] Running org.eclipse.tycho.versions.bundle.tests.MutableManifestElementTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.tycho.versions.bundle.tests.MutableManifestElementTest [INFO] Running org.eclipse.tycho.versions.engine.tests.DefaultVersionRangeUpdateStrategyTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.tycho.versions.engine.tests.DefaultVersionRangeUpdateStrategyTest [INFO] Running org.eclipse.tycho.versions.engine.tests.EclipseVersionUpdaterTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [WARNING] Skipping updating pom in directory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/updateeclipse/repositoryWith2ProductFiles because more than one product files have been found. Only one product file is supported or one must be named .product [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/updateeclipse [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/updateeclipse/bundle [INFO] META-INF/MANIFEST.MF//Bundle-Version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/updateeclipse/feature [INFO] feature.xml//feature/@version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/updateeclipse/product [INFO] product.product//product/@version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/updateeclipse/repository [INFO] repository.product//product/@version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/updateeclipse/repositoryWithOneProductFile [INFO] anotherNameThanArtifactId.product//product/@version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/updateeclipse/repositoryWith2ProductFiles [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/updateeclipse/iu [INFO] p2iu.xml//unit/@version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.407 s -- in org.eclipse.tycho.versions.engine.tests.EclipseVersionUpdaterTest [INFO] Running org.eclipse.tycho.versions.engine.tests.ImportRefVersionConstraintTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.tycho.versions.engine.tests.ImportRefVersionConstraintTest [INFO] Running org.eclipse.tycho.versions.engine.tests.PomUpdaterTest [WARNING] Skipping updating pom in directory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/updatepom/repositoryWith2ProductFiles because more than one product files have been found. Only one product file is supported or one must be named .product [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/updatepom [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/updatepom/bundle [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/updatepom/feature [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/updatepom/product [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/updatepom/repository [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/updatepom/repositoryWithOneProductFile [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/updatepom/repositoryWith2ProductFiles [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/updatepom/iu [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.412 s -- in org.eclipse.tycho.versions.engine.tests.PomUpdaterTest [INFO] Running org.eclipse.tycho.versions.engine.tests.ProjectMetadataReaderTest [INFO] Project does not exist at src/test/resources/projects/simple/missing [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.130 s -- in org.eclipse.tycho.versions.engine.tests.ProjectMetadataReaderTest [INFO] Running org.eclipse.tycho.versions.engine.tests.VersionsEngineTest [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/exportpackage [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] META-INF/MANIFEST.MF//Bundle-Version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] META-INF/MANIFEST.MF//Export-Package//org.eclipse.tycho.test;version: 1.0.0 => 1.0.1 [INFO] META-INF/MANIFEST.MF//Export-Package//org.eclipse.tycho;version: 1.0.0 => 1.0.1 [INFO] META-INF/MANIFEST.MF//Export-Package//org.eclipse.tycho.core;version: 1.0.0 => 1.0.1 [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/dependencysimple [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/dependencysimple/bundle [INFO] pom.xml//project/dependencies/dependency/[ dependencysimple:someproject ] 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/profiles/profile[ test ]/dependencies/dependency/[ dependencysimple:someproject ] 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/dependencysimple/someproject [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/dependencymanagementotherversion [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/dependencymanagementotherversion/bundle [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/dependencymanagementotherversion/someproject [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/versionranges [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/versionranges/bundle1 [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] META-INF/MANIFEST.MF//Bundle-Version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] META-INF/MANIFEST.MF//Export-Package//org.bundle1.package1;version: 1.0.0 => 1.0.1 [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/versionranges/bundle2 [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] META-INF/MANIFEST.MF//Bundle-Version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] META-INF/MANIFEST.MF//Import-Package//org.bundle1.package1;version: 1.0.0 => 1.0.1 [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/versionranges/bundle3 [INFO] pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/versionranges/fragment [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] META-INF/MANIFEST.MF//Bundle-Version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] META-INF/MANIFEST.MF//Fragment-Host//bundle1;bundle-version: 1.0.1 => 1.0.1 [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/pomproperties [INFO] pom.xml//project/properties/[ p1 ] original => changed [INFO] pom.xml//project/profiles/profile[ test ]/properties/[ p1 ] original => changed [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/exlicitversion [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/exlicitversion/otherversion [INFO] pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/exlicitversion/sameversion [INFO] pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] META-INF/MANIFEST.MF//Bundle-Version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/targetplatform [INFO] pom.xml//project/version: 0.1.0-SNAPSHOT => 0.2.0-SNAPSHOT [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/targetplatform/bundle01 [INFO] pom.xml//project/parent/version: 0.1.0-SNAPSHOT => 0.2.0-SNAPSHOT [INFO] pom.xml//project/version: 0.1.0-SNAPSHOT => 0.2.0-SNAPSHOT [INFO] META-INF/MANIFEST.MF//Bundle-Version: 0.1.0.qualifier => 0.2.0.qualifier [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/targetplatform/targetplatform [INFO] //project/build/plugins/plugin/[ org.eclipse.tycho:target-platform-configuration ] /configuration/target/artifact/[ targetplatform:bundle01 ] 0.1.0-SNAPSHOT => 0.2.0-SNAPSHOT [INFO] pom.xml//project/version: 0.1.0-SNAPSHOT => 0.2.0-SNAPSHOT [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/profile [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/profile/bundle01 [INFO] pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] META-INF/MANIFEST.MF//Bundle-Version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/profile/bundle02 [INFO] pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] META-INF/MANIFEST.MF//Bundle-Version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/nonosgiversion/maven [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-01 [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/deepnesting [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/deepnesting/child [INFO] pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/deepnesting/child/grandchild [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/deepnesting/child/grandchild/bundle [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] META-INF/MANIFEST.MF//Bundle-Version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/profilenoid [INFO] pom.xml//project/version: 0.0.1-SNAPSHOT => 1.0.1-01 [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/multimodule [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/multimodule/bundle [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] META-INF/MANIFEST.MF//Bundle-Version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/multimodule/feature01 [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] feature.xml//feature/plugin/@id='bundle'/@version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] feature.xml//feature/@version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] feature.xml//feature/includes/@id='feature02'/@version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/multimodule/feature02 [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] feature.xml//feature/@version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/multimodule/feature03 [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] feature.xml//feature/@version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] feature.xml//feature/requires/import/@plugin='bundle'/@version: 1.0.0(match=perfect) => 1.0.1(match=perfect) [INFO] feature.xml//feature/requires/import/@feature='feature02'/@version: 1.0.0(match=perfect) => 1.0.1(match=perfect) [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/multimodule/product [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] product.product//product/@version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] product.product//product/plugins/plugin/@id=bundle/@version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] product.product//product/features/feature/@id=feature01/@version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/multimodule/repository [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] product.product//product/plugins/plugin/@id=bundle/@version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] differentversion.product//product/plugins/plugin/@id=bundle/@version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] product.product//product/features/feature/@id=feature01/@version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] differentversion.product//product/features/feature/@id=feature01/@version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] product.product//product/@version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] category.xml//site/bundle[@id=bundle]/@version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] category.xml//site/feature[@id=feature01]/@version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] category.xml//site/feature[@id=feature01]/@url: features/feature01_1.0.0.qualifier => features/feature01_1.0.1.qualifier [INFO] category.xml//site/feature[@id=feature01]/@version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/multimodule/repository-product-only [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] product2.product//product/@version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] product2.product//product/features/feature/@id=feature01/@version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/multimodule/iu [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] p2iu.xml//unit/@version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/dependencyotherversion [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/dependencyotherversion/bundle [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/dependencyotherversion/someproject [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/aggregator [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/aggregator/parent [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/aggregator/bundle [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] META-INF/MANIFEST.MF//Bundle-Version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/aggregator/detached [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/deepnesting [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/deepnesting/child [INFO] pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/deepnesting/child/grandchild [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/deepnesting/child/grandchild/bundle [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] META-INF/MANIFEST.MF//Bundle-Version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/buildpluginnogroupid [INFO] pom.xml//project/version: 0.0.1-SNAPSHOT => 1.0.1-01 [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/pluginmanagement [INFO] //project/build/plugins/plugin/[ pluginmanagement:plugin ] /dependencies/dependency/[ pluginmanagement:jar ] 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] //project/build/pluginManagemment/plugins/plugin/[ pluginmanagement:plugin ] /dependencies/dependency/[ pluginmanagement:jar ] 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/profiles/profile[ test ]/build/plugins/plugin/[ pluginmanagement:plugin ] /dependencies/dependency/[ pluginmanagement:jar ] 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/profiles/profile[ test ]/build/pluginManagemment/plugins/plugin/[ pluginmanagement:plugin ] /dependencies/dependency/[ pluginmanagement:jar ] 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] //project/build/plugins/plugin/[ pluginmanagement:plugin ] 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] //project/build/pluginManagemment/plugins/plugin/[ pluginmanagement:plugin ] 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/profiles/profile[ test ]/build/plugins/plugin/[ pluginmanagement:plugin ] 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/profiles/profile[ test ]/build/pluginManagemment/plugins/plugin/[ pluginmanagement:plugin ] 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/pluginmanagement/plugin [INFO] pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/pluginmanagement/jar [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/dependencymanagementsimple [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/dependencymanagementsimple/bundle [INFO] pom.xml//project/dependencyManagement/dependencies/dependency/[ dependencymanagementsimple:someproject ] 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/profiles/profile[ test ]/dependencyManagement/dependencies/dependency/[ dependencymanagementsimple:someproject ] 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/dependencymanagementsimple/someproject [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/dependencynoversion [INFO] pom.xml//project/dependencyManagement/dependencies/dependency/[ dependencynoversion:testmodule ] 1.0.0-SNAPSHOT => 4.8 [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/dependencynoversion/module [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/dependencynoversion/testmodule [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 4.8 [INFO] Making changes in /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/projects/simple [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] META-INF/MANIFEST.MF//Bundle-Version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.984 s -- in org.eclipse.tycho.versions.engine.tests.VersionsEngineTest [INFO] Running org.eclipse.tycho.versions.pom.tests.MutablePomFileTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.tycho.versions.pom.tests.MutablePomFileTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-versions-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/tycho-versions-plugin-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- plugin:3.10.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-versions-plugin --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-versions-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/tycho-versions-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-versions-plugin --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-versions-plugin/4.0.8-SNAPSHOT/tycho-versions-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/tycho-versions-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-versions-plugin/4.0.8-SNAPSHOT/tycho-versions-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-versions-plugin/target/tycho-versions-plugin-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-versions-plugin/4.0.8-SNAPSHOT/tycho-versions-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] -----------------< org.eclipse.tycho:tycho-p2-plugin >------------------ [INFO] Building Tycho p2 Metadata Plugin 4.0.8-SNAPSHOT [46/67] [INFO] from tycho-p2-plugin/pom.xml [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-p2-plugin --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-p2-plugin --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-p2-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-p2-plugin --- [INFO] Compiling 12 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-plugin/src/main/java/org/eclipse/tycho/plugins/p2/AbstractP2MetadataMojo.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-plugin/src/main/java/org/eclipse/tycho/plugins/p2/AbstractP2MetadataMojo.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plugin:3.10.2:descriptor (default-descriptor) @ tycho-p2-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 7 mojo descriptors. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-metadata (default) @ tycho-p2-plugin --- [INFO] Discovered 1 component descriptor(s) [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-p2-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-plugin/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-p2-plugin --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-test-metadata (default) @ tycho-p2-plugin --- [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-p2-plugin --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-p2-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-plugin/target/tycho-p2-plugin-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- plugin:3.10.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-p2-plugin --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-p2-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-plugin/target/tycho-p2-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-p2-plugin --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-p2-plugin/4.0.8-SNAPSHOT/tycho-p2-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-plugin/target/tycho-p2-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-p2-plugin/4.0.8-SNAPSHOT/tycho-p2-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-plugin/target/tycho-p2-plugin-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-p2-plugin/4.0.8-SNAPSHOT/tycho-p2-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] -------------< org.eclipse.tycho:tycho-p2-director-plugin >------------- [INFO] Building Tycho p2 Director Plugin 4.0.8-SNAPSHOT [47/67] [INFO] from tycho-p2-director-plugin/pom.xml [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-p2-director-plugin --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-p2-director-plugin --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-p2-director-plugin --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-p2-director-plugin --- [INFO] Compiling 11 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-director-plugin/src/main/java/org/eclipse/tycho/plugins/p2/director/runtime/StandaloneDirectorRuntimeFactory.java: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-director-plugin/src/main/java/org/eclipse/tycho/plugins/p2/director/runtime/StandaloneDirectorRuntimeFactory.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-director-plugin/src/main/java/org/eclipse/tycho/plugins/p2/director/runtime/StandaloneDirectorRuntimeFactory.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plugin:3.10.2:descriptor (default-descriptor) @ tycho-p2-director-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [WARNING] Deprecated @Component annotation for 'execution' field in org.eclipse.tycho.plugins.p2.director.MaterializeProductsMojo: replace with @Parameter( defaultValue = "${mojoExecution}", readonly = true ) [WARNING] Deprecated @Component annotation for 'execution' field in org.eclipse.tycho.plugins.p2.director.DirectorMojo: replace with @Parameter( defaultValue = "${mojoExecution}", readonly = true ) [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-metadata (default) @ tycho-p2-director-plugin --- [INFO] Discovered 1 component descriptor(s) [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-p2-director-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-director-plugin/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-p2-director-plugin --- [INFO] Compiling 6 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-director-plugin/src/test/java/org/eclipse/tycho/plugins/tar/TarGzArchiverTest.java: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-director-plugin/src/test/java/org/eclipse/tycho/plugins/tar/TarGzArchiverTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-director-plugin/src/test/java/org/eclipse/tycho/plugins/tar/TarGzArchiverTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-test-metadata (default) @ tycho-p2-director-plugin --- [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-p2-director-plugin --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-director-plugin/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tycho.plugins.p2.director.DirectorMojoTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 s -- in org.eclipse.tycho.plugins.p2.director.DirectorMojoTest [INFO] Running org.eclipse.tycho.plugins.p2.director.ProductArchiverMojoTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.tycho.plugins.p2.director.ProductArchiverMojoTest [INFO] Running org.eclipse.tycho.plugins.p2.director.ProductConfigTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 s -- in org.eclipse.tycho.plugins.p2.director.ProductConfigTest [INFO] Running org.eclipse.tycho.plugins.p2.director.ProfileNameTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.tycho.plugins.p2.director.ProfileNameTest [INFO] Running org.eclipse.tycho.plugins.tar.FilePermissionHelperTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.tycho.plugins.tar.FilePermissionHelperTest [INFO] Running org.eclipse.tycho.plugins.tar.TarGzArchiverTest [info] Building tar: /tmp/junit17846409986228608727/test.tar.gz [debug] Adding entry dir2 [debug] Adding entry dir2/test.txt [debug] Adding entry dir2/dir3 [debug] Adding entry dir2/dir3/test.sh [debug] Adding entry dir2/testPermissions [debug] Adding entry dir2/testLastModified [debug] Adding entry dir2/testOwnerAndGroupName [info] Building tar: /tmp/junit424665789749897654/test.tar.gz [debug] Adding entry dir2 [debug] Adding entry dir2/test.txt [debug] Adding entry dir2/dir3 [debug] Adding entry dir2/dir3/test.sh [debug] Adding entry dir2/testPermissions [debug] Adding entry dir2/testLastModified [debug] Adding entry dir2/testOwnerAndGroupName [info] Building tar: /tmp/junit10611733158755596744/test.tar.gz [debug] Adding entry dir2 [debug] Adding entry dir2/test.txt [debug] Adding entry dir2/dir3 [debug] Adding entry dir2/dir3/test.sh [debug] Adding entry dir2/testPermissions [debug] Adding entry dir2/testLastModified [debug] Adding entry dir2/testOwnerAndGroupName [debug] Adding entry testSymLink [debug] Computed symlink target path ../linkTargetOutsideArchiveRoot for symlink /tmp/junit10611733158755596744/dir1/testSymLink relative to /tmp/junit10611733158755596744/dir1 [info] Building tar: /tmp/junit8868681349229054945/test.tar.gz [debug] Adding entry dir2 [debug] Adding entry dir2/test.txt [debug] Adding entry dir2/dir3 [debug] Adding entry dir2/dir3/test.sh [debug] Adding entry dir2/testPermissions [debug] Adding entry dir2/testLastModified [debug] Adding entry dir2/testOwnerAndGroupName [debug] Adding entry dir2/testSymLink [debug] Computed symlink target path for symlink /tmp/junit8868681349229054945/dir1/dir2/testSymLink relative to /tmp/junit8868681349229054945/dir1 [debug] Computed symlink target path .. for symlink /tmp/junit8868681349229054945/dir1/dir2/testSymLink relative to /tmp/junit8868681349229054945/dir1/dir2 [debug] Computed symlink target path for symlink /tmp/junit8868681349229054945/dir1/dir2/testSymLink relative to /tmp/junit8868681349229054945/dir1 [info] Building tar: /tmp/junit10402668871030425503/test.tar.gz [debug] Adding entry dir2 [debug] Adding entry dir2/test.txt [debug] Adding entry dir2/dir3 [debug] Adding entry dir2/dir3/test.sh [debug] Adding entry dir2/testPermissions [debug] Adding entry dir2/testLastModified [debug] Adding entry dir2/testOwnerAndGroupName [debug] Adding entry very [debug] Adding entry very/long [debug] Adding entry very/long/path [debug] Adding entry very/long/path/exceeding [debug] Adding entry very/long/path/exceeding/100 [debug] Adding entry very/long/path/exceeding/100/chars [debug] Adding entry very/long/path/exceeding/100/chars/very [debug] Adding entry very/long/path/exceeding/100/chars/very/long [debug] Adding entry very/long/path/exceeding/100/chars/very/long/path [debug] Adding entry very/long/path/exceeding/100/chars/very/long/path/exceeding [debug] Adding entry very/long/path/exceeding/100/chars/very/long/path/exceeding/100 [debug] Adding entry very/long/path/exceeding/100/chars/very/long/path/exceeding/100/chars [debug] Adding entry very/long/path/exceeding/100/chars/very/long/path/exceeding/100/chars/very [debug] Adding entry very/long/path/exceeding/100/chars/very/long/path/exceeding/100/chars/very/long [debug] Adding entry very/long/path/exceeding/100/chars/very/long/path/exceeding/100/chars/very/long/path [debug] Adding entry very/long/path/exceeding/100/chars/very/long/path/exceeding/100/chars/very/long/path/exceeding [debug] Adding entry very/long/path/exceeding/100/chars/very/long/path/exceeding/100/chars/very/long/path/exceeding/100 [debug] Adding entry very/long/path/exceeding/100/chars/very/long/path/exceeding/100/chars/very/long/path/exceeding/100/chars [debug] Adding entry very/long/path/exceeding/100/chars/very/long/path/exceeding/100/chars/very/long/path/exceeding/100/chars/test.txt [info] Building tar: /tmp/junit5769854233590028002/test.tar.gz [debug] Adding entry dir2 [debug] Adding entry dir2/test.txt [debug] Adding entry dir2/dir3 [debug] Adding entry dir2/dir3/test.sh [debug] Adding entry dir2/testPermissions [debug] Adding entry dir2/testLastModified [debug] Adding entry dir2/testOwnerAndGroupName [info] Building tar: /tmp/junit5569448026990425353/test.tar.gz [debug] Adding entry dir2 [debug] Adding entry dir2/test.txt [debug] Adding entry dir2/dir3 [debug] Adding entry dir2/dir3/test.sh [debug] Adding entry dir2/testPermissions [debug] Adding entry dir2/testLastModified [debug] Adding entry dir2/testOwnerAndGroupName [debug] Adding entry dir2/testSymLink [debug] Computed symlink target path test.sh for symlink /tmp/junit5569448026990425353/dir1/dir2/testSymLink relative to /tmp/junit5569448026990425353/dir1 [debug] Computed symlink target path ../test.sh for symlink /tmp/junit5569448026990425353/dir1/dir2/testSymLink relative to /tmp/junit5569448026990425353/dir1/dir2 [info] Building tar: /tmp/junit12800288180244343910/test.tar.gz [debug] Adding entry dir2 [debug] Adding entry dir2/test.txt [debug] Adding entry dir2/dir3 [debug] Adding entry dir2/dir3/test.sh [debug] Adding entry dir2/testPermissions [debug] Adding entry dir2/testLastModified [debug] Adding entry dir2/testOwnerAndGroupName [debug] Adding entry testSymLink [debug] Computed symlink target path dir2/dir3/test.sh for symlink /tmp/junit12800288180244343910/dir1/testSymLink relative to /tmp/junit12800288180244343910/dir1 [debug] Computed symlink target path dir2/dir3/test.sh for symlink /tmp/junit12800288180244343910/dir1/testSymLink relative to /tmp/junit12800288180244343910/dir1 [info] Building tar: /tmp/junit14017391459628886909/test.tar.gz [debug] Adding entry dir2 [debug] Adding entry dir2/test.txt [debug] Adding entry dir2/dir3 [debug] Adding entry dir2/dir3/test.sh [debug] Adding entry dir2/testPermissions [debug] Adding entry dir2/testLastModified [debug] Adding entry dir2/testOwnerAndGroupName [debug] Adding entry testDirSymLink [debug] Computed symlink target path ../dirLinkTargetOutsideArchiveRoot for symlink /tmp/junit14017391459628886909/dir1/testDirSymLink relative to /tmp/junit14017391459628886909/dir1 [debug] Adding entry testDirSymLink/test.txt [info] Building tar: /tmp/junit1688764064479261975/test.tar.gz [debug] Adding entry dir2 [debug] Adding entry dir2/test.txt [debug] Adding entry dir2/dir3 [debug] Adding entry dir2/dir3/test.sh [debug] Adding entry dir2/testPermissions [debug] Adding entry dir2/testLastModified [debug] Adding entry dir2/testOwnerAndGroupName [debug] Adding entry dir2/testSymLink [debug] Computed symlink target path dir2/dir3/test.sh for symlink /tmp/junit1688764064479261975/dir1/dir2/testSymLink relative to /tmp/junit1688764064479261975/dir1 [debug] Computed symlink target path dir3/test.sh for symlink /tmp/junit1688764064479261975/dir1/dir2/testSymLink relative to /tmp/junit1688764064479261975/dir1/dir2 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 s -- in org.eclipse.tycho.plugins.tar.TarGzArchiverTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-p2-director-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-director-plugin/target/tycho-p2-director-plugin-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- plugin:3.10.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-p2-director-plugin --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-p2-director-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-director-plugin/target/tycho-p2-director-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-p2-director-plugin --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-director-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-p2-director-plugin/4.0.8-SNAPSHOT/tycho-p2-director-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-director-plugin/target/tycho-p2-director-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-p2-director-plugin/4.0.8-SNAPSHOT/tycho-p2-director-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-director-plugin/target/tycho-p2-director-plugin-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-p2-director-plugin/4.0.8-SNAPSHOT/tycho-p2-director-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] ------------< org.eclipse.tycho:tycho-p2-publisher-plugin >------------- [INFO] Building Tycho p2 Publisher Plugin 4.0.8-SNAPSHOT [48/67] [INFO] from tycho-p2-publisher-plugin/pom.xml [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-p2-publisher-plugin --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-p2-publisher-plugin --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-p2-publisher-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-p2-publisher-plugin --- [INFO] Compiling 8 source files with javac [debug target 17] to target/classes [WARNING] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-publisher-plugin/src/main/java/org/eclipse/tycho/plugins/p2/publisher/PublishEEProfileMojo.java:[54,62] publishEEProfile(java.io.File) in org.eclipse.tycho.p2.tools.publisher.facade.PublisherService has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-publisher-plugin/src/main/java/org/eclipse/tycho/plugins/p2/publisher/PublishProductInstallableUnitProvider.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-publisher-plugin/src/main/java/org/eclipse/tycho/plugins/p2/publisher/PublishProductInstallableUnitProvider.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plugin:3.10.2:descriptor (default-descriptor) @ tycho-p2-publisher-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [WARNING] Unresolvable link in javadoc tag with value https://wiki.eclipse.org/Equinox/p2/Publisher found in tycho-p2-publisher-plugin/src/main/java/org/eclipse/tycho/plugins/p2/publisher/PublishProductMojo.java:77: Could not resolve javadoc reference JavadocReference [moduleName=Optional[https://wiki.eclipse.org/Equinox/p2], packageNameClassName=Optional[Publisher], member=Optional.empty, label=Optional.empty] [WARNING] Unresolvable link in javadoc tag with value https://wiki.eclipse.org/Equinox/p2/Publisher found in tycho-p2-publisher-plugin/src/main/java/org/eclipse/tycho/plugins/p2/publisher/PublishCategoriesMojo.java:48: Could not resolve javadoc reference JavadocReference [moduleName=Optional[https://wiki.eclipse.org/Equinox/p2], packageNameClassName=Optional[Publisher], member=Optional.empty, label=Optional.empty] [INFO] java-annotations mojo extractor found 5 mojo descriptors. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-metadata (default) @ tycho-p2-publisher-plugin --- [INFO] Discovered 2 component descriptor(s) [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-p2-publisher-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-publisher-plugin/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-p2-publisher-plugin --- [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-test-metadata (default) @ tycho-p2-publisher-plugin --- [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-p2-publisher-plugin --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-publisher-plugin/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tycho.plugins.p2.publisher.PublishProductMojoTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.251 s -- in org.eclipse.tycho.plugins.p2.publisher.PublishProductMojoTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-p2-publisher-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-publisher-plugin/target/tycho-p2-publisher-plugin-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- plugin:3.10.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-p2-publisher-plugin --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-p2-publisher-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-publisher-plugin/target/tycho-p2-publisher-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-p2-publisher-plugin --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-publisher-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.8-SNAPSHOT/tycho-p2-publisher-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-publisher-plugin/target/tycho-p2-publisher-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.8-SNAPSHOT/tycho-p2-publisher-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-publisher-plugin/target/tycho-p2-publisher-plugin-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.8-SNAPSHOT/tycho-p2-publisher-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] ------------< org.eclipse.tycho:tycho-p2-repository-plugin >------------ [INFO] Building Tycho p2 Repository Plugin 4.0.8-SNAPSHOT [49/67] [INFO] from tycho-p2-repository-plugin/pom.xml [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-p2-repository-plugin --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-p2-repository-plugin --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-p2-repository-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-p2-repository-plugin --- [INFO] Compiling 8 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-repository-plugin/src/main/java/org/eclipse/tycho/plugins/p2/repository/MavenP2SiteMojo.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-repository-plugin/src/main/java/org/eclipse/tycho/plugins/p2/repository/MavenP2SiteMojo.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plugin:3.10.2:descriptor (default-descriptor) @ tycho-p2-repository-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 7 mojo descriptors. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-metadata (default) @ tycho-p2-repository-plugin --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-p2-repository-plugin --- [INFO] Copying 14 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-p2-repository-plugin --- [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-test-metadata (default) @ tycho-p2-repository-plugin --- [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-p2-repository-plugin --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-repository-plugin/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tycho.p2.tools.verfier.VerifierServiceImplTest SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [INFO] Cache location: /tmp/junit1889716611299953228/junit212995769935726132/.cache/tycho [INFO] Transport mode: online [INFO] Http Transport type: Java11Client [INFO] Update mode: cache first [INFO] Minimum cache duration: 60 minutes [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [INFO] Cache location: /tmp/junit8360641622890070109/junit6351876510784359370/.cache/tycho [INFO] Transport mode: online [INFO] Http Transport type: Java11Client [INFO] Update mode: cache first [INFO] Minimum cache duration: 60 minutes [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [WARNING] [6fcd99f9-2c83-4f36-a171-35e5ac1f8e21][Not called from a ClassRealm] The digest algorithms (md5) used to verify org.eclipse.update.feature,jarsigning.feature,0.0.1.201109191414 have severely compromised security. Please report this concern to the artifact provider. [WARNING] [6fcd99f9-2c83-4f36-a171-35e5ac1f8e21][Not called from a ClassRealm] The digest algorithms (md5) used to verify osgi.bundle,jarsigning,0.0.1.201109191414 have severely compromised security. Please report this concern to the artifact provider. [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [INFO] Cache location: /tmp/junit11616377977364623161/junit14914433024115354146/.cache/tycho [INFO] Transport mode: online [INFO] Http Transport type: Java11Client [INFO] Update mode: cache first [INFO] Minimum cache duration: 60 minutes [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [WARNING] [c0153cf4-e3d1-464b-924d-0bc5a7947580][Not called from a ClassRealm] The digest algorithms (md5) used to verify org.eclipse.update.feature,jarsigning.feature,0.0.1.201109191414 have severely compromised security. Please report this concern to the artifact provider. [WARNING] [c0153cf4-e3d1-464b-924d-0bc5a7947580][Not called from a ClassRealm] The digest algorithms (md5) used to verify osgi.bundle,jarsigning,0.0.1.201109191414 have severely compromised security. Please report this concern to the artifact provider. [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 8.596 s -- in org.eclipse.tycho.p2.tools.verfier.VerifierServiceImplTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-p2-repository-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-repository-plugin/target/tycho-p2-repository-plugin-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- plugin:3.10.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-p2-repository-plugin --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-p2-repository-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-repository-plugin/target/tycho-p2-repository-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-p2-repository-plugin --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-repository-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.8-SNAPSHOT/tycho-p2-repository-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-repository-plugin/target/tycho-p2-repository-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.8-SNAPSHOT/tycho-p2-repository-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2-repository-plugin/target/tycho-p2-repository-plugin-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.8-SNAPSHOT/tycho-p2-repository-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] -----------------< org.eclipse.tycho:tycho-gpg-plugin >----------------- [INFO] Building Tycho GPG plugin 4.0.8-SNAPSHOT [50/67] [INFO] from tycho-gpg-plugin/pom.xml [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-gpg-plugin --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-gpg-plugin --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-gpg-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-gpg-plugin --- [INFO] Compiling 6 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-gpg-plugin/src/main/java/org/eclipse/tycho/gpg/BouncyCastleSigner.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-gpg-plugin/src/main/java/org/eclipse/tycho/gpg/BouncyCastleSigner.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plugin:3.10.2:descriptor (default-descriptor) @ tycho-gpg-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 1 mojo descriptor. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-gpg-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-gpg-plugin/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-gpg-plugin --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-gpg-plugin --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-gpg-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-gpg-plugin/target/tycho-gpg-plugin-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- plugin:3.10.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-gpg-plugin --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-gpg-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-gpg-plugin/target/tycho-gpg-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-gpg-plugin --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-gpg-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-gpg-plugin/4.0.8-SNAPSHOT/tycho-gpg-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-gpg-plugin/target/tycho-gpg-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-gpg-plugin/4.0.8-SNAPSHOT/tycho-gpg-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-gpg-plugin/target/tycho-gpg-plugin-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-gpg-plugin/4.0.8-SNAPSHOT/tycho-gpg-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] ---------------< org.eclipse.tycho.extras:tycho-extras >---------------- [INFO] Building Tycho Extras 4.0.8-SNAPSHOT [51/67] [INFO] from tycho-extras/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-extras --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-extras --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-extras --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-extras --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/extras/tycho-extras/4.0.8-SNAPSHOT/tycho-extras-4.0.8-SNAPSHOT.pom [INFO] [INFO] -------< org.eclipse.tycho.extras:tycho-document-bundle-plugin >-------- [INFO] Building Tycho Document Bundle Plugin 4.0.8-SNAPSHOT [52/67] [INFO] from tycho-extras/tycho-document-bundle-plugin/pom.xml [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-document-bundle-plugin --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-document-bundle-plugin --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-document-bundle-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-document-bundle-plugin --- [INFO] Compiling 14 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-document-bundle-plugin/src/main/java/org/eclipse/tycho/extras/docbundle/DocletArtifactsResolver.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-document-bundle-plugin/src/main/java/org/eclipse/tycho/extras/docbundle/DocletArtifactsResolver.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plugin:3.10.2:descriptor (default-descriptor) @ tycho-document-bundle-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 4 mojo descriptors. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-metadata (default) @ tycho-document-bundle-plugin --- [INFO] Discovered 2 component descriptor(s) [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-document-bundle-plugin --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-document-bundle-plugin --- [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-test-metadata (default) @ tycho-document-bundle-plugin --- [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-document-bundle-plugin --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-document-bundle-plugin/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tycho.extras.docbundle.PackageNameMatcherTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s -- in org.eclipse.tycho.extras.docbundle.PackageNameMatcherTest [INFO] Running org.eclipse.tycho.extras.docbundle.TestJavadocRunner OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.651 s -- in org.eclipse.tycho.extras.docbundle.TestJavadocRunner [INFO] [INFO] Results: [INFO] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-document-bundle-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-document-bundle-plugin/target/tycho-document-bundle-plugin-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- plugin:3.10.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-document-bundle-plugin --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-document-bundle-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-document-bundle-plugin/target/tycho-document-bundle-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-document-bundle-plugin --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-document-bundle-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.8-SNAPSHOT/tycho-document-bundle-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-document-bundle-plugin/target/tycho-document-bundle-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.8-SNAPSHOT/tycho-document-bundle-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-document-bundle-plugin/target/tycho-document-bundle-plugin-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.8-SNAPSHOT/tycho-document-bundle-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.eclipse.tycho.extras:tycho-version-bump-plugin >--------- [INFO] Building Tycho Version Bump Plugin 4.0.8-SNAPSHOT [53/67] [INFO] from tycho-extras/tycho-version-bump-plugin/pom.xml [INFO] ----------------------------[ maven-plugin ]---------------------------- [WARNING] Parameter 'useLocalRepository' is unknown for plugin 'maven-invoker-plugin:3.6.1:install (integration-test)' [WARNING] Parameter 'useLocalRepository' is unknown for plugin 'maven-invoker-plugin:3.6.1:run (integration-test)' [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-version-bump-plugin --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-version-bump-plugin --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-version-bump-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-version-bump-plugin --- [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/src/main/java/org/eclipse/tycho/versionbump/UpdateProductMojo.java: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/src/main/java/org/eclipse/tycho/versionbump/UpdateProductMojo.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/src/main/java/org/eclipse/tycho/versionbump/UpdateProductMojo.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plugin:3.10.2:descriptor (default-descriptor) @ tycho-version-bump-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 2 mojo descriptors. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-version-bump-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-version-bump-plugin --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-version-bump-plugin --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-version-bump-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/tycho-version-bump-plugin-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- plugin:3.10.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-version-bump-plugin --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-version-bump-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/tycho-version-bump-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- invoker:3.6.1:install (integration-test) @ tycho-version-bump-plugin --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/tycho-version-bump-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-version-bump-plugin/4.0.8-SNAPSHOT/tycho-version-bump-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/tycho-version-bump-plugin-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-version-bump-plugin/4.0.8-SNAPSHOT/tycho-version-bump-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-version-bump-plugin/4.0.8-SNAPSHOT/tycho-version-bump-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-extras/4.0.8-SNAPSHOT/tycho-extras-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho/4.0.8-SNAPSHOT/tycho-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.2.0/plexus-component-annotations-2.2.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/codehaus/plexus/plexus-component-annotations/2.2.0/plexus-component-annotations-2.2.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.2.0/plexus-component-annotations-2.2.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/codehaus/plexus/plexus-component-annotations/2.2.0/plexus-component-annotations-2.2.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/target/tycho-core-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-core/4.0.8-SNAPSHOT/tycho-core-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-core/4.0.8-SNAPSHOT/tycho-core-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/iq80/snappy/snappy/0.4/snappy-0.4.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/iq80/snappy/snappy/0.4/snappy-0.4.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/tukaani/xz/1.9/xz-1.9.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/tukaani/xz/1.9/xz-1.9.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/tukaani/xz/1.9/xz-1.9.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/tukaani/xz/1.9/xz-1.9.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-equinox-launching/target/sisu-equinox-launching-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-launching/4.0.8-SNAPSHOT/sisu-equinox-launching-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-equinox-launching/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-launching/4.0.8-SNAPSHOT/sisu-equinox-launching-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-api/target/tycho-api-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-api/4.0.8-SNAPSHOT/tycho-api-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-api/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-api/4.0.8-SNAPSHOT/tycho-api-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.osgi/3.19.0/org.eclipse.osgi-3.19.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.osgi/3.19.0/org.eclipse.osgi-3.19.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.osgi/3.19.0/org.eclipse.osgi-3.19.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.osgi/3.19.0/org.eclipse.osgi-3.19.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-osgi-api/target/sisu-osgi-api-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-api/4.0.8-SNAPSHOT/sisu-osgi-api-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-osgi-api/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-api/4.0.8-SNAPSHOT/sisu-osgi-api-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-metadata-model/target/tycho-metadata-model-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/4.0.8-SNAPSHOT/tycho-metadata-model-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-metadata-model/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/4.0.8-SNAPSHOT/tycho-metadata-model-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/de/pdark/decentxml/1.4/decentxml-1.4.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/de/pdark/decentxml/1.4/decentxml-1.4.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/de/pdark/decentxml/1.4/decentxml-1.4.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/de/pdark/decentxml/1.4/decentxml-1.4.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-spi/target/tycho-spi-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-spi/4.0.8-SNAPSHOT/tycho-spi-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-spi/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-spi/4.0.8-SNAPSHOT/tycho-spi-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/p2-maven-plugin/target/p2-maven-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/p2-maven-plugin/4.0.8-SNAPSHOT/p2-maven-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/p2-maven-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/p2-maven-plugin/4.0.8-SNAPSHOT/p2-maven-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.9.100/org.eclipse.equinox.p2.publisher-1.9.100.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.9.100/org.eclipse.equinox.p2.publisher-1.9.100.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.9.100/org.eclipse.equinox.p2.publisher-1.9.100.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.9.100/org.eclipse.equinox.p2.publisher-1.9.100.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.300/org.eclipse.equinox.p2.artifact.repository-1.5.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.300/org.eclipse.equinox.p2.artifact.repository-1.5.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.300/org.eclipse.equinox.p2.artifact.repository-1.5.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.300/org.eclipse.equinox.p2.artifact.repository-1.5.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.300/org.eclipse.equinox.p2.director-2.6.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.300/org.eclipse.equinox.p2.director-2.6.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.300/org.eclipse.equinox.p2.director-2.6.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.300/org.eclipse.equinox.p2.director-2.6.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/org.eclipse.equinox.p2.engine-2.10.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/org.eclipse.equinox.p2.engine-2.10.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/org.eclipse.equinox.p2.engine-2.10.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/org.eclipse.equinox.p2.engine-2.10.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.9.0/org.eclipse.equinox.p2.metadata-2.9.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.9.0/org.eclipse.equinox.p2.metadata-2.9.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.9.0/org.eclipse.equinox.p2.metadata-2.9.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.9.0/org.eclipse.equinox.p2.metadata-2.9.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.100/org.eclipse.equinox.p2.repository-2.8.100.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.100/org.eclipse.equinox.p2.repository-2.8.100.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.100/org.eclipse.equinox.p2.repository-2.8.100.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.100/org.eclipse.equinox.p2.repository-2.8.100.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.security/1.4.200/org.eclipse.equinox.security-1.4.200.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.security/1.4.200/org.eclipse.equinox.security-1.4.200.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.security/1.4.200/org.eclipse.equinox.security-1.4.200.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.security/1.4.200/org.eclipse.equinox.security-1.4.200.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.1000/org.eclipse.osgi.compatibility.state-1.2.1000.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.1000/org.eclipse.osgi.compatibility.state-1.2.1000.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.1000/org.eclipse.osgi.compatibility.state-1.2.1000.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.1000/org.eclipse.osgi.compatibility.state-1.2.1000.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.6.0/org.eclipse.equinox.p2.publisher.eclipse-1.6.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.6.0/org.eclipse.equinox.p2.publisher.eclipse-1.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.6.0/org.eclipse.equinox.p2.publisher.eclipse-1.6.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.6.0/org.eclipse.equinox.p2.publisher.eclipse-1.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.3.100/org.eclipse.equinox.frameworkadmin-2.3.100.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.3.100/org.eclipse.equinox.frameworkadmin-2.3.100.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.3.100/org.eclipse.equinox.frameworkadmin-2.3.100.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.3.100/org.eclipse.equinox.frameworkadmin-2.3.100.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.preferences/3.11.0/org.eclipse.equinox.preferences-3.11.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.preferences/3.11.0/org.eclipse.equinox.preferences-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.preferences/3.11.0/org.eclipse.equinox.preferences-3.11.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.preferences/3.11.0/org.eclipse.equinox.preferences-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.300/org.eclipse.equinox.p2.metadata.repository-1.5.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.300/org.eclipse.equinox.p2.metadata.repository-1.5.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.300/org.eclipse.equinox.p2.metadata.repository-1.5.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.300/org.eclipse.equinox.p2.metadata.repository-1.5.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.300/org.eclipse.equinox.p2.updatesite-1.3.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.300/org.eclipse.equinox.p2.updatesite-1.3.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.300/org.eclipse.equinox.p2.updatesite-1.3.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.300/org.eclipse.equinox.p2.updatesite-1.3.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-osgi-connect/target/sisu-osgi-connect-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-connect/4.0.8-SNAPSHOT/sisu-osgi-connect-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-osgi-connect/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-connect/4.0.8-SNAPSHOT/sisu-osgi-connect-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.300/org.eclipse.equinox.p2.jarprocessor-1.3.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.300/org.eclipse.equinox.p2.jarprocessor-1.3.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.300/org.eclipse.equinox.p2.jarprocessor-1.3.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.300/org.eclipse.equinox.p2.jarprocessor-1.3.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.5.200/org.eclipse.equinox.p2.touchpoint.natives-1.5.200.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.5.200/org.eclipse.equinox.p2.touchpoint.natives-1.5.200.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.5.200/org.eclipse.equinox.p2.touchpoint.natives-1.5.200.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.5.200/org.eclipse.equinox.p2.touchpoint.natives-1.5.200.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.200.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.200.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.200.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.200.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.3.200/org.eclipse.equinox.p2.garbagecollector-1.3.200.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.3.200/org.eclipse.equinox.p2.garbagecollector-1.3.200.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.3.200/org.eclipse.equinox.p2.garbagecollector-1.3.200.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.3.200/org.eclipse.equinox.p2.garbagecollector-1.3.200.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.300/org.eclipse.equinox.p2.director.app-1.3.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.300/org.eclipse.equinox.p2.director.app-1.3.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.300/org.eclipse.equinox.p2.director.app-1.3.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.300/org.eclipse.equinox.p2.director.app-1.3.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.300/org.eclipse.equinox.p2.repository.tools-2.4.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.300/org.eclipse.equinox.p2.repository.tools-2.4.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.300/org.eclipse.equinox.p2.repository.tools-2.4.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.300/org.eclipse.equinox.p2.repository.tools-2.4.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.concurrent/1.3.0/org.eclipse.equinox.concurrent-1.3.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.concurrent/1.3.0/org.eclipse.equinox.concurrent-1.3.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.concurrent/1.3.0/org.eclipse.equinox.concurrent-1.3.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.concurrent/1.3.0/org.eclipse.equinox.concurrent-1.3.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.5.200/org.eclipse.equinox.simpleconfigurator-1.5.200.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.5.200/org.eclipse.equinox.simpleconfigurator-1.5.200.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.5.200/org.eclipse.equinox.simpleconfigurator-1.5.200.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.5.200/org.eclipse.equinox.simpleconfigurator-1.5.200.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.app/1.7.0/org.eclipse.equinox.app-1.7.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.app/1.7.0/org.eclipse.equinox.app-1.7.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.app/1.7.0/org.eclipse.equinox.app-1.7.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.app/1.7.0/org.eclipse.equinox.app-1.7.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.3.100/org.eclipse.equinox.frameworkadmin.equinox-1.3.100.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.3.100/org.eclipse.equinox.frameworkadmin.equinox-1.3.100.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.3.100/org.eclipse.equinox.frameworkadmin.equinox-1.3.100.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.3.100/org.eclipse.equinox.frameworkadmin.equinox-1.3.100.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.100/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.100.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.100/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.100.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.100/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.100.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.100/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.100.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/commons-net/commons-net/3.10.0/commons-net-3.10.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/commons-net/commons-net/3.10.0/commons-net-3.10.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/commons-net/commons-net/3.10.0/commons-net-3.10.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/commons-net/commons-net/3.10.0/commons-net-3.10.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-targetplatform/target/tycho-targetplatform-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-targetplatform/4.0.8-SNAPSHOT/tycho-targetplatform-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-targetplatform/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-targetplatform/4.0.8-SNAPSHOT/tycho-targetplatform-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2/target/tycho-p2-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-p2/4.0.8-SNAPSHOT/tycho-p2-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-p2/4.0.8-SNAPSHOT/tycho-p2-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.runtime/3.31.0/org.eclipse.core.runtime-3.31.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.runtime/3.31.0/org.eclipse.core.runtime-3.31.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.runtime/3.31.0/org.eclipse.core.runtime-3.31.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.runtime/3.31.0/org.eclipse.core.runtime-3.31.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.jobs/3.15.200/org.eclipse.core.jobs-3.15.200.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.jobs/3.15.200/org.eclipse.core.jobs-3.15.200.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.jobs/3.15.200/org.eclipse.core.jobs-3.15.200.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.jobs/3.15.200/org.eclipse.core.jobs-3.15.200.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.registry/3.12.0/org.eclipse.equinox.registry-3.12.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.registry/3.12.0/org.eclipse.equinox.registry-3.12.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.registry/3.12.0/org.eclipse.equinox.registry-3.12.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.registry/3.12.0/org.eclipse.equinox.registry-3.12.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.contenttype/3.9.300/org.eclipse.core.contenttype-3.9.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.contenttype/3.9.300/org.eclipse.core.contenttype-3.9.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.contenttype/3.9.300/org.eclipse.core.contenttype-3.9.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.contenttype/3.9.300/org.eclipse.core.contenttype-3.9.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/commons-io/commons-io/2.16.1/commons-io-2.16.1.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/commons-io/commons-io/2.16.1/commons-io-2.16.1.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/commons-io/commons-io/2.16.1/commons-io-2.16.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/commons-io/commons-io/2.16.1/commons-io-2.16.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core/3.37.0/org.eclipse.jdt.core-3.37.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/jdt/org.eclipse.jdt.core/3.37.0/org.eclipse.jdt.core-3.37.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core/3.37.0/org.eclipse.jdt.core-3.37.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/jdt/org.eclipse.jdt.core/3.37.0/org.eclipse.jdt.core-3.37.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.resources/3.20.100/org.eclipse.core.resources-3.20.100.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.resources/3.20.100/org.eclipse.core.resources-3.20.100.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.resources/3.20.100/org.eclipse.core.resources-3.20.100.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.resources/3.20.100/org.eclipse.core.resources-3.20.100.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.expressions/3.9.300/org.eclipse.core.expressions-3.9.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.expressions/3.9.300/org.eclipse.core.expressions-3.9.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.expressions/3.9.300/org.eclipse.core.expressions-3.9.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.expressions/3.9.300/org.eclipse.core.expressions-3.9.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.filesystem/1.10.300/org.eclipse.core.filesystem-1.10.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.filesystem/1.10.300/org.eclipse.core.filesystem-1.10.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.filesystem/1.10.300/org.eclipse.core.filesystem-1.10.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.filesystem/1.10.300/org.eclipse.core.filesystem-1.10.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.text/3.14.0/org.eclipse.text-3.14.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.text/3.14.0/org.eclipse.text-3.14.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.text/3.14.0/org.eclipse.text-3.14.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.text/3.14.0/org.eclipse.text-3.14.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.commands/3.12.0/org.eclipse.core.commands-3.12.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.commands/3.12.0/org.eclipse.core.commands-3.12.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.commands/3.12.0/org.eclipse.core.commands-3.12.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.commands/3.12.0/org.eclipse.core.commands-3.12.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/jdt/ecj/3.37.0/ecj-3.37.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/jdt/ecj/3.37.0/ecj-3.37.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/jdt/ecj/3.37.0/ecj-3.37.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/jdt/ecj/3.37.0/ecj-3.37.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/apache/31/apache-31.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/apache/apache/31/apache-31.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/maven/maven-parent/41/maven-parent-41.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/apache/maven/maven-parent/41/maven-parent-41.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/maven/resolver/maven-resolver/1.9.18/maven-resolver-1.9.18.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/apache/maven/resolver/maven-resolver/1.9.18/maven-resolver-1.9.18.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus/10/plexus-10.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/codehaus/plexus/plexus/10/plexus-10.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus/16/plexus-16.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/codehaus/plexus/plexus/16/plexus-16.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-containers/2.2.0/plexus-containers-2.2.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/codehaus/plexus/plexus-containers/2.2.0/plexus-containers-2.2.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/apache/23/apache-23.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/apache/apache/23/apache-23.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-parent/52/commons-parent-52.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/apache/commons/commons-parent/52/commons-parent-52.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus/17/plexus-17.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/codehaus/plexus/plexus/17/plexus-17.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-parent/66/commons-parent-66.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/apache/commons/commons-parent/66/commons-parent-66.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus/15/plexus-15.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/codehaus/plexus/plexus/15/plexus-15.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi/4.0.8-SNAPSHOT/sisu-osgi-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-parent/65/commons-parent-65.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/apache/commons/commons-parent/65/commons-parent-65.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/ow2/1.5/ow2-1.5.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.pom/2.3.6/org.ow2.sat4j.pom-2.3.6.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/ow2/sat4j/org.ow2.sat4j.pom/2.3.6/org.ow2.sat4j.pom-2.3.6.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/felix/felix-parent/8/felix-parent-8.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/apache/felix/felix-parent/8/felix-parent-8.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/apache/30/apache-30.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/apache/apache/30/apache-30.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-parent/62/commons-parent-62.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/apache/commons/commons-parent/62/commons-parent-62.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-parent/69/commons-parent-69.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/apache/commons/commons-parent/69/commons-parent-69.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-maven-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-maven-plugin/4.0.8-SNAPSHOT/tycho-maven-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-maven-plugin/target/tycho-maven-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-maven-plugin/4.0.8-SNAPSHOT/tycho-maven-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/slf4j/slf4j-api/2.0.13/slf4j-api-2.0.13.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/slf4j/slf4j-api/2.0.13/slf4j-api-2.0.13.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/slf4j/slf4j-api/2.0.13/slf4j-api-2.0.13.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/slf4j/slf4j-api/2.0.13/slf4j-api-2.0.13.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-parent/64/commons-parent-64.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/apache/commons/commons-parent/64/commons-parent-64.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/slf4j/slf4j-bom/2.0.13/slf4j-bom-2.0.13.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/slf4j/slf4j-bom/2.0.13/slf4j-bom-2.0.13.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/slf4j/slf4j-parent/2.0.13/slf4j-parent-2.0.13.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/slf4j/slf4j-parent/2.0.13/slf4j-parent-2.0.13.pom [INFO] [INFO] --- invoker:3.6.1:run (integration-test) @ tycho-version-bump-plugin --- [INFO] Building: update-target/pom.xml [INFO] run post-build script verify.groovy [INFO] update-target/pom.xml ............................ SUCCESS (12.68 s) [INFO] ------------------------------------------------- [INFO] Build Summary: [INFO] Passed: 1, Failed: 0, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------- [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-version-bump-plugin --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/extras/tycho-version-bump-plugin/4.0.8-SNAPSHOT/tycho-version-bump-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/tycho-version-bump-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/extras/tycho-version-bump-plugin/4.0.8-SNAPSHOT/tycho-version-bump-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-version-bump-plugin/target/tycho-version-bump-plugin-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/extras/tycho-version-bump-plugin/4.0.8-SNAPSHOT/tycho-version-bump-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.eclipse.tycho.extras:tycho-p2-extras-plugin >----------- [INFO] Building Tycho p2 Extras Plugin 4.0.8-SNAPSHOT [54/67] [INFO] from tycho-extras/tycho-p2-extras-plugin/pom.xml [INFO] ----------------------------[ maven-plugin ]---------------------------- [WARNING] Parameter 'useLocalRepository' is unknown for plugin 'maven-invoker-plugin:3.6.1:install (integration-test)' [WARNING] Parameter 'useLocalRepository' is unknown for plugin 'maven-invoker-plugin:3.6.1:run (integration-test)' [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-p2-extras-plugin --- [INFO] Deleting /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/src/test/resources (includes = [**/testProject/target/], excludes = []) [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-p2-extras-plugin --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-p2-extras-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-p2-extras-plugin --- [INFO] Compiling 7 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/src/main/java/org/eclipse/tycho/plugins/p2/extras/BytesArtifactComparator.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/src/main/java/org/eclipse/tycho/plugins/p2/extras/BytesArtifactComparator.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plugin:3.10.2:descriptor (default-descriptor) @ tycho-p2-extras-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [WARNING] Unresolvable link in javadoc tag with value {@link #targetPlatformAsSource} and {@link #currentModuleAsSource} found in tycho-extras/tycho-p2-extras-plugin/src/main/java/org/eclipse/tycho/plugins/p2/extras/MirrorMojo.java:73: Could not resolve javadoc reference JavadocReference [moduleName=Optional.empty, packageNameClassName=Optional[{@link], member=Optional.empty, label=Optional[#targetPlatformAsSource} and {@link #currentModuleAsSource}]] [WARNING] Unresolvable link in javadoc tag with value https://wiki.eclipse.org/Equinox/p2/Publisher#Features_And_Bundles_Publisher_Application found in tycho-extras/tycho-p2-extras-plugin/src/main/java/org/eclipse/tycho/plugins/p2/extras/PublishFeaturesAndBundlesMojo.java:38: Could not resolve javadoc reference JavadocReference [moduleName=Optional[https://wiki.eclipse.org/Equinox/p2], packageNameClassName=Optional[Publisher], member=Optional[Features_And_Bundles_Publisher_Application], label=Optional.empty] [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-metadata (default) @ tycho-p2-extras-plugin --- [INFO] Discovered 1 component descriptor(s) [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-p2-extras-plugin --- [INFO] Copying 20 resources from src/test/resources to target/test-classes [INFO] [INFO] --- properties:0.0.2:filter-file (default) @ tycho-p2-extras-plugin --- [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-p2-extras-plugin --- [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/src/test/java/org/eclipse/tycho/plugins/p2/extras/MirrorMojoTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/src/test/java/org/eclipse/tycho/plugins/p2/extras/MirrorMojoTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-test-metadata (default) @ tycho-p2-extras-plugin --- [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-p2-extras-plugin --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tycho.plugins.p2.extras.MirrorMojoTest SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. SLF4J(W): Class path contains SLF4J bindings targeting slf4j-api versions 1.7.x or earlier. SLF4J(W): Ignoring binding found at [jar:file:/home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/maven/maven-slf4j-provider/3.9.6/maven-slf4j-provider-3.9.6.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J(W): See https://www.slf4j.org/codes.html#ignoredBindings for an explanation. [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [WARNING] The POM for org.eclipse.tycho.extras:tycho-p2-extras-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho.extras:tycho-p2-extras-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho.extras:tycho-p2-extras-plugin:jar:0.0.0 is missing, no dependency information available [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [WARNING] The POM for org.eclipse.tycho.extras:tycho-p2-extras-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho.extras:tycho-p2-extras-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho.extras:tycho-p2-extras-plugin:jar:0.0.0 is missing, no dependency information available [INFO] Mirroring to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/mirroring/testProject/target/repository [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [INFO] Cache location: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/.cache/tycho [INFO] Transport mode: online [INFO] Http Transport type: Java11Client [INFO] Update mode: cache first [INFO] Minimum cache duration: 60 minutes [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [WARNING] Mirror tool: Problems resolving provisioning plan.: Unable to satisfy dependency from toolingorg.eclipse.equinox.launcher 1.6.0.v20200915-1508 to osgi.bundle; org.eclipse.equinox.launcher 1.6.0.v20200915-1508. Unable to satisfy dependency from toolingorg.eclipse.equinox.launcher.gtk.linux.x86_64 1.2.0.v20200915-1442 to osgi.bundle; org.eclipse.equinox.launcher.gtk.linux.x86_64 1.2.0.v20200915-1442. Unable to satisfy dependency from dummy.executable.gtk.linux.x86_64 0.0.1.202102201955 to org.eclipse.equinox.p2.iu; org.eclipse.equinox.launcher.gtk.linux.x86_64 0.0.0, filter=(&(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk)). Mirroring: binary,dummy.executable.gtk.linux.x86_64,0.0.1.202102201955 (Descriptor: canonical: binary,dummy.executable.gtk.linux.x86_64,0.0.1.202102201955) [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [WARNING] The POM for org.eclipse.tycho.extras:tycho-p2-extras-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho.extras:tycho-p2-extras-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho.extras:tycho-p2-extras-plugin:jar:0.0.0 is missing, no dependency information available [INFO] Mirroring to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/mirroring/testProject/target/repository Mirroring: osgi.bundle,test.bundle1,1.0.0.201108100850 (Descriptor: canonical: osgi.bundle,test.bundle1,1.0.0.201108100850) [WARNING] [85f28d30-2f0d-41c9-9b93-9516797ce331][Not called from a ClassRealm] No digest algorithm is available to verify download of osgi.bundle,test.bundle1,1.0.0.201108100850. Mirroring: osgi.bundle,test.bundle2,1.0.0.201108100850 (Descriptor: canonical: osgi.bundle,test.bundle2,1.0.0.201108100850) [WARNING] [85f28d30-2f0d-41c9-9b93-9516797ce331][Not called from a ClassRealm] No digest algorithm is available to verify download of osgi.bundle,test.bundle2,1.0.0.201108100850. [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [WARNING] The POM for org.eclipse.tycho.extras:tycho-p2-extras-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho.extras:tycho-p2-extras-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho.extras:tycho-p2-extras-plugin:jar:0.0.0 is missing, no dependency information available [INFO] Mirroring to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/mirroring/testProject/target/repository Mirroring: osgi.bundle,test.bundle1,1.0.0.201108100850 (Descriptor: canonical: osgi.bundle,test.bundle1,1.0.0.201108100850) [WARNING] [85f28d30-2f0d-41c9-9b93-9516797ce331][Not called from a ClassRealm] No digest algorithm is available to verify download of osgi.bundle,test.bundle1,1.0.0.201108100850. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.23 s -- in org.eclipse.tycho.plugins.p2.extras.MirrorMojoTest [INFO] Running org.eclipse.tycho.plugins.p2.extras.PublishFeaturesAndBundlesMojoTest [INFO] Tycho Version: 4.0.8-SNAPSHOT (b834e24b02c5c4ffcd8223668485d4be15430365) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [WARNING] The POM for org.eclipse.tycho.extras:tycho-p2-extras-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-p2-repository-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho.extras:tycho-p2-extras-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-p2-repository-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho.extras:tycho-p2-extras-plugin:jar:0.0.0 is missing, no dependency information available [WARNING] The POM for org.eclipse.tycho:tycho-p2-repository-plugin:jar:0.0.0 is missing, no dependency information available id: local url: file:///home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/ layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] blocked: false Generating metadata for .. Generation completed with success [0 seconds]. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.525 s -- in org.eclipse.tycho.plugins.p2.extras.PublishFeaturesAndBundlesMojoTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-p2-extras-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/tycho-p2-extras-plugin-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- plugin:3.10.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-p2-extras-plugin --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-p2-extras-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/tycho-p2-extras-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- invoker:3.6.1:install (integration-test) @ tycho-p2-extras-plugin --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/tycho-p2-extras-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.8-SNAPSHOT/tycho-p2-extras-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/tycho-p2-extras-plugin-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.8-SNAPSHOT/tycho-p2-extras-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.8-SNAPSHOT/tycho-p2-extras-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-extras/4.0.8-SNAPSHOT/tycho-extras-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho/4.0.8-SNAPSHOT/tycho-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-artifactcomparator/target/tycho-artifactcomparator-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-artifactcomparator/4.0.8-SNAPSHOT/tycho-artifactcomparator-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-artifactcomparator/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-artifactcomparator/4.0.8-SNAPSHOT/tycho-artifactcomparator-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.osgi/3.19.0/org.eclipse.osgi-3.19.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.osgi/3.19.0/org.eclipse.osgi-3.19.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.osgi/3.19.0/org.eclipse.osgi-3.19.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.osgi/3.19.0/org.eclipse.osgi-3.19.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/asm/asm/9.6/asm-9.6.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/ow2/asm/asm/9.6/asm-9.6.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/asm/asm/9.6/asm-9.6.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/ow2/asm/asm/9.6/asm-9.6.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/asm/asm-util/9.6/asm-util-9.6.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/ow2/asm/asm-util/9.6/asm-util-9.6.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.2.0/plexus-component-annotations-2.2.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/codehaus/plexus/plexus-component-annotations/2.2.0/plexus-component-annotations-2.2.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.2.0/plexus-component-annotations-2.2.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/codehaus/plexus/plexus-component-annotations/2.2.0/plexus-component-annotations-2.2.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/commons-io/commons-io/2.16.1/commons-io-2.16.1.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/commons-io/commons-io/2.16.1/commons-io-2.16.1.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/commons-io/commons-io/2.16.1/commons-io-2.16.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/commons-io/commons-io/2.16.1/commons-io-2.16.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/xmlunit/xmlunit-core/2.9.1/xmlunit-core-2.9.1.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/xmlunit/xmlunit-core/2.9.1/xmlunit-core-2.9.1.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/xmlunit/xmlunit-core/2.9.1/xmlunit-core-2.9.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/xmlunit/xmlunit-core/2.9.1/xmlunit-core-2.9.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/ch/digitalfondue/jfiveparse/jfiveparse/1.0.3/jfiveparse-1.0.3.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/ch/digitalfondue/jfiveparse/jfiveparse/1.0.3/jfiveparse-1.0.3.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/ch/digitalfondue/jfiveparse/jfiveparse/1.0.3/jfiveparse-1.0.3.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/ch/digitalfondue/jfiveparse/jfiveparse/1.0.3/jfiveparse-1.0.3.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-api/target/tycho-api-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-api/4.0.8-SNAPSHOT/tycho-api-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-api/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-api/4.0.8-SNAPSHOT/tycho-api-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.9.0/org.eclipse.equinox.p2.metadata-2.9.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.9.0/org.eclipse.equinox.p2.metadata-2.9.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.9.0/org.eclipse.equinox.p2.metadata-2.9.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.9.0/org.eclipse.equinox.p2.metadata-2.9.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.9.100/org.eclipse.equinox.p2.publisher-1.9.100.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.9.100/org.eclipse.equinox.p2.publisher-1.9.100.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.9.100/org.eclipse.equinox.p2.publisher-1.9.100.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.9.100/org.eclipse.equinox.p2.publisher-1.9.100.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.300/org.eclipse.equinox.p2.artifact.repository-1.5.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.300/org.eclipse.equinox.p2.artifact.repository-1.5.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.300/org.eclipse.equinox.p2.artifact.repository-1.5.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.300/org.eclipse.equinox.p2.artifact.repository-1.5.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-spi/target/tycho-spi-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-spi/4.0.8-SNAPSHOT/tycho-spi-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-spi/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-spi/4.0.8-SNAPSHOT/tycho-spi-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-osgi-api/target/sisu-osgi-api-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-api/4.0.8-SNAPSHOT/sisu-osgi-api-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-osgi-api/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-api/4.0.8-SNAPSHOT/sisu-osgi-api-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-equinox-launching/target/sisu-equinox-launching-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-launching/4.0.8-SNAPSHOT/sisu-equinox-launching-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-equinox-launching/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-launching/4.0.8-SNAPSHOT/sisu-equinox-launching-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/iq80/snappy/snappy/0.4/snappy-0.4.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/iq80/snappy/snappy/0.4/snappy-0.4.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/tukaani/xz/1.9/xz-1.9.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/tukaani/xz/1.9/xz-1.9.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/tukaani/xz/1.9/xz-1.9.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/tukaani/xz/1.9/xz-1.9.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/target/tycho-core-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-core/4.0.8-SNAPSHOT/tycho-core-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-core/4.0.8-SNAPSHOT/tycho-core-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-metadata-model/target/tycho-metadata-model-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/4.0.8-SNAPSHOT/tycho-metadata-model-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-metadata-model/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/4.0.8-SNAPSHOT/tycho-metadata-model-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/de/pdark/decentxml/1.4/decentxml-1.4.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/de/pdark/decentxml/1.4/decentxml-1.4.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/de/pdark/decentxml/1.4/decentxml-1.4.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/de/pdark/decentxml/1.4/decentxml-1.4.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/p2-maven-plugin/target/p2-maven-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/p2-maven-plugin/4.0.8-SNAPSHOT/p2-maven-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/p2-maven-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/p2-maven-plugin/4.0.8-SNAPSHOT/p2-maven-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.300/org.eclipse.equinox.p2.director-2.6.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.300/org.eclipse.equinox.p2.director-2.6.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.300/org.eclipse.equinox.p2.director-2.6.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.300/org.eclipse.equinox.p2.director-2.6.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/org.eclipse.equinox.p2.engine-2.10.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/org.eclipse.equinox.p2.engine-2.10.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/org.eclipse.equinox.p2.engine-2.10.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/org.eclipse.equinox.p2.engine-2.10.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.100/org.eclipse.equinox.p2.repository-2.8.100.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.100/org.eclipse.equinox.p2.repository-2.8.100.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.100/org.eclipse.equinox.p2.repository-2.8.100.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.100/org.eclipse.equinox.p2.repository-2.8.100.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.security/1.4.200/org.eclipse.equinox.security-1.4.200.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.security/1.4.200/org.eclipse.equinox.security-1.4.200.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.security/1.4.200/org.eclipse.equinox.security-1.4.200.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.security/1.4.200/org.eclipse.equinox.security-1.4.200.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.1000/org.eclipse.osgi.compatibility.state-1.2.1000.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.1000/org.eclipse.osgi.compatibility.state-1.2.1000.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.1000/org.eclipse.osgi.compatibility.state-1.2.1000.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.1000/org.eclipse.osgi.compatibility.state-1.2.1000.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.6.0/org.eclipse.equinox.p2.publisher.eclipse-1.6.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.6.0/org.eclipse.equinox.p2.publisher.eclipse-1.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.6.0/org.eclipse.equinox.p2.publisher.eclipse-1.6.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.6.0/org.eclipse.equinox.p2.publisher.eclipse-1.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.3.100/org.eclipse.equinox.frameworkadmin-2.3.100.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.3.100/org.eclipse.equinox.frameworkadmin-2.3.100.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.3.100/org.eclipse.equinox.frameworkadmin-2.3.100.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.3.100/org.eclipse.equinox.frameworkadmin-2.3.100.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.preferences/3.11.0/org.eclipse.equinox.preferences-3.11.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.preferences/3.11.0/org.eclipse.equinox.preferences-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.preferences/3.11.0/org.eclipse.equinox.preferences-3.11.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.preferences/3.11.0/org.eclipse.equinox.preferences-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.300/org.eclipse.equinox.p2.metadata.repository-1.5.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.300/org.eclipse.equinox.p2.metadata.repository-1.5.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.300/org.eclipse.equinox.p2.metadata.repository-1.5.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.300/org.eclipse.equinox.p2.metadata.repository-1.5.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.300/org.eclipse.equinox.p2.updatesite-1.3.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.300/org.eclipse.equinox.p2.updatesite-1.3.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.300/org.eclipse.equinox.p2.updatesite-1.3.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.300/org.eclipse.equinox.p2.updatesite-1.3.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-osgi-connect/target/sisu-osgi-connect-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-connect/4.0.8-SNAPSHOT/sisu-osgi-connect-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-osgi-connect/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-connect/4.0.8-SNAPSHOT/sisu-osgi-connect-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.300/org.eclipse.equinox.p2.jarprocessor-1.3.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.300/org.eclipse.equinox.p2.jarprocessor-1.3.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.300/org.eclipse.equinox.p2.jarprocessor-1.3.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.300/org.eclipse.equinox.p2.jarprocessor-1.3.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.5.200/org.eclipse.equinox.p2.touchpoint.natives-1.5.200.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.5.200/org.eclipse.equinox.p2.touchpoint.natives-1.5.200.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.5.200/org.eclipse.equinox.p2.touchpoint.natives-1.5.200.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.5.200/org.eclipse.equinox.p2.touchpoint.natives-1.5.200.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.200.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.200.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.200.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.200.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.3.200/org.eclipse.equinox.p2.garbagecollector-1.3.200.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.3.200/org.eclipse.equinox.p2.garbagecollector-1.3.200.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.3.200/org.eclipse.equinox.p2.garbagecollector-1.3.200.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.3.200/org.eclipse.equinox.p2.garbagecollector-1.3.200.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.300/org.eclipse.equinox.p2.director.app-1.3.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.300/org.eclipse.equinox.p2.director.app-1.3.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.300/org.eclipse.equinox.p2.director.app-1.3.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.300/org.eclipse.equinox.p2.director.app-1.3.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.300/org.eclipse.equinox.p2.repository.tools-2.4.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.300/org.eclipse.equinox.p2.repository.tools-2.4.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.300/org.eclipse.equinox.p2.repository.tools-2.4.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.300/org.eclipse.equinox.p2.repository.tools-2.4.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.concurrent/1.3.0/org.eclipse.equinox.concurrent-1.3.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.concurrent/1.3.0/org.eclipse.equinox.concurrent-1.3.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.concurrent/1.3.0/org.eclipse.equinox.concurrent-1.3.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.concurrent/1.3.0/org.eclipse.equinox.concurrent-1.3.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.5.200/org.eclipse.equinox.simpleconfigurator-1.5.200.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.5.200/org.eclipse.equinox.simpleconfigurator-1.5.200.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.5.200/org.eclipse.equinox.simpleconfigurator-1.5.200.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.5.200/org.eclipse.equinox.simpleconfigurator-1.5.200.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.app/1.7.0/org.eclipse.equinox.app-1.7.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.app/1.7.0/org.eclipse.equinox.app-1.7.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.app/1.7.0/org.eclipse.equinox.app-1.7.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.app/1.7.0/org.eclipse.equinox.app-1.7.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.3.100/org.eclipse.equinox.frameworkadmin.equinox-1.3.100.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.3.100/org.eclipse.equinox.frameworkadmin.equinox-1.3.100.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.3.100/org.eclipse.equinox.frameworkadmin.equinox-1.3.100.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.3.100/org.eclipse.equinox.frameworkadmin.equinox-1.3.100.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.100/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.100.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.100/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.100.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.100/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.100.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.100/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.100.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/commons-net/commons-net/3.10.0/commons-net-3.10.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/commons-net/commons-net/3.10.0/commons-net-3.10.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/commons-net/commons-net/3.10.0/commons-net-3.10.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/commons-net/commons-net/3.10.0/commons-net-3.10.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-targetplatform/target/tycho-targetplatform-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-targetplatform/4.0.8-SNAPSHOT/tycho-targetplatform-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-targetplatform/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-targetplatform/4.0.8-SNAPSHOT/tycho-targetplatform-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2/target/tycho-p2-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-p2/4.0.8-SNAPSHOT/tycho-p2-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-p2/4.0.8-SNAPSHOT/tycho-p2-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.runtime/3.31.0/org.eclipse.core.runtime-3.31.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.runtime/3.31.0/org.eclipse.core.runtime-3.31.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.runtime/3.31.0/org.eclipse.core.runtime-3.31.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.runtime/3.31.0/org.eclipse.core.runtime-3.31.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.jobs/3.15.200/org.eclipse.core.jobs-3.15.200.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.jobs/3.15.200/org.eclipse.core.jobs-3.15.200.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.jobs/3.15.200/org.eclipse.core.jobs-3.15.200.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.jobs/3.15.200/org.eclipse.core.jobs-3.15.200.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.registry/3.12.0/org.eclipse.equinox.registry-3.12.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.registry/3.12.0/org.eclipse.equinox.registry-3.12.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.registry/3.12.0/org.eclipse.equinox.registry-3.12.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.registry/3.12.0/org.eclipse.equinox.registry-3.12.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.contenttype/3.9.300/org.eclipse.core.contenttype-3.9.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.contenttype/3.9.300/org.eclipse.core.contenttype-3.9.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.contenttype/3.9.300/org.eclipse.core.contenttype-3.9.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.contenttype/3.9.300/org.eclipse.core.contenttype-3.9.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/slf4j/slf4j-api/2.0.13/slf4j-api-2.0.13.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/slf4j/slf4j-api/2.0.13/slf4j-api-2.0.13.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/slf4j/slf4j-api/2.0.13/slf4j-api-2.0.13.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/slf4j/slf4j-api/2.0.13/slf4j-api-2.0.13.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core/3.37.0/org.eclipse.jdt.core-3.37.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/jdt/org.eclipse.jdt.core/3.37.0/org.eclipse.jdt.core-3.37.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core/3.37.0/org.eclipse.jdt.core-3.37.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/jdt/org.eclipse.jdt.core/3.37.0/org.eclipse.jdt.core-3.37.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.resources/3.20.100/org.eclipse.core.resources-3.20.100.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.resources/3.20.100/org.eclipse.core.resources-3.20.100.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.resources/3.20.100/org.eclipse.core.resources-3.20.100.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.resources/3.20.100/org.eclipse.core.resources-3.20.100.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.expressions/3.9.300/org.eclipse.core.expressions-3.9.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.expressions/3.9.300/org.eclipse.core.expressions-3.9.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.expressions/3.9.300/org.eclipse.core.expressions-3.9.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.expressions/3.9.300/org.eclipse.core.expressions-3.9.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.filesystem/1.10.300/org.eclipse.core.filesystem-1.10.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.filesystem/1.10.300/org.eclipse.core.filesystem-1.10.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.filesystem/1.10.300/org.eclipse.core.filesystem-1.10.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.filesystem/1.10.300/org.eclipse.core.filesystem-1.10.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.text/3.14.0/org.eclipse.text-3.14.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.text/3.14.0/org.eclipse.text-3.14.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.text/3.14.0/org.eclipse.text-3.14.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.text/3.14.0/org.eclipse.text-3.14.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.commands/3.12.0/org.eclipse.core.commands-3.12.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.commands/3.12.0/org.eclipse.core.commands-3.12.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.commands/3.12.0/org.eclipse.core.commands-3.12.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.commands/3.12.0/org.eclipse.core.commands-3.12.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/jdt/ecj/3.37.0/ecj-3.37.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/jdt/ecj/3.37.0/ecj-3.37.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/jdt/ecj/3.37.0/ecj-3.37.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/jdt/ecj/3.37.0/ecj-3.37.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus/10/plexus-10.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/codehaus/plexus/plexus/10/plexus-10.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/apache/23/apache-23.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/apache/apache/23/apache-23.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-parent/52/commons-parent-52.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/apache/commons/commons-parent/52/commons-parent-52.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/ow2/1.5.1/ow2-1.5.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/ow2/ow2/1.5.1/ow2-1.5.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus/16/plexus-16.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/codehaus/plexus/plexus/16/plexus-16.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-containers/2.2.0/plexus-containers-2.2.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/codehaus/plexus/plexus-containers/2.2.0/plexus-containers-2.2.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/apache/31/apache-31.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/apache/apache/31/apache-31.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-parent/69/commons-parent-69.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/apache/commons/commons-parent/69/commons-parent-69.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/xmlunit/xmlunit-parent/2.9.1/xmlunit-parent-2.9.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/xmlunit/xmlunit-parent/2.9.1/xmlunit-parent-2.9.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/com/sun/activation/all/1.2.2/all-1.2.2.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/com/sun/activation/all/1.2.2/all-1.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/io/github/java-diff-utils/java-diff-utils-parent/4.12/java-diff-utils-parent-4.12.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/io/github/java-diff-utils/java-diff-utils-parent/4.12/java-diff-utils-parent-4.12.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi/4.0.8-SNAPSHOT/sisu-osgi-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus/17/plexus-17.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/codehaus/plexus/plexus/17/plexus-17.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-parent/66/commons-parent-66.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/apache/commons/commons-parent/66/commons-parent-66.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-parent/65/commons-parent-65.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/apache/commons/commons-parent/65/commons-parent-65.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/maven/maven-parent/41/maven-parent-41.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/apache/maven/maven-parent/41/maven-parent-41.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/maven/resolver/maven-resolver/1.9.18/maven-resolver-1.9.18.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/apache/maven/resolver/maven-resolver/1.9.18/maven-resolver-1.9.18.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus/15/plexus-15.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/codehaus/plexus/plexus/15/plexus-15.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/ow2/1.5/ow2-1.5.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.pom/2.3.6/org.ow2.sat4j.pom-2.3.6.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/ow2/sat4j/org.ow2.sat4j.pom/2.3.6/org.ow2.sat4j.pom-2.3.6.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/felix/felix-parent/8/felix-parent-8.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/apache/felix/felix-parent/8/felix-parent-8.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/apache/30/apache-30.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/apache/apache/30/apache-30.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-parent/62/commons-parent-62.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/apache/commons/commons-parent/62/commons-parent-62.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/slf4j/slf4j-bom/2.0.13/slf4j-bom-2.0.13.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/slf4j/slf4j-bom/2.0.13/slf4j-bom-2.0.13.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/slf4j/slf4j-parent/2.0.13/slf4j-parent-2.0.13.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/slf4j/slf4j-parent/2.0.13/slf4j-parent-2.0.13.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-maven-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-maven-plugin/4.0.8-SNAPSHOT/tycho-maven-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-maven-plugin/target/tycho-maven-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-maven-plugin/4.0.8-SNAPSHOT/tycho-maven-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-parent/64/commons-parent-64.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/apache/commons/commons-parent/64/commons-parent-64.pom [INFO] [INFO] --- invoker:3.6.1:run (integration-test) @ tycho-p2-extras-plugin --- [INFO] No projects were selected for execution. [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-p2-extras-plugin --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.8-SNAPSHOT/tycho-p2-extras-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/tycho-p2-extras-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.8-SNAPSHOT/tycho-p2-extras-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/tycho-p2-extras-plugin-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.8-SNAPSHOT/tycho-p2-extras-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.tycho.extras:tycho-custom-bundle-plugin >--------- [INFO] Building Tycho Custom Bundle Plugin 4.0.8-SNAPSHOT [55/67] [INFO] from tycho-extras/tycho-custom-bundle-plugin/pom.xml [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-custom-bundle-plugin --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-custom-bundle-plugin --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-custom-bundle-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-custom-bundle-plugin --- [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-custom-bundle-plugin/src/main/java/org/eclipse/tycho/extras/custombundle/CustomBundleInstallableUnitProvider.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-custom-bundle-plugin/src/main/java/org/eclipse/tycho/extras/custombundle/CustomBundleInstallableUnitProvider.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plugin:3.10.2:descriptor (default-descriptor) @ tycho-custom-bundle-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 1 mojo descriptor. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-metadata (default) @ tycho-custom-bundle-plugin --- [INFO] Discovered 2 component descriptor(s) [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-custom-bundle-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-custom-bundle-plugin/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-custom-bundle-plugin --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-test-metadata (default) @ tycho-custom-bundle-plugin --- [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-custom-bundle-plugin --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-custom-bundle-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-custom-bundle-plugin/target/tycho-custom-bundle-plugin-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- plugin:3.10.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-custom-bundle-plugin --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-custom-bundle-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-custom-bundle-plugin/target/tycho-custom-bundle-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-custom-bundle-plugin --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-custom-bundle-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/4.0.8-SNAPSHOT/tycho-custom-bundle-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-custom-bundle-plugin/target/tycho-custom-bundle-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/4.0.8-SNAPSHOT/tycho-custom-bundle-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-custom-bundle-plugin/target/tycho-custom-bundle-plugin-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/4.0.8-SNAPSHOT/tycho-custom-bundle-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] ---------------< org.eclipse.tycho:tycho-eclipse-plugin >--------------- [INFO] Building Tycho Eclipse Plugin 4.0.8-SNAPSHOT [56/67] [INFO] from tycho-eclipse-plugin/pom.xml [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-eclipse-plugin --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-eclipse-plugin --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-eclipse-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-eclipse-plugin --- [INFO] Compiling 9 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-eclipse-plugin/src/main/java/org/eclipse/tycho/eclipsebuild/EclipseBuildInstallableUnitProvider.java: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-eclipse-plugin/src/main/java/org/eclipse/tycho/eclipsebuild/EclipseBuildInstallableUnitProvider.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-eclipse-plugin/src/main/java/org/eclipse/tycho/eclipsebuild/EclipseBuildInstallableUnitProvider.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plugin:3.10.2:descriptor (default-descriptor) @ tycho-eclipse-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 2 mojo descriptors. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-metadata (default) @ tycho-eclipse-plugin --- [INFO] Discovered 1 component descriptor(s) [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-eclipse-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-eclipse-plugin/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-eclipse-plugin --- [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-eclipse-plugin/src/test/java/org/eclipse/tycho/extras/eclipserun/EclipseRunMojoTest.java: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-eclipse-plugin/src/test/java/org/eclipse/tycho/extras/eclipserun/EclipseRunMojoTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-eclipse-plugin/src/test/java/org/eclipse/tycho/extras/eclipserun/EclipseRunMojoTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-test-metadata (default) @ tycho-eclipse-plugin --- [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-eclipse-plugin --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-eclipse-plugin/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tycho.extras.eclipserun.EclipseRunMojoTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.114 s -- in org.eclipse.tycho.extras.eclipserun.EclipseRunMojoTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-eclipse-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-eclipse-plugin/target/tycho-eclipse-plugin-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- plugin:3.10.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-eclipse-plugin --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-eclipse-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-eclipse-plugin/target/tycho-eclipse-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-eclipse-plugin --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-eclipse-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-eclipse-plugin/4.0.8-SNAPSHOT/tycho-eclipse-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-eclipse-plugin/target/tycho-eclipse-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-eclipse-plugin/4.0.8-SNAPSHOT/tycho-eclipse-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-eclipse-plugin/target/tycho-eclipse-plugin-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-eclipse-plugin/4.0.8-SNAPSHOT/tycho-eclipse-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.eclipse.tycho.extras:tycho-eclipserun-plugin >---------- [INFO] Building Tycho Eclipserun Plugin 4.0.8-SNAPSHOT [57/67] [INFO] from tycho-extras/tycho-eclipserun-plugin/pom.xml [INFO] ----------------------------[ maven-plugin ]---------------------------- [WARNING] Parameter 'useLocalRepository' is unknown for plugin 'maven-invoker-plugin:3.6.1:install (integration-test)' [WARNING] Parameter 'useLocalRepository' is unknown for plugin 'maven-invoker-plugin:3.6.1:run (integration-test)' [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-eclipserun-plugin --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-eclipserun-plugin --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-eclipserun-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-eclipserun-plugin --- [INFO] Compiling 1 source file with javac [debug target 17] to target/classes [INFO] [INFO] --- plugin:3.10.2:descriptor (default-descriptor) @ tycho-eclipserun-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [WARNING] Unresolvable link in javadoc tag with value {@link #targetPlatformAsSource} and {@link #currentModuleAsSource} found in tycho-extras/tycho-eclipserun-plugin/target/maven-plugin-plugin-sources/org.eclipse.tycho.extras/tycho-p2-extras-plugin/4.0.8-SNAPSHOT/sources/org/eclipse/tycho/plugins/p2/extras/MirrorMojo.java:73: Could not resolve javadoc reference JavadocReference [moduleName=Optional.empty, packageNameClassName=Optional[{@link], member=Optional.empty, label=Optional[#targetPlatformAsSource} and {@link #currentModuleAsSource}]] [INFO] java-annotations mojo extractor found 1 mojo descriptor. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-eclipserun-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-eclipserun-plugin --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-eclipserun-plugin --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-eclipserun-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/tycho-eclipserun-plugin-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- plugin:3.10.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-eclipserun-plugin --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-eclipserun-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/tycho-eclipserun-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- invoker:3.6.1:install (integration-test) @ tycho-eclipserun-plugin --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/tycho-eclipserun-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-eclipserun-plugin/4.0.8-SNAPSHOT/tycho-eclipserun-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/tycho-eclipserun-plugin-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-eclipserun-plugin/4.0.8-SNAPSHOT/tycho-eclipserun-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-eclipserun-plugin/4.0.8-SNAPSHOT/tycho-eclipserun-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-extras/4.0.8-SNAPSHOT/tycho-extras-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho/4.0.8-SNAPSHOT/tycho-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.2.0/plexus-component-annotations-2.2.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/codehaus/plexus/plexus-component-annotations/2.2.0/plexus-component-annotations-2.2.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.2.0/plexus-component-annotations-2.2.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/codehaus/plexus/plexus-component-annotations/2.2.0/plexus-component-annotations-2.2.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-equinox-launching/target/sisu-equinox-launching-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-launching/4.0.8-SNAPSHOT/sisu-equinox-launching-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-equinox-launching/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-launching/4.0.8-SNAPSHOT/sisu-equinox-launching-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-api/target/tycho-api-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-api/4.0.8-SNAPSHOT/tycho-api-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-api/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-api/4.0.8-SNAPSHOT/tycho-api-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.9.0/org.eclipse.equinox.p2.metadata-2.9.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.9.0/org.eclipse.equinox.p2.metadata-2.9.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.9.0/org.eclipse.equinox.p2.metadata-2.9.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.9.0/org.eclipse.equinox.p2.metadata-2.9.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.9.100/org.eclipse.equinox.p2.publisher-1.9.100.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.9.100/org.eclipse.equinox.p2.publisher-1.9.100.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.9.100/org.eclipse.equinox.p2.publisher-1.9.100.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.9.100/org.eclipse.equinox.p2.publisher-1.9.100.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.300/org.eclipse.equinox.p2.artifact.repository-1.5.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.300/org.eclipse.equinox.p2.artifact.repository-1.5.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.300/org.eclipse.equinox.p2.artifact.repository-1.5.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.300/org.eclipse.equinox.p2.artifact.repository-1.5.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.300/org.eclipse.equinox.p2.metadata.repository-1.5.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.300/org.eclipse.equinox.p2.metadata.repository-1.5.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.300/org.eclipse.equinox.p2.metadata.repository-1.5.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.300/org.eclipse.equinox.p2.metadata.repository-1.5.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.100/org.eclipse.equinox.p2.repository-2.8.100.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.100/org.eclipse.equinox.p2.repository-2.8.100.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.100/org.eclipse.equinox.p2.repository-2.8.100.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.100/org.eclipse.equinox.p2.repository-2.8.100.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.security/1.4.200/org.eclipse.equinox.security-1.4.200.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.security/1.4.200/org.eclipse.equinox.security-1.4.200.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.security/1.4.200/org.eclipse.equinox.security-1.4.200.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.security/1.4.200/org.eclipse.equinox.security-1.4.200.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/commons-io/commons-io/2.16.1/commons-io-2.16.1.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/commons-io/commons-io/2.16.1/commons-io-2.16.1.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/commons-io/commons-io/2.16.1/commons-io-2.16.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/commons-io/commons-io/2.16.1/commons-io-2.16.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/iq80/snappy/snappy/0.4/snappy-0.4.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/iq80/snappy/snappy/0.4/snappy-0.4.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/tukaani/xz/1.9/xz-1.9.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/tukaani/xz/1.9/xz-1.9.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/tukaani/xz/1.9/xz-1.9.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/tukaani/xz/1.9/xz-1.9.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.osgi/3.19.0/org.eclipse.osgi-3.19.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.osgi/3.19.0/org.eclipse.osgi-3.19.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.osgi/3.19.0/org.eclipse.osgi-3.19.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.osgi/3.19.0/org.eclipse.osgi-3.19.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-osgi-api/target/sisu-osgi-api-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-api/4.0.8-SNAPSHOT/sisu-osgi-api-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-osgi-api/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-api/4.0.8-SNAPSHOT/sisu-osgi-api-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/target/tycho-p2-extras-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.8-SNAPSHOT/tycho-p2-extras-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-p2-extras-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.8-SNAPSHOT/tycho-p2-extras-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-artifactcomparator/target/tycho-artifactcomparator-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-artifactcomparator/4.0.8-SNAPSHOT/tycho-artifactcomparator-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-artifactcomparator/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-artifactcomparator/4.0.8-SNAPSHOT/tycho-artifactcomparator-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/asm/asm/9.6/asm-9.6.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/ow2/asm/asm/9.6/asm-9.6.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/asm/asm/9.6/asm-9.6.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/ow2/asm/asm/9.6/asm-9.6.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/asm/asm-util/9.6/asm-util-9.6.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/ow2/asm/asm-util/9.6/asm-util-9.6.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/xmlunit/xmlunit-core/2.9.1/xmlunit-core-2.9.1.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/xmlunit/xmlunit-core/2.9.1/xmlunit-core-2.9.1.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/xmlunit/xmlunit-core/2.9.1/xmlunit-core-2.9.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/xmlunit/xmlunit-core/2.9.1/xmlunit-core-2.9.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/ch/digitalfondue/jfiveparse/jfiveparse/1.0.3/jfiveparse-1.0.3.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/ch/digitalfondue/jfiveparse/jfiveparse/1.0.3/jfiveparse-1.0.3.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/ch/digitalfondue/jfiveparse/jfiveparse/1.0.3/jfiveparse-1.0.3.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/ch/digitalfondue/jfiveparse/jfiveparse/1.0.3/jfiveparse-1.0.3.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/target/tycho-core-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-core/4.0.8-SNAPSHOT/tycho-core-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-core/4.0.8-SNAPSHOT/tycho-core-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-metadata-model/target/tycho-metadata-model-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/4.0.8-SNAPSHOT/tycho-metadata-model-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-metadata-model/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/4.0.8-SNAPSHOT/tycho-metadata-model-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/de/pdark/decentxml/1.4/decentxml-1.4.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/de/pdark/decentxml/1.4/decentxml-1.4.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/de/pdark/decentxml/1.4/decentxml-1.4.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/de/pdark/decentxml/1.4/decentxml-1.4.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-spi/target/tycho-spi-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-spi/4.0.8-SNAPSHOT/tycho-spi-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-spi/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-spi/4.0.8-SNAPSHOT/tycho-spi-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/p2-maven-plugin/target/p2-maven-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/p2-maven-plugin/4.0.8-SNAPSHOT/p2-maven-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/p2-maven-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/p2-maven-plugin/4.0.8-SNAPSHOT/p2-maven-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.300/org.eclipse.equinox.p2.director-2.6.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.300/org.eclipse.equinox.p2.director-2.6.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.300/org.eclipse.equinox.p2.director-2.6.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.300/org.eclipse.equinox.p2.director-2.6.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/org.eclipse.equinox.p2.engine-2.10.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/org.eclipse.equinox.p2.engine-2.10.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/org.eclipse.equinox.p2.engine-2.10.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/org.eclipse.equinox.p2.engine-2.10.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.1000/org.eclipse.osgi.compatibility.state-1.2.1000.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.1000/org.eclipse.osgi.compatibility.state-1.2.1000.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.1000/org.eclipse.osgi.compatibility.state-1.2.1000.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.1000/org.eclipse.osgi.compatibility.state-1.2.1000.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.6.0/org.eclipse.equinox.p2.publisher.eclipse-1.6.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.6.0/org.eclipse.equinox.p2.publisher.eclipse-1.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.6.0/org.eclipse.equinox.p2.publisher.eclipse-1.6.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.6.0/org.eclipse.equinox.p2.publisher.eclipse-1.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.3.100/org.eclipse.equinox.frameworkadmin-2.3.100.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.3.100/org.eclipse.equinox.frameworkadmin-2.3.100.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.3.100/org.eclipse.equinox.frameworkadmin-2.3.100.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.3.100/org.eclipse.equinox.frameworkadmin-2.3.100.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.preferences/3.11.0/org.eclipse.equinox.preferences-3.11.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.preferences/3.11.0/org.eclipse.equinox.preferences-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.preferences/3.11.0/org.eclipse.equinox.preferences-3.11.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.preferences/3.11.0/org.eclipse.equinox.preferences-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.300/org.eclipse.equinox.p2.updatesite-1.3.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.300/org.eclipse.equinox.p2.updatesite-1.3.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.300/org.eclipse.equinox.p2.updatesite-1.3.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.300/org.eclipse.equinox.p2.updatesite-1.3.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-osgi-connect/target/sisu-osgi-connect-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-connect/4.0.8-SNAPSHOT/sisu-osgi-connect-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-osgi-connect/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-connect/4.0.8-SNAPSHOT/sisu-osgi-connect-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.300/org.eclipse.equinox.p2.jarprocessor-1.3.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.300/org.eclipse.equinox.p2.jarprocessor-1.3.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.300/org.eclipse.equinox.p2.jarprocessor-1.3.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.300/org.eclipse.equinox.p2.jarprocessor-1.3.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.5.200/org.eclipse.equinox.p2.touchpoint.natives-1.5.200.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.5.200/org.eclipse.equinox.p2.touchpoint.natives-1.5.200.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.5.200/org.eclipse.equinox.p2.touchpoint.natives-1.5.200.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.5.200/org.eclipse.equinox.p2.touchpoint.natives-1.5.200.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.200.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.200.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.200.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.200.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.3.200/org.eclipse.equinox.p2.garbagecollector-1.3.200.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.3.200/org.eclipse.equinox.p2.garbagecollector-1.3.200.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.3.200/org.eclipse.equinox.p2.garbagecollector-1.3.200.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.3.200/org.eclipse.equinox.p2.garbagecollector-1.3.200.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.300/org.eclipse.equinox.p2.director.app-1.3.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.300/org.eclipse.equinox.p2.director.app-1.3.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.300/org.eclipse.equinox.p2.director.app-1.3.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.300/org.eclipse.equinox.p2.director.app-1.3.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.300/org.eclipse.equinox.p2.repository.tools-2.4.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.300/org.eclipse.equinox.p2.repository.tools-2.4.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.300/org.eclipse.equinox.p2.repository.tools-2.4.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.300/org.eclipse.equinox.p2.repository.tools-2.4.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.concurrent/1.3.0/org.eclipse.equinox.concurrent-1.3.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.concurrent/1.3.0/org.eclipse.equinox.concurrent-1.3.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.concurrent/1.3.0/org.eclipse.equinox.concurrent-1.3.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.concurrent/1.3.0/org.eclipse.equinox.concurrent-1.3.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.5.200/org.eclipse.equinox.simpleconfigurator-1.5.200.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.5.200/org.eclipse.equinox.simpleconfigurator-1.5.200.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.5.200/org.eclipse.equinox.simpleconfigurator-1.5.200.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.5.200/org.eclipse.equinox.simpleconfigurator-1.5.200.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.app/1.7.0/org.eclipse.equinox.app-1.7.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.app/1.7.0/org.eclipse.equinox.app-1.7.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.app/1.7.0/org.eclipse.equinox.app-1.7.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.app/1.7.0/org.eclipse.equinox.app-1.7.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.3.100/org.eclipse.equinox.frameworkadmin.equinox-1.3.100.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.3.100/org.eclipse.equinox.frameworkadmin.equinox-1.3.100.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.3.100/org.eclipse.equinox.frameworkadmin.equinox-1.3.100.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.3.100/org.eclipse.equinox.frameworkadmin.equinox-1.3.100.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.100/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.100.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.100/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.100.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.100/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.100.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.100/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.100.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/commons-net/commons-net/3.10.0/commons-net-3.10.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/commons-net/commons-net/3.10.0/commons-net-3.10.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/commons-net/commons-net/3.10.0/commons-net-3.10.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/commons-net/commons-net/3.10.0/commons-net-3.10.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-targetplatform/target/tycho-targetplatform-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-targetplatform/4.0.8-SNAPSHOT/tycho-targetplatform-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-targetplatform/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-targetplatform/4.0.8-SNAPSHOT/tycho-targetplatform-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2/target/tycho-p2-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-p2/4.0.8-SNAPSHOT/tycho-p2-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-p2/4.0.8-SNAPSHOT/tycho-p2-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.runtime/3.31.0/org.eclipse.core.runtime-3.31.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.runtime/3.31.0/org.eclipse.core.runtime-3.31.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.runtime/3.31.0/org.eclipse.core.runtime-3.31.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.runtime/3.31.0/org.eclipse.core.runtime-3.31.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.jobs/3.15.200/org.eclipse.core.jobs-3.15.200.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.jobs/3.15.200/org.eclipse.core.jobs-3.15.200.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.jobs/3.15.200/org.eclipse.core.jobs-3.15.200.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.jobs/3.15.200/org.eclipse.core.jobs-3.15.200.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.registry/3.12.0/org.eclipse.equinox.registry-3.12.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.registry/3.12.0/org.eclipse.equinox.registry-3.12.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.registry/3.12.0/org.eclipse.equinox.registry-3.12.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.registry/3.12.0/org.eclipse.equinox.registry-3.12.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.contenttype/3.9.300/org.eclipse.core.contenttype-3.9.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.contenttype/3.9.300/org.eclipse.core.contenttype-3.9.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.contenttype/3.9.300/org.eclipse.core.contenttype-3.9.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.contenttype/3.9.300/org.eclipse.core.contenttype-3.9.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core/3.37.0/org.eclipse.jdt.core-3.37.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/jdt/org.eclipse.jdt.core/3.37.0/org.eclipse.jdt.core-3.37.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core/3.37.0/org.eclipse.jdt.core-3.37.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/jdt/org.eclipse.jdt.core/3.37.0/org.eclipse.jdt.core-3.37.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.resources/3.20.100/org.eclipse.core.resources-3.20.100.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.resources/3.20.100/org.eclipse.core.resources-3.20.100.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.resources/3.20.100/org.eclipse.core.resources-3.20.100.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.resources/3.20.100/org.eclipse.core.resources-3.20.100.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.expressions/3.9.300/org.eclipse.core.expressions-3.9.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.expressions/3.9.300/org.eclipse.core.expressions-3.9.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.expressions/3.9.300/org.eclipse.core.expressions-3.9.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.expressions/3.9.300/org.eclipse.core.expressions-3.9.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.filesystem/1.10.300/org.eclipse.core.filesystem-1.10.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.filesystem/1.10.300/org.eclipse.core.filesystem-1.10.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.filesystem/1.10.300/org.eclipse.core.filesystem-1.10.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.filesystem/1.10.300/org.eclipse.core.filesystem-1.10.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.text/3.14.0/org.eclipse.text-3.14.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.text/3.14.0/org.eclipse.text-3.14.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.text/3.14.0/org.eclipse.text-3.14.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.text/3.14.0/org.eclipse.text-3.14.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.commands/3.12.0/org.eclipse.core.commands-3.12.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.commands/3.12.0/org.eclipse.core.commands-3.12.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.commands/3.12.0/org.eclipse.core.commands-3.12.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.commands/3.12.0/org.eclipse.core.commands-3.12.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/jdt/ecj/3.37.0/ecj-3.37.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/jdt/ecj/3.37.0/ecj-3.37.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/jdt/ecj/3.37.0/ecj-3.37.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/jdt/ecj/3.37.0/ecj-3.37.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-eclipse-plugin/target/tycho-eclipse-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-eclipse-plugin/4.0.8-SNAPSHOT/tycho-eclipse-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-eclipse-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-eclipse-plugin/4.0.8-SNAPSHOT/tycho-eclipse-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/pde/org.eclipse.pde.core/3.18.0/org.eclipse.pde.core-3.18.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/pde/org.eclipse.pde.core/3.18.0/org.eclipse.pde.core-3.18.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/pde/org.eclipse.pde.core/3.18.0/org.eclipse.pde.core-3.18.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/pde/org.eclipse.pde.core/3.18.0/org.eclipse.pde.core-3.18.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/apache/31/apache-31.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/apache/apache/31/apache-31.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/maven/maven-parent/41/maven-parent-41.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/apache/maven/maven-parent/41/maven-parent-41.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/maven/resolver/maven-resolver/1.9.18/maven-resolver-1.9.18.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/apache/maven/resolver/maven-resolver/1.9.18/maven-resolver-1.9.18.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus/10/plexus-10.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/codehaus/plexus/plexus/10/plexus-10.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus/16/plexus-16.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/codehaus/plexus/plexus/16/plexus-16.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-containers/2.2.0/plexus-containers-2.2.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/codehaus/plexus/plexus-containers/2.2.0/plexus-containers-2.2.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/apache/23/apache-23.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/apache/apache/23/apache-23.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-parent/52/commons-parent-52.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/apache/commons/commons-parent/52/commons-parent-52.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi/4.0.8-SNAPSHOT/sisu-osgi-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus/17/plexus-17.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/codehaus/plexus/plexus/17/plexus-17.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-parent/69/commons-parent-69.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/apache/commons/commons-parent/69/commons-parent-69.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-parent/66/commons-parent-66.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/apache/commons/commons-parent/66/commons-parent-66.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-parent/65/commons-parent-65.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/apache/commons/commons-parent/65/commons-parent-65.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/ow2/1.5.1/ow2-1.5.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/ow2/ow2/1.5.1/ow2-1.5.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/xmlunit/xmlunit-parent/2.9.1/xmlunit-parent-2.9.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/xmlunit/xmlunit-parent/2.9.1/xmlunit-parent-2.9.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/com/sun/activation/all/1.2.2/all-1.2.2.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/com/sun/activation/all/1.2.2/all-1.2.2.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/io/github/java-diff-utils/java-diff-utils-parent/4.12/java-diff-utils-parent-4.12.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/io/github/java-diff-utils/java-diff-utils-parent/4.12/java-diff-utils-parent-4.12.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus/15/plexus-15.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/codehaus/plexus/plexus/15/plexus-15.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/ow2/1.5/ow2-1.5.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.pom/2.3.6/org.ow2.sat4j.pom-2.3.6.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/ow2/sat4j/org.ow2.sat4j.pom/2.3.6/org.ow2.sat4j.pom-2.3.6.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/felix/felix-parent/8/felix-parent-8.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/apache/felix/felix-parent/8/felix-parent-8.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/apache/30/apache-30.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/apache/apache/30/apache-30.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-parent/62/commons-parent-62.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/apache/commons/commons-parent/62/commons-parent-62.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-maven-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-maven-plugin/4.0.8-SNAPSHOT/tycho-maven-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-maven-plugin/target/tycho-maven-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-maven-plugin/4.0.8-SNAPSHOT/tycho-maven-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/slf4j/slf4j-api/2.0.13/slf4j-api-2.0.13.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/slf4j/slf4j-api/2.0.13/slf4j-api-2.0.13.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/slf4j/slf4j-api/2.0.13/slf4j-api-2.0.13.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/slf4j/slf4j-api/2.0.13/slf4j-api-2.0.13.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-parent/64/commons-parent-64.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/apache/commons/commons-parent/64/commons-parent-64.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/slf4j/slf4j-bom/2.0.13/slf4j-bom-2.0.13.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/slf4j/slf4j-bom/2.0.13/slf4j-bom-2.0.13.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/slf4j/slf4j-parent/2.0.13/slf4j-parent-2.0.13.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/slf4j/slf4j-parent/2.0.13/slf4j-parent-2.0.13.pom [INFO] [INFO] --- invoker:3.6.1:run (integration-test) @ tycho-eclipserun-plugin --- [INFO] Building: eclipse-antrunner/pom.xml [INFO] run post-build script verify.groovy [INFO] eclipse-antrunner/pom.xml ........................ SUCCESS (16.62 s) [INFO] ------------------------------------------------- [INFO] Build Summary: [INFO] Passed: 1, Failed: 0, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------- [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-eclipserun-plugin --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/extras/tycho-eclipserun-plugin/4.0.8-SNAPSHOT/tycho-eclipserun-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/tycho-eclipserun-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/extras/tycho-eclipserun-plugin/4.0.8-SNAPSHOT/tycho-eclipserun-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-eclipserun-plugin/target/tycho-eclipserun-plugin-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/extras/tycho-eclipserun-plugin/4.0.8-SNAPSHOT/tycho-eclipserun-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.eclipse.tycho.extras:tycho-sourceref-jgit >------------ [INFO] Building Tycho JGit Source Reference Provider Plugin 4.0.8-SNAPSHOT [58/67] [INFO] from tycho-extras/tycho-sourceref-jgit/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-sourceref-jgit --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-sourceref-jgit --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-sourceref-jgit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-sourceref-jgit/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-sourceref-jgit --- [INFO] Compiling 1 source file with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-sourceref-jgit/src/main/java/org/eclipse/tycho/extras/sourceref/jgit/JGitSourceReferencesProvider.java: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-sourceref-jgit/src/main/java/org/eclipse/tycho/extras/sourceref/jgit/JGitSourceReferencesProvider.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-sourceref-jgit/src/main/java/org/eclipse/tycho/extras/sourceref/jgit/JGitSourceReferencesProvider.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-metadata (default) @ tycho-sourceref-jgit --- [INFO] Discovered 1 component descriptor(s) [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-sourceref-jgit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-sourceref-jgit/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-sourceref-jgit --- [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-test-metadata (default) @ tycho-sourceref-jgit --- [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-sourceref-jgit --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-sourceref-jgit/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tycho.extras.sourceref.jgit.JGitSourceReferencesProviderTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.517 s -- in org.eclipse.tycho.extras.sourceref.jgit.JGitSourceReferencesProviderTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-sourceref-jgit --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-sourceref-jgit/target/tycho-sourceref-jgit-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-sourceref-jgit --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-sourceref-jgit/target/tycho-sourceref-jgit-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-sourceref-jgit --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-sourceref-jgit/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.8-SNAPSHOT/tycho-sourceref-jgit-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-sourceref-jgit/target/tycho-sourceref-jgit-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.8-SNAPSHOT/tycho-sourceref-jgit-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-sourceref-jgit/target/tycho-sourceref-jgit-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.8-SNAPSHOT/tycho-sourceref-jgit-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.eclipse.tycho.extras:target-platform-validation-plugin >----- [INFO] Building Tycho Target Platform Validation Plugin 4.0.8-SNAPSHOT [59/67] [INFO] from tycho-extras/target-platform-validation-plugin/pom.xml [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ target-platform-validation-plugin --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ target-platform-validation-plugin --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ target-platform-validation-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ target-platform-validation-plugin --- [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- plugin:3.10.2:descriptor (default-descriptor) @ target-platform-validation-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 1 mojo descriptor. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ target-platform-validation-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/target-platform-validation-plugin/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ target-platform-validation-plugin --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ target-platform-validation-plugin --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ target-platform-validation-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/target-platform-validation-plugin/target/target-platform-validation-plugin-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- plugin:3.10.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ target-platform-validation-plugin --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ target-platform-validation-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/target-platform-validation-plugin/target/target-platform-validation-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ target-platform-validation-plugin --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/target-platform-validation-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/extras/target-platform-validation-plugin/4.0.8-SNAPSHOT/target-platform-validation-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/target-platform-validation-plugin/target/target-platform-validation-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/extras/target-platform-validation-plugin/4.0.8-SNAPSHOT/target-platform-validation-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/target-platform-validation-plugin/target/target-platform-validation-plugin-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/extras/target-platform-validation-plugin/4.0.8-SNAPSHOT/target-platform-validation-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] ---------------< org.eclipse.tycho.extras:tycho-pomless >--------------- [INFO] Building Tycho POM-less build extension 4.0.8-SNAPSHOT [60/67] [INFO] from tycho-extras/tycho-pomless/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-pomless --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-pomless --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-pomless --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-pomless/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-pomless --- [INFO] Compiling 14 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-pomless/src/main/java/org/eclipse/tycho/pomless/AbstractTychoMapping.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-pomless/src/main/java/org/eclipse/tycho/pomless/AbstractTychoMapping.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-metadata (default) @ tycho-pomless --- [INFO] Discovered 8 component descriptor(s) [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-pomless --- [INFO] Copying 51 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-pomless --- [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-test-metadata (default) @ tycho-pomless --- [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-pomless --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-pomless/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tycho.pomless.TychoMappingTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.605 s -- in org.eclipse.tycho.pomless.TychoMappingTest [INFO] Running org.eclipse.tycho.pomless.TychoModelReaderTest [Fatal Error] :6:10: The end-tag for element type "feature" must end with a '>' delimiter. [Fatal Error] :7:10: The end-tag for element type "product" must end with a '>' delimiter. [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.62 s -- in org.eclipse.tycho.pomless.TychoModelReaderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-pomless --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-pomless/target/tycho-pomless-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-pomless --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-pomless/target/tycho-pomless-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-pomless --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-pomless/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/extras/tycho-pomless/4.0.8-SNAPSHOT/tycho-pomless-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-pomless/target/tycho-pomless-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/extras/tycho-pomless/4.0.8-SNAPSHOT/tycho-pomless-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-pomless/target/tycho-pomless-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/extras/tycho-pomless/4.0.8-SNAPSHOT/tycho-pomless-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.eclipse.tycho.extras:tycho-dependency-tools-plugin >------- [INFO] Building Tycho Dependency Tools Plugin 4.0.8-SNAPSHOT [61/67] [INFO] from tycho-extras/tycho-dependency-tools-plugin/pom.xml [INFO] ----------------------------[ maven-plugin ]---------------------------- [WARNING] Parameter 'useLocalRepository' is unknown for plugin 'maven-invoker-plugin:3.6.1:install (integration-test)' [WARNING] Parameter 'useLocalRepository' is unknown for plugin 'maven-invoker-plugin:3.6.1:run (integration-test)' [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-dependency-tools-plugin --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-dependency-tools-plugin --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-dependency-tools-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-dependency-tools-plugin --- [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/src/main/java/org/eclipse/tycho/extras/pde/ListDependenciesMojo.java: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/src/main/java/org/eclipse/tycho/extras/pde/ListDependenciesMojo.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/src/main/java/org/eclipse/tycho/extras/pde/ListDependenciesMojo.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plugin:3.10.2:descriptor (default-descriptor) @ tycho-dependency-tools-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [WARNING] Deprecated @Component annotation for 'mavenProject' field in org.eclipse.tycho.extras.pde.GenerateTargetMojo: replace with @Parameter( defaultValue = "${project}", readonly = true ) [WARNING] Deprecated @Component annotation for 'mavenSession' field in org.eclipse.tycho.extras.pde.GenerateTargetMojo: replace with @Parameter( defaultValue = "${session}", readonly = true ) [INFO] java-annotations mojo extractor found 2 mojo descriptors. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-metadata (default) @ tycho-dependency-tools-plugin --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-dependency-tools-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-dependency-tools-plugin --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-test-metadata (default) @ tycho-dependency-tools-plugin --- [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-dependency-tools-plugin --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-dependency-tools-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/tycho-dependency-tools-plugin-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- plugin:3.10.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-dependency-tools-plugin --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-dependency-tools-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/tycho-dependency-tools-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- invoker:3.6.1:install (integration-test) @ tycho-dependency-tools-plugin --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/tycho-dependency-tools-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-dependency-tools-plugin/4.0.8-SNAPSHOT/tycho-dependency-tools-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/tycho-dependency-tools-plugin-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-dependency-tools-plugin/4.0.8-SNAPSHOT/tycho-dependency-tools-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-dependency-tools-plugin/4.0.8-SNAPSHOT/tycho-dependency-tools-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-extras/4.0.8-SNAPSHOT/tycho-extras-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho/4.0.8-SNAPSHOT/tycho-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.2.0/plexus-component-annotations-2.2.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/codehaus/plexus/plexus-component-annotations/2.2.0/plexus-component-annotations-2.2.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.2.0/plexus-component-annotations-2.2.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/codehaus/plexus/plexus-component-annotations/2.2.0/plexus-component-annotations-2.2.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/target/tycho-core-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-core/4.0.8-SNAPSHOT/tycho-core-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-core/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-core/4.0.8-SNAPSHOT/tycho-core-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/iq80/snappy/snappy/0.4/snappy-0.4.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/iq80/snappy/snappy/0.4/snappy-0.4.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/tukaani/xz/1.9/xz-1.9.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/tukaani/xz/1.9/xz-1.9.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/tukaani/xz/1.9/xz-1.9.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/tukaani/xz/1.9/xz-1.9.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-equinox-launching/target/sisu-equinox-launching-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-launching/4.0.8-SNAPSHOT/sisu-equinox-launching-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-equinox-launching/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-launching/4.0.8-SNAPSHOT/sisu-equinox-launching-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-api/target/tycho-api-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-api/4.0.8-SNAPSHOT/tycho-api-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-api/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-api/4.0.8-SNAPSHOT/tycho-api-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.osgi/3.19.0/org.eclipse.osgi-3.19.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.osgi/3.19.0/org.eclipse.osgi-3.19.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.osgi/3.19.0/org.eclipse.osgi-3.19.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.osgi/3.19.0/org.eclipse.osgi-3.19.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-osgi-api/target/sisu-osgi-api-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-api/4.0.8-SNAPSHOT/sisu-osgi-api-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-osgi-api/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-api/4.0.8-SNAPSHOT/sisu-osgi-api-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-metadata-model/target/tycho-metadata-model-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/4.0.8-SNAPSHOT/tycho-metadata-model-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-metadata-model/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/4.0.8-SNAPSHOT/tycho-metadata-model-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/de/pdark/decentxml/1.4/decentxml-1.4.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/de/pdark/decentxml/1.4/decentxml-1.4.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/de/pdark/decentxml/1.4/decentxml-1.4.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/de/pdark/decentxml/1.4/decentxml-1.4.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-spi/target/tycho-spi-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-spi/4.0.8-SNAPSHOT/tycho-spi-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-spi/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-spi/4.0.8-SNAPSHOT/tycho-spi-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/p2-maven-plugin/target/p2-maven-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/p2-maven-plugin/4.0.8-SNAPSHOT/p2-maven-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/p2-maven-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/p2-maven-plugin/4.0.8-SNAPSHOT/p2-maven-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.9.100/org.eclipse.equinox.p2.publisher-1.9.100.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.9.100/org.eclipse.equinox.p2.publisher-1.9.100.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.9.100/org.eclipse.equinox.p2.publisher-1.9.100.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.9.100/org.eclipse.equinox.p2.publisher-1.9.100.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.300/org.eclipse.equinox.p2.artifact.repository-1.5.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.300/org.eclipse.equinox.p2.artifact.repository-1.5.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.300/org.eclipse.equinox.p2.artifact.repository-1.5.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.300/org.eclipse.equinox.p2.artifact.repository-1.5.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.300/org.eclipse.equinox.p2.director-2.6.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.300/org.eclipse.equinox.p2.director-2.6.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.300/org.eclipse.equinox.p2.director-2.6.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.300/org.eclipse.equinox.p2.director-2.6.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/org.eclipse.equinox.p2.engine-2.10.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/org.eclipse.equinox.p2.engine-2.10.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/org.eclipse.equinox.p2.engine-2.10.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/org.eclipse.equinox.p2.engine-2.10.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.9.0/org.eclipse.equinox.p2.metadata-2.9.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.9.0/org.eclipse.equinox.p2.metadata-2.9.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.9.0/org.eclipse.equinox.p2.metadata-2.9.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.9.0/org.eclipse.equinox.p2.metadata-2.9.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.100/org.eclipse.equinox.p2.repository-2.8.100.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.100/org.eclipse.equinox.p2.repository-2.8.100.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.100/org.eclipse.equinox.p2.repository-2.8.100.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.100/org.eclipse.equinox.p2.repository-2.8.100.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.security/1.4.200/org.eclipse.equinox.security-1.4.200.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.security/1.4.200/org.eclipse.equinox.security-1.4.200.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.security/1.4.200/org.eclipse.equinox.security-1.4.200.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.security/1.4.200/org.eclipse.equinox.security-1.4.200.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.1000/org.eclipse.osgi.compatibility.state-1.2.1000.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.1000/org.eclipse.osgi.compatibility.state-1.2.1000.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.1000/org.eclipse.osgi.compatibility.state-1.2.1000.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.1000/org.eclipse.osgi.compatibility.state-1.2.1000.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.6.0/org.eclipse.equinox.p2.publisher.eclipse-1.6.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.6.0/org.eclipse.equinox.p2.publisher.eclipse-1.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.6.0/org.eclipse.equinox.p2.publisher.eclipse-1.6.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.6.0/org.eclipse.equinox.p2.publisher.eclipse-1.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.3.100/org.eclipse.equinox.frameworkadmin-2.3.100.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.3.100/org.eclipse.equinox.frameworkadmin-2.3.100.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.3.100/org.eclipse.equinox.frameworkadmin-2.3.100.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.3.100/org.eclipse.equinox.frameworkadmin-2.3.100.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.preferences/3.11.0/org.eclipse.equinox.preferences-3.11.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.preferences/3.11.0/org.eclipse.equinox.preferences-3.11.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.preferences/3.11.0/org.eclipse.equinox.preferences-3.11.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.preferences/3.11.0/org.eclipse.equinox.preferences-3.11.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.300/org.eclipse.equinox.p2.metadata.repository-1.5.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.300/org.eclipse.equinox.p2.metadata.repository-1.5.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.300/org.eclipse.equinox.p2.metadata.repository-1.5.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.300/org.eclipse.equinox.p2.metadata.repository-1.5.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.300/org.eclipse.equinox.p2.updatesite-1.3.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.300/org.eclipse.equinox.p2.updatesite-1.3.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.300/org.eclipse.equinox.p2.updatesite-1.3.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.300/org.eclipse.equinox.p2.updatesite-1.3.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-osgi-connect/target/sisu-osgi-connect-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-connect/4.0.8-SNAPSHOT/sisu-osgi-connect-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/sisu-osgi-connect/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-connect/4.0.8-SNAPSHOT/sisu-osgi-connect-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.300/org.eclipse.equinox.p2.jarprocessor-1.3.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.300/org.eclipse.equinox.p2.jarprocessor-1.3.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.300/org.eclipse.equinox.p2.jarprocessor-1.3.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.300/org.eclipse.equinox.p2.jarprocessor-1.3.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.5.200/org.eclipse.equinox.p2.touchpoint.natives-1.5.200.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.5.200/org.eclipse.equinox.p2.touchpoint.natives-1.5.200.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.5.200/org.eclipse.equinox.p2.touchpoint.natives-1.5.200.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.5.200/org.eclipse.equinox.p2.touchpoint.natives-1.5.200.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.200.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.200.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.200.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.200.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.3.200/org.eclipse.equinox.p2.garbagecollector-1.3.200.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.3.200/org.eclipse.equinox.p2.garbagecollector-1.3.200.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.3.200/org.eclipse.equinox.p2.garbagecollector-1.3.200.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.3.200/org.eclipse.equinox.p2.garbagecollector-1.3.200.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.300/org.eclipse.equinox.p2.director.app-1.3.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.300/org.eclipse.equinox.p2.director.app-1.3.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.300/org.eclipse.equinox.p2.director.app-1.3.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.300/org.eclipse.equinox.p2.director.app-1.3.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.300/org.eclipse.equinox.p2.repository.tools-2.4.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.300/org.eclipse.equinox.p2.repository.tools-2.4.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.300/org.eclipse.equinox.p2.repository.tools-2.4.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.300/org.eclipse.equinox.p2.repository.tools-2.4.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.concurrent/1.3.0/org.eclipse.equinox.concurrent-1.3.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.concurrent/1.3.0/org.eclipse.equinox.concurrent-1.3.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.concurrent/1.3.0/org.eclipse.equinox.concurrent-1.3.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.concurrent/1.3.0/org.eclipse.equinox.concurrent-1.3.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.5.200/org.eclipse.equinox.simpleconfigurator-1.5.200.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.5.200/org.eclipse.equinox.simpleconfigurator-1.5.200.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.5.200/org.eclipse.equinox.simpleconfigurator-1.5.200.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.5.200/org.eclipse.equinox.simpleconfigurator-1.5.200.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.app/1.7.0/org.eclipse.equinox.app-1.7.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.app/1.7.0/org.eclipse.equinox.app-1.7.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.app/1.7.0/org.eclipse.equinox.app-1.7.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.app/1.7.0/org.eclipse.equinox.app-1.7.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.3.100/org.eclipse.equinox.frameworkadmin.equinox-1.3.100.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.3.100/org.eclipse.equinox.frameworkadmin.equinox-1.3.100.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.3.100/org.eclipse.equinox.frameworkadmin.equinox-1.3.100.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.3.100/org.eclipse.equinox.frameworkadmin.equinox-1.3.100.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.100/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.100.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.100/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.100.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.100/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.100.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.100/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.100.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/commons-net/commons-net/3.10.0/commons-net-3.10.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/commons-net/commons-net/3.10.0/commons-net-3.10.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/commons-net/commons-net/3.10.0/commons-net-3.10.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/commons-net/commons-net/3.10.0/commons-net-3.10.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-targetplatform/target/tycho-targetplatform-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-targetplatform/4.0.8-SNAPSHOT/tycho-targetplatform-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-targetplatform/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-targetplatform/4.0.8-SNAPSHOT/tycho-targetplatform-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2/target/tycho-p2-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-p2/4.0.8-SNAPSHOT/tycho-p2-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-p2/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-p2/4.0.8-SNAPSHOT/tycho-p2-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.runtime/3.31.0/org.eclipse.core.runtime-3.31.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.runtime/3.31.0/org.eclipse.core.runtime-3.31.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.runtime/3.31.0/org.eclipse.core.runtime-3.31.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.runtime/3.31.0/org.eclipse.core.runtime-3.31.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.jobs/3.15.200/org.eclipse.core.jobs-3.15.200.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.jobs/3.15.200/org.eclipse.core.jobs-3.15.200.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.jobs/3.15.200/org.eclipse.core.jobs-3.15.200.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.jobs/3.15.200/org.eclipse.core.jobs-3.15.200.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.registry/3.12.0/org.eclipse.equinox.registry-3.12.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.registry/3.12.0/org.eclipse.equinox.registry-3.12.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.equinox.registry/3.12.0/org.eclipse.equinox.registry-3.12.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.equinox.registry/3.12.0/org.eclipse.equinox.registry-3.12.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.contenttype/3.9.300/org.eclipse.core.contenttype-3.9.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.contenttype/3.9.300/org.eclipse.core.contenttype-3.9.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.contenttype/3.9.300/org.eclipse.core.contenttype-3.9.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.contenttype/3.9.300/org.eclipse.core.contenttype-3.9.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/commons-io/commons-io/2.16.1/commons-io-2.16.1.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/commons-io/commons-io/2.16.1/commons-io-2.16.1.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/commons-io/commons-io/2.16.1/commons-io-2.16.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/commons-io/commons-io/2.16.1/commons-io-2.16.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core/3.37.0/org.eclipse.jdt.core-3.37.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/jdt/org.eclipse.jdt.core/3.37.0/org.eclipse.jdt.core-3.37.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core/3.37.0/org.eclipse.jdt.core-3.37.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/jdt/org.eclipse.jdt.core/3.37.0/org.eclipse.jdt.core-3.37.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.resources/3.20.100/org.eclipse.core.resources-3.20.100.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.resources/3.20.100/org.eclipse.core.resources-3.20.100.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.resources/3.20.100/org.eclipse.core.resources-3.20.100.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.resources/3.20.100/org.eclipse.core.resources-3.20.100.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.expressions/3.9.300/org.eclipse.core.expressions-3.9.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.expressions/3.9.300/org.eclipse.core.expressions-3.9.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.expressions/3.9.300/org.eclipse.core.expressions-3.9.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.expressions/3.9.300/org.eclipse.core.expressions-3.9.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.filesystem/1.10.300/org.eclipse.core.filesystem-1.10.300.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.filesystem/1.10.300/org.eclipse.core.filesystem-1.10.300.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.filesystem/1.10.300/org.eclipse.core.filesystem-1.10.300.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.filesystem/1.10.300/org.eclipse.core.filesystem-1.10.300.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.text/3.14.0/org.eclipse.text-3.14.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.text/3.14.0/org.eclipse.text-3.14.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.text/3.14.0/org.eclipse.text-3.14.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.text/3.14.0/org.eclipse.text-3.14.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.commands/3.12.0/org.eclipse.core.commands-3.12.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.commands/3.12.0/org.eclipse.core.commands-3.12.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/platform/org.eclipse.core.commands/3.12.0/org.eclipse.core.commands-3.12.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/platform/org.eclipse.core.commands/3.12.0/org.eclipse.core.commands-3.12.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/jdt/ecj/3.37.0/ecj-3.37.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/jdt/ecj/3.37.0/ecj-3.37.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/jdt/ecj/3.37.0/ecj-3.37.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/jdt/ecj/3.37.0/ecj-3.37.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus/10/plexus-10.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/codehaus/plexus/plexus/10/plexus-10.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/apache/31/apache-31.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/apache/apache/31/apache-31.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/maven/maven-parent/41/maven-parent-41.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/apache/maven/maven-parent/41/maven-parent-41.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/maven/resolver/maven-resolver/1.9.18/maven-resolver-1.9.18.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/apache/maven/resolver/maven-resolver/1.9.18/maven-resolver-1.9.18.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus/16/plexus-16.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/codehaus/plexus/plexus/16/plexus-16.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-containers/2.2.0/plexus-containers-2.2.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/codehaus/plexus/plexus-containers/2.2.0/plexus-containers-2.2.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/apache/23/apache-23.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/apache/apache/23/apache-23.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-parent/52/commons-parent-52.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/apache/commons/commons-parent/52/commons-parent-52.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus/17/plexus-17.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/codehaus/plexus/plexus/17/plexus-17.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-parent/66/commons-parent-66.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/apache/commons/commons-parent/66/commons-parent-66.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus/15/plexus-15.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/codehaus/plexus/plexus/15/plexus-15.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/sisu-osgi/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi/4.0.8-SNAPSHOT/sisu-osgi-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-parent/65/commons-parent-65.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/apache/commons/commons-parent/65/commons-parent-65.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/ow2/1.5/ow2-1.5.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.pom/2.3.6/org.ow2.sat4j.pom-2.3.6.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/ow2/sat4j/org.ow2.sat4j.pom/2.3.6/org.ow2.sat4j.pom-2.3.6.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/felix/felix-parent/8/felix-parent-8.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/apache/felix/felix-parent/8/felix-parent-8.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/apache/30/apache-30.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/apache/apache/30/apache-30.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-parent/62/commons-parent-62.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/apache/commons/commons-parent/62/commons-parent-62.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-parent/69/commons-parent-69.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/apache/commons/commons-parent/69/commons-parent-69.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-maven-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-maven-plugin/4.0.8-SNAPSHOT/tycho-maven-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-maven-plugin/target/tycho-maven-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-maven-plugin/4.0.8-SNAPSHOT/tycho-maven-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/slf4j/slf4j-api/2.0.13/slf4j-api-2.0.13.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/slf4j/slf4j-api/2.0.13/slf4j-api-2.0.13.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/slf4j/slf4j-api/2.0.13/slf4j-api-2.0.13.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/slf4j/slf4j-api/2.0.13/slf4j-api-2.0.13.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/commons/commons-parent/64/commons-parent-64.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/apache/commons/commons-parent/64/commons-parent-64.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/slf4j/slf4j-bom/2.0.13/slf4j-bom-2.0.13.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/slf4j/slf4j-bom/2.0.13/slf4j-bom-2.0.13.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/slf4j/slf4j-parent/2.0.13/slf4j-parent-2.0.13.pom to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/slf4j/slf4j-parent/2.0.13/slf4j-parent-2.0.13.pom [INFO] [INFO] --- invoker:3.6.1:run (integration-test) @ tycho-dependency-tools-plugin --- [INFO] No projects were selected for execution. [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-dependency-tools-plugin --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/extras/tycho-dependency-tools-plugin/4.0.8-SNAPSHOT/tycho-dependency-tools-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/tycho-dependency-tools-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/extras/tycho-dependency-tools-plugin/4.0.8-SNAPSHOT/tycho-dependency-tools-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-dependency-tools-plugin/target/tycho-dependency-tools-plugin-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/extras/tycho-dependency-tools-plugin/4.0.8-SNAPSHOT/tycho-dependency-tools-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] -------------------< org.eclipse.tycho:tycho-build >-------------------- [INFO] Building tycho-build 4.0.8-SNAPSHOT [62/67] [INFO] from tycho-build/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-build --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-build --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-build --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-build/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-build --- [INFO] Compiling 5 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-build/src/main/java/org/eclipse/tycho/build/DefaultBuildTimestampProvider.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-build/src/main/java/org/eclipse/tycho/build/DefaultBuildTimestampProvider.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-metadata (default) @ tycho-build --- [INFO] Discovered 5 component descriptor(s) [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-build --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-build/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-build --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-test-metadata (default) @ tycho-build --- [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-build --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-build --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-build/target/tycho-build-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-build --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-build/target/tycho-build-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-build --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-build/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-build/4.0.8-SNAPSHOT/tycho-build-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-build/target/tycho-build-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-build/4.0.8-SNAPSHOT/tycho-build-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-build/target/tycho-build-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-build/4.0.8-SNAPSHOT/tycho-build-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.eclipse.tycho:tycho-apitools-plugin >--------------- [INFO] Building Plugin for performing API analysis tasks 4.0.8-SNAPSHOT [63/67] [INFO] from tycho-apitools-plugin/pom.xml [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-apitools-plugin --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-apitools-plugin --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-apitools-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-apitools-plugin/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-apitools-plugin --- [INFO] Compiling 8 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-apitools-plugin/src/main/java/org/eclipse/tycho/apitools/ApiApplicationResolver.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-apitools-plugin/src/main/java/org/eclipse/tycho/apitools/ApiApplicationResolver.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plugin:3.10.2:descriptor (default-descriptor) @ tycho-apitools-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 2 mojo descriptors. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-metadata (default) @ tycho-apitools-plugin --- [INFO] Discovered 2 component descriptor(s) [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-apitools-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-apitools-plugin/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-apitools-plugin --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-test-metadata (default) @ tycho-apitools-plugin --- [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-apitools-plugin --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-apitools-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-apitools-plugin/target/tycho-apitools-plugin-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- plugin:3.10.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-apitools-plugin --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-apitools-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-apitools-plugin/target/tycho-apitools-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-apitools-plugin --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-apitools-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-apitools-plugin/4.0.8-SNAPSHOT/tycho-apitools-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-apitools-plugin/target/tycho-apitools-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-apitools-plugin/4.0.8-SNAPSHOT/tycho-apitools-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-apitools-plugin/target/tycho-apitools-plugin-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-apitools-plugin/4.0.8-SNAPSHOT/tycho-apitools-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] -----------------< org.eclipse.tycho:tycho-bnd-plugin >----------------- [INFO] Building Tycho BND Plugin 4.0.8-SNAPSHOT [64/67] [INFO] from tycho-bnd-plugin/pom.xml [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-bnd-plugin --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-bnd-plugin --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-bnd-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-bnd-plugin/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-bnd-plugin --- [INFO] Compiling 11 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-bnd-plugin/src/main/java/org/eclipse/tycho/bnd/maven/BndMavenLifecycleParticipant.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-bnd-plugin/src/main/java/org/eclipse/tycho/bnd/maven/BndMavenLifecycleParticipant.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plugin:3.10.2:descriptor (default-descriptor) @ tycho-bnd-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 6 mojo descriptors. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-metadata (default) @ tycho-bnd-plugin --- [INFO] Discovered 2 component descriptor(s) [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-bnd-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-bnd-plugin/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-bnd-plugin --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-test-metadata (default) @ tycho-bnd-plugin --- [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-bnd-plugin --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-bnd-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-bnd-plugin/target/tycho-bnd-plugin-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- plugin:3.10.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-bnd-plugin --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-bnd-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-bnd-plugin/target/tycho-bnd-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-bnd-plugin --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-bnd-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-bnd-plugin/4.0.8-SNAPSHOT/tycho-bnd-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-bnd-plugin/target/tycho-bnd-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-bnd-plugin/4.0.8-SNAPSHOT/tycho-bnd-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-bnd-plugin/target/tycho-bnd-plugin-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-bnd-plugin/4.0.8-SNAPSHOT/tycho-bnd-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] -------------< org.eclipse.tycho:tycho-repository-plugin >-------------- [INFO] Building Tycho Repository Plugin 4.0.8-SNAPSHOT [65/67] [INFO] from tycho-repository-plugin/pom.xml [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-repository-plugin --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-repository-plugin --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-repository-plugin --- [INFO] Copying 1 resource from src/main/resources to target/filtered [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-repository-plugin --- [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-repository-plugin/src/main/java/org/eclipse/tycho/repository/plugin/OSGiRepositoryGenerator.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-repository-plugin/src/main/java/org/eclipse/tycho/repository/plugin/OSGiRepositoryGenerator.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plugin:3.10.2:descriptor (default-descriptor) @ tycho-repository-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 1 mojo descriptor. [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-metadata (default) @ tycho-repository-plugin --- [INFO] Discovered 2 component descriptor(s) [INFO] Merging 1 manually-crafted descriptor file(s) [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-repository-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-repository-plugin/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-repository-plugin --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.2.0:generate-test-metadata (default) @ tycho-repository-plugin --- [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-repository-plugin --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-repository-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-repository-plugin/target/tycho-repository-plugin-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- plugin:3.10.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-repository-plugin --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-repository-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-repository-plugin/target/tycho-repository-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-repository-plugin --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-repository-plugin/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-repository-plugin/4.0.8-SNAPSHOT/tycho-repository-plugin-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-repository-plugin/target/tycho-repository-plugin-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-repository-plugin/4.0.8-SNAPSHOT/tycho-repository-plugin-4.0.8-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-repository-plugin/target/tycho-repository-plugin-4.0.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-repository-plugin/4.0.8-SNAPSHOT/tycho-repository-plugin-4.0.8-SNAPSHOT-sources.jar [INFO] [INFO] --------------------< org.eclipse.tycho:tycho-its >--------------------- [INFO] Building Tycho Integration Tests 4.0.8-SNAPSHOT [66/67] [INFO] from tycho-its/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] The POM for org.eclipse.platform:org.eclipse.swt:jar:3.125.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-its --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-its --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- dependency:3.6.1:unpack-dependencies (unpack-maven) @ tycho-its --- [INFO] Expanding: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.tar.gz into /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-its/target [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-its --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-its/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-its --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-its --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- properties:0.0.2:filter-file (default) @ tycho-its --- [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-its --- [INFO] Compiling 205 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-its/src/test/java/org/eclipse/tycho/test/product/Tycho188P2EnabledRcpTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-its/src/test/java/org/eclipse/tycho/test/product/Tycho188P2EnabledRcpTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-its/src/test/java/org/eclipse/tycho/test/baseline/BaselineMojoTest.java: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-its/src/test/java/org/eclipse/tycho/test/baseline/BaselineMojoTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-its/src/test/java/org/eclipse/tycho/test/baseline/BaselineMojoTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-its --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-its/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tycho.test.sourceBundle.PDESourceHeaderGenerationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.92 s -- in org.eclipse.tycho.test.sourceBundle.PDESourceHeaderGenerationTest [INFO] Running org.eclipse.tycho.test.CompilerPluginTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.80 s -- in org.eclipse.tycho.test.CompilerPluginTest [INFO] Running org.eclipse.tycho.test.CustomBundlePluginTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.48 s -- in org.eclipse.tycho.test.CustomBundlePluginTest [INFO] Running org.eclipse.tycho.test.DemoTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 241.2 s -- in org.eclipse.tycho.test.DemoTest [INFO] Running org.eclipse.tycho.test.DocumentBundlePluginTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 61.05 s -- in org.eclipse.tycho.test.DocumentBundlePluginTest [INFO] Running org.eclipse.tycho.test.MNGECLIPSE949jarDirectoryBundles.JarDirectoryBundlesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.87 s -- in org.eclipse.tycho.test.MNGECLIPSE949jarDirectoryBundles.JarDirectoryBundlesTest [INFO] Running org.eclipse.tycho.test.P2DirectorPluginTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 78.80 s -- in org.eclipse.tycho.test.P2DirectorPluginTest [INFO] Running org.eclipse.tycho.test.TYCHO0209tychoRepositoryRoundtrip.TychoRepositoryRoundtripTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 71.28 s -- in org.eclipse.tycho.test.TYCHO0209tychoRepositoryRoundtrip.TychoRepositoryRoundtripTest [INFO] Running org.eclipse.tycho.test.TYCHO0294ProductP2TargetPlatformResolver.ProductP2TargetPlatformResolverTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.28 s -- in org.eclipse.tycho.test.TYCHO0294ProductP2TargetPlatformResolver.ProductP2TargetPlatformResolverTest [INFO] Running org.eclipse.tycho.test.TYCHO0367localRepositoryCrosstalk.LocalRepositoryCrosstalkTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 54.68 s -- in org.eclipse.tycho.test.TYCHO0367localRepositoryCrosstalk.LocalRepositoryCrosstalkTest [INFO] Running org.eclipse.tycho.test.TYCHO0383dotQualifierMatching.DotQualifierMatchingTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.00 s -- in org.eclipse.tycho.test.TYCHO0383dotQualifierMatching.DotQualifierMatchingTest [INFO] Running org.eclipse.tycho.test.TYCHO0404pomDependencyConsiderExtraClasspath.PomDependencyConsiderExtraClasspathTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.05 s -- in org.eclipse.tycho.test.TYCHO0404pomDependencyConsiderExtraClasspath.PomDependencyConsiderExtraClasspathTest [INFO] Running org.eclipse.tycho.test.TYCHO0439repositoryCategories.RepositoryCategoriesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.54 s -- in org.eclipse.tycho.test.TYCHO0439repositoryCategories.RepositoryCategoriesTest [INFO] Running org.eclipse.tycho.test.TYCHO0453expandReleaseVersion.ExpandReleaseVersionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.11 s -- in org.eclipse.tycho.test.TYCHO0453expandReleaseVersion.ExpandReleaseVersionTest [INFO] Running org.eclipse.tycho.test.TYCHO109product.Tycho109ProductExportTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 73.78 s -- in org.eclipse.tycho.test.TYCHO109product.Tycho109ProductExportTest [INFO] Running org.eclipse.tycho.test.TYCHO192sourceBundles.Tycho192SourceBundleTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.54 s -- in org.eclipse.tycho.test.TYCHO192sourceBundles.Tycho192SourceBundleTest [INFO] Running org.eclipse.tycho.test.TYCHO240includeLaunchers.IncludeLaunchersTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.11 s -- in org.eclipse.tycho.test.TYCHO240includeLaunchers.IncludeLaunchersTest [INFO] Running org.eclipse.tycho.test.TYCHO246rcpSourceBundles.TYCHO246rcpSourceBundlesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.34 s -- in org.eclipse.tycho.test.TYCHO246rcpSourceBundles.TYCHO246rcpSourceBundlesTest [INFO] Running org.eclipse.tycho.test.TYCHO253extraClassPathEntries.ExtraClassPathEntriesTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 61.46 s -- in org.eclipse.tycho.test.TYCHO253extraClassPathEntries.ExtraClassPathEntriesTest [INFO] Running org.eclipse.tycho.test.TYCHO279HttpProxy.ProxySupportTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 43.41 s -- in org.eclipse.tycho.test.TYCHO279HttpProxy.ProxySupportTest [INFO] Running org.eclipse.tycho.test.TYCHO285EclipseSourceBundles.TYCHO285EclipseSourceBundlesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.67 s -- in org.eclipse.tycho.test.TYCHO285EclipseSourceBundles.TYCHO285EclipseSourceBundlesTest [INFO] Running org.eclipse.tycho.test.TYCHO300launcherIcons.LauncherIconsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.35 s -- in org.eclipse.tycho.test.TYCHO300launcherIcons.LauncherIconsTest [INFO] Running org.eclipse.tycho.test.TYCHO308importSystemPackage.ImportSystemPackagesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.61 s -- in org.eclipse.tycho.test.TYCHO308importSystemPackage.ImportSystemPackagesTest [INFO] Running org.eclipse.tycho.test.TYCHO309pomDependencyConsider.PomDependencyConsiderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.73 s -- in org.eclipse.tycho.test.TYCHO309pomDependencyConsider.PomDependencyConsiderTest [INFO] Running org.eclipse.tycho.test.TYCHO321deployableFeature.DeployableFeatureTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.23 s -- in org.eclipse.tycho.test.TYCHO321deployableFeature.DeployableFeatureTest [INFO] Running org.eclipse.tycho.test.TYCHO330validateVersion.ValidateVersionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.73 s -- in org.eclipse.tycho.test.TYCHO330validateVersion.ValidateVersionTest [INFO] Running org.eclipse.tycho.test.TYCHO350ClassCastException.TYCHO350ClassCastExceptionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.11 s -- in org.eclipse.tycho.test.TYCHO350ClassCastException.TYCHO350ClassCastExceptionTest [INFO] Running org.eclipse.tycho.test.TYCHO418pomDependencyConsider.PomDependencyConsiderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.43 s -- in org.eclipse.tycho.test.TYCHO418pomDependencyConsider.PomDependencyConsiderTest [INFO] Running org.eclipse.tycho.test.TYCHO449SrcIncludesExcludes.Tycho449SrcIncludesExcludesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.18 s -- in org.eclipse.tycho.test.TYCHO449SrcIncludesExcludes.Tycho449SrcIncludesExcludesTest [INFO] Running org.eclipse.tycho.test.TYCHO502sourceBundleQualifier.Tycho502SourceBundleQualifierTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.46 s -- in org.eclipse.tycho.test.TYCHO502sourceBundleQualifier.Tycho502SourceBundleQualifierTest [INFO] Running org.eclipse.tycho.test.apitools.ApiToolsTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 302.2 s -- in org.eclipse.tycho.test.apitools.ApiToolsTest [INFO] Running org.eclipse.tycho.test.baseline.BaselineMojoTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 148.6 s -- in org.eclipse.tycho.test.baseline.BaselineMojoTest [INFO] Running org.eclipse.tycho.test.brokenp2data.BrokenP2DataTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.86 s -- in org.eclipse.tycho.test.brokenp2data.BrokenP2DataTest [INFO] Running org.eclipse.tycho.test.buildextension.CiFriendlyVersionsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 83.56 s -- in org.eclipse.tycho.test.buildextension.CiFriendlyVersionsTest [INFO] Running org.eclipse.tycho.test.buildextension.PomlessTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 72.04 s -- in org.eclipse.tycho.test.buildextension.PomlessTest [INFO] Running org.eclipse.tycho.test.compare.CompareWithBaselineTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.61 s -- in org.eclipse.tycho.test.compare.CompareWithBaselineTest [INFO] Running org.eclipse.tycho.test.compiler.AnnotationProcessorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.653 s -- in org.eclipse.tycho.test.compiler.AnnotationProcessorTest [INFO] Running org.eclipse.tycho.test.compiler.CompilerClasspathEntryTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 141.4 s -- in org.eclipse.tycho.test.compiler.CompilerClasspathEntryTest [INFO] Running org.eclipse.tycho.test.compiler.CompilerClasspathTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.37 s -- in org.eclipse.tycho.test.compiler.CompilerClasspathTest [INFO] Running org.eclipse.tycho.test.compiler.CompilerExcludeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.11 s -- in org.eclipse.tycho.test.compiler.CompilerExcludeTest [INFO] Running org.eclipse.tycho.test.compiler.CompilerExtraExportsJava17Test [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.38 s -- in org.eclipse.tycho.test.compiler.CompilerExtraExportsJava17Test [INFO] Running org.eclipse.tycho.test.compiler.CompilerExtraExportsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.32 s -- in org.eclipse.tycho.test.compiler.CompilerExtraExportsTest [INFO] Running org.eclipse.tycho.test.compiler.FailOnWarningTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.56 s -- in org.eclipse.tycho.test.compiler.FailOnWarningTest [INFO] Running org.eclipse.tycho.test.compiler.FragmentsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.65 s -- in org.eclipse.tycho.test.compiler.FragmentsTest [INFO] Running org.eclipse.tycho.test.compiler.JavaxAnnotationImportTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.14 s -- in org.eclipse.tycho.test.compiler.JavaxAnnotationImportTest [INFO] Running org.eclipse.tycho.test.compiler.MavenCompilerPluginTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 54.17 s -- in org.eclipse.tycho.test.compiler.MavenCompilerPluginTest [INFO] Running org.eclipse.tycho.test.compiler.MisconfigurationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.98 s -- in org.eclipse.tycho.test.compiler.MisconfigurationTest [INFO] Running org.eclipse.tycho.test.compiler.RequireJREPackagesImportTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.004 s -- in org.eclipse.tycho.test.compiler.RequireJREPackagesImportTest [INFO] Running org.eclipse.tycho.test.compiler.TestErrorMessages [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.46 s -- in org.eclipse.tycho.test.compiler.TestErrorMessages [INFO] Running org.eclipse.tycho.test.eclipserun.EclipseRunBundleStartLevelTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.49 s -- in org.eclipse.tycho.test.eclipserun.EclipseRunBundleStartLevelTest [INFO] Running org.eclipse.tycho.test.eeProfile.CustomProfileIntegrationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.66 s -- in org.eclipse.tycho.test.eeProfile.CustomProfileIntegrationTest [INFO] Running org.eclipse.tycho.test.eeProfile.DependencyResolverEETest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 43.80 s -- in org.eclipse.tycho.test.eeProfile.DependencyResolverEETest [INFO] Running org.eclipse.tycho.test.eeProfile.FragmentsAttachedTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.61 s -- in org.eclipse.tycho.test.eeProfile.FragmentsAttachedTest [INFO] Running org.eclipse.tycho.test.eeProfile.Java11ResolutionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.76 s -- in org.eclipse.tycho.test.eeProfile.Java11ResolutionTest [INFO] Running org.eclipse.tycho.test.eeProfile.Java17ResolutionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.55 s -- in org.eclipse.tycho.test.eeProfile.Java17ResolutionTest [INFO] Running org.eclipse.tycho.test.eeProfile.Java18ResolutionTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s -- in org.eclipse.tycho.test.eeProfile.Java18ResolutionTest [INFO] Running org.eclipse.tycho.test.eeProfile.Java7ResolutionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.41 s -- in org.eclipse.tycho.test.eeProfile.Java7ResolutionTest [INFO] Running org.eclipse.tycho.test.feature.FeatureAttributesInferenceTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.59 s -- in org.eclipse.tycho.test.feature.FeatureAttributesInferenceTest [INFO] Running org.eclipse.tycho.test.feature.FeatureWithDependenciesTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 109.8 s -- in org.eclipse.tycho.test.feature.FeatureWithDependenciesTest [INFO] Running org.eclipse.tycho.test.feature.FeatureWithMultipleFiltersTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.00 s -- in org.eclipse.tycho.test.feature.FeatureWithMultipleFiltersTest [INFO] Running org.eclipse.tycho.test.feature.FeatureWithRestrictionsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.62 s -- in org.eclipse.tycho.test.feature.FeatureWithRestrictionsTest [INFO] Running org.eclipse.tycho.test.featurePatch.EclipseRepoIncludingFeaturePatchTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.91 s -- in org.eclipse.tycho.test.featurePatch.EclipseRepoIncludingFeaturePatchTest [INFO] Running org.eclipse.tycho.test.featurePatch.FeaturePatchTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.72 s -- in org.eclipse.tycho.test.featurePatch.FeaturePatchTest [INFO] Running org.eclipse.tycho.test.issue1093.Issue1093Test [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.09 s -- in org.eclipse.tycho.test.issue1093.Issue1093Test [INFO] Running org.eclipse.tycho.test.issue23.Issue23Test [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.12 s -- in org.eclipse.tycho.test.issue23.Issue23Test [INFO] Running org.eclipse.tycho.test.issue271.Issue271Test [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.99 s -- in org.eclipse.tycho.test.issue271.Issue271Test [INFO] Running org.eclipse.tycho.test.issue2937.Issue2937Test [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.14 s -- in org.eclipse.tycho.test.issue2937.Issue2937Test [INFO] Running org.eclipse.tycho.test.issue697.Issue697Test [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s -- in org.eclipse.tycho.test.issue697.Issue697Test [INFO] Running org.eclipse.tycho.test.iu.IUMetadataGenerationTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.56 s -- in org.eclipse.tycho.test.iu.IUMetadataGenerationTest [INFO] Running org.eclipse.tycho.test.iu.ProductWithIUTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.33 s -- in org.eclipse.tycho.test.iu.ProductWithIUTest [INFO] Running org.eclipse.tycho.test.jarsigning.JarSigningTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 56.37 s -- in org.eclipse.tycho.test.jarsigning.JarSigningTest [INFO] Running org.eclipse.tycho.test.licenseFeature.LicenseFeatureTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.79 s -- in org.eclipse.tycho.test.licenseFeature.LicenseFeatureTest [INFO] Running org.eclipse.tycho.test.licenseFeature.SetLicenseFeatureVersionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.802 s -- in org.eclipse.tycho.test.licenseFeature.SetLicenseFeatureVersionTest [INFO] Running org.eclipse.tycho.test.limitations.MixedTychoVersionsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.076 s -- in org.eclipse.tycho.test.limitations.MixedTychoVersionsTest [INFO] Running org.eclipse.tycho.test.limitations.NonUniqueBasedirsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.276 s -- in org.eclipse.tycho.test.limitations.NonUniqueBasedirsTest [INFO] Running org.eclipse.tycho.test.mngeclipse1007.BinExcludedTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.85 s -- in org.eclipse.tycho.test.mngeclipse1007.BinExcludedTest [INFO] Running org.eclipse.tycho.test.mngeclipse937.CustomSourceEncodingTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.42 s -- in org.eclipse.tycho.test.mngeclipse937.CustomSourceEncodingTest [INFO] Running org.eclipse.tycho.test.multiplatform.MultiplatformProductTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.37 s -- in org.eclipse.tycho.test.multiplatform.MultiplatformProductTest [INFO] Running org.eclipse.tycho.test.multiplatform.MultiplatformReactorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.00 s -- in org.eclipse.tycho.test.multiplatform.MultiplatformReactorTest [INFO] Running org.eclipse.tycho.test.p2Inf.CircularTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.19 s -- in org.eclipse.tycho.test.p2Inf.CircularTest [INFO] Running org.eclipse.tycho.test.p2Inf.ExtraUnitsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.81 s -- in org.eclipse.tycho.test.p2Inf.ExtraUnitsTest [INFO] Running org.eclipse.tycho.test.p2Inf.HostRequiresFragmentWithP2InfTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.36 s -- in org.eclipse.tycho.test.p2Inf.HostRequiresFragmentWithP2InfTest [INFO] Running org.eclipse.tycho.test.p2Inf.MultienvP2infTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.96 s -- in org.eclipse.tycho.test.p2Inf.MultienvP2infTest [INFO] Running org.eclipse.tycho.test.p2Inf.VirtualUnitTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.75 s -- in org.eclipse.tycho.test.p2Inf.VirtualUnitTest [INFO] Running org.eclipse.tycho.test.p2Repository.BasicP2RepositoryIntegrationTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.81 s -- in org.eclipse.tycho.test.p2Repository.BasicP2RepositoryIntegrationTest [INFO] Running org.eclipse.tycho.test.p2Repository.DownloadStatsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.25 s -- in org.eclipse.tycho.test.p2Repository.DownloadStatsTest [INFO] Running org.eclipse.tycho.test.p2Repository.DownloadVerifyNoDigestAlgoTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 43.99 s -- in org.eclipse.tycho.test.p2Repository.DownloadVerifyNoDigestAlgoTest [INFO] Running org.eclipse.tycho.test.p2Repository.IncludeAllSourcesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.12 s -- in org.eclipse.tycho.test.p2Repository.IncludeAllSourcesTest [INFO] Running org.eclipse.tycho.test.p2Repository.MavenP2SiteTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 62.94 s -- in org.eclipse.tycho.test.p2Repository.MavenP2SiteTest [INFO] Running org.eclipse.tycho.test.p2Repository.OSGiRepositoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.17 s -- in org.eclipse.tycho.test.p2Repository.OSGiRepositoryTest [INFO] Running org.eclipse.tycho.test.p2Repository.P2ArtifactMappingToMavenRepoTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.18 s -- in org.eclipse.tycho.test.p2Repository.P2ArtifactMappingToMavenRepoTest [INFO] Running org.eclipse.tycho.test.p2Repository.P2RepositoryDownloadTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 56.04 s -- in org.eclipse.tycho.test.p2Repository.P2RepositoryDownloadTest [INFO] Running org.eclipse.tycho.test.p2Repository.P2RepositoryFtpHandlerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.63 s -- in org.eclipse.tycho.test.p2Repository.P2RepositoryFtpHandlerTest [INFO] Running org.eclipse.tycho.test.p2Repository.P2RepositoryPropertiesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.48 s -- in org.eclipse.tycho.test.p2Repository.P2RepositoryPropertiesTest [INFO] Running org.eclipse.tycho.test.p2Repository.P2RepositoryValidateTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.39 s -- in org.eclipse.tycho.test.p2Repository.P2RepositoryValidateTest [INFO] Running org.eclipse.tycho.test.p2Repository.QualifierExpansionAndArtifactAssemblyTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.51 s -- in org.eclipse.tycho.test.p2Repository.QualifierExpansionAndArtifactAssemblyTest [INFO] Running org.eclipse.tycho.test.p2Repository.RepoRefLocationP2RepositoryIntegrationTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 48.74 s -- in org.eclipse.tycho.test.p2Repository.RepoRefLocationP2RepositoryIntegrationTest [INFO] Running org.eclipse.tycho.test.p2Repository.RepositoryIncludeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.92 s -- in org.eclipse.tycho.test.p2Repository.RepositoryIncludeTest [INFO] Running org.eclipse.tycho.test.p2Repository.TransitiveP2RepoTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.82 s -- in org.eclipse.tycho.test.p2Repository.TransitiveP2RepoTest [INFO] Running org.eclipse.tycho.test.packaging.AttachedZipTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.78 s -- in org.eclipse.tycho.test.packaging.AttachedZipTest [INFO] Running org.eclipse.tycho.test.packaging.BaselineValidateAndReplaceTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 354.7 s -- in org.eclipse.tycho.test.packaging.BaselineValidateAndReplaceTest [INFO] Running org.eclipse.tycho.test.packaging.BuildQualifierTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.618 s -- in org.eclipse.tycho.test.packaging.BuildQualifierTest [INFO] Running org.eclipse.tycho.test.packaging.ConsumerPomTest [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 93.81 s -- in org.eclipse.tycho.test.packaging.ConsumerPomTest [INFO] Running org.eclipse.tycho.test.packaging.CustomManifestAndFeatureTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.02 s -- in org.eclipse.tycho.test.packaging.CustomManifestAndFeatureTest [INFO] Running org.eclipse.tycho.test.packaging.DefaultBuildTimestampProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.43 s -- in org.eclipse.tycho.test.packaging.DefaultBuildTimestampProviderTest [INFO] Running org.eclipse.tycho.test.packaging.PackageNestedJarsAndDirsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.60 s -- in org.eclipse.tycho.test.packaging.PackageNestedJarsAndDirsTest [INFO] Running org.eclipse.tycho.test.pgp.TestPGPSigning [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 270.7 s -- in org.eclipse.tycho.test.pgp.TestPGPSigning [INFO] Running org.eclipse.tycho.test.pomDependencies.PomDependencyWrapTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.23 s -- in org.eclipse.tycho.test.pomDependencies.PomDependencyWrapTest [INFO] Running org.eclipse.tycho.test.pomDependencyConsider.PackagingPomDependencyWithTimestampProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.26 s -- in org.eclipse.tycho.test.pomDependencyConsider.PackagingPomDependencyWithTimestampProviderTest [INFO] Running org.eclipse.tycho.test.pomDependencyConsider.PomDependencyIgnoreTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.56 s -- in org.eclipse.tycho.test.pomDependencyConsider.PomDependencyIgnoreTest [INFO] Running org.eclipse.tycho.test.pomDependencyConsider.PomDependencyOnLocallyBuiltTychoArtifactTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.06 s -- in org.eclipse.tycho.test.pomDependencyConsider.PomDependencyOnLocallyBuiltTychoArtifactTest [INFO] Running org.eclipse.tycho.test.pomDependencyConsider.PomDependencyOnNonTychoArtifactTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.80 s -- in org.eclipse.tycho.test.pomDependencyConsider.PomDependencyOnNonTychoArtifactTest [INFO] Running org.eclipse.tycho.test.pomDependencyConsider.PomDependencySystemScopedTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.25 s -- in org.eclipse.tycho.test.pomDependencyConsider.PomDependencySystemScopedTest [INFO] Running org.eclipse.tycho.test.product.BuildProductWithIgnoredContentTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.72 s -- in org.eclipse.tycho.test.product.BuildProductWithIgnoredContentTest [INFO] Running org.eclipse.tycho.test.product.BuildProductWithoutCleanTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.25 s -- in org.eclipse.tycho.test.product.BuildProductWithoutCleanTest [INFO] Running org.eclipse.tycho.test.product.InvalidProductTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.95 s -- in org.eclipse.tycho.test.product.InvalidProductTest [INFO] Running org.eclipse.tycho.test.product.MetaRequirementsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 45.75 s -- in org.eclipse.tycho.test.product.MetaRequirementsTest [INFO] Running org.eclipse.tycho.test.product.ProductArchiveFormatTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.84 s -- in org.eclipse.tycho.test.product.ProductArchiveFormatTest [INFO] Running org.eclipse.tycho.test.product.ProductBuildTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 115.5 s -- in org.eclipse.tycho.test.product.ProductBuildTest [INFO] Running org.eclipse.tycho.test.product.ProductDefinitionCrosstalkTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.30 s -- in org.eclipse.tycho.test.product.ProductDefinitionCrosstalkTest [INFO] Running org.eclipse.tycho.test.product.ProductDuplicateIUsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.17 s -- in org.eclipse.tycho.test.product.ProductDuplicateIUsTest [INFO] Running org.eclipse.tycho.test.product.ProductMixedVersionsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.73 s -- in org.eclipse.tycho.test.product.ProductMixedVersionsTest [INFO] Running org.eclipse.tycho.test.product.ProductRepositoryTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.84 s -- in org.eclipse.tycho.test.product.ProductRepositoryTest [INFO] Running org.eclipse.tycho.test.product.ProductTypesTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.69 s -- in org.eclipse.tycho.test.product.ProductTypesTest [INFO] Running org.eclipse.tycho.test.product.ReferenceBetweenProductsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.08 s -- in org.eclipse.tycho.test.product.ReferenceBetweenProductsTest [INFO] Running org.eclipse.tycho.test.product.Tycho188P2EnabledRcpTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 62.26 s -- in org.eclipse.tycho.test.product.Tycho188P2EnabledRcpTest [INFO] Running org.eclipse.tycho.test.product.Tycho465RootFilesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 57.82 s -- in org.eclipse.tycho.test.product.Tycho465RootFilesTest [INFO] Running org.eclipse.tycho.test.reactor.BomCreationTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.03 s -- in org.eclipse.tycho.test.reactor.BomCreationTest [INFO] Running org.eclipse.tycho.test.reactor.makeBehaviour.MavenReactorMakeOptionsTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 154.3 s -- in org.eclipse.tycho.test.reactor.makeBehaviour.MavenReactorMakeOptionsTest [INFO] Running org.eclipse.tycho.test.resolver.BundleNativeCodeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.76 s -- in org.eclipse.tycho.test.resolver.BundleNativeCodeTest [INFO] Running org.eclipse.tycho.test.resolver.CycleTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.01 s -- in org.eclipse.tycho.test.resolver.CycleTest [INFO] Running org.eclipse.tycho.test.resolver.ExtraCompilerRequirementsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 130.0 s -- in org.eclipse.tycho.test.resolver.ExtraCompilerRequirementsTest [INFO] Running org.eclipse.tycho.test.resolver.JustJJRETest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 59.33 s -- in org.eclipse.tycho.test.resolver.JustJJRETest [INFO] Running org.eclipse.tycho.test.resolver.OptionalDependenciesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.97 s -- in org.eclipse.tycho.test.resolver.OptionalDependenciesTest [INFO] Running org.eclipse.tycho.test.resolver.PomDependenciesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.79 s -- in org.eclipse.tycho.test.resolver.PomDependenciesTest [INFO] Running org.eclipse.tycho.test.resolver.ReexportedRequireBundleTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.35 s -- in org.eclipse.tycho.test.resolver.ReexportedRequireBundleTest [INFO] Running org.eclipse.tycho.test.resolver.ResolverTests [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 113.0 s -- in org.eclipse.tycho.test.resolver.ResolverTests [INFO] Running org.eclipse.tycho.test.resolver.SplitPackagesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.39 s -- in org.eclipse.tycho.test.resolver.SplitPackagesTest [INFO] Running org.eclipse.tycho.test.resolver.Tycho1127AddjarsIssueTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.22 s -- in org.eclipse.tycho.test.resolver.Tycho1127AddjarsIssueTest [INFO] Running org.eclipse.tycho.test.resolver.TychoGenerateSourcesIssueTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.00 s -- in org.eclipse.tycho.test.resolver.TychoGenerateSourcesIssueTest [INFO] Running org.eclipse.tycho.test.selundqma.SeLundqmaTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 51.25 s -- in org.eclipse.tycho.test.selundqma.SeLundqmaTest [INFO] Running org.eclipse.tycho.test.sourceBundle.AutoGenerateSourceArtifactsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.33 s -- in org.eclipse.tycho.test.sourceBundle.AutoGenerateSourceArtifactsTest [INFO] Running org.eclipse.tycho.test.sourceBundle.AutoNoSourceBundleTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.06 s -- in org.eclipse.tycho.test.sourceBundle.AutoNoSourceBundleTest [INFO] Running org.eclipse.tycho.test.sourceBundle.SourceBundlesNestedJarsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.92 s -- in org.eclipse.tycho.test.sourceBundle.SourceBundlesNestedJarsTest [INFO] Running org.eclipse.tycho.test.sourceBundle.TychoSourcePluginTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 88.75 s -- in org.eclipse.tycho.test.sourceBundle.TychoSourcePluginTest [INFO] Running org.eclipse.tycho.test.surefire.BundleStartInSurefireTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 52.45 s -- in org.eclipse.tycho.test.surefire.BundleStartInSurefireTest [INFO] Running org.eclipse.tycho.test.surefire.CategoriesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.58 s -- in org.eclipse.tycho.test.surefire.CategoriesTest [INFO] Running org.eclipse.tycho.test.surefire.DirectTestPluginInvocationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.38 s -- in org.eclipse.tycho.test.surefire.DirectTestPluginInvocationTest [INFO] Running org.eclipse.tycho.test.surefire.EnableAssertionsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.08 s -- in org.eclipse.tycho.test.surefire.EnableAssertionsTest [INFO] Running org.eclipse.tycho.test.surefire.EnvVarTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.41 s -- in org.eclipse.tycho.test.surefire.EnvVarTest [INFO] Running org.eclipse.tycho.test.surefire.ExplodedTestDependenciesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.14 s -- in org.eclipse.tycho.test.surefire.ExplodedTestDependenciesTest [INFO] Running org.eclipse.tycho.test.surefire.ExtraTestApplicationArgumentsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.67 s -- in org.eclipse.tycho.test.surefire.ExtraTestApplicationArgumentsTest [INFO] Running org.eclipse.tycho.test.surefire.FailIfNoTestsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.94 s -- in org.eclipse.tycho.test.surefire.FailIfNoTestsTest [INFO] Running org.eclipse.tycho.test.surefire.FrameworkExtensionsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.33 s -- in org.eclipse.tycho.test.surefire.FrameworkExtensionsTest [INFO] Running org.eclipse.tycho.test.surefire.JUnit5TempDirTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.16 s -- in org.eclipse.tycho.test.surefire.JUnit5TempDirTest [INFO] Running org.eclipse.tycho.test.surefire.JUnit5Test [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 153.2 s -- in org.eclipse.tycho.test.surefire.JUnit5Test [INFO] Running org.eclipse.tycho.test.surefire.JVMArgsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.72 s -- in org.eclipse.tycho.test.surefire.JVMArgsTest [INFO] Running org.eclipse.tycho.test.surefire.JavaToolchainInSurefireTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.06 s -- in org.eclipse.tycho.test.surefire.JavaToolchainInSurefireTest [INFO] Running org.eclipse.tycho.test.surefire.Junit4TestBundleTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.58 s -- in org.eclipse.tycho.test.surefire.Junit4TestBundleTest [INFO] Running org.eclipse.tycho.test.surefire.OpenTest4JTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.13 s -- in org.eclipse.tycho.test.surefire.OpenTest4JTest [INFO] Running org.eclipse.tycho.test.surefire.P2InstalledTestRuntimeTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 144.8 s -- in org.eclipse.tycho.test.surefire.P2InstalledTestRuntimeTest [INFO] Running org.eclipse.tycho.test.surefire.ParallelTestExecutionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.18 s -- in org.eclipse.tycho.test.surefire.ParallelTestExecutionTest [INFO] Running org.eclipse.tycho.test.surefire.RequireBundleTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 52.61 s -- in org.eclipse.tycho.test.surefire.RequireBundleTest [INFO] Running org.eclipse.tycho.test.surefire.RunOrderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.22 s -- in org.eclipse.tycho.test.surefire.RunOrderTest [INFO] Running org.eclipse.tycho.test.surefire.RunSingleTestTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.49 s -- in org.eclipse.tycho.test.surefire.RunSingleTestTest [INFO] Running org.eclipse.tycho.test.surefire.SystemPropertiesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.95 s -- in org.eclipse.tycho.test.surefire.SystemPropertiesTest [INFO] Running org.eclipse.tycho.test.surefire.TestBundleShapeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.48 s -- in org.eclipse.tycho.test.surefire.TestBundleShapeTest [INFO] Running org.eclipse.tycho.test.surefire.TestFragmentTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.99 s -- in org.eclipse.tycho.test.surefire.TestFragmentTest [INFO] Running org.eclipse.tycho.test.surefire.TestNGBundleTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.83 s -- in org.eclipse.tycho.test.surefire.TestNGBundleTest [INFO] Running org.eclipse.tycho.test.surefire.TestOptionalDependenciesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 49.88 s -- in org.eclipse.tycho.test.surefire.TestOptionalDependenciesTest [INFO] Running org.eclipse.tycho.test.surefire.TestsInBundleTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 116.2 s -- in org.eclipse.tycho.test.surefire.TestsInBundleTest [INFO] Running org.eclipse.tycho.test.surefire.TwoJunitVersionsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.96 s -- in org.eclipse.tycho.test.surefire.TwoJunitVersionsTest [INFO] Running org.eclipse.tycho.test.symlinks.SymbolicLinkTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.43 s -- in org.eclipse.tycho.test.symlinks.SymbolicLinkTest [INFO] Running org.eclipse.tycho.test.target.DifferentTargetFilesSameAbsolutePathTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.09 s -- in org.eclipse.tycho.test.target.DifferentTargetFilesSameAbsolutePathTest [INFO] Running org.eclipse.tycho.test.target.OfflineModeTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 98.03 s -- in org.eclipse.tycho.test.target.OfflineModeTest [INFO] Running org.eclipse.tycho.test.target.PasswordProtectedCompositeP2RepositoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.38 s -- in org.eclipse.tycho.test.target.PasswordProtectedCompositeP2RepositoryTest [INFO] Running org.eclipse.tycho.test.target.PasswordProtectedM2RepositoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.04 s -- in org.eclipse.tycho.test.target.PasswordProtectedM2RepositoryTest [INFO] Running org.eclipse.tycho.test.target.PasswordProtectedP2RepositoryTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 124.1 s -- in org.eclipse.tycho.test.target.PasswordProtectedP2RepositoryTest [INFO] Running org.eclipse.tycho.test.target.TargetDefinitionPackagingTypeTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.79 s -- in org.eclipse.tycho.test.target.TargetDefinitionPackagingTypeTest [INFO] Running org.eclipse.tycho.test.target.TargetDependenciesAccrossLocationsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 59.94 s -- in org.eclipse.tycho.test.target.TargetDependenciesAccrossLocationsTest [INFO] Running org.eclipse.tycho.test.target.TargetPlatformArtifactJUnitTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.65 s -- in org.eclipse.tycho.test.target.TargetPlatformArtifactJUnitTest [INFO] Running org.eclipse.tycho.test.target.TargetPlatformFilteringIntegrationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.55 s -- in org.eclipse.tycho.test.target.TargetPlatformFilteringIntegrationTest [INFO] Running org.eclipse.tycho.test.target.TargetPlatformLocationsTest [WARNING] Tests run: 13, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 252.8 s -- in org.eclipse.tycho.test.target.TargetPlatformLocationsTest [INFO] Running org.eclipse.tycho.test.target.TargetRestrictionThroughTargetFilesTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 67.54 s -- in org.eclipse.tycho.test.target.TargetRestrictionThroughTargetFilesTest [INFO] Running org.eclipse.tycho.test.target.TargetVariableResolutionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.01 s -- in org.eclipse.tycho.test.target.TargetVariableResolutionTest [INFO] Running org.eclipse.tycho.test.tycho001.P2MetadataGenerationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.96 s -- in org.eclipse.tycho.test.tycho001.P2MetadataGenerationTest [INFO] Running org.eclipse.tycho.test.tycho026.Tycho26MissingFeatureTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.59 s -- in org.eclipse.tycho.test.tycho026.Tycho26MissingFeatureTest [INFO] Running org.eclipse.tycho.test.tycho154.Tycho154BundleJarTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.50 s -- in org.eclipse.tycho.test.tycho154.Tycho154BundleJarTest [INFO] Running org.eclipse.tycho.test.tycho2938.ContentJarTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 64.74 s -- in org.eclipse.tycho.test.tycho2938.ContentJarTest [INFO] Running org.eclipse.tycho.test.tycho476.ExecutionEnvironmentTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.18 s -- in org.eclipse.tycho.test.tycho476.ExecutionEnvironmentTest [INFO] Running org.eclipse.tycho.test.tycho503.TYCHO503DoubleEncodedUrlTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.81 s -- in org.eclipse.tycho.test.tycho503.TYCHO503DoubleEncodedUrlTest [INFO] Running org.eclipse.tycho.test.tycho937.Tycho937Test [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.89 s -- in org.eclipse.tycho.test.tycho937.Tycho937Test [INFO] Running org.eclipse.tycho.test.tycho98.Tycho98MultiSourcesBundleJarTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.15 s -- in org.eclipse.tycho.test.tycho98.Tycho98MultiSourcesBundleJarTest [INFO] Running org.eclipse.tycho.test.versionsplugin.MissingPluginVersionsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.96 s -- in org.eclipse.tycho.test.versionsplugin.MissingPluginVersionsTest [INFO] Running org.eclipse.tycho.test.versionsplugin.TychoVersionsPluginTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 101.3 s -- in org.eclipse.tycho.test.versionsplugin.TychoVersionsPluginTest [INFO] Running org.eclipse.tycho.test.workspacereader.WorkspaceReaderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.18 s -- in org.eclipse.tycho.test.workspacereader.WorkspaceReaderTest [INFO] Running org.eclipse.tycho.test.xtend.TychoXtendTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.52 s -- in org.eclipse.tycho.test.xtend.TychoXtendTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 408, Failures: 0, Errors: 0, Skipped: 6 [INFO] [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-its --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-its/target/tycho-its-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-its --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-its --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-its/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-its/4.0.8-SNAPSHOT/tycho-its-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-its/target/tycho-its-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/tycho-its/4.0.8-SNAPSHOT/tycho-its-4.0.8-SNAPSHOT.jar [INFO] [INFO] -------------< org.eclipse.tycho.extras:tycho-extras-its >-------------- [INFO] Building Tycho Extras Integration Tests 4.0.8-SNAPSHOT [67/67] [INFO] from tycho-extras/tycho-extras-its/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ tycho-extras-its --- [INFO] [INFO] --- enforcer:3.4.1:enforce (no-duplicate-declared-dependencies) @ tycho-extras-its --- [INFO] Rule 0: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed [INFO] [INFO] --- dependency:3.6.1:unpack-dependencies (unpack-maven) @ tycho-extras-its --- [INFO] Expanding: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.tar.gz into /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-extras-its/target [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tycho-extras-its --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-extras-its/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tycho-extras-its --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tycho-extras-its --- [INFO] Copying 31 resources from src/test/resources to target/test-classes [INFO] Copying 29 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tycho-extras-its --- [INFO] Compiling 5 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tycho-extras-its --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-extras-its/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tycho.extras.pde.TestListDependencies [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.66 s -- in org.eclipse.tycho.extras.pde.TestListDependencies [INFO] Running org.eclipse.tycho.extras.pomless.SetVersionPomlessITest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.01 s -- in org.eclipse.tycho.extras.pomless.SetVersionPomlessITest [INFO] Running org.eclipse.tycho.extras.pomless.TychoPomlessITest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 98.97 s -- in org.eclipse.tycho.extras.pomless.TychoPomlessITest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.4.0:jar (default-jar) @ tycho-extras-its --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-extras-its/target/tycho-extras-its-4.0.8-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (default) @ tycho-extras-its --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- install:3.1.1:install (default-install) @ tycho-extras-its --- [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-extras-its/pom.xml to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/extras/tycho-extras-its/4.0.8-SNAPSHOT/tycho-extras-its-4.0.8-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/tycho-extras/tycho-extras-its/target/tycho-extras-its-4.0.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/hub_backport_tycho-4.0.x_pr-3754/.m2/repository/org/eclipse/tycho/extras/tycho-extras-its/4.0.8-SNAPSHOT/tycho-extras-its-4.0.8-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Tycho 4.0.8-SNAPSHOT: [INFO] [INFO] Tycho .............................................. SUCCESS [ 3.281 s] [INFO] Tycho Embedder API Maven/OSGi Shared Classes ....... SUCCESS [ 5.176 s] [INFO] Sisu OSGi/Plexus bridge ............................ SUCCESS [ 0.013 s] [INFO] Sisu OSGi Services API ............................. SUCCESS [ 0.228 s] [INFO] Sisu Equinox Embedder .............................. SUCCESS [ 0.807 s] [INFO] Sisu Equinox Launching ............................. SUCCESS [ 5.174 s] [INFO] Sisu Implementation of the OSGi R8 Framework Connect Specification SUCCESS [ 1.015 s] [INFO] Tycho Service Provider Interfaces .................. SUCCESS [ 3.366 s] [INFO] P2 Maven Integration ............................... SUCCESS [ 6.611 s] [INFO] Tycho Eclipse Project Metadata Model ............... SUCCESS [ 1.833 s] [INFO] Tycho Target Platform .............................. SUCCESS [ 0.502 s] [INFO] Tycho P2 Support ................................... SUCCESS [ 0.666 s] [INFO] Tycho Testing Harness .............................. SUCCESS [ 0.799 s] [INFO] Tycho Core ......................................... SUCCESS [03:27 min] [INFO] Tycho JVM Library Detector ......................... SUCCESS [ 8.506 s] [INFO] Tycho JDT Compiler Component ....................... SUCCESS [ 2.284 s] [INFO] Tycho OSGi Compiler Plugin ......................... SUCCESS [01:47 min] [INFO] Tycho OSGi Packaging Plugin ........................ SUCCESS [01:19 min] [INFO] Tycho OSGi Source Plugin ........................... SUCCESS [ 21.630 s] [INFO] Tycho Target Platform Configuration Plugin ......... SUCCESS [ 4.592 s] [INFO] Tycho Maven Build Extension ........................ SUCCESS [ 2.532 s] [INFO] Tycho OSGi Declarative Services Plugin ............. SUCCESS [ 3.115 s] [INFO] Tycho JGit Build Timestamp Provider Plugin ......... SUCCESS [ 0.548 s] [INFO] Tycho Artifactor Comparator Plugin ................. SUCCESS [ 2.696 s] [INFO] Tycho Baseline Plugin .............................. SUCCESS [ 3.662 s] [INFO] Tycho SBOM model extension ......................... SUCCESS [ 0.854 s] [INFO] Tycho Surefire OSGi Booter Eclipse Application ..... SUCCESS [ 4.556 s] [INFO] Tycho Surefire Parent .............................. SUCCESS [ 0.019 s] [INFO] Tycho Surefire OSGi JUnit 3 Runner ................. SUCCESS [ 0.215 s] [INFO] Tycho Surefire OSGi JUnit 4 Runner ................. SUCCESS [ 0.191 s] [INFO] Tycho Surefire OSGi JUnit 4.7 Runner ............... SUCCESS [ 0.478 s] [INFO] Tycho Surefire OSGi JUnit 5 Runner ................. SUCCESS [ 0.734 s] [INFO] Tycho Surefire OSGi JUnit 5.4 Runner ............... SUCCESS [ 1.203 s] [INFO] Tycho Surefire OSGi JUnit 5.5 Runner ............... SUCCESS [ 1.391 s] [INFO] Tycho Surefire OSGi JUnit 5.6 Runner ............... SUCCESS [ 1.087 s] [INFO] Tycho Surefire OSGi JUnit 5.7 Runner ............... SUCCESS [ 1.148 s] [INFO] Tycho Surefire OSGi JUnit 5.7 Runner with JUnit Vintage to execute JUnit 4.x tests as well SUCCESS [ 1.091 s] [INFO] Tycho Surefire OSGi JUnit 5.8 Runner ............... SUCCESS [ 1.202 s] [INFO] Tycho Surefire OSGi JUnit 5.8 Runner with JUnit Vintage to execute JUnit 4.x tests as well SUCCESS [ 1.166 s] [INFO] Tycho Surefire OSGi JUnit 5.9 Runner ............... SUCCESS [ 1.199 s] [INFO] Tycho Surefire OSGi JUnit 5.9 Runner with JUnit Vintage to execute JUnit 4.x tests as well SUCCESS [ 1.154 s] [INFO] Tycho Surefire OSGi TestNG Runner .................. SUCCESS [ 0.198 s] [INFO] Tycho Surefire Plugin .............................. SUCCESS [ 22.101 s] [INFO] org.eclipse.tycho.bnd.executionlistener ............ SUCCESS [ 0.265 s] [INFO] Tycho Versions Plugin .............................. SUCCESS [ 16.790 s] [INFO] Tycho p2 Metadata Plugin ........................... SUCCESS [ 3.425 s] [INFO] Tycho p2 Director Plugin ........................... SUCCESS [ 6.085 s] [INFO] Tycho p2 Publisher Plugin .......................... SUCCESS [ 6.313 s] [INFO] Tycho p2 Repository Plugin ......................... SUCCESS [ 12.875 s] [INFO] Tycho GPG plugin ................................... SUCCESS [ 3.694 s] [INFO] Tycho Extras ....................................... SUCCESS [ 0.008 s] [INFO] Tycho Document Bundle Plugin ....................... SUCCESS [ 8.039 s] [INFO] Tycho Version Bump Plugin .......................... SUCCESS [ 16.890 s] [INFO] Tycho p2 Extras Plugin ............................. SUCCESS [ 25.537 s] [INFO] Tycho Custom Bundle Plugin ......................... SUCCESS [ 3.690 s] [INFO] Tycho Eclipse Plugin ............................... SUCCESS [ 12.159 s] [INFO] Tycho Eclipserun Plugin ............................ SUCCESS [ 21.007 s] [INFO] Tycho JGit Source Reference Provider Plugin ........ SUCCESS [ 5.180 s] [INFO] Tycho Target Platform Validation Plugin ............ SUCCESS [ 3.187 s] [INFO] Tycho POM-less build extension ..................... SUCCESS [ 16.370 s] [INFO] Tycho Dependency Tools Plugin ...................... SUCCESS [ 3.451 s] [INFO] tycho-build ........................................ SUCCESS [ 0.558 s] [INFO] Plugin for performing API analysis tasks ........... SUCCESS [ 3.423 s] [INFO] Tycho BND Plugin ................................... SUCCESS [ 3.236 s] [INFO] Tycho Repository Plugin ............................ SUCCESS [ 1.445 s] [INFO] Tycho Integration Tests ............................ SUCCESS [ 02:15 h] [INFO] Tycho Extras Integration Tests ..................... SUCCESS [02:28 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:29 h [INFO] Finished at: 2024-04-16T19:49:45Z [INFO] ------------------------------------------------------------------------ Post stage [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy Snapshot) Stage "Deploy Snapshot" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS