Branch indexing Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from 34e89392790466c666666d5915cadba4c357d671 [Pipeline] Start of Pipeline [Pipeline] node Agent centos-8-04fs1 is provisioned from template centos-8 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6" jenkins/label: "centos-latest_centos-8" name: "centos-8-04fs1" 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-04fs1" - 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-04fs1" - 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-4.13.3" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-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-04fs1 in /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x [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/tycho-github_tycho-2.5.x # timeout=10 Fetching upstream changes from https://github.com/eclipse-tycho/tycho.git > git --version # timeout=10 > git --version # 'git version 2.27.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/tycho-2.5.x:refs/remotes/origin/tycho-2.5.x # timeout=10 Avoid second fetch Checking out Revision 34e89392790466c666666d5915cadba4c357d671 (tycho-2.5.x) > git config remote.origin.url https://github.com/eclipse-tycho/tycho.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/tycho-2.5.x:refs/remotes/origin/tycho-2.5.x # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 34e89392790466c666666d5915cadba4c357d671 # timeout=10 Commit message: "#303 M2E-core build fails with Uses-constraint-violations (#307)" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 3 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 -U -V -e clean install -Pits -Dmaven.repo.local=/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: org.eclipse.tycho:tycho-bundles-external:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/tycho-bundles-external/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:tycho-bundles-external:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/tycho-bundles-external/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.tycho:tycho-bundles-external:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/tycho-bundles-external/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.tycho:org.eclipse.tycho.embedder.shared:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.embedder.shared:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.tycho:org.eclipse.tycho.embedder.shared:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml [INFO] Fetching R-4.21-202109060500&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.21/ (63B) [INFO] Fetching org.eclipse.equinox.common_3.15.0.v20210518-0604.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (139.68kB) [INFO] Fetching org.eclipse.osgi_3.17.0.v20210823-1805.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (1.39MB) [INFO] Fetching org.eclipse.equinox.registry_3.11.0.v20210723-1953.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (194.23kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.500.v20210730-0750.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (249.09kB) [INFO] Computing target platform for MavenProject: org.eclipse.tycho:org.eclipse.tycho.core.shared:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.core.shared:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.tycho:org.eclipse.tycho.core.shared:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.resolver.impl:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.resolver.impl:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.resolver.impl:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/pom.xml [INFO] Fetching biz.aQute.bnd.util_6.4.0.202211291949.jar from https://bndtools.jfrog.io/artifactory/update-latest/libs-release-local/org/bndtools/org.bndtools.p2/6.4.0/org.bndtools.p2-6.4.0.jar!/plugins/ (418.95kB) [INFO] Fetching biz.aQute.bndlib_6.4.0.202211291949.jar from https://bndtools.jfrog.io/artifactory/update-latest/libs-release-local/org/bndtools/org.bndtools.p2/6.4.0/org.bndtools.p2-6.4.0.jar!/plugins/ (3.05MB) [INFO] Fetching org.osgi.service.repository_1.1.0.201505202024.jar from https://bndtools.jfrog.io/artifactory/update-latest/libs-release-local/org/bndtools/org.bndtools.p2/6.1.0/org.bndtools.p2-6.1.0.jar!/plugins/ (24.84kB) [INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://bndtools.jfrog.io/artifactory/update-latest/libs-release-local/org/bndtools/org.bndtools.p2/6.1.0/org.bndtools.p2-6.1.0.jar!/plugins/ (23.09kB) [INFO] Fetching org.osgi.util.promise_1.2.0.202109301733.jar from https://bndtools.jfrog.io/artifactory/update-latest/libs-release-local/org/bndtools/org.bndtools.p2/6.1.0/org.bndtools.p2-6.1.0.jar!/plugins/ (81.45kB) [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (51.82kB) [INFO] Fetching org.bouncycastle.bcpg_1.69.0.v20210713-1924.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (326.25kB) [INFO] Fetching org.bouncycastle.bcprov_1.69.0.v20210713-1924.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (5.46MB) [INFO] Fetching org.eclipse.core.contenttype_3.8.0.v20210621-0954.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (100.01kB) [INFO] Fetching org.eclipse.equinox.preferences_3.9.0.v20210726-0943.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (136.29kB) [INFO] Fetching org.eclipse.core.jobs_3.12.0.v20210723-1034.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (108.05kB) [INFO] Fetching org.eclipse.core.net_1.3.1100.v20210424-0724.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (64.42kB) [INFO] Fetching org.eclipse.equinox.security_1.3.700.v20210726-0943.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (113.04kB) [INFO] Fetching org.eclipse.core.runtime_3.23.0.v20210730-2035.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (70.77kB) [INFO] Fetching org.eclipse.equinox.app_1.6.0.v20210723-1130.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (89.14kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (36.06kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.100.v20210703-1540.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (69.05kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.200.v20210830-0925.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (165.1kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.100.v20210813-0606.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (360.09kB) [INFO] Fetching org.tukaani.xz_1.9.0.v20210624-1259.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (131.39kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.8.0.v20210618-0742.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (76.88kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.0.v20210507-0825.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (73.01kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.5.200.v20210813-0803.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (142.1kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.5.100.v20210813-0606.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (109.64kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (367.36kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (244.04kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (45.48kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.100.v20210813-0607.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (213.92kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (130.72kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.6.100.v20210723-0757.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (101.87kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.1.v20210812-1422.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (242.54kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (26.34kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.2.100.v20210813-0606.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (101.02kB) [INFO] Computing target platform for MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.maven.repository:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.maven.repository:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.maven.repository:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.tools.impl:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.tools.impl:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.tools.impl:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/pom.xml [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (302.53kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (56.37kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.0.v20210325-0750.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (248.88kB) [INFO] Computing target platform for MavenProject: org.eclipse.tycho:org.eclipse.tycho.noopsecurity:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.noopsecurity/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.noopsecurity:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.noopsecurity/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.tycho:org.eclipse.tycho.noopsecurity:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.noopsecurity/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.tycho:org.eclipse.tycho.core.shared.tests:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.core.shared.tests:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.tycho:org.eclipse.tycho.core.shared.tests:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/pom.xml [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (12.94MB) [INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (1.68MB) [INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (1.41MB) [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (46.27kB) [INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (20.34kB) [INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (353.59kB) [INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (144.34kB) [INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (23.5kB) [INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (703.81kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (71.45kB) [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (411.93kB) [INFO] Fetching org.eclipse.osgi.services_3.10.200.v20210723-0643.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (126.4kB) [INFO] Fetching org.eclipse.osgi.util_3.6.100.v20210723-1119.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (72.7kB) [INFO] Fetching org.eclipse.compare_3.8.100.v20210805-1512.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (804.85kB) [INFO] Fetching org.eclipse.ui_3.119.100.v20210830-0942.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (432.54kB) [INFO] Fetching org.eclipse.core.resources_3.15.100.v20210818-1523.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (879.11kB) [INFO] Fetching org.eclipse.jface.text_3.18.100.v20210820-1651.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (1.02MB) [INFO] Fetching org.eclipse.ui.ide_3.18.300.v20210817-1731.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (2.41MB) [INFO] Fetching org.eclipse.ui.views_3.11.100.v20210816-0811.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (105.57kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.200.v20210724-2153.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (668.08kB) [INFO] Fetching org.eclipse.core.expressions_3.8.0.v20210723-1034.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (92.12kB) [INFO] Fetching org.eclipse.ui.editors_3.14.200.v20210622-1002.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (618.57kB) [INFO] Fetching org.eclipse.ui.forms_3.11.200.v20210622-0925.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (330.16kB) [INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (66.43kB) [INFO] Fetching org.eclipse.core.commands_3.10.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (114.56kB) [INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (180.11kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.11.0.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (311.11kB) [INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (163.08kB) [INFO] Fetching org.eclipse.core.filebuffers_3.7.0.v20210512-1543.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (113.34kB) [INFO] Fetching org.eclipse.text_3.12.0.v20210512-1644.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (288.46kB) [INFO] Fetching org.eclipse.core.filesystem_1.9.100.v20210611-0919.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (68.45kB) [INFO] Fetching org.eclipse.e4.core.commands_1.0.0.v20210507-1901.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (25.62kB) [INFO] Fetching org.eclipse.e4.core.di_1.8.0.v20210723-1034.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (52.47kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (14.07kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.9.0.v20210723-1034.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (48.25kB) [INFO] Fetching org.eclipse.e4.core.services_2.3.0.v20210723-1034.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (69.65kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.0.v20210625-1052.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (12kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.0.v20210625-1052.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (11.14kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.100.v20210621-0954.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (40.46kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (51.03kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (317.81kB) [INFO] Fetching org.eclipse.emf.ecore_2.25.0.v20210816-0937.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (1.26MB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (45.85kB) [INFO] Fetching org.eclipse.swt_3.117.0.v20210906-0842.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (16.97kB) [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (24.31kB) [INFO] Fetching org.eclipse.jface_3.23.0.v20210723-1324.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (1.1MB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (213.88kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.300.v20210723-0837.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (203.11kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (27.72kB) [INFO] Fetching org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (16.41kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.0.v20210619-1009.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (57.42kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.16.0.v20210625-1251.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (11.51kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.0.v20210727-1533.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (394.73kB) [INFO] Fetching org.eclipse.equinox.event_1.6.0.v20210212-1143.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (32.98kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (13.3kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.13.0.v20210521-0741.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (255.66kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (87.54kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (229.56kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.300.v20210813-1521.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (118.1kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.200.v20210816-1658.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (251.52kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.200.v20210723-1326.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (147.12kB) [INFO] Fetching org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (295.36kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (21.08kB) [INFO] Fetching org.eclipse.urischeme_1.2.0.v20210619-0955.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (51.91kB) [INFO] Fetching org.eclipse.emf.common_2.23.0.v20210618-0700.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (367.01kB) [INFO] Fetching org.eclipse.equinox.bidi_1.4.0.v20210723-1312.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (50.73kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.300.v20210813-1054.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (53.59kB) [INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (270.25kB) [INFO] Fetching org.eclipse.jface.notifications_0.3.0.v20210218-1820.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (25.75kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.12.0.v20210618-1953.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (341.15kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.0.v20210618-1953.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (468.75kB) [INFO] Fetching org.eclipse.ui.navigator_3.10.100.v20210415-0924.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (416.62kB) [INFO] Fetching org.eclipse.team.core_3.9.100.v20210604-1207.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (395.31kB) [INFO] Fetching org.eclipse.team.ui_3.9.100.v20210721-1306.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (1.42MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.117.0.v20210906-0842.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (2.07MB) [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (415.44kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (65.43kB) [INFO] Fetching org.eclipse.ui.workbench_3.123.0.v20210817-0704.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (3.47MB) [INFO] Fetching org.eclipse.ui.ide.application_1.4.100.v20210506-1050.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (110.51kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.200.v20210803-2129.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (172.19kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (107.15kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (21.24kB) [INFO] Computing target platform for MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.resolver.impl.test:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.resolver.impl.test:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.resolver.impl.test:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/pom.xml [INFO] Fetching jakarta.servlet-api_4.0.0.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (96.33kB) [INFO] Fetching org.eclipse.ecf_3.9.102.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (123.51kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (64.2kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.2.0.v20210202-1157.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (26.23kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (52.52kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.700.v20210618-0642.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (128.97kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.200.v20210613-1953.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (43.53kB) [INFO] Fetching org.eclipse.jetty.http_10.0.6.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (243.43kB) [INFO] Fetching org.eclipse.jetty.io_10.0.6.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (194.96kB) [INFO] Fetching org.eclipse.jetty.util_10.0.6.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (561.39kB) [INFO] Fetching org.eclipse.jetty.security_10.0.6.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (126.4kB) [INFO] Fetching org.eclipse.jetty.server_10.0.6.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (769.66kB) [INFO] Fetching org.eclipse.jetty.servlet_10.0.6.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (171.75kB) [INFO] Computing target platform for MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared.tests:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared.tests:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared.tests:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/pom.xml [INFO] Fetching net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (3.21MB) [INFO] Fetching net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (55.98kB) [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (16.03kB) [INFO] Fetching org.mockito_2.23.0.v20200310-1642.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (618.07kB) [INFO] Fetching org.junit.jupiter.api_5.7.1.v20210222-1948.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (199.25kB) [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (21.48kB) [INFO] Fetching org.junit.platform.commons_1.7.1.v20210222-1948.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (115.31kB) [INFO] Fetching org.objenesis_2.6.0.v20180420-1519.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (71.25kB) [INFO] Computing target platform for MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.maven.repository.tests:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.maven.repository.tests:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.maven.repository.tests:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.tools.tests:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.tools.tests:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.tools.tests:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.tycho:org.eclipse.tycho.test.utils:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.test.utils/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.test.utils:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.test.utils/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.tycho:org.eclipse.tycho.test.utils:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.test.utils/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/pom.xml [WARNING] The project org.eclipse.tycho:tycho:pom:2.5.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Tycho [pom] [INFO] Tycho OSGi Bundles Parent [pom] [INFO] Tycho OSGi Bundles Target Platform [eclipse-target-definition] [INFO] Tycho Noop Equinox password provider [eclipse-plugin] [INFO] Tycho OSGi Runtime External Bundles [eclipse-repository] [INFO] Tycho Embedder API Maven/OSGi Shared Classes [eclipse-plugin] [INFO] Tycho Core Maven/OSGi Shared Classes [eclipse-plugin] [INFO] Tycho p2 Resolver Maven/OSGi Shared Classes [eclipse-plugin] [INFO] Tycho p2 Tools Maven/OSGi Shared Classes [eclipse-plugin] [INFO] Tycho Maven/p2 Repository Integration [eclipse-plugin] [INFO] Tycho p2 Resolver Bundle [eclipse-plugin] [INFO] Tycho p2 Tools Bundle [eclipse-plugin] [INFO] Tycho Core Maven/OSGi Shared Classes Tests [eclipse-test-plugin] [INFO] Tycho Test Utilities [eclipse-plugin] [INFO] Tycho p2 Resolver Bundle Tests [eclipse-test-plugin] [INFO] Tycho p2 Resolver Maven/OSGi Shared Classes Tests [eclipse-test-plugin] [INFO] Tycho Maven/p2 Repository Integration Tests [eclipse-test-plugin] [INFO] Tycho p2 Tools Tests [eclipse-test-plugin] [INFO] Sisu Equinox/Plexus bridge [pom] [INFO] Sisu Equinox Services API [jar] [INFO] Sisu Equinox Embedder [jar] [INFO] Tycho Eclipse Project Metadata Model [jar] [INFO] Tycho Embedder API [jar] [INFO] Tycho Testing Harness [jar] [INFO] Tycho Core [jar] [INFO] Sisu Equinox Launching [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 p2 Tools Parent [pom] [INFO] Tycho p2 Resolver Component [jar] [INFO] Tycho OSGi Source Plugin [maven-plugin] [INFO] Tycho Target Platform Configuration Plugin [maven-plugin] [INFO] Tycho Maven Build Extension [maven-plugin] [INFO] Tycho POM Generator Plugin [maven-plugin] [INFO] Tycho Surefire OSGi Booter Eclipse Application [eclipse-plugin] [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 TestNG Runner [jar] [INFO] Tycho Surefire Plugin [maven-plugin] [INFO] Tycho Release Parent [pom] [INFO] Tycho Versions Plugin [maven-plugin] [INFO] Tycho p2 Director Plugin [maven-plugin] [INFO] Tycho Artifactor Comparator Plugin [jar] [INFO] Tycho p2 Metadata Plugin [maven-plugin] [INFO] Tycho p2 Publisher Plugin [maven-plugin] [INFO] Tycho p2 Repository Plugin [maven-plugin] [INFO] Tycho Extras [pom] [INFO] Tycho Document Bundle Plugin [maven-plugin] [INFO] Tycho Version Bump Plugin [maven-plugin] [INFO] Tycho Source Feature Generation Plugin [maven-plugin] [INFO] Tycho p2 Extras Plugin [maven-plugin] [INFO] Tycho Custom Bundle Plugin [maven-plugin] [INFO] Tycho Eclipserun Plugin [maven-plugin] [INFO] Tycho JGit Build Timestamp Provider Plugin [jar] [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 Extras Integration Tests [jar] [INFO] Tycho Pack200 Archive Plugins [pom] [INFO] Tycho Pack200 Archive Format Plugin [jar] [INFO] Tycho Pack200 Normalization Plugin [maven-plugin] [INFO] Tycho Pack200 Pack Plugin [maven-plugin] [INFO] Tycho Pack200 Integration Tests [jar] [INFO] Tycho Integration Tests [jar] [INFO] [INFO] ----------------------< org.eclipse.tycho:tycho >----------------------- [INFO] Building Tycho 2.5.0-SNAPSHOT [1/74] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho/2.5.0-SNAPSHOT/tycho-2.5.0-SNAPSHOT.pom [INFO] [INFO] ------------------< org.eclipse.tycho:tycho-bundles >------------------- [INFO] Building Tycho OSGi Bundles Parent 2.5.0-SNAPSHOT [2/74] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-bundles --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-bundles --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-bundles --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-bundles/2.5.0-SNAPSHOT/tycho-bundles-2.5.0-SNAPSHOT.pom [INFO] [INFO] ---------------< org.eclipse.tycho:tycho-bundles-target >--------------- [INFO] Building Tycho OSGi Bundles Target Platform 2.5.0-SNAPSHOT [3/74] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-bundles-target --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-target-definition (default-package-target-definition) @ tycho-bundles-target --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-bundles-target --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-bundles-target --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/tycho-bundles-target/tycho-bundles-target.target to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-bundles-target/2.5.0-SNAPSHOT/tycho-bundles-target-2.5.0-SNAPSHOT.target [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/tycho-bundles-target/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-bundles-target/2.5.0-SNAPSHOT/tycho-bundles-target-2.5.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.eclipse.tycho:org.eclipse.tycho.noopsecurity >---------- [INFO] Building Tycho Noop Equinox password provider 2.5.0-SNAPSHOT [4/74] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.noopsecurity --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.noopsecurity --- [INFO] The project's OSGi version is 2.5.0.202302100105 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.tycho.noopsecurity --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.tycho.noopsecurity --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.tycho.noopsecurity --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.noopsecurity --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.noopsecurity/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.tycho.noopsecurity --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.noopsecurity --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.noopsecurity/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.tycho.noopsecurity --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.noopsecurity --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.tycho.noopsecurity --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/org.eclipse.tycho.noopsecurity-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tycho.noopsecurity --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.noopsecurity --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/org.eclipse.tycho.noopsecurity-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.tycho.noopsecurity --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.tycho.noopsecurity --- [INFO] No tests to run. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.noopsecurity --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/org.eclipse.tycho.noopsecurity-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/2.5.0-SNAPSHOT/org.eclipse.tycho.noopsecurity-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.noopsecurity/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/2.5.0-SNAPSHOT/org.eclipse.tycho.noopsecurity-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/2.5.0-SNAPSHOT/org.eclipse.tycho.noopsecurity-2.5.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/2.5.0-SNAPSHOT/org.eclipse.tycho.noopsecurity-2.5.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/org.eclipse.tycho.noopsecurity-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/2.5.0-SNAPSHOT/org.eclipse.tycho.noopsecurity-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:update-local-index (default-update-local-index) @ org.eclipse.tycho.noopsecurity --- [INFO] [INFO] --------------< org.eclipse.tycho:tycho-bundles-external >-------------- [INFO] Building Tycho OSGi Runtime External Bundles 2.5.0-SNAPSHOT [5/74] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-bundles-external --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ tycho-bundles-external --- [INFO] The project's OSGi version is 2.5.0.202302100105 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ tycho-bundles-external --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ tycho-bundles-external --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-bundles-external --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/tycho-bundles-external/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.4.0:publish-osgi-ee (default-publish-osgi-ee) @ tycho-bundles-external --- [INFO] Published profile IUs: [config.a.jre.javase 11.0.0, a.jre.javase 11.0.0] [INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0] [INFO] Published profile IUs: [config.a.jre.javase 17.0.0, a.jre.javase 17.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.4.0:publish-products (default-publish-products) @ tycho-bundles-external --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.4.0:publish-categories (default-publish-categories) @ tycho-bundles-external --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.4.0:attach-artifacts (default-attach-artifacts) @ tycho-bundles-external --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.4.0:assemble-repository (default-assemble-repository) @ tycho-bundles-external --- [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (367.61kB) [INFO] Fetching org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (52.58kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (219.73kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (69.34kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.13.v20210128-2225.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (1,021.45kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.14.v20210128-2225.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (350.75kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.401.v20210512-0614.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (82.92kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (9.69kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (15.43kB) [INFO] Fetching org.eclipse.equinox.console_1.4.400.v20210602-1312.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (126.34kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (24.82kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.100.v20210615-1334.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (129.25kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.100.v20210630-1916.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (85.91kB) [INFO] [INFO] --- tycho-p2-repository-plugin:2.4.0:archive-repository (default-archive-repository) @ tycho-bundles-external --- [INFO] Building zip: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/tycho-bundles-external/target/tycho-bundles-external-2.5.0-SNAPSHOT.zip [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-bundles-external --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-bundles-external --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/tycho-bundles-external/target/tycho-bundles-external-2.5.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-bundles-external/2.5.0-SNAPSHOT/tycho-bundles-external-2.5.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/tycho-bundles-external/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-bundles-external/2.5.0-SNAPSHOT/tycho-bundles-external-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/tycho-bundles-external/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-bundles-external/2.5.0-SNAPSHOT/tycho-bundles-external-2.5.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/tycho-bundles-external/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-bundles-external/2.5.0-SNAPSHOT/tycho-bundles-external-2.5.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.4.0:update-local-index (default-update-local-index) @ tycho-bundles-external --- [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.embedder.shared >--------- [INFO] Building Tycho Embedder API Maven/OSGi Shared Classes 2.5.0-SNAPSHOT [6/74] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.embedder.shared --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.embedder.shared --- [INFO] The project's OSGi version is 2.5.0.202302100105 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.tycho.embedder.shared --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.tycho.embedder.shared --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.tycho.embedder.shared --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.embedder.shared --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.embedder.shared/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.tycho.embedder.shared --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.embedder.shared --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.embedder.shared/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.tycho.embedder.shared --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.embedder.shared --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.tycho.embedder.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tycho.embedder.shared --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.embedder.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.tycho.embedder.shared --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.tycho.embedder.shared --- [INFO] No tests to run. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.embedder.shared --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.5.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.5.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:update-local-index (default-update-local-index) @ org.eclipse.tycho.embedder.shared --- [INFO] [INFO] ----------< org.eclipse.tycho:org.eclipse.tycho.core.shared >----------- [INFO] Building Tycho Core Maven/OSGi Shared Classes 2.5.0-SNAPSHOT [7/74] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.core.shared --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.core.shared --- [INFO] The project's OSGi version is 2.5.0.202302100105 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.tycho.core.shared --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.tycho.core.shared --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.tycho.core.shared --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.core.shared --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.core.shared/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.tycho.core.shared --- [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.core.shared/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.core.shared --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.core.shared/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.tycho.core.shared --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.core.shared --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.tycho.core.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tycho.core.shared --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.core.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.tycho.core.shared --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.tycho.core.shared --- [INFO] No tests to run. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.core.shared --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.core.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.5.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.core.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.5.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:update-local-index (default-update-local-index) @ org.eclipse.tycho.core.shared --- [INFO] [INFO] -------< org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared >------- [INFO] Building Tycho p2 Resolver Maven/OSGi Shared Classes 2.5.0-SNAPSHOT [8/74] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] The project's OSGi version is 2.5.0.202302100105 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] No tests to run. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.5.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.5.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:update-local-index (default-update-local-index) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared >--------- [INFO] Building Tycho p2 Tools Maven/OSGi Shared Classes 2.5.0-SNAPSHOT [9/74] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.p2.tools.shared --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.p2.tools.shared --- [INFO] The project's OSGi version is 2.5.0.202302100105 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.tycho.p2.tools.shared --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.tycho.p2.tools.shared --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.tycho.p2.tools.shared --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.p2.tools.shared --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.tycho.p2.tools.shared --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.p2.tools.shared --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.tycho.p2.tools.shared --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.p2.tools.shared --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.tycho.p2.tools.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tycho.p2.tools.shared --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.p2.tools.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.tycho.p2.tools.shared --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.tycho.p2.tools.shared --- [INFO] No tests to run. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.p2.tools.shared --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.5.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.5.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:update-local-index (default-update-local-index) @ org.eclipse.tycho.p2.tools.shared --- [INFO] [INFO] ------< org.eclipse.tycho:org.eclipse.tycho.p2.maven.repository >------- [INFO] Building Tycho Maven/p2 Repository Integration 2.5.0-SNAPSHOT [10/74] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.p2.maven.repository --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.p2.maven.repository --- [INFO] The project's OSGi version is 2.5.0.202302100105 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.tycho.p2.maven.repository --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.tycho.p2.maven.repository --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.tycho.p2.maven.repository --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.p2.maven.repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.tycho.p2.maven.repository --- [INFO] Compiling 62 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.p2.maven.repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.tycho.p2.maven.repository --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.p2.maven.repository --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.tycho.p2.maven.repository --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/org.eclipse.tycho.p2.maven.repository-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tycho.p2.maven.repository --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.p2.maven.repository --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/org.eclipse.tycho.p2.maven.repository-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.tycho.p2.maven.repository --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.tycho.p2.maven.repository --- [INFO] No tests to run. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.p2.maven.repository --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/org.eclipse.tycho.p2.maven.repository-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-2.5.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-2.5.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/org.eclipse.tycho.p2.maven.repository-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:update-local-index (default-update-local-index) @ org.eclipse.tycho.p2.maven.repository --- [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.p2.resolver.impl >-------- [INFO] Building Tycho p2 Resolver Bundle 2.5.0-SNAPSHOT [11/74] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] The project's OSGi version is 2.5.0.202302100105 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] Compiling 92 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/org.eclipse.tycho.p2.resolver.impl-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/org.eclipse.tycho.p2.resolver.impl-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] No tests to run. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/org.eclipse.tycho.p2.resolver.impl-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-2.5.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-2.5.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/org.eclipse.tycho.p2.resolver.impl-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:update-local-index (default-update-local-index) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] [INFO] ---------< org.eclipse.tycho:org.eclipse.tycho.p2.tools.impl >---------- [INFO] Building Tycho p2 Tools Bundle 2.5.0-SNAPSHOT [12/74] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.p2.tools.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.p2.tools.impl --- [INFO] The project's OSGi version is 2.5.0.202302100105 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.tycho.p2.tools.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.tycho.p2.tools.impl --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.tycho.p2.tools.impl --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.p2.tools.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.tycho.p2.tools.impl --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.p2.tools.impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.tycho.p2.tools.impl --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.p2.tools.impl --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.tycho.p2.tools.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/org.eclipse.tycho.p2.tools.impl-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tycho.p2.tools.impl --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.p2.tools.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/org.eclipse.tycho.p2.tools.impl-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.tycho.p2.tools.impl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.tycho.p2.tools.impl --- [INFO] No tests to run. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.p2.tools.impl --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/org.eclipse.tycho.p2.tools.impl-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-2.5.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-2.5.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/org.eclipse.tycho.p2.tools.impl-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:update-local-index (default-update-local-index) @ org.eclipse.tycho.p2.tools.impl --- [INFO] [INFO] -------< org.eclipse.tycho:org.eclipse.tycho.core.shared.tests >-------- [INFO] Building Tycho Core Maven/OSGi Shared Classes Tests 2.5.0-SNAPSHOT [13/74] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.core.shared.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.core.shared.tests --- [INFO] The project's OSGi version is 2.5.0.202302100105 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.tycho.core.shared.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.tycho.core.shared.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.tycho.core.shared.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.core.shared.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.tycho.core.shared.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.core.shared.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.tycho.core.shared.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/org.eclipse.tycho.core.shared.tests-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tycho.core.shared.tests --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.core.shared.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/org.eclipse.tycho.core.shared.tests-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.tycho.core.shared.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -data, /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/work/data, -install, /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/work, -configuration, /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/surefire.properties] Running org.eclipse.tycho.core.shared.LRUCacheTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.tycho.core.shared.LRUCacheTest testMaxSize(org.eclipse.tycho.core.shared.LRUCacheTest) Time elapsed: 0.002 s testRemoveEldestEntry(org.eclipse.tycho.core.shared.LRUCacheTest) Time elapsed: 0 s Running org.eclipse.tycho.core.shared.TargetEnvironmentTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.tycho.core.shared.TargetEnvironmentTest testToFilterExpressionWithOnlyOneAttribute(org.eclipse.tycho.core.shared.TargetEnvironmentTest) Time elapsed: 0.003 s testGetters(org.eclipse.tycho.core.shared.TargetEnvironmentTest) Time elapsed: 0 s testToFilterExpression(org.eclipse.tycho.core.shared.TargetEnvironmentTest) Time elapsed: 0 s testToConfigSpec(org.eclipse.tycho.core.shared.TargetEnvironmentTest) Time elapsed: 0 s testToFilterExpressionWithUnsetAttribute(org.eclipse.tycho.core.shared.TargetEnvironmentTest) Time elapsed: 0 s testNonEquals(org.eclipse.tycho.core.shared.TargetEnvironmentTest) Time elapsed: 0.001 s testToFilterProperties(org.eclipse.tycho.core.shared.TargetEnvironmentTest) Time elapsed: 0 s testEquals(org.eclipse.tycho.core.shared.TargetEnvironmentTest) Time elapsed: 0 s Running org.eclipse.tycho.core.shared.BuildPropertiesImplTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tycho.core.shared.BuildPropertiesImplTest testKeyOrderIsStable(org.eclipse.tycho.core.shared.BuildPropertiesImplTest) Time elapsed: 0.002 s testNoBuildPropertiesFileFound(org.eclipse.tycho.core.shared.BuildPropertiesImplTest) Time elapsed: 0.001 s testSupportedKeys(org.eclipse.tycho.core.shared.BuildPropertiesImplTest) Time elapsed: 0 s Results: Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.core.shared.tests --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/org.eclipse.tycho.core.shared.tests-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared.tests/2.5.0-SNAPSHOT/org.eclipse.tycho.core.shared.tests-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared.tests/2.5.0-SNAPSHOT/org.eclipse.tycho.core.shared.tests-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared.tests/2.5.0-SNAPSHOT/org.eclipse.tycho.core.shared.tests-2.5.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared.tests/2.5.0-SNAPSHOT/org.eclipse.tycho.core.shared.tests-2.5.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/org.eclipse.tycho.core.shared.tests-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared.tests/2.5.0-SNAPSHOT/org.eclipse.tycho.core.shared.tests-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:update-local-index (default-update-local-index) @ org.eclipse.tycho.core.shared.tests --- [INFO] [INFO] -----------< org.eclipse.tycho:org.eclipse.tycho.test.utils >----------- [INFO] Building Tycho Test Utilities 2.5.0-SNAPSHOT [14/74] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.test.utils --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.test.utils --- [INFO] The project's OSGi version is 2.5.0.202302100105 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.tycho.test.utils --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.tycho.test.utils --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.tycho.test.utils --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.test.utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.test.utils/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.tycho.test.utils --- [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.test.utils/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.test.utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.test.utils/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.tycho.test.utils --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.test.utils --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.tycho.test.utils --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.test.utils/target/org.eclipse.tycho.test.utils-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tycho.test.utils --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.test.utils --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.test.utils/target/org.eclipse.tycho.test.utils-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.tycho.test.utils --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.tycho.test.utils --- [INFO] No tests to run. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.test.utils --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.test.utils/target/org.eclipse.tycho.test.utils-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.test.utils/2.5.0-SNAPSHOT/org.eclipse.tycho.test.utils-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.test.utils/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.test.utils/2.5.0-SNAPSHOT/org.eclipse.tycho.test.utils-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.test.utils/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.test.utils/2.5.0-SNAPSHOT/org.eclipse.tycho.test.utils-2.5.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.test.utils/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.test.utils/2.5.0-SNAPSHOT/org.eclipse.tycho.test.utils-2.5.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.test.utils/target/org.eclipse.tycho.test.utils-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.test.utils/2.5.0-SNAPSHOT/org.eclipse.tycho.test.utils-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:update-local-index (default-update-local-index) @ org.eclipse.tycho.test.utils --- [INFO] [INFO] -----< org.eclipse.tycho:org.eclipse.tycho.p2.resolver.impl.test >------ [INFO] Building Tycho p2 Resolver Bundle Tests 2.5.0-SNAPSHOT [15/74] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] The project's OSGi version is 2.5.0.202302100105 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/org.eclipse.tycho.p2.resolver.impl.test-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/org.eclipse.tycho.p2.resolver.impl.test-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -data, /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/work/data, -install, /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/work, -configuration, /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/surefire.properties] Running org.eclipse.tycho.p2.target.filters.TargetPlatformFilterEvaluatorTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.634 s - in org.eclipse.tycho.p2.target.filters.TargetPlatformFilterEvaluatorTest testRestrictToExactVersion(org.eclipse.tycho.p2.target.filters.TargetPlatformFilterEvaluatorTest) Time elapsed: 0.008 s testRemoveAllOfUnitId(org.eclipse.tycho.p2.target.filters.TargetPlatformFilterEvaluatorTest) Time elapsed: 0.001 s testWarningIfRestrictionRemovesAll(org.eclipse.tycho.p2.target.filters.TargetPlatformFilterEvaluatorTest) Time elapsed: 0.001 s testUnitAndBundleIdDistinction(org.eclipse.tycho.p2.target.filters.TargetPlatformFilterEvaluatorTest) Time elapsed: 0 s testRestrictPackageVersionInShortNotation(org.eclipse.tycho.p2.target.filters.TargetPlatformFilterEvaluatorTest) Time elapsed: 0 s testNonParsableVersionRange(org.eclipse.tycho.p2.target.filters.TargetPlatformFilterEvaluatorTest) Time elapsed: 0 s testNoFilters(org.eclipse.tycho.p2.target.filters.TargetPlatformFilterEvaluatorTest) Time elapsed: 0 s testRemoveAllOfBundleId(org.eclipse.tycho.p2.target.filters.TargetPlatformFilterEvaluatorTest) Time elapsed: 0.001 s testRestrictToVersionRange(org.eclipse.tycho.p2.target.filters.TargetPlatformFilterEvaluatorTest) Time elapsed: 0 s testNonParsableVersion(org.eclipse.tycho.p2.target.filters.TargetPlatformFilterEvaluatorTest) Time elapsed: 0.001 s testRestrictPackageProvider(org.eclipse.tycho.p2.target.filters.TargetPlatformFilterEvaluatorTest) Time elapsed: 0 s Running org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeModeTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.356 s - in org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeModeTest testUnsatisfiedDependencyWithSlicerIsOk(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeModeTest) Time elapsed: 0.57 s testResolveWithSlicer(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeModeTest) Time elapsed: 0.557 s testUnsatisfiedInclusionWithSlicerFails(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeModeTest) Time elapsed: 0.557 s testResolveWithPlanner(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeModeTest) Time elapsed: 0.557 s testUnsatisfiedDependencyWithPlanner(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeModeTest) Time elapsed: 0.557 s testResolveConflictingIncludeMode(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeModeTest) Time elapsed: 0.556 s Running org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeSourceTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.8 s - in org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeSourceTest testConflictingIncludeSourceLocations(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeSourceTest) Time elapsed: 0.557 s testNoSourceIncludeWhenIncludeSourceIsFalseWithPlannerMode(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeSourceTest) Time elapsed: 0.558 s testCanResolveBundlesWithoutSourcesWithPlannerMode(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeSourceTest) Time elapsed: 0.556 s testIncludeSourceWithSlicerMode(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeSourceTest) Time elapsed: 0.556 s testCanResolveBundlesWithoutSourcesWithSlicerMode(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeSourceTest) Time elapsed: 0.558 s testIncludeSourceWithPlannerMode(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeSourceTest) Time elapsed: 0.506 s testNoSourceIncludeWhenIncludeSourceIsFalseWithSlicerMode(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeSourceTest) Time elapsed: 0.506 s Running org.eclipse.tycho.p2.target.TargetPlatformBundlePublisherTest 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. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.265 s - in org.eclipse.tycho.p2.target.TargetPlatformBundlePublisherTest testVersions(org.eclipse.tycho.p2.target.TargetPlatformBundlePublisherTest) Time elapsed: 0.009 s testPomDependencyOnBundle(org.eclipse.tycho.p2.target.TargetPlatformBundlePublisherTest) Time elapsed: 0.066 s testPomDependencyOnOtherType(org.eclipse.tycho.p2.target.TargetPlatformBundlePublisherTest) Time elapsed: 0.001 s testPomDependencyWrapPlainJar(org.eclipse.tycho.p2.target.TargetPlatformBundlePublisherTest) Time elapsed: 0.185 s testPomDependencyOnPlainJar(org.eclipse.tycho.p2.target.TargetPlatformBundlePublisherTest) Time elapsed: 0.001 s Running org.eclipse.tycho.p2.target.TargetDefinitionResolverWithPlatformSpecificUnitsTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.896 s - in org.eclipse.tycho.p2.target.TargetDefinitionResolverWithPlatformSpecificUnitsTest testResolutionWithGenericPlatform(org.eclipse.tycho.p2.target.TargetDefinitionResolverWithPlatformSpecificUnitsTest) Time elapsed: 0.555 s testSlicerResolutionWithMultiplePlatforms(org.eclipse.tycho.p2.target.TargetDefinitionResolverWithPlatformSpecificUnitsTest) Time elapsed: 0.555 s testPlannerResolutionWithOnePlatform(org.eclipse.tycho.p2.target.TargetDefinitionResolverWithPlatformSpecificUnitsTest) Time elapsed: 0.556 s testSlicerResolutionWithIncludeAllEnvironments(org.eclipse.tycho.p2.target.TargetDefinitionResolverWithPlatformSpecificUnitsTest) Time elapsed: 0.556 s testConflictingIncludeAllEnvironments(org.eclipse.tycho.p2.target.TargetDefinitionResolverWithPlatformSpecificUnitsTest) Time elapsed: 0.556 s testPlannerResolutionWithMultiplePlatforms(org.eclipse.tycho.p2.target.TargetDefinitionResolverWithPlatformSpecificUnitsTest) Time elapsed: 0.561 s testSlicerResolutionWithOnePlatform(org.eclipse.tycho.p2.target.TargetDefinitionResolverWithPlatformSpecificUnitsTest) Time elapsed: 0.555 s Running org.eclipse.tycho.p2.target.TargetDefinitionResolverExecutionEnvironmentTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.121 s - in org.eclipse.tycho.p2.target.TargetDefinitionResolverExecutionEnvironmentTest testAutoGeneratedExecutionEnvironment(org.eclipse.tycho.p2.target.TargetDefinitionResolverExecutionEnvironmentTest) Time elapsed: 0.562 s testRestrictedExecutionEnvironment(org.eclipse.tycho.p2.target.TargetDefinitionResolverExecutionEnvironmentTest) Time elapsed: 0.556 s Running org.eclipse.tycho.p2.target.TargetPlatformTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.tycho.p2.target.TargetPlatformTest testResolveFixedVersionForThreeSegmentVersion(org.eclipse.tycho.p2.target.TargetPlatformTest) Time elapsed: 0.003 s testResolveLatestQualifierWithQualifierLiteral(org.eclipse.tycho.p2.target.TargetPlatformTest) Time elapsed: 0.001 s testResolveInvalidVersionSyntax(org.eclipse.tycho.p2.target.TargetPlatformTest) Time elapsed: 0.001 s testResolveIU(org.eclipse.tycho.p2.target.TargetPlatformTest) Time elapsed: 0 s testResolveLatestVersionThroughOmittedVersion(org.eclipse.tycho.p2.target.TargetPlatformTest) Time elapsed: 0.001 s testResolveFeature(org.eclipse.tycho.p2.target.TargetPlatformTest) Time elapsed: 0.002 s testResolveProduct(org.eclipse.tycho.p2.target.TargetPlatformTest) Time elapsed: 0.001 s testResolveFixedVersion(org.eclipse.tycho.p2.target.TargetPlatformTest) Time elapsed: 0 s testResolveBundleChecksType(org.eclipse.tycho.p2.target.TargetPlatformTest) Time elapsed: 0 s testResolveUnknownType(org.eclipse.tycho.p2.target.TargetPlatformTest) Time elapsed: 0.001 s testResolveLatestVersionThroughZeros(org.eclipse.tycho.p2.target.TargetPlatformTest) Time elapsed: 0 s testResolveNullId(org.eclipse.tycho.p2.target.TargetPlatformTest) Time elapsed: 0.001 s testFailingResolve(org.eclipse.tycho.p2.target.TargetPlatformTest) Time elapsed: 0.001 s Running org.eclipse.tycho.p2.target.TargetDefinitionResolverTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.106 s - in org.eclipse.tycho.p2.target.TargetDefinitionResolverTest testUnitOnlyLookedUpInLocation(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest) Time elapsed: 0.568 s testResolveIncludesDependencies(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest) Time elapsed: 0.555 s testUnitWithWildcardVersion(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest) Time elapsed: 0.564 s testResolveMultipleLocations(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest) Time elapsed: 0.556 s testResolveOtherLocationYieldsWarning(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest) Time elapsed: 0.557 s testResolveWithBundleInclusionListYieldsWarning(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest) Time elapsed: 0.013 s testResolveNoRepositories(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest) Time elapsed: 0.001 s testResolveMultipleUnits(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest) Time elapsed: 0.555 s testResolveNoLocations(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest) Time elapsed: 0.003 s testUnitWithWrongVersionYieldsSyntaxException(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest) Time elapsed: 0.001 s testUnitWithExactVersion(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest) Time elapsed: 0.555 s testMissingUnit(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest) Time elapsed: 0.556 s testResolveMultipleRepositories(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest) Time elapsed: 0.556 s testInvalidRepository(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest) Time elapsed: 0.556 s testResolveDependenciesAcrossLocations(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest) Time elapsed: 0.505 s Running org.eclipse.tycho.p2.target.ee.CustomEEResolutionHintsTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tycho.p2.target.ee.CustomEEResolutionHintsTest testConsistencyWithJREAction(org.eclipse.tycho.p2.target.ee.CustomEEResolutionHintsTest) Time elapsed: 0.003 s testJREUnitNameForComplexProfileName(org.eclipse.tycho.p2.target.ee.CustomEEResolutionHintsTest) Time elapsed: 0 s testJREUnitNameForSimpleProfileName(org.eclipse.tycho.p2.target.ee.CustomEEResolutionHintsTest) Time elapsed: 0 s testProfileNameWithInvalidVersion(org.eclipse.tycho.p2.target.ee.CustomEEResolutionHintsTest) Time elapsed: 0.001 s testProfileNameWithoutVersion(org.eclipse.tycho.p2.target.ee.CustomEEResolutionHintsTest) Time elapsed: 0 s Running org.eclipse.tycho.p2.target.ee.CustomEEResolutionHandlerTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.tycho.p2.target.ee.CustomEEResolutionHandlerTest testMissingSpecificationInTargetPlatform(org.eclipse.tycho.p2.target.ee.CustomEEResolutionHandlerTest) Time elapsed: 0.013 s testReadFullSpecificationFromTargetPlatform(org.eclipse.tycho.p2.target.ee.CustomEEResolutionHandlerTest) Time elapsed: 0.009 s Running org.eclipse.tycho.p2.target.TargetPlatformFactoryTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.tycho.p2.target.TargetPlatformFactoryTest testFinalTargetPlatformContainsExecutionEnvironmentIU(org.eclipse.tycho.p2.target.TargetPlatformFactoryTest) Time elapsed: 0.003 s testConfiguredFiltersOnReactorIUsInFinalTP(org.eclipse.tycho.p2.target.TargetPlatformFactoryTest) Time elapsed: 0.002 s testOtherVersionsOfReactorIUsAreFilteredFromExternalContent(org.eclipse.tycho.p2.target.TargetPlatformFactoryTest) Time elapsed: 0.007 s testConfiguredFiltersOnPomDependencies(org.eclipse.tycho.p2.target.TargetPlatformFactoryTest) Time elapsed: 0.006 s testIncludeLocalMavenRepo(org.eclipse.tycho.p2.target.TargetPlatformFactoryTest) Time elapsed: 0.004 s testConfiguredFiltersOnReactorIUsInPreliminaryTP(org.eclipse.tycho.p2.target.TargetPlatformFactoryTest) Time elapsed: 0.002 s testFinalTargetPlatformContainsFinalReactorIU(org.eclipse.tycho.p2.target.TargetPlatformFactoryTest) Time elapsed: 0.002 s testFinalTargetPlatformContainsExternalRepoIU(org.eclipse.tycho.p2.target.TargetPlatformFactoryTest) Time elapsed: 0.003 s testFinalTargetPlatformContainsPomDependencyIU(org.eclipse.tycho.p2.target.TargetPlatformFactoryTest) Time elapsed: 0.004 s testFinalTargetPlatformNotContainsPreliminaryReactorIU(org.eclipse.tycho.p2.target.TargetPlatformFactoryTest) Time elapsed: 0.001 s testFinalTargetPlatformContainsTargetFileIU(org.eclipse.tycho.p2.target.TargetPlatformFactoryTest) Time elapsed: 0.012 s testMultipleIndependentlyResolvedTargetFiles(org.eclipse.tycho.p2.target.TargetPlatformFactoryTest) Time elapsed: 0.011 s testDuplicateReactorUnits(org.eclipse.tycho.p2.target.TargetPlatformFactoryTest) Time elapsed: 0.004 s Running org.eclipse.tycho.p2.target.PomDependencyCollectorTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.tycho.p2.target.PomDependencyCollectorTest testAddArtifactWithExistingMetadataButNonMatchingClassifier(org.eclipse.tycho.p2.target.PomDependencyCollectorTest) Time elapsed: 0.004 s testAddArtifactWithExistingMetadataOfMainArtifact(org.eclipse.tycho.p2.target.PomDependencyCollectorTest) Time elapsed: 0.003 s testAddArtifactWithExistingMetadataRespectsClassifier(org.eclipse.tycho.p2.target.PomDependencyCollectorTest) Time elapsed: 0.002 s Running org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdvicePermissionsTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.061 s - in org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdvicePermissionsTest testGlobalPermissionsChmodMissing(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdvicePermissionsTest) Time elapsed: 0.008 s testPermissionsChmodInvalidValue(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdvicePermissionsTest) skipped testGlobalPermissions(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdvicePermissionsTest) Time elapsed: 0.012 s testSpecificPermissionsButNoFiles(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdvicePermissionsTest) Time elapsed: 0.003 s testWhitespaceAroundSeparatorsInPermissions(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdvicePermissionsTest) Time elapsed: 0.025 s testGlobalPermissionsButNoFiles(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdvicePermissionsTest) Time elapsed: 0.001 s testSpecificPermissions(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdvicePermissionsTest) Time elapsed: 0.005 s testNoPermisions(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdvicePermissionsTest) Time elapsed: 0.002 s testSpecificPermissionsChmodMissing(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdvicePermissionsTest) Time elapsed: 0.001 s Running org.eclipse.tycho.p2.impl.publisher.rootfiles.RootFilePathTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tycho.p2.impl.publisher.rootfiles.RootFilePathTest testAbsoluteDir(org.eclipse.tycho.p2.impl.publisher.rootfiles.RootFilePathTest) Time elapsed: 0.001 s testAbsoluteFile(org.eclipse.tycho.p2.impl.publisher.rootfiles.RootFilePathTest) Time elapsed: 0 s testRelativeDir(org.eclipse.tycho.p2.impl.publisher.rootfiles.RootFilePathTest) Time elapsed: 0.001 s testRelativeFile(org.eclipse.tycho.p2.impl.publisher.rootfiles.RootFilePathTest) Time elapsed: 0.001 s Running org.eclipse.tycho.p2.impl.publisher.rootfiles.VirtualFileSetTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tycho.p2.impl.publisher.rootfiles.VirtualFileSetTest testGetMatchingPaths(org.eclipse.tycho.p2.impl.publisher.rootfiles.VirtualFileSetTest) Time elapsed: 0.001 s Running org.eclipse.tycho.p2.impl.publisher.rootfiles.FileToPathMapTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tycho.p2.impl.publisher.rootfiles.FileToPathMapTest testCanonifiedKeys(org.eclipse.tycho.p2.impl.publisher.rootfiles.FileToPathMapTest) Time elapsed: 0 s testPutAll(org.eclipse.tycho.p2.impl.publisher.rootfiles.FileToPathMapTest) Time elapsed: 0 s Running org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.009 s - in org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceTest testGetProjectBaseDir(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceTest) Time elapsed: 0 s testDescriptorIsNullIfNoRootFiles(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceTest) Time elapsed: 0 s testParseBuildPropertiesWithDotsInPath(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceTest) Time elapsed: 0.002 s testParseBuildPropertiesWithTrailingDots(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceTest) Time elapsed: 0.001 s testFeatureRootAdviceComputePath(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceTest) Time elapsed: 0.003 s testParseBuildPropertiesInvalidConfigs(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceTest) Time elapsed: 0.001 s testParseBuildPropertiesInvalidConfigs2(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceTest) skipped Running org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceFilesTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceFilesTest testRootFilesWithFolders(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceFilesTest) Time elapsed: 0.001 s testParseBuildPropertiesRelativeFileWithAndWithoutConfigs(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceFilesTest) Time elapsed: 0.003 s testParseBuildPropertiesRelativeFileWithLinuxConfig(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceFilesTest) Time elapsed: 0.001 s testRootFilesWithFoldersAndConfig(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceFilesTest) Time elapsed: 0.002 s testParseBuildPropertiesAbsoluteFile(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceFilesTest) Time elapsed: 0.001 s testParseBuildPropertiesRelativeFiles(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceFilesTest) Time elapsed: 0.001 s testParseBuildPropertiesRelativeFile(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceFilesTest) Time elapsed: 0.001 s testWhitespacesAroundSeparatorsOfFiles(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceFilesTest) Time elapsed: 0.001 s testParseBuildPropertiesRelativeFolder(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceFilesTest) Time elapsed: 0.001 s Running org.eclipse.tycho.p2.impl.publisher.rootfiles.FileSetTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.tycho.p2.impl.publisher.rootfiles.FileSetTest testNoDefaultExcludes(org.eclipse.tycho.p2.impl.publisher.rootfiles.FileSetTest) Time elapsed: 0.001 s testScan(org.eclipse.tycho.p2.impl.publisher.rootfiles.FileSetTest) Time elapsed: 0.001 s testDefaultExcludes(org.eclipse.tycho.p2.impl.publisher.rootfiles.FileSetTest) Time elapsed: 0.001 s testDoubleStar(org.eclipse.tycho.p2.impl.publisher.rootfiles.FileSetTest) Time elapsed: 0.002 s testCombined(org.eclipse.tycho.p2.impl.publisher.rootfiles.FileSetTest) Time elapsed: 0.001 s testSingleStar(org.eclipse.tycho.p2.impl.publisher.rootfiles.FileSetTest) Time elapsed: 0.001 s testQuestionMark(org.eclipse.tycho.p2.impl.publisher.rootfiles.FileSetTest) Time elapsed: 0 s Running org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceLinksTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceLinksTest testGlobalLinks(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceLinksTest) Time elapsed: 0.002 s testSpecificLinks(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceLinksTest) Time elapsed: 0.001 s testWhitespaceAroundSeparatorsInLinks(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceLinksTest) Time elapsed: 0.001 s testSpecificLinkButNoFiles(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceLinksTest) Time elapsed: 0.002 s testGlobalLinkButNoFiles(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceLinksTest) Time elapsed: 0 s testLinkValueNotInPairs(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceLinksTest) Time elapsed: 0.001 s testWrongRootfilesLinksKey(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceLinksTest) Time elapsed: 0.001 s testNoLinks(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceLinksTest) Time elapsed: 0.001 s Running org.eclipse.tycho.p2.impl.publisher.repo.FeatureRootfileArtifactRepositoryTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.tycho.p2.impl.publisher.repo.FeatureRootfileArtifactRepositoryTest testRepoWithInitEmptyAttachedArtifacts(org.eclipse.tycho.p2.impl.publisher.repo.FeatureRootfileArtifactRepositoryTest) Time elapsed: 0.006 s testRepoForNonBinaryArtifacts(org.eclipse.tycho.p2.impl.publisher.repo.FeatureRootfileArtifactRepositoryTest) Time elapsed: 0.002 s testRepoWithoutMavenAdvice(org.eclipse.tycho.p2.impl.publisher.repo.FeatureRootfileArtifactRepositoryTest) Time elapsed: 0.002 s testRepoWithAttachedArtifacts(org.eclipse.tycho.p2.impl.publisher.repo.FeatureRootfileArtifactRepositoryTest) Time elapsed: 0.003 s testRepoWithAttachedArtifactsAndConfigurations(org.eclipse.tycho.p2.impl.publisher.repo.FeatureRootfileArtifactRepositoryTest) Time elapsed: 0.002 s Running org.eclipse.tycho.p2.impl.publisher.P2DependencyGeneratorImplTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.tycho.p2.impl.publisher.P2DependencyGeneratorImplTest bundle_with_p2_inf(org.eclipse.tycho.p2.impl.publisher.P2DependencyGeneratorImplTest) Time elapsed: 0.011 s bundle(org.eclipse.tycho.p2.impl.publisher.P2DependencyGeneratorImplTest) Time elapsed: 0.005 s rcpFeature(org.eclipse.tycho.p2.impl.publisher.P2DependencyGeneratorImplTest) Time elapsed: 0.007 s rcp_with_p2_inf(org.eclipse.tycho.p2.impl.publisher.P2DependencyGeneratorImplTest) Time elapsed: 0.002 s feature(org.eclipse.tycho.p2.impl.publisher.P2DependencyGeneratorImplTest) Time elapsed: 0.005 s rcpNoLaunchers(org.eclipse.tycho.p2.impl.publisher.P2DependencyGeneratorImplTest) Time elapsed: 0.001 s rcpBundle(org.eclipse.tycho.p2.impl.publisher.P2DependencyGeneratorImplTest) Time elapsed: 0.001 s site(org.eclipse.tycho.p2.impl.publisher.P2DependencyGeneratorImplTest) Time elapsed: 0.02 s feature_with_p2_inf(org.eclipse.tycho.p2.impl.publisher.P2DependencyGeneratorImplTest) Time elapsed: 0.002 s Running org.eclipse.tycho.p2.impl.publisher.MavenPropertiesAdviceTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tycho.p2.impl.publisher.MavenPropertiesAdviceTest testIUPropertiesNullClassifier(org.eclipse.tycho.p2.impl.publisher.MavenPropertiesAdviceTest) Time elapsed: 0 s testIUPropertiesEmptyClassifier(org.eclipse.tycho.p2.impl.publisher.MavenPropertiesAdviceTest) Time elapsed: 0 s testIUPropertiesNonEmptyClassifier(org.eclipse.tycho.p2.impl.publisher.MavenPropertiesAdviceTest) Time elapsed: 0 s Running org.eclipse.tycho.p2.impl.test.P2MetadataGeneratorImplTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.tycho.p2.impl.test.P2MetadataGeneratorImplTest gav(org.eclipse.tycho.p2.impl.test.P2MetadataGeneratorImplTest) Time elapsed: 0.004 s testDownloadStats(org.eclipse.tycho.p2.impl.test.P2MetadataGeneratorImplTest) Time elapsed: 0.007 s Running org.eclipse.tycho.p2.impl.test.VersionCreateTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tycho.p2.impl.test.VersionCreateTest test(org.eclipse.tycho.p2.impl.test.VersionCreateTest) Time elapsed: 0 s Running org.eclipse.tycho.p2.repo.MetadataSerializableImplTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.tycho.p2.repo.MetadataSerializableImplTest testSerializeAndLoad(org.eclipse.tycho.p2.repo.MetadataSerializableImplTest) Time elapsed: 0.006 s testSerializeAndLoadWithEmptyIUList(org.eclipse.tycho.p2.repo.MetadataSerializableImplTest) Time elapsed: 0.007 s Running org.eclipse.tycho.p2.remote.RemoteAgentCompositeLoadingTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.tycho.p2.remote.RemoteAgentCompositeLoadingTest testLoadingCompositeRepositoryWithMissingChildFailsByDefault(org.eclipse.tycho.p2.remote.RemoteAgentCompositeLoadingTest) Time elapsed: 0.041 s Running org.eclipse.tycho.p2.remote.RemoteAgentDisableP2MirrorsTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.tycho.p2.remote.RemoteAgentDisableP2MirrorsTest testDisableP2Mirrors(org.eclipse.tycho.p2.remote.RemoteAgentDisableP2MirrorsTest) Time elapsed: 0.011 s testWithoutDisableP2Mirrors(org.eclipse.tycho.p2.remote.RemoteAgentDisableP2MirrorsTest) Time elapsed: 0.003 s Running org.eclipse.tycho.p2.remote.RemoteAgentMetadataRepositoryCacheTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.682 s - in org.eclipse.tycho.p2.remote.RemoteAgentMetadataRepositoryCacheTest testOnlineLoadingFallsBackToCache(org.eclipse.tycho.p2.remote.RemoteAgentMetadataRepositoryCacheTest) Time elapsed: 0.513 s testOfflineLoadingFromCache(org.eclipse.tycho.p2.remote.RemoteAgentMetadataRepositoryCacheTest) Time elapsed: 0.031 s testOnlineReloadingDoesntReloadFromRemote(org.eclipse.tycho.p2.remote.RemoteAgentMetadataRepositoryCacheTest) Time elapsed: 0.057 s testOfflineLoadingWithoutCacheFails(org.eclipse.tycho.p2.remote.RemoteAgentMetadataRepositoryCacheTest) Time elapsed: 0.01 s testOnlineLoadingFailsFastIfNoSourceAvailable(org.eclipse.tycho.p2.remote.RemoteAgentMetadataRepositoryCacheTest) Time elapsed: 0.016 s testOnlineLoading(org.eclipse.tycho.p2.remote.RemoteAgentMetadataRepositoryCacheTest) Time elapsed: 0.054 s Running org.eclipse.tycho.p2.remote.RemoteAgentMavenMirrorsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 s - in org.eclipse.tycho.p2.remote.RemoteAgentMavenMirrorsTest testLoadFromMirroredLocation(org.eclipse.tycho.p2.remote.RemoteAgentMavenMirrorsTest) Time elapsed: 0.043 s testLoadFromOriginalLocation(org.eclipse.tycho.p2.remote.RemoteAgentMavenMirrorsTest) Time elapsed: 0.064 s testLoadFromMirroredLocationWithFallbackId(org.eclipse.tycho.p2.remote.RemoteAgentMavenMirrorsTest) Time elapsed: 0.069 s Running org.eclipse.tycho.p2.resolver.P2ResolverAdditionalRequirementsTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tycho.p2.resolver.P2ResolverAdditionalRequirementsTest testExactVersionMatchInTargetDefinitionUnit(org.eclipse.tycho.p2.resolver.P2ResolverAdditionalRequirementsTest) Time elapsed: 0.002 s testZeroVersionInTargetDefinitionUnit(org.eclipse.tycho.p2.resolver.P2ResolverAdditionalRequirementsTest) Time elapsed: 0 s testNullVersionInTargetDefinitionUnit(org.eclipse.tycho.p2.resolver.P2ResolverAdditionalRequirementsTest) Time elapsed: 0 s testAddDependencyWithVersionRange(org.eclipse.tycho.p2.resolver.P2ResolverAdditionalRequirementsTest) Time elapsed: 0.001 s Running org.eclipse.tycho.p2.resolver.P2ResolverTest Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 s - in org.eclipse.tycho.p2.resolver.P2ResolverTest testEclipseRepository(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.028 s testBundleUsesSWT(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.009 s testProductMultienvP2Inf(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.006 s testP2InfClassifiedBundleUnitDoesntOverwriteMainArtifact(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.003 s testAdditionalFilterProperties(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.034 s testSwt(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.006 s testBasic(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.009 s testDuplicateInstallableUnit(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.003 s testResolveWithoutProject(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.006 s testReactorVsExternal(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.008 s testResolutionCustomEE(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.006 s testFeatureInstallableUnits(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.004 s testFeatureWithUnresolvableSecondaryUnit(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.003 s testEclipseTestPluginAutomaticallyDependsOnTestHarnesses(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.01 s testSwtFragment(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.005 s testResolutionRestrictedEE(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.01 s testSwtFragmentWithRemoteSWT(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.03 s testP2InfUnclassifiedBundleUnitDoesntOverwriteMainArtifact(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.005 s testResolutionEE(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.009 s testProjectToResolveOverwritesTargetContent(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.007 s testSiteConflictingDependenciesResolver(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.013 s testFeatureMultienvP2Inf(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.005 s testSourceBundle(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.013 s Running org.eclipse.tycho.p2.manager.ReactorRepositoryManagerTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.628 s - in org.eclipse.tycho.p2.manager.ReactorRepositoryManagerTest testReactorRepositoryManagerFacadeServiceAvailability(org.eclipse.tycho.p2.manager.ReactorRepositoryManagerTest) Time elapsed: 0.046 s testReactorRepositoryManagerServiceAvailability(org.eclipse.tycho.p2.manager.ReactorRepositoryManagerTest) Time elapsed: 0.017 s testTargetPlatformComputationInIntegration(org.eclipse.tycho.p2.manager.ReactorRepositoryManagerTest) Time elapsed: 0.564 s Running org.eclipse.tycho.p2.publisher.P2GeneratorImplTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.tycho.p2.publisher.P2GeneratorImplTest testOptionalRequireBundle_IGNORE(org.eclipse.tycho.p2.publisher.P2GeneratorImplTest) Time elapsed: 0.001 s testOptionalImportPackage_REQUIRE(org.eclipse.tycho.p2.publisher.P2GeneratorImplTest) Time elapsed: 0.001 s testOptionalRequireBundle_REQUIRE(org.eclipse.tycho.p2.publisher.P2GeneratorImplTest) Time elapsed: 0.001 s testOptionalImportPackage_IGNORE(org.eclipse.tycho.p2.publisher.P2GeneratorImplTest) Time elapsed: 0 s testOptionalRequireBundleP2inf_REQUIRE(org.eclipse.tycho.p2.publisher.P2GeneratorImplTest) Time elapsed: 0.001 s testOptionalRequireBundle_OPTIONAL(org.eclipse.tycho.p2.publisher.P2GeneratorImplTest) Time elapsed: 0.001 s testGenerateSourceBundleMetadata(org.eclipse.tycho.p2.publisher.P2GeneratorImplTest) Time elapsed: 0.001 s generateSourceBundleMetadataForProjectWithP2Inf(org.eclipse.tycho.p2.publisher.P2GeneratorImplTest) Time elapsed: 0.001 s Running org.eclipse.tycho.p2.util.resolution.ProjectorResolutionStrategyTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tycho.p2.util.resolution.ProjectorResolutionStrategyTest testFixSwtNoImplFound(org.eclipse.tycho.p2.util.resolution.ProjectorResolutionStrategyTest) Time elapsed: 0.001 s testFixSwtWithNLSFragmentPresent(org.eclipse.tycho.p2.util.resolution.ProjectorResolutionStrategyTest) Time elapsed: 0 s testFixSwtSwtInRootIUs(org.eclipse.tycho.p2.util.resolution.ProjectorResolutionStrategyTest) Time elapsed: 0 s testFixSwtSwtFragmentInRootIUs(org.eclipse.tycho.p2.util.resolution.ProjectorResolutionStrategyTest) Time elapsed: 0.001 s testFixSwtNoSwtDependency(org.eclipse.tycho.p2.util.resolution.ProjectorResolutionStrategyTest) Time elapsed: 0 s testFixSwt(org.eclipse.tycho.p2.util.resolution.ProjectorResolutionStrategyTest) Time elapsed: 0 s testFixSwtDisabledForNonBrokenSWTVersion(org.eclipse.tycho.p2.util.resolution.ProjectorResolutionStrategyTest) Time elapsed: 0 s Running org.eclipse.tycho.p2.util.resolution.DependencyCollectorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tycho.p2.util.resolution.DependencyCollectorTest missingDependencies(org.eclipse.tycho.p2.util.resolution.DependencyCollectorTest) Time elapsed: 0 s Results: Tests run: 216, Failures: 0, Errors: 0, Skipped: 2 [INFO] All tests passed! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/org.eclipse.tycho.p2.resolver.impl.test-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl.test/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl.test-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl.test/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl.test-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl.test/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl.test-2.5.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl.test/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl.test-2.5.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/org.eclipse.tycho.p2.resolver.impl.test-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl.test/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl.test-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:update-local-index (default-update-local-index) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] [INFO] ----< org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared.tests >---- [INFO] Building Tycho p2 Resolver Maven/OSGi Shared Classes Tests 2.5.0-SNAPSHOT [16/74] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] The project's OSGi version is 2.5.0.202302100105 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.tycho.p2.resolver.shared.tests --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/org.eclipse.tycho.p2.resolver.shared.tests-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/org.eclipse.tycho.p2.resolver.shared.tests-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -data, /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/work/data, -install, /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/work, -configuration, /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/surefire.properties] Running org.eclipse.tycho.repository.registry.facade.RepositoryBlackboardKeyTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.tycho.repository.registry.facade.RepositoryBlackboardKeyTest forResolutionContextArtifacts_does_encode_URI Time elapsed: 0.019 s forResolutionContextArtifacts_support_null_input Time elapsed: 0.001 s Results: Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/org.eclipse.tycho.p2.resolver.shared.tests-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared.tests/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared.tests-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared.tests/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared.tests-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared.tests/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared.tests-2.5.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared.tests/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared.tests-2.5.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/org.eclipse.tycho.p2.resolver.shared.tests-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared.tests/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared.tests-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:update-local-index (default-update-local-index) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] [INFO] ---< org.eclipse.tycho:org.eclipse.tycho.p2.maven.repository.tests >---- [INFO] Building Tycho Maven/p2 Repository Integration Tests 2.5.0-SNAPSHOT [17/74] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] The project's OSGi version is 2.5.0.202302100105 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/org.eclipse.tycho.p2.maven.repository.tests-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/org.eclipse.tycho.p2.maven.repository.tests-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -data, /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/work/data, -install, /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/work, -configuration, /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/surefire.properties] Running org.eclipse.tycho.repository.local.MirroringArtifactProviderTest Tests run: 44, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 19.402 s - in org.eclipse.tycho.repository.local.MirroringArtifactProviderTest testContainsCanonicalArtifactDescriptor[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.656 s testGetRawPackedArtifact_WithPackedMirroring[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) skipped testGetRawArtifactFileOfUnavailableFile[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.56 s testContainsArtifactDescriptorOfUnavailableArtifact[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.559 s testQuery[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.562 s testGetRawPackedArtifact_NoPackedMirroring[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.558 s testLogOutputWhenMirroring[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) skipped testGetUnavailableArtifact[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.56 s testContainsKey[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.573 s testGetRawCanonicalArtifactFile[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.56 s testGetArtifactDescriptors_WithPackedMirroring[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) skipped testGetArtifactDescriptorsOfUnavailableArtifact[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.559 s testGetArtifact[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.558 s testGetArtifactFile[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.557 s testGetArtifactDescriptors_NoPackedMirroring[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.559 s testGetAlreadyMirroredArtifact[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.005 s testContainsPackedArtifactDescriptor[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.509 s testGetRawArtifactOfUnavailableArtifactFails[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.517 s testGetAlreadyMirroredArtifactFile[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.006 s testGetUnavailableArtifactFile[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.508 s testGetRawPackedArtifactFile_WithPackedMirroring[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) skipped testGetRawCanonicalArtifact[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.558 s testContainsCanonicalArtifactDescriptor[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.511 s testGetRawPackedArtifact_WithPackedMirroring[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.559 s testGetRawArtifactFileOfUnavailableFile[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.559 s testContainsArtifactDescriptorOfUnavailableArtifact[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.56 s testQuery[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.557 s testGetRawPackedArtifact_NoPackedMirroring[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) skipped testLogOutputWhenMirroring[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) skipped testGetUnavailableArtifact[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.557 s testContainsKey[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.506 s testGetRawCanonicalArtifactFile[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.557 s testGetArtifactDescriptors_WithPackedMirroring[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.508 s testGetArtifactDescriptorsOfUnavailableArtifact[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.558 s testGetArtifact[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.556 s testGetArtifactFile[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.558 s testGetArtifactDescriptors_NoPackedMirroring[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) skipped testGetAlreadyMirroredArtifact[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.56 s testContainsPackedArtifactDescriptor[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.564 s testGetRawArtifactOfUnavailableArtifactFails[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.562 s testGetAlreadyMirroredArtifactFile[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.51 s testGetUnavailableArtifactFile[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.561 s testGetRawPackedArtifactFile_WithPackedMirroring[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.563 s testGetRawCanonicalArtifact[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.507 s Running org.eclipse.tycho.repository.local.GAVArtifactDescriptorTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.tycho.repository.local.GAVArtifactDescriptorTest testSerializationRoundTrip(org.eclipse.tycho.repository.local.GAVArtifactDescriptorTest) Time elapsed: 0.001 s testCreation(org.eclipse.tycho.repository.local.GAVArtifactDescriptorTest) Time elapsed: 0 s testDeserializationWithClassifierAndExt(org.eclipse.tycho.repository.local.GAVArtifactDescriptorTest) Time elapsed: 0 s testGetLocalRepositoryPath(org.eclipse.tycho.repository.local.GAVArtifactDescriptorTest) Time elapsed: 0 s testCreationFromPlainP2Descriptor(org.eclipse.tycho.repository.local.GAVArtifactDescriptorTest) Time elapsed: 0 s testGetLocalRepositoryPathWithDefaults(org.eclipse.tycho.repository.local.GAVArtifactDescriptorTest) Time elapsed: 0 s testDeserializationWithPartialGAV(org.eclipse.tycho.repository.local.GAVArtifactDescriptorTest) Time elapsed: 0 s testDeserializationWithRedundantDefaultExt(org.eclipse.tycho.repository.local.GAVArtifactDescriptorTest) Time elapsed: 0 s testExplicitCoordinatesOverwritesProperties(org.eclipse.tycho.repository.local.GAVArtifactDescriptorTest) Time elapsed: 0 s testCreationFromPlainP2DescriptorForPackedArtifact(org.eclipse.tycho.repository.local.GAVArtifactDescriptorTest) Time elapsed: 0 s testDeserialization(org.eclipse.tycho.repository.local.GAVArtifactDescriptorTest) Time elapsed: 0 s testCreationFromP2Key(org.eclipse.tycho.repository.local.GAVArtifactDescriptorTest) Time elapsed: 0.001 s testSerializationOmitsDefaults(org.eclipse.tycho.repository.local.GAVArtifactDescriptorTest) Time elapsed: 0.001 s Running org.eclipse.tycho.repository.local.MirroringArtifactProviderErrorTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.13 s - in org.eclipse.tycho.repository.local.MirroringArtifactProviderErrorTest testMirrorCorruptArtifact(org.eclipse.tycho.repository.local.MirroringArtifactProviderErrorTest) Time elapsed: 0.563 s testMirrorArtifactWhichOnlySucceedsInSecondAttempt(org.eclipse.tycho.repository.local.MirroringArtifactProviderErrorTest) Time elapsed: 0.566 s Running org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.303 s - in org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest testGetRawArtifactForCanonicalFormatToStream(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.007 s testGetArtifactToClosedSink(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.005 s testGetCorruptedRawArtifact(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.006 s testGetRawArtifactFileOfNonContainedFormat(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.004 s testGetArtifactToStream(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.004 s testRemoveOneOfDescriptorsOfKey(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.008 s testWriteArtifact(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.005 s testQueryKeys(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.005 s testGetRawArtifactOfNonContainedFormatToStream(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.005 s testWriteArtifactAndCancel(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.005 s testRemoveNonContainedDescriptor(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.005 s testGetRawArtifactFile(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.005 s testGetNonContainedArtifactToStream(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.005 s testWriteArtifactOnSecondAttempt(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.005 s testGetArtifactToNonCanonicalSink(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.005 s testContainsKey(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.006 s testGetDescriptorsOfNonContainedKey(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.004 s testReWriteArtifactViaStreamFails(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.004 s testWriteArtifactViaStreamWithNonFatalStatus(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.005 s testGetArtifactToStreamOnlyAvailableInPackedFormat(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.018 s testGetArtifact(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.006 s testGetRawArtifactForCanonicalFormat(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.005 s testGetRawArtifact(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.005 s testRemoveKeys(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.006 s testGetRawArtifactToStream(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.006 s testContainsDescriptor(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.006 s testGetDescriptors(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.007 s testGetRawArtifactToClosedSink(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.005 s testGetArtifactFile(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.006 s testGetArtifactFileOfNonContainedKey(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.005 s testGetRawArtifactOfNonContainedFormat(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.006 s testGetNonContainedArtifact(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.006 s testWriteRawArtifact(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.007 s testRemoveForeignEquivalentDescriptor(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.005 s testWriteArtifactViaStreamAndCancel(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.017 s testReWriteArtifactFails(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.006 s testRemoveNonContainedKey(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.005 s testQueryDescriptors(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.005 s testGetArtifactFileOfKeyWithoutCanonicalFormat(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.006 s testRemoveAllDescriptorsOfKey(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.006 s testGetArtifactOnlyAvailableInPackedFormat(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.01 s testRemoveLastDescriptorOfKey(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.005 s testGetCorruptedArtifact(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.008 s testWriteArtifactViaStream(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.009 s testRemoveAll(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.008 s testRemoveKey(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.005 s testGetArtifactToBrokenSink(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.006 s Running org.eclipse.tycho.repository.local.LocalArtifactRepositoryTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.384 s - in org.eclipse.tycho.repository.local.LocalArtifactRepositoryTest testGetArtifactsNoRequests(org.eclipse.tycho.repository.local.LocalArtifactRepositoryTest) Time elapsed: 0.012 s addP2Artifact(org.eclipse.tycho.repository.local.LocalArtifactRepositoryTest) Time elapsed: 0.002 s reload(org.eclipse.tycho.repository.local.LocalArtifactRepositoryTest) Time elapsed: 0.008 s addMavenArtifact(org.eclipse.tycho.repository.local.LocalArtifactRepositoryTest) Time elapsed: 0.002 s testGetArtifactsErrorRequest(org.eclipse.tycho.repository.local.LocalArtifactRepositoryTest) Time elapsed: 0.002 s getMavenLocationWithClassifierAndExtension(org.eclipse.tycho.repository.local.LocalArtifactRepositoryTest) Time elapsed: 0.002 s testOutdatedIndex(org.eclipse.tycho.repository.local.LocalArtifactRepositoryTest) Time elapsed: 0.347 s testGetRawArtifactDummy(org.eclipse.tycho.repository.local.LocalArtifactRepositoryTest) Time elapsed: 0.003 s getP2Location(org.eclipse.tycho.repository.local.LocalArtifactRepositoryTest) Time elapsed: 0.001 s getMavenLocation(org.eclipse.tycho.repository.local.LocalArtifactRepositoryTest) Time elapsed: 0 s Running org.eclipse.tycho.repository.local.LocalArtifactRepositoryFactoryTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tycho.repository.local.LocalArtifactRepositoryFactoryTest testLoadWrongLocation(org.eclipse.tycho.repository.local.LocalArtifactRepositoryFactoryTest) Time elapsed: 0 s testLoad(org.eclipse.tycho.repository.local.LocalArtifactRepositoryFactoryTest) Time elapsed: 0.001 s testCreate(org.eclipse.tycho.repository.local.LocalArtifactRepositoryFactoryTest) Time elapsed: 0.001 s Running org.eclipse.tycho.repository.local.MirroringArtifactProviderPack200CornerCasesTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.807 s - in org.eclipse.tycho.repository.local.MirroringArtifactProviderPack200CornerCasesTest testIgnoreIfPackedArtifactNotAvailableRemotely(org.eclipse.tycho.repository.local.MirroringArtifactProviderPack200CornerCasesTest) Time elapsed: 0.579 s testErrorIfPackedArtifactIsAvailableButCorrupt(org.eclipse.tycho.repository.local.MirroringArtifactProviderPack200CornerCasesTest) Time elapsed: 0.556 s testPackedArtifactMirroredEvenIfCanonicalArtifactPresent(org.eclipse.tycho.repository.local.MirroringArtifactProviderPack200CornerCasesTest) Time elapsed: 0.555 s testCanonicalArtifactCreatedIfPackedArtifactAlreadyMirrored(org.eclipse.tycho.repository.local.MirroringArtifactProviderPack200CornerCasesTest) Time elapsed: 1.111 s Running org.eclipse.tycho.repository.local.LocalMetadataRepositoryTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.tycho.repository.local.LocalMetadataRepositoryTest emptyRepository(org.eclipse.tycho.repository.local.LocalMetadataRepositoryTest) Time elapsed: 0.004 s addInstallableUnit(org.eclipse.tycho.repository.local.LocalMetadataRepositoryTest) Time elapsed: 0.02 s testOutdatedIndex(org.eclipse.tycho.repository.local.LocalMetadataRepositoryTest) Time elapsed: 0.003 s Running org.eclipse.tycho.repository.module.ModuleMetadataRepositoryTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.684 s - in org.eclipse.tycho.repository.module.ModuleMetadataRepositoryTest testCreateRepository(org.eclipse.tycho.repository.module.ModuleMetadataRepositoryTest) Time elapsed: 0.002 s testLoadRepositoryWithFactory(org.eclipse.tycho.repository.module.ModuleMetadataRepositoryTest) Time elapsed: 0.556 s testUpdateRepository(org.eclipse.tycho.repository.module.ModuleMetadataRepositoryTest) Time elapsed: 0.01 s testPersistModifiedRepository(org.eclipse.tycho.repository.module.ModuleMetadataRepositoryTest) Time elapsed: 0.554 s testPersistEmptyRepository(org.eclipse.tycho.repository.module.ModuleMetadataRepositoryTest) Time elapsed: 0.555 s testLoadRepository(org.eclipse.tycho.repository.module.ModuleMetadataRepositoryTest) Time elapsed: 0.004 s Running org.eclipse.tycho.repository.module.ModuleArtifactRepositoryTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.196 s - in org.eclipse.tycho.repository.module.ModuleArtifactRepositoryTest testReadingWithOtherDescriptorType(org.eclipse.tycho.repository.module.ModuleArtifactRepositoryTest) Time elapsed: 0.007 s testWriteToRepositoryViaStream(org.eclipse.tycho.repository.module.ModuleArtifactRepositoryTest) Time elapsed: 0.005 s testCreateRepository(org.eclipse.tycho.repository.module.ModuleArtifactRepositoryTest) Time elapsed: 0.002 s testLoadRepositoryWithFactory(org.eclipse.tycho.repository.module.ModuleArtifactRepositoryTest) Time elapsed: 0.555 s testWriteToRepository(org.eclipse.tycho.repository.module.ModuleArtifactRepositoryTest) Time elapsed: 0.019 s testRemovingWithOtherDescriptorType(org.eclipse.tycho.repository.module.ModuleArtifactRepositoryTest) Time elapsed: 0.017 s testPersistRepository(org.eclipse.tycho.repository.module.ModuleArtifactRepositoryTest) Time elapsed: 0.512 s testPersistEmptyRepository(org.eclipse.tycho.repository.module.ModuleArtifactRepositoryTest) Time elapsed: 0.506 s testLoadRepositoryWithMissingGAVProperties(org.eclipse.tycho.repository.module.ModuleArtifactRepositoryTest) Time elapsed: 0.568 s testLoadRepository(org.eclipse.tycho.repository.module.ModuleArtifactRepositoryTest) Time elapsed: 0.002 s Running org.eclipse.tycho.repository.module.PublishingRepositoryTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.622 s - in org.eclipse.tycho.repository.module.PublishingRepositoryTest testArtifactsMapWithOnlyMetafiles(org.eclipse.tycho.repository.module.PublishingRepositoryTest) Time elapsed: 0.557 s testArtifactsMap(org.eclipse.tycho.repository.module.PublishingRepositoryTest) Time elapsed: 0.51 s testArtifactDescriptor(org.eclipse.tycho.repository.module.PublishingRepositoryTest) Time elapsed: 0.554 s Running org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.913 s - in org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest testRepositoryLoadingFails(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.554 s testGetArtifactWithInfiniteMirrorFailures(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.196 s testGetArtifactErrorMessage(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.553 s testGetArtifactWithSomeMirrorFailures(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.007 s testGetArtifactWhereOnlyFormatIsCorrupt(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.504 s testGetArtifactWherePreferredFormatIsCorrupt(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.553 s testGetRawArtifactErrorMessage(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.554 s testContainsArtifactDescriptor(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.554 s testGetArtifactSucceedsInSecondAttempt(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.555 s testGetArtifactToClosedSink(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.001 s testQuery(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.553 s testQueryWithoutRepositories(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.004 s testGetNonExistingRawArtifact(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.554 s testGetArtifactOnlyAvailableInPackedRawFormat(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.554 s testGetArtifactToNonCanonicalSink(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.001 s testContainsKey(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.555 s testGetPackedRawArtifact(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.553 s testGetArtifactDescriptors(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.554 s testGetArtifactDescriptorsDoesNotReturnDuplicates(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.56 s testGetArtifact(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.554 s testGetArtifactFailsInAllAttempts(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.554 s testGetRawArtifact(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.553 s testGetRawArtifactWithNonRestartableSink(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.554 s testGetRawArtifactToClosedSink(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.001 s testGetNonExistingArtifact(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.553 s testGetCanonicalRawArtifact(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.554 s testQueryWithSingleRepository(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.559 s testGetArtifactWithNonRestartableSink(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.554 s testGetRawArtifactSucceedsInSecondAttempt(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.554 s Running org.eclipse.tycho.repository.p2base.artifact.repository.FileRepositoryArtifactProviderTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.152 s - in org.eclipse.tycho.repository.p2base.artifact.repository.FileRepositoryArtifactProviderTest testGetRawArtifactFile(org.eclipse.tycho.repository.p2base.artifact.repository.FileRepositoryArtifactProviderTest) Time elapsed: 0.555 s testConstructionWithNonArtifactFileRepository(org.eclipse.tycho.repository.p2base.artifact.repository.FileRepositoryArtifactProviderTest) Time elapsed: 0.042 s testGetArtifactFile(org.eclipse.tycho.repository.p2base.artifact.repository.FileRepositoryArtifactProviderTest) Time elapsed: 0.554 s Running org.eclipse.tycho.repository.p2base.artifact.repository.ProviderOnlyArtifactRepositoryTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.556 s - in org.eclipse.tycho.repository.p2base.artifact.repository.ProviderOnlyArtifactRepositoryTest testGetArtifactViaStreamFailsOnFirstReadAttempt(org.eclipse.tycho.repository.p2base.artifact.repository.ProviderOnlyArtifactRepositoryTest) Time elapsed: 0.012 s testGetArtifactViaStream(org.eclipse.tycho.repository.p2base.artifact.repository.ProviderOnlyArtifactRepositoryTest) Time elapsed: 0.003 s testGetRawArtifactViaStream(org.eclipse.tycho.repository.p2base.artifact.repository.ProviderOnlyArtifactRepositoryTest) Time elapsed: 0 s testGetRawArtifactViaStreamFailsOnFirstReadAttempt(org.eclipse.tycho.repository.p2base.artifact.repository.ProviderOnlyArtifactRepositoryTest) Time elapsed: 0 s Running org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.822 s - in org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest testGetRawArtifactFile(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.572 s testGetArtifactFile(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.556 s testContainsArtifactDescriptor(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.556 s testGetArtifactSucceedsInSecondAttempt(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.554 s testGetArtifactToClosedSink(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.002 s testQuery(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.554 s testQueryWithoutRepositories(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.001 s testGetNonExistingRawArtifact(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.503 s testGetArtifactOnlyAvailableInPackedRawFormat(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.554 s testGetArtifactToNonCanonicalSink(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.001 s testContainsKey(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.504 s testGetPackedRawArtifact(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.507 s testGetArtifactDescriptors(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.553 s testGetArtifactDescriptorsDoesNotReturnDuplicates(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.563 s testGetArtifact(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.504 s testGetArtifactFailsInAllAttempts(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.557 s testGetRawArtifact(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.555 s testGetRawArtifactWithNonRestartableSink(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.504 s testGetRawArtifactToClosedSink(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.001 s testGetNonExistingArtifact(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.553 s testGetCanonicalRawArtifact(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.553 s testQueryWithSingleRepository(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.553 s testGetArtifactWithNonRestartableSink(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.555 s testGetRawArtifactSucceedsInSecondAttempt(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.505 s Running org.eclipse.tycho.repository.p2base.artifact.provider.formats.LocalArtifactTransferPolicyTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.563 s - in org.eclipse.tycho.repository.p2base.artifact.provider.formats.LocalArtifactTransferPolicyTest testPreferredOrder(org.eclipse.tycho.repository.p2base.artifact.provider.formats.LocalArtifactTransferPolicyTest) Time elapsed: 0.56 s Running org.eclipse.tycho.repository.p2base.artifact.provider.formats.RemoteArtifactTransferPolicyTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.126 s - in org.eclipse.tycho.repository.p2base.artifact.provider.formats.RemoteArtifactTransferPolicyTest testPreferredOrderOfEmptyList(org.eclipse.tycho.repository.p2base.artifact.provider.formats.RemoteArtifactTransferPolicyTest) Time elapsed: 0.013 s testPreferredOrder(org.eclipse.tycho.repository.p2base.artifact.provider.formats.RemoteArtifactTransferPolicyTest) Time elapsed: 0.555 s testPreferredOrderWithoutBestChoice(org.eclipse.tycho.repository.p2base.artifact.provider.formats.RemoteArtifactTransferPolicyTest) Time elapsed: 0.556 s Running org.eclipse.tycho.repository.util.DuplicateFilteringLoggingProgressMonitorTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tycho.repository.util.DuplicateFilteringLoggingProgressMonitorTest testRemoveDuplicatesFromBugReport(org.eclipse.tycho.repository.util.DuplicateFilteringLoggingProgressMonitorTest) Time elapsed: 0 s testIgnoreNonFetchingMessages(org.eclipse.tycho.repository.util.DuplicateFilteringLoggingProgressMonitorTest) Time elapsed: 0 s testRemoveMultipleDuplicates(org.eclipse.tycho.repository.util.DuplicateFilteringLoggingProgressMonitorTest) Time elapsed: 0 s Running org.eclipse.tycho.repository.util.StatusToolTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tycho.repository.util.StatusToolTest testOKChildren(org.eclipse.tycho.repository.util.StatusToolTest) Time elapsed: 0.001 s testMultiStatus(org.eclipse.tycho.repository.util.StatusToolTest) Time elapsed: 0 s testSimpleStatus(org.eclipse.tycho.repository.util.StatusToolTest) Time elapsed: 0.001 s testOnlyOKChildren(org.eclipse.tycho.repository.util.StatusToolTest) Time elapsed: 0 s testDeepNesting(org.eclipse.tycho.repository.util.StatusToolTest) Time elapsed: 0 s testMultiStatusWithOwnException(org.eclipse.tycho.repository.util.StatusToolTest) Time elapsed: 0 s testSimpleStatusWithException(org.eclipse.tycho.repository.util.StatusToolTest) Time elapsed: 0.001 s Results: Tests run: 219, Failures: 0, Errors: 0, Skipped: 7 [INFO] All tests passed! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/org.eclipse.tycho.p2.maven.repository.tests-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository.tests/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.maven.repository.tests-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository.tests/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.maven.repository.tests-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository.tests/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.maven.repository.tests-2.5.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository.tests/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.maven.repository.tests-2.5.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/org.eclipse.tycho.p2.maven.repository.tests-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository.tests/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.maven.repository.tests-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:update-local-index (default-update-local-index) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] [INFO] ---------< org.eclipse.tycho:org.eclipse.tycho.p2.tools.tests >--------- [INFO] Building Tycho p2 Tools Tests 2.5.0-SNAPSHOT [18/74] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.p2.tools.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.p2.tools.tests --- [INFO] The project's OSGi version is 2.5.0.202302100105 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.tycho.p2.tools.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.tycho.p2.tools.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.tycho.p2.tools.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.p2.tools.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.tycho.p2.tools.tests --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.p2.tools.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.tycho.p2.tools.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/org.eclipse.tycho.p2.tools.tests-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tycho.p2.tools.tests --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.p2.tools.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/org.eclipse.tycho.p2.tools.tests-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.tycho.p2.tools.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -data, /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/work/data, -install, /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/work, -configuration, /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/surefire.properties] Running org.eclipse.tycho.p2.tools.mirroring.MirrorApplicationServiceTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.305 s - in org.eclipse.tycho.p2.tools.mirroring.MirrorApplicationServiceTest testMirrorForSeedWithNullIU(org.eclipse.tycho.p2.tools.mirroring.MirrorApplicationServiceTest) Time elapsed: 0.831 s testMirrorFeatureAndPatch(org.eclipse.tycho.p2.tools.mirroring.MirrorApplicationServiceTest) Time elapsed: 0.578 s testMirrorNothing(org.eclipse.tycho.p2.tools.mirroring.MirrorApplicationServiceTest) Time elapsed: 0.556 s testExtraArtifactRepositoryProperties(org.eclipse.tycho.p2.tools.mirroring.MirrorApplicationServiceTest) Time elapsed: 0.57 s testMirrorFeatureWithContent(org.eclipse.tycho.p2.tools.mirroring.MirrorApplicationServiceTest) Time elapsed: 0.613 s testMirrorWithMissingMandatoryContent(org.eclipse.tycho.p2.tools.mirroring.MirrorApplicationServiceTest) Time elapsed: 0.561 s testMirrorPatch(org.eclipse.tycho.p2.tools.mirroring.MirrorApplicationServiceTest) Time elapsed: 0.558 s Running org.eclipse.tycho.p2.tools.mirroring.MirrorStandaloneTest Mirroring: osgi.bundle,org.eclipse.core.runtime,3.5.0.v20090525 (Descriptor: canonical: osgi.bundle,org.eclipse.core.runtime,3.5.0.v20090525) Mirroring: osgi.bundle,jarsigning,0.0.1.201109191414 (Descriptor: canonical: osgi.bundle,jarsigning,0.0.1.201109191414) Mirroring: osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512 (Descriptor: canonical: osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512) Mirroring: osgi.bundle,jarsigning,0.0.1.201109191414 (Descriptor: canonical: osgi.bundle,jarsigning,0.0.1.201109191414) 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) Mirroring: osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512 (Descriptor: canonical: osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512) 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) Mirroring: osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512 (Descriptor: canonical: osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512) Mirroring: osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512 (Descriptor: canonical: osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512) Mirroring: osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512 (Descriptor: canonical: osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512) Mirroring: osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512 (Descriptor: canonical: osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512) Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.565 s - in org.eclipse.tycho.p2.tools.mirroring.MirrorStandaloneTest testMirrorLatestOnly(org.eclipse.tycho.p2.tools.mirroring.MirrorStandaloneTest) Time elapsed: 0.56 s testNotIgnoringErrorsShouldThrowException(org.eclipse.tycho.p2.tools.mirroring.MirrorStandaloneTest) Time elapsed: 0.555 s testMirrorSpecificUnitLatestVersion(org.eclipse.tycho.p2.tools.mirroring.MirrorStandaloneTest) Time elapsed: 0.556 s testIgnoreErrorShouldNotThrowException(org.eclipse.tycho.p2.tools.mirroring.MirrorStandaloneTest) Time elapsed: 0.556 s testMirrorNotExisting(org.eclipse.tycho.p2.tools.mirroring.MirrorStandaloneTest) Time elapsed: 0.555 s testMirrorAllUnits(org.eclipse.tycho.p2.tools.mirroring.MirrorStandaloneTest) Time elapsed: 0.556 s testMirrorSpecificUnitSpecificVersion(org.eclipse.tycho.p2.tools.mirroring.MirrorStandaloneTest) Time elapsed: 0.555 s testMirrorMatchExpression(org.eclipse.tycho.p2.tools.mirroring.MirrorStandaloneTest) Time elapsed: 0.556 s testMirrorAppendAlreadyExisting(org.eclipse.tycho.p2.tools.mirroring.MirrorStandaloneTest) Time elapsed: 1.111 s Running org.eclipse.tycho.p2.tools.director.DirectorApplicationCommandTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.tycho.p2.tools.director.DirectorApplicationCommandTest testAllDirectorApplicationArguments(org.eclipse.tycho.p2.tools.director.DirectorApplicationCommandTest) Time elapsed: 0.003 s testNoOsWsArchArguments(org.eclipse.tycho.p2.tools.director.DirectorApplicationCommandTest) Time elapsed: 0 s Running org.eclipse.tycho.p2.tools.test.RepositoryReferencesTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tycho.p2.tools.test.RepositoryReferencesTest testArtifactReposWithOrder(org.eclipse.tycho.p2.tools.test.RepositoryReferencesTest) Time elapsed: 0.001 s testNoMetadataRepo(org.eclipse.tycho.p2.tools.test.RepositoryReferencesTest) Time elapsed: 0 s testMetadataReposWithOrder(org.eclipse.tycho.p2.tools.test.RepositoryReferencesTest) Time elapsed: 0 s testNoArtifactRepo(org.eclipse.tycho.p2.tools.test.RepositoryReferencesTest) Time elapsed: 0 s Running org.eclipse.tycho.p2.tools.verfier.VerifierServiceImplTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.237 s - in org.eclipse.tycho.p2.tools.verfier.VerifierServiceImplTest testFileRepositoryWithTamperedArtifact(org.eclipse.tycho.p2.tools.verfier.VerifierServiceImplTest) Time elapsed: 0.561 s testMissingArtifactsReferencedInMetadata(org.eclipse.tycho.p2.tools.verfier.VerifierServiceImplTest) Time elapsed: 0.555 s testValidFileRepository(org.eclipse.tycho.p2.tools.verfier.VerifierServiceImplTest) Time elapsed: 0.562 s testFileRepositoryWithWrongMd5Sum(org.eclipse.tycho.p2.tools.verfier.VerifierServiceImplTest) Time elapsed: 0.555 s Running org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.205 s - in org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest testPublishingWithRootFeatures(org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest) Time elapsed: 0.552 s testPublishingWithP2Inf(org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest) Time elapsed: 0.563 s testExpandProductVersionQualifier(org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest) Time elapsed: 0.575 s testExpandVersionWithSyntaxError(org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest) Time elapsed: 0.555 s testPublishingWithProductSpecificP2Inf(org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest) Time elapsed: 0.553 s testExpandVersionsIgnoresBundlesInFeatureBasedProduct(org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest) Time elapsed: 0.555 s testExpandVersionsOfInclusionsWithZeros(org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest) Time elapsed: 0.556 s testPublishingReportsAllResolutionErrorsAtOnce(org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest) Time elapsed: 0.556 s testExpandVersionsOfInclusionsWithQualifierLiterals(org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest) Time elapsed: 0.558 s testPublishingWithVariableExpansion(org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest) Time elapsed: 0.555 s testExpandVersionsIgnoresFeaturesInBundleBasedProduct(org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest) Time elapsed: 0.561 s testProductPublishingWithLaunchers(org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest) Time elapsed: 0.555 s testPublishingWithMissingFragments(org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest) Time elapsed: 0.508 s Running org.eclipse.tycho.p2.tools.publisher.PublisherServiceFactoryTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.tycho.p2.tools.publisher.PublisherServiceFactoryTest testThatRequiredServicesAreAvailable(org.eclipse.tycho.p2.tools.publisher.PublisherServiceFactoryTest) Time elapsed: 0.033 s Running org.eclipse.tycho.p2.tools.publisher.PublisherServiceTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.669 s - in org.eclipse.tycho.p2.tools.publisher.PublisherServiceTest testValidateProfileFile(org.eclipse.tycho.p2.tools.publisher.PublisherServiceTest) Time elapsed: 0.554 s testCategoryPublishing(org.eclipse.tycho.p2.tools.publisher.PublisherServiceTest) Time elapsed: 0.555 s testProfilePublishing(org.eclipse.tycho.p2.tools.publisher.PublisherServiceTest) Time elapsed: 0.557 s Results: Tests run: 43, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.p2.tools.tests --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/org.eclipse.tycho.p2.tools.tests-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.tests/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.tools.tests-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.tests/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.tools.tests-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.tests/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.tools.tests-2.5.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.tests/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.tools.tests-2.5.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/org.eclipse.tycho.p2.tools.tests-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.tests/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.tools.tests-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:update-local-index (default-update-local-index) @ org.eclipse.tycho.p2.tools.tests --- [INFO] [INFO] -------------------< org.eclipse.tycho:sisu-equinox >------------------- [INFO] Building Sisu Equinox/Plexus bridge 2.5.0-SNAPSHOT [19/74] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sisu-equinox --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ sisu-equinox --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ sisu-equinox --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/sisu-equinox/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/sisu-equinox/2.5.0-SNAPSHOT/sisu-equinox-2.5.0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.tycho:sisu-equinox-api >----------------- [INFO] Building Sisu Equinox Services API 2.5.0-SNAPSHOT [20/74] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sisu-equinox-api --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ sisu-equinox-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/sisu-equinox/sisu-equinox-api/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sisu-equinox-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/sisu-equinox/sisu-equinox-api/target/classes [INFO] [INFO] --- maven-bundle-plugin:5.1.1:manifest (bundle-manifest) @ sisu-equinox-api --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ sisu-equinox-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/sisu-equinox/sisu-equinox-api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sisu-equinox-api --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ sisu-equinox-api --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ sisu-equinox-api --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/sisu-equinox/sisu-equinox-api/target/sisu-equinox-api-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ sisu-equinox-api --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/sisu-equinox/sisu-equinox-api/target/sisu-equinox-api-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ sisu-equinox-api --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/sisu-equinox/sisu-equinox-api/target/sisu-equinox-api-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/sisu-equinox-api/2.5.0-SNAPSHOT/sisu-equinox-api-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/sisu-equinox/sisu-equinox-api/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/sisu-equinox-api/2.5.0-SNAPSHOT/sisu-equinox-api-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/sisu-equinox/sisu-equinox-api/target/sisu-equinox-api-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/sisu-equinox-api/2.5.0-SNAPSHOT/sisu-equinox-api-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.eclipse.tycho:sisu-equinox-embedder >--------------- [INFO] Building Sisu Equinox Embedder 2.5.0-SNAPSHOT [21/74] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sisu-equinox-embedder --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ sisu-equinox-embedder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/sisu-equinox/sisu-equinox-embedder/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sisu-equinox-embedder --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/sisu-equinox/sisu-equinox-embedder/target/classes [INFO] [INFO] --- plexus-component-metadata:2.1.0:generate-metadata (default) @ sisu-equinox-embedder --- [INFO] Discovered 1 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ sisu-equinox-embedder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/sisu-equinox/sisu-equinox-embedder/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sisu-equinox-embedder --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.1.0:generate-test-metadata (default) @ sisu-equinox-embedder --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ sisu-equinox-embedder --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ sisu-equinox-embedder --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/sisu-equinox/sisu-equinox-embedder/target/sisu-equinox-embedder-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ sisu-equinox-embedder --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/sisu-equinox/sisu-equinox-embedder/target/sisu-equinox-embedder-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ sisu-equinox-embedder --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/sisu-equinox/sisu-equinox-embedder/target/sisu-equinox-embedder-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/sisu-equinox-embedder/2.5.0-SNAPSHOT/sisu-equinox-embedder-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/sisu-equinox/sisu-equinox-embedder/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/sisu-equinox-embedder/2.5.0-SNAPSHOT/sisu-equinox-embedder-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/sisu-equinox/sisu-equinox-embedder/target/sisu-equinox-embedder-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/sisu-equinox-embedder/2.5.0-SNAPSHOT/sisu-equinox-embedder-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] ---------------< org.eclipse.tycho:tycho-metadata-model >--------------- [INFO] Building Tycho Eclipse Project Metadata Model 2.5.0-SNAPSHOT [22/74] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-metadata-model --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-metadata-model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-metadata-model/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-metadata-model --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-metadata-model/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-metadata-model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 7 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-metadata-model --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-metadata-model/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-metadata-model --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-metadata-model/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tycho.maven.test.ProductConfigurationTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 s - in org.eclipse.tycho.maven.test.ProductConfigurationTest [INFO] Running org.eclipse.tycho.maven.test.EclipseModelTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s - in org.eclipse.tycho.maven.test.EclipseModelTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-metadata-model --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-metadata-model/target/tycho-metadata-model-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-metadata-model --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-metadata-model/target/tycho-metadata-model-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-metadata-model --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-metadata-model/target/tycho-metadata-model-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-metadata-model/2.5.0-SNAPSHOT/tycho-metadata-model-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-metadata-model/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-metadata-model/2.5.0-SNAPSHOT/tycho-metadata-model-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-metadata-model/target/tycho-metadata-model-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-metadata-model/2.5.0-SNAPSHOT/tycho-metadata-model-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------------< org.eclipse.tycho:tycho-embedder-api >---------------- [INFO] Building Tycho Embedder API 2.5.0-SNAPSHOT [23/74] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-embedder-api --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-embedder-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-embedder-api/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-embedder-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-embedder-api/target/classes [INFO] [INFO] --- maven-bundle-plugin:5.1.1:manifest (bundle-manifest) @ tycho-embedder-api --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-embedder-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-embedder-api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-embedder-api --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-embedder-api --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-embedder-api --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-embedder-api/target/tycho-embedder-api-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-embedder-api --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-embedder-api/target/tycho-embedder-api-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-embedder-api --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-embedder-api/target/tycho-embedder-api-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-embedder-api/2.5.0-SNAPSHOT/tycho-embedder-api-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-embedder-api/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-embedder-api/2.5.0-SNAPSHOT/tycho-embedder-api-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-embedder-api/target/tycho-embedder-api-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-embedder-api/2.5.0-SNAPSHOT/tycho-embedder-api-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.eclipse.tycho:tycho-testing-harness >--------------- [INFO] Building Tycho Testing Harness 2.5.0-SNAPSHOT [24/74] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-testing-harness --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-testing-harness --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-testing-harness --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-testing-harness/target/classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-testing-harness/src/main/java/org/eclipse/tycho/testing/AbstractTychoMojoTestCase.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-testing-harness/src/main/java/org/eclipse/tycho/testing/AbstractTychoMojoTestCase.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-testing-harness/src/main/java/org/eclipse/tycho/test/util/TychoMatchers.java: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-testing-harness/src/main/java/org/eclipse/tycho/test/util/TychoMatchers.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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.1.0:generate-metadata (default) @ tycho-testing-harness --- [INFO] Discovered 2 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-testing-harness --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-testing-harness/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-testing-harness --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.1.0:generate-test-metadata (default) @ tycho-testing-harness --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-testing-harness --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-testing-harness --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-testing-harness/target/tycho-testing-harness-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-testing-harness --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-testing-harness/target/tycho-testing-harness-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-testing-harness --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-testing-harness/target/tycho-testing-harness-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-testing-harness/2.5.0-SNAPSHOT/tycho-testing-harness-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-testing-harness/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-testing-harness/2.5.0-SNAPSHOT/tycho-testing-harness-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-testing-harness/target/tycho-testing-harness-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-testing-harness/2.5.0-SNAPSHOT/tycho-testing-harness-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --------------------< org.eclipse.tycho:tycho-core >-------------------- [INFO] Building Tycho Core 2.5.0-SNAPSHOT [25/74] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-core --- [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (compile-system-packages-companion-jar) @ tycho-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/classes [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (system-packages-companion-jar) @ tycho-core --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/tycho-core-2.5.0-SNAPSHOT-system-packages-companion.jar [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (copy-system-packages-companion-jar) @ tycho-core --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/src/main/resources [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] Copying 6 resources [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 99 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/src/main/java/org/eclipse/tycho/core/osgitools/AbstractArtifactBasedProject.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/src/main/java/org/eclipse/tycho/core/osgitools/AbstractArtifactBasedProject.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plexus-component-metadata:2.1.0:generate-metadata (default) @ tycho-core --- [INFO] Discovered 38 component descriptors(s) [INFO] [INFO] --- maven-bundle-plugin:5.1.1:manifest (bundle-manifest) @ tycho-core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] Copying 359 resources [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/test-classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/src/test/java/org/eclipse/tycho/core/osgitools/BuildPropertiesParserImplTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/src/test/java/org/eclipse/tycho/core/osgitools/BuildPropertiesParserImplTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plexus-component-metadata:2.1.0:generate-test-metadata (default) @ tycho-core --- [INFO] Discovered 1 component descriptors(s) [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-core --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/surefire-reports [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.178 s - in org.eclipse.tycho.core.utils.TychoVersionTest [INFO] Running org.eclipse.tycho.core.locking.FileLockServiceTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.623 s - in org.eclipse.tycho.core.locking.FileLockServiceTest [INFO] Running org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipantTest 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: 0.048 s - in org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipantTest [INFO] Running org.eclipse.tycho.core.maven.TychoInterpolatorTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.602 s - in org.eclipse.tycho.core.maven.TychoInterpolatorTest [INFO] Running org.eclipse.tycho.core.ee.ExecutionEnvironmentConfigurationTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.eclipse.tycho.core.ee.ExecutionEnvironmentConfigurationTest [INFO] Running org.eclipse.tycho.core.ee.CustomExecutionEnvironmentTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.tycho.core.ee.CustomExecutionEnvironmentTest [INFO] Running org.eclipse.tycho.core.ee.StandardExecutionEnvironmentTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.tycho.core.ee.StandardExecutionEnvironmentTest [INFO] Running org.eclipse.tycho.core.ee.ExecutionEnvironmentTest [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: tycho.test.targetJRE:bundle:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/targetJRE/bundle/pom.xml [INFO] Resolving dependencies of MavenProject: tycho.test.targetJRE:bundle:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/targetJRE/bundle/pom.xml [INFO] Resolving class path of MavenProject: tycho.test.targetJRE:bundle:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/targetJRE/bundle/pom.xml [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.744 s - in org.eclipse.tycho.core.ee.ExecutionEnvironmentTest [INFO] Running org.eclipse.tycho.core.osgitools.OsgiManifestTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.tycho.core.osgitools.OsgiManifestTest [INFO] Running org.eclipse.tycho.core.osgitools.EquinoxResolverTest [INFO] Computing target platform for MavenProject: org.eclipse:test.bundleNativeCode.using.invalid.alias:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/bundleNativeCode/bundleWithNativeCodeUsingInvalidAliases/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse:test.bundleNativeCode.using.invalid.alias:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/bundleNativeCode/bundleWithNativeCodeUsingInvalidAliases/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse:test.bundleNativeCode.using.invalid.alias:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/bundleNativeCode/bundleWithNativeCodeUsingInvalidAliases/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: javase11:executionenvironment.javase11:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/javase-11/pom.xml [INFO] Resolving dependencies of MavenProject: javase11:executionenvironment.javase11:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/javase-11/pom.xml [INFO] Resolving class path of MavenProject: javase11:executionenvironment.javase11:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/javase-11/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse:test.bundleNativeCode:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/bundleNativeCode/bundleWithNativeCode/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse:test.bundleNativeCode:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/bundleNativeCode/bundleWithNativeCode/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse:test.bundleNativeCode:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/bundleNativeCode/bundleWithNativeCode/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse:test.bundleNativeCode.using.aliases:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/bundleNativeCode/bundleWithNativeCodeUsingAliases/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse:test.bundleNativeCode.using.aliases:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/bundleNativeCode/bundleWithNativeCodeUsingAliases/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse:test.bundleNativeCode.using.aliases:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/bundleNativeCode/bundleWithNativeCodeUsingAliases/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.16.200-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/frameworkBundle/org.eclipse.osgi/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.16.200-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/frameworkBundle/org.eclipse.osgi/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.16.200-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/frameworkBundle/org.eclipse.osgi/pom.xml [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.297 s - in org.eclipse.tycho.core.osgitools.EquinoxResolverTest [INFO] Running org.eclipse.tycho.core.osgitools.BuildPropertiesParserImplTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.tycho.core.osgitools.BuildPropertiesParserImplTest [INFO] Running org.eclipse.tycho.core.test.MavenDependencyCollectorTest [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [INFO] Computing target platform for MavenProject: mavenDependencies:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/mavendeps/p001/pom.xml [INFO] Resolving dependencies of MavenProject: mavenDependencies:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/mavendeps/p001/pom.xml [INFO] Resolving class path of MavenProject: mavenDependencies:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/mavendeps/p001/pom.xml [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [INFO] Computing target platform for MavenProject: mavenDependencies:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/mavendeps/p002/pom.xml [INFO] Resolving dependencies of MavenProject: mavenDependencies:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/mavendeps/p002/pom.xml [INFO] Resolving class path of MavenProject: mavenDependencies:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/mavendeps/p002/pom.xml [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [INFO] Computing target platform for MavenProject: mavenDependencies:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/mavendeps/p003/pom.xml [INFO] Resolving dependencies of MavenProject: mavenDependencies:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/mavendeps/p003/pom.xml [INFO] Resolving class path of MavenProject: mavenDependencies:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/mavendeps/p003/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: tycho.test:sourceFolders:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/sourceFolders/pom.xml [INFO] Resolving dependencies of MavenProject: tycho.test:sourceFolders:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/sourceFolders/pom.xml [INFO] Resolving class path of MavenProject: tycho.test:sourceFolders:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/sourceFolders/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: test.noDotOnClassPath:consumer:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/nodotonclasspath/consumer/pom.xml [INFO] Resolving dependencies of MavenProject: test.noDotOnClassPath:consumer:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/nodotonclasspath/consumer/pom.xml [INFO] Resolving class path of MavenProject: test.noDotOnClassPath:consumer:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/nodotonclasspath/consumer/pom.xml [INFO] Computing target platform for MavenProject: test.noDotOnClassPath:provider:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/nodotonclasspath/provider/pom.xml [INFO] Resolving dependencies of MavenProject: test.noDotOnClassPath:provider:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/nodotonclasspath/provider/pom.xml [INFO] Resolving class path of MavenProject: test.noDotOnClassPath:provider:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/nodotonclasspath/provider/pom.xml [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.543 s - in org.eclipse.tycho.core.test.MavenDependencyCollectorTest [INFO] Running org.eclipse.tycho.core.test.LocalDependencyResolverTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.344 s - in org.eclipse.tycho.core.test.LocalDependencyResolverTest [INFO] Running org.eclipse.tycho.core.test.EclipseInstallationLayoutTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 s - in org.eclipse.tycho.core.test.EclipseInstallationLayoutTest [INFO] Running org.eclipse.tycho.core.test.TychoTest [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: resolutionerror:resolutionerror.p001:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/resolutionerror/p001/pom.xml [INFO] Resolving dependencies of MavenProject: resolutionerror:resolutionerror.p001:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/resolutionerror/p001/pom.xml [INFO] Resolving class path of MavenProject: resolutionerror:resolutionerror.p001:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/resolutionerror/p001/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: moduleorder:moduleorder.p003:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/moduleorder/p003/pom.xml [INFO] Resolving dependencies of MavenProject: moduleorder:moduleorder.p003:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/moduleorder/p003/pom.xml [INFO] Resolving class path of MavenProject: moduleorder:moduleorder.p003:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/moduleorder/p003/pom.xml [INFO] Computing target platform for MavenProject: moduleorder:moduleorder.p004:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/moduleorder/p004/pom.xml [INFO] Resolving dependencies of MavenProject: moduleorder:moduleorder.p004:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/moduleorder/p004/pom.xml [INFO] Resolving class path of MavenProject: moduleorder:moduleorder.p004:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/moduleorder/p004/pom.xml [INFO] Computing target platform for MavenProject: moduleorder:moduleorder.p001:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/moduleorder/p001/pom.xml [INFO] Resolving dependencies of MavenProject: moduleorder:moduleorder.p001:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/moduleorder/p001/pom.xml [INFO] Resolving class path of MavenProject: moduleorder:moduleorder.p001:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/moduleorder/p001/pom.xml [INFO] Computing target platform for MavenProject: moduleorder:moduleorder.p002:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/moduleorder/p002/pom.xml [INFO] Resolving dependencies of MavenProject: moduleorder:moduleorder.p002:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/moduleorder/p002/pom.xml [INFO] Resolving class path of MavenProject: moduleorder:moduleorder.p002:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/moduleorder/p002/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [INFO] Computing target platform for MavenProject: projectpriority:projectpriority.p001:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/projectpriority/p001/pom.xml [INFO] Resolving dependencies of MavenProject: projectpriority:projectpriority.p001:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/projectpriority/p001/pom.xml [INFO] Resolving class path of MavenProject: projectpriority:projectpriority.p001:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/projectpriority/p001/pom.xml [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [INFO] Computing target platform for MavenProject: projectpriority:projectpriority.p002:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/projectpriority/p002/pom.xml [INFO] Resolving dependencies of MavenProject: projectpriority:projectpriority.p002:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/projectpriority/p002/pom.xml [INFO] Resolving class path of MavenProject: projectpriority:projectpriority.p002:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/projectpriority/p002/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: referencesItself:referencesItself:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/referencesItself/pom.xml [INFO] Resolving dependencies of MavenProject: referencesItself:referencesItself:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/referencesItself/pom.xml [INFO] Resolving class path of MavenProject: referencesItself:referencesItself:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/referencesItself/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [INFO] Computing target platform for MavenProject: pre30:project:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/dummy/pom.xml [INFO] Resolving dependencies of MavenProject: pre30:project:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/dummy/pom.xml [INFO] Resolving class path of MavenProject: pre30:project:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/dummy/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: fragement:client:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment/client/pom.xml [INFO] Resolving dependencies of MavenProject: fragement:client:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment/client/pom.xml [INFO] Resolving class path of MavenProject: fragement:client:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment/client/pom.xml [INFO] Computing target platform for MavenProject: fragement:fragment:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment/fragment/pom.xml [INFO] Resolving dependencies of MavenProject: fragement:fragment:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment/fragment/pom.xml [INFO] Resolving class path of MavenProject: fragement:fragment:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment/fragment/pom.xml [INFO] Computing target platform for MavenProject: fragement:fragment2:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment/fragment2/pom.xml [INFO] Resolving dependencies of MavenProject: fragement:fragment2:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment/fragment2/pom.xml [INFO] Resolving class path of MavenProject: fragement:fragment2:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment/fragment2/pom.xml [INFO] Computing target platform for MavenProject: fragement:host:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment/host/pom.xml [INFO] Resolving dependencies of MavenProject: fragement:host:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment/host/pom.xml [INFO] Resolving class path of MavenProject: fragement:host:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment/host/pom.xml [INFO] Computing target platform for MavenProject: fragement:dep:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment/dep/pom.xml [INFO] Resolving dependencies of MavenProject: fragement:dep:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment/dep/pom.xml [INFO] Resolving class path of MavenProject: fragement:dep:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment/dep/pom.xml [INFO] Computing target platform for MavenProject: explicitenvironment:valid:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/explicitenvironment/valid/pom.xml [INFO] Resolving dependencies of MavenProject: explicitenvironment:valid:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/explicitenvironment/valid/pom.xml [INFO] Resolving class path of MavenProject: explicitenvironment:valid:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/explicitenvironment/valid/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [INFO] Computing target platform for MavenProject: missingentry:project:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/missingentry/pom.xml [INFO] Resolving dependencies of MavenProject: missingentry:project:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/missingentry/pom.xml [INFO] Resolving class path of MavenProject: missingentry:project:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/missingentry/pom.xml [WARNING] Bundle-ClassPath entry missing_dir_entry.jar does not exist in /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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/tycho-github_tycho-2.5.x/tycho-core/src/test/resources/targetplatforms/missingentry/plugins/jarbundle_0.0.1.jar [WARNING] Bundle-ClassPath entry missing_jar_entry.jar does not exist in /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/src/test/resources/targetplatforms/missingentry/plugins/jarbundle_0.0.1.jar [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: resolutionerror:feature_missing_plugin:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/resolutionerror/feature_missing_plugin/pom.xml [INFO] Resolving dependencies of MavenProject: resolutionerror:feature_missing_plugin:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/resolutionerror/feature_missing_plugin/pom.xml [INFO] Resolving class path of MavenProject: resolutionerror:feature_missing_plugin:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/resolutionerror/feature_missing_plugin/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: resolutionerror:feature_missing_feature:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/resolutionerror/feature_missing_feature/pom.xml [INFO] Resolving dependencies of MavenProject: resolutionerror:feature_missing_feature:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/resolutionerror/feature_missing_feature/pom.xml [INFO] Resolving class path of MavenProject: resolutionerror:feature_missing_feature:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/resolutionerror/feature_missing_feature/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [INFO] Computing target platform for MavenProject: extraclasspath:b01:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/extraclasspath/b01/pom.xml [INFO] Resolving dependencies of MavenProject: extraclasspath:b01:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/extraclasspath/b01/pom.xml [INFO] Resolving class path of MavenProject: extraclasspath:b01:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/extraclasspath/b01/pom.xml [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [INFO] Computing target platform for MavenProject: extraclasspath:b02:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/extraclasspath/b02/pom.xml [INFO] Resolving dependencies of MavenProject: extraclasspath:b02:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/extraclasspath/b02/pom.xml [INFO] Resolving class path of MavenProject: extraclasspath:b02:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/extraclasspath/b02/pom.xml [INFO] Computing target platform for MavenProject: implicitenvironment:simple:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/implicitenvironment/simple/pom.xml [INFO] Resolving dependencies of MavenProject: implicitenvironment:simple:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/implicitenvironment/simple/pom.xml [INFO] Resolving class path of MavenProject: implicitenvironment:simple:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/implicitenvironment/simple/pom.xml [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.965 s - in org.eclipse.tycho.core.test.TychoTest [INFO] Running org.eclipse.tycho.core.test.DefaultBundleReaderTest [WARNING] Bundle-ClassPath entry foo/bar.txt does not exist in /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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/tycho-github_tycho-2.5.x/tycho-core/src/test/resources/bundlereader/testNestedDirClasspath_1.0.0.201007261122.jar [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.758 s - in org.eclipse.tycho.core.test.DefaultBundleReaderTest [INFO] Running org.eclipse.tycho.core.test.ArtifactDependencyWalkerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.eclipse.tycho.core.test.ArtifactDependencyWalkerTest [INFO] Running org.eclipse.tycho.core.test.P2IUTest [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: 428310:iuB:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/iuBuildOrder/justIUs/iuB/pom.xml [INFO] Resolving dependencies of MavenProject: 428310:iuB:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/iuBuildOrder/justIUs/iuB/pom.xml [INFO] Resolving class path of MavenProject: 428310:iuB:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/iuBuildOrder/justIUs/iuB/pom.xml [INFO] Computing target platform for MavenProject: 428310:iuA:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/iuBuildOrder/justIUs/iuA/pom.xml [INFO] Resolving dependencies of MavenProject: 428310:iuA:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/iuBuildOrder/justIUs/iuA/pom.xml [INFO] Resolving class path of MavenProject: 428310:iuA:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/iuBuildOrder/justIUs/iuA/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: 428310:featureWithIUDeps:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/iuBuildOrder/featureToIU/feature/pom.xml [INFO] Resolving dependencies of MavenProject: 428310:featureWithIUDeps:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/iuBuildOrder/featureToIU/feature/pom.xml [INFO] Resolving class path of MavenProject: 428310:featureWithIUDeps:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/iuBuildOrder/featureToIU/feature/pom.xml [INFO] Computing target platform for MavenProject: 428310:anIU:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/iuBuildOrder/featureToIU/iu/pom.xml [INFO] Resolving dependencies of MavenProject: 428310:anIU:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/iuBuildOrder/featureToIU/iu/pom.xml [INFO] Resolving class path of MavenProject: 428310:anIU:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/iuBuildOrder/featureToIU/iu/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: 428310:anIU:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/iuBuildOrder/iuToFeature/iu/pom.xml [INFO] Resolving dependencies of MavenProject: 428310:anIU:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/iuBuildOrder/iuToFeature/iu/pom.xml [INFO] Resolving class path of MavenProject: 428310:anIU:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/iuBuildOrder/iuToFeature/iu/pom.xml [INFO] Computing target platform for MavenProject: 428310:aFeature:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/iuBuildOrder/iuToFeature/feature/pom.xml [INFO] Resolving dependencies of MavenProject: 428310:aFeature:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/iuBuildOrder/iuToFeature/feature/pom.xml [INFO] Resolving class path of MavenProject: 428310:aFeature:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/iuBuildOrder/iuToFeature/feature/pom.xml [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 s - in org.eclipse.tycho.core.test.P2IUTest [INFO] Running org.eclipse.tycho.core.test.DefaultDependencyArtifactsTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tycho.core.test.DefaultDependencyArtifactsTest [INFO] Running org.eclipse.tycho.core.test.DependencyComputerTest [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: customProfile:bundle:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/customProfile/bundle/pom.xml [INFO] Resolving dependencies of MavenProject: customProfile:bundle:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/customProfile/bundle/pom.xml [INFO] Resolving class path of MavenProject: customProfile:bundle:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/customProfile/bundle/pom.xml [INFO] Computing target platform for MavenProject: customProfile:alternativeProvider:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/customProfile/alternativeProvider/pom.xml [INFO] Resolving dependencies of MavenProject: customProfile:alternativeProvider:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/customProfile/alternativeProvider/pom.xml [INFO] Resolving class path of MavenProject: customProfile:alternativeProvider:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/customProfile/alternativeProvider/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: tycho-its-project.363331_extraTargetPlatformRequirements.fragment-split-package:bundle:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment-split-mandatory/bundle/pom.xml [INFO] Resolving dependencies of MavenProject: tycho-its-project.363331_extraTargetPlatformRequirements.fragment-split-package:bundle:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment-split-mandatory/bundle/pom.xml [INFO] Resolving class path of MavenProject: tycho-its-project.363331_extraTargetPlatformRequirements.fragment-split-package:bundle:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment-split-mandatory/bundle/pom.xml [INFO] Computing target platform for MavenProject: tycho-its-project.363331_extraTargetPlatformRequirements.fragment-split-package:fragment:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment-split-mandatory/fragment/pom.xml [INFO] Resolving dependencies of MavenProject: tycho-its-project.363331_extraTargetPlatformRequirements.fragment-split-package:fragment:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment-split-mandatory/fragment/pom.xml [INFO] Resolving class path of MavenProject: tycho-its-project.363331_extraTargetPlatformRequirements.fragment-split-package:fragment:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment-split-mandatory/fragment/pom.xml [INFO] Computing target platform for MavenProject: tycho-its-project.363331_extraTargetPlatformRequirements.fragment-split-package:bundle.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment-split-mandatory/bundle.tests/pom.xml [INFO] Resolving dependencies of MavenProject: tycho-its-project.363331_extraTargetPlatformRequirements.fragment-split-package:bundle.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment-split-mandatory/bundle.tests/pom.xml [INFO] Resolving class path of MavenProject: tycho-its-project.363331_extraTargetPlatformRequirements.fragment-split-package:bundle.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment-split-mandatory/bundle.tests/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: exportpackage:bundle:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/exportpackage/bundle/pom.xml [INFO] Resolving dependencies of MavenProject: exportpackage:bundle:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/exportpackage/bundle/pom.xml [INFO] Resolving class path of MavenProject: exportpackage:bundle:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/exportpackage/bundle/pom.xml [INFO] Computing target platform for MavenProject: exportpackage:dep:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/exportpackage/dep/pom.xml [INFO] Resolving dependencies of MavenProject: exportpackage:dep:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/exportpackage/dep/pom.xml [INFO] Resolving class path of MavenProject: exportpackage:dep:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/exportpackage/dep/pom.xml [INFO] Computing target platform for MavenProject: exportpackage:dep2:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/exportpackage/dep2/pom.xml [INFO] Resolving dependencies of MavenProject: exportpackage:dep2:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/exportpackage/dep2/pom.xml [INFO] Resolving class path of MavenProject: exportpackage:dep2:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/exportpackage/dep2/pom.xml [INFO] Computing target platform for MavenProject: exportpackage:dep3:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/exportpackage/dep3/pom.xml [INFO] Resolving dependencies of MavenProject: exportpackage:dep3:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/exportpackage/dep3/pom.xml [INFO] Resolving class path of MavenProject: exportpackage:dep3:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/exportpackage/dep3/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: osgicompile:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/accessrules/p001/pom.xml [INFO] Resolving dependencies of MavenProject: osgicompile:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/accessrules/p001/pom.xml [INFO] Resolving class path of MavenProject: osgicompile:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/accessrules/p001/pom.xml [INFO] Computing target platform for MavenProject: osgicompile:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/accessrules/p002/pom.xml [INFO] Resolving dependencies of MavenProject: osgicompile:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/accessrules/p002/pom.xml [INFO] Resolving class path of MavenProject: osgicompile:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/accessrules/p002/pom.xml [INFO] Computing target platform for MavenProject: osgicompile:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/accessrules/p003/pom.xml [INFO] Resolving dependencies of MavenProject: osgicompile:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/accessrules/p003/pom.xml [INFO] Resolving class path of MavenProject: osgicompile:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/accessrules/p003/pom.xml [INFO] Computing target platform for MavenProject: osgicompile:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/accessrules/p004/pom.xml [INFO] Resolving dependencies of MavenProject: osgicompile:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/accessrules/p004/pom.xml [INFO] Resolving class path of MavenProject: osgicompile:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/accessrules/p004/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: osgicompile:A:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/deepReexport/A/pom.xml [INFO] Resolving dependencies of MavenProject: osgicompile:A:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/deepReexport/A/pom.xml [INFO] Resolving class path of MavenProject: osgicompile:A:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/deepReexport/A/pom.xml [INFO] Computing target platform for MavenProject: osgicompile:B:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/deepReexport/B/pom.xml [INFO] Resolving dependencies of MavenProject: osgicompile:B:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/deepReexport/B/pom.xml [INFO] Resolving class path of MavenProject: osgicompile:B:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/deepReexport/B/pom.xml [INFO] Computing target platform for MavenProject: osgicompile:C:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/deepReexport/C/pom.xml [INFO] Resolving dependencies of MavenProject: osgicompile:C:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/deepReexport/C/pom.xml [INFO] Resolving class path of MavenProject: osgicompile:C:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/deepReexport/C/pom.xml [INFO] Computing target platform for MavenProject: osgicompile:D:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/deepReexport/D/pom.xml [INFO] Resolving dependencies of MavenProject: osgicompile:D:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/deepReexport/D/pom.xml [INFO] Resolving class path of MavenProject: osgicompile:D:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/deepReexport/D/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: resolver.fragments.import-class-provided-by-fragment:bundle1:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment-import-class-provided-by-fragment-from-package-exported-by-host/bundle1/pom.xml [INFO] Resolving dependencies of MavenProject: resolver.fragments.import-class-provided-by-fragment:bundle1:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment-import-class-provided-by-fragment-from-package-exported-by-host/bundle1/pom.xml [INFO] Resolving class path of MavenProject: resolver.fragments.import-class-provided-by-fragment:bundle1:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment-import-class-provided-by-fragment-from-package-exported-by-host/bundle1/pom.xml [INFO] Computing target platform for MavenProject: resolver.fragments.import-class-provided-by-fragment:bundle1.fragment:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment-import-class-provided-by-fragment-from-package-exported-by-host/bundle1.fragment/pom.xml [INFO] Resolving dependencies of MavenProject: resolver.fragments.import-class-provided-by-fragment:bundle1.fragment:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment-import-class-provided-by-fragment-from-package-exported-by-host/bundle1.fragment/pom.xml [INFO] Resolving class path of MavenProject: resolver.fragments.import-class-provided-by-fragment:bundle1.fragment:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment-import-class-provided-by-fragment-from-package-exported-by-host/bundle1.fragment/pom.xml [INFO] Computing target platform for MavenProject: resolver.fragments.import-class-provided-by-fragment:bundle2:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment-import-class-provided-by-fragment-from-package-exported-by-host/bundle2/pom.xml [INFO] Resolving dependencies of MavenProject: resolver.fragments.import-class-provided-by-fragment:bundle2:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment-import-class-provided-by-fragment-from-package-exported-by-host/bundle2/pom.xml [INFO] Resolving class path of MavenProject: resolver.fragments.import-class-provided-by-fragment:bundle2:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment-import-class-provided-by-fragment-from-package-exported-by-host/bundle2/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: importVsRequire:A:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/importVsRequire/A/pom.xml [INFO] Resolving dependencies of MavenProject: importVsRequire:A:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/importVsRequire/A/pom.xml [INFO] Resolving class path of MavenProject: importVsRequire:A:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/importVsRequire/A/pom.xml [INFO] Computing target platform for MavenProject: importVsRequire:B:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/importVsRequire/B/pom.xml [INFO] Resolving dependencies of MavenProject: importVsRequire:B:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/importVsRequire/B/pom.xml [INFO] Resolving class path of MavenProject: importVsRequire:B:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/importVsRequire/B/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: tycho-its-project.363331_extraTargetPlatformRequirements.fragment-split-package:bundle:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment-split-package/bundle/pom.xml [INFO] Resolving dependencies of MavenProject: tycho-its-project.363331_extraTargetPlatformRequirements.fragment-split-package:bundle:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment-split-package/bundle/pom.xml [INFO] Resolving class path of MavenProject: tycho-its-project.363331_extraTargetPlatformRequirements.fragment-split-package:bundle:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment-split-package/bundle/pom.xml [INFO] Computing target platform for MavenProject: tycho-its-project.363331_extraTargetPlatformRequirements.fragment-split-package:fragment:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment-split-package/fragment/pom.xml [INFO] Resolving dependencies of MavenProject: tycho-its-project.363331_extraTargetPlatformRequirements.fragment-split-package:fragment:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment-split-package/fragment/pom.xml [INFO] Resolving class path of MavenProject: tycho-its-project.363331_extraTargetPlatformRequirements.fragment-split-package:fragment:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment-split-package/fragment/pom.xml [INFO] Computing target platform for MavenProject: tycho-its-project.363331_extraTargetPlatformRequirements.fragment-split-package:bundle.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment-split-package/bundle.tests/pom.xml [INFO] Resolving dependencies of MavenProject: tycho-its-project.363331_extraTargetPlatformRequirements.fragment-split-package:bundle.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment-split-package/bundle.tests/pom.xml [INFO] Resolving class path of MavenProject: tycho-its-project.363331_extraTargetPlatformRequirements.fragment-split-package:bundle.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment-split-package/bundle.tests/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: fragement:client:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment/client/pom.xml [INFO] Resolving dependencies of MavenProject: fragement:client:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment/client/pom.xml [INFO] Resolving class path of MavenProject: fragement:client:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment/client/pom.xml [INFO] Computing target platform for MavenProject: fragement:fragment:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment/fragment/pom.xml [INFO] Resolving dependencies of MavenProject: fragement:fragment:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment/fragment/pom.xml [INFO] Resolving class path of MavenProject: fragement:fragment:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment/fragment/pom.xml [INFO] Computing target platform for MavenProject: fragement:fragment2:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment/fragment2/pom.xml [INFO] Resolving dependencies of MavenProject: fragement:fragment2:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment/fragment2/pom.xml [INFO] Resolving class path of MavenProject: fragement:fragment2:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment/fragment2/pom.xml [INFO] Computing target platform for MavenProject: fragement:host:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment/host/pom.xml [INFO] Resolving dependencies of MavenProject: fragement:host:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment/host/pom.xml [INFO] Resolving class path of MavenProject: fragement:host:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment/host/pom.xml [INFO] Computing target platform for MavenProject: fragement:dep:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment/dep/pom.xml [INFO] Resolving dependencies of MavenProject: fragement:dep:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment/dep/pom.xml [INFO] Resolving class path of MavenProject: fragement:dep:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/fragment/dep/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [INFO] Computing target platform for MavenProject: bootclasspath:bundle1:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/bootclasspath/bundle1/pom.xml [INFO] Resolving dependencies of MavenProject: bootclasspath:bundle1:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/bootclasspath/bundle1/pom.xml [INFO] Resolving class path of MavenProject: bootclasspath:bundle1:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/bootclasspath/bundle1/pom.xml [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [INFO] Computing target platform for MavenProject: bootclasspath:bundle2:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/bootclasspath/bundle2/pom.xml [INFO] Resolving dependencies of MavenProject: bootclasspath:bundle2:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/bootclasspath/bundle2/pom.xml [INFO] Resolving class path of MavenProject: bootclasspath:bundle2:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/bootclasspath/bundle2/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jface:org.eclipse.jface.databinding:1.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/eeProfile.resolution.fragments/org.eclipse.jface.databinding/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jface:org.eclipse.jface.databinding:1.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/eeProfile.resolution.fragments/org.eclipse.jface.databinding/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.jface:org.eclipse.jface.databinding:1.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/eeProfile.resolution.fragments/org.eclipse.jface.databinding/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swt:org.eclipse.swt:3.102.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/eeProfile.resolution.fragments/org.eclipse.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt:3.102.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/eeProfile.resolution.fragments/org.eclipse.swt/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swt:org.eclipse.swt:3.102.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/eeProfile.resolution.fragments/org.eclipse.swt/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swt:org.eclipse.swt.gtk.linux.x86:3.102.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/eeProfile.resolution.fragments/org.eclipse.swt.gtk.linux.x86/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.gtk.linux.x86:3.102.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/eeProfile.resolution.fragments/org.eclipse.swt.gtk.linux.x86/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swt:org.eclipse.swt.gtk.linux.x86:3.102.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/eeProfile.resolution.fragments/org.eclipse.swt.gtk.linux.x86/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: TYCHO0378unwantedSelfDependency:feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/TYCHO0378unwantedSelfDependency/pom.xml [INFO] Resolving dependencies of MavenProject: TYCHO0378unwantedSelfDependency:feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/TYCHO0378unwantedSelfDependency/pom.xml [INFO] Resolving class path of MavenProject: TYCHO0378unwantedSelfDependency:feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/TYCHO0378unwantedSelfDependency/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: osgicompile:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/reexport/p001/pom.xml [INFO] Resolving dependencies of MavenProject: osgicompile:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/reexport/p001/pom.xml [INFO] Resolving class path of MavenProject: osgicompile:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/reexport/p001/pom.xml [INFO] Computing target platform for MavenProject: osgicompile:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/reexport/p002/pom.xml [INFO] Resolving dependencies of MavenProject: osgicompile:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/reexport/p002/pom.xml [INFO] Resolving class path of MavenProject: osgicompile:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/reexport/p002/pom.xml [INFO] Computing target platform for MavenProject: osgicompile:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/reexport/p003/pom.xml [INFO] Resolving dependencies of MavenProject: osgicompile:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/reexport/p003/pom.xml [INFO] Resolving class path of MavenProject: osgicompile:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/reexport/p003/pom.xml [INFO] Computing target platform for MavenProject: osgicompile:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/reexport/p004/pom.xml [INFO] Resolving dependencies of MavenProject: osgicompile:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/reexport/p004/pom.xml [INFO] Resolving class path of MavenProject: osgicompile:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/projects/reexport/p004/pom.xml [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.887 s - in org.eclipse.tycho.core.test.DependencyComputerTest [INFO] Running org.eclipse.tycho.core.resolver.DefaultTychoResolverTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.tycho.core.resolver.DefaultTychoResolverTest [INFO] Running org.eclipse.tycho.core.resolver.DefaultTargetPlatformConfigurationReaderTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.52 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 s - in org.eclipse.tycho.core.resolver.TychoMirrorSelectorTest [INFO] Running org.eclipse.tycho.artifacts.configuration.TargetPlatformFilterConfigurationReaderTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.464 s - in org.eclipse.tycho.artifacts.configuration.TargetPlatformFilterConfigurationReaderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 161, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-core --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/tycho-core-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-core --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/tycho-core-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ tycho-core --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/tycho-core-2.5.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-core --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/tycho-core-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-core/2.5.0-SNAPSHOT/tycho-core-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-core/2.5.0-SNAPSHOT/tycho-core-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/tycho-core-2.5.0-SNAPSHOT-system-packages-companion.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-core/2.5.0-SNAPSHOT/tycho-core-2.5.0-SNAPSHOT-system-packages-companion.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/tycho-core-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-core/2.5.0-SNAPSHOT/tycho-core-2.5.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/tycho-core-2.5.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-core/2.5.0-SNAPSHOT/tycho-core-2.5.0-SNAPSHOT-tests.jar [INFO] [INFO] --------------< org.eclipse.tycho:sisu-equinox-launching >-------------- [INFO] Building Sisu Equinox Launching 2.5.0-SNAPSHOT [26/74] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sisu-equinox-launching --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ sisu-equinox-launching --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/sisu-equinox/sisu-equinox-launching/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sisu-equinox-launching --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/sisu-equinox/sisu-equinox-launching/target/classes [INFO] [INFO] --- plexus-component-metadata:2.1.0:generate-metadata (default) @ sisu-equinox-launching --- [INFO] Discovered 3 component descriptors(s) [INFO] [INFO] --- maven-bundle-plugin:5.1.1:manifest (bundle-manifest) @ sisu-equinox-launching --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ sisu-equinox-launching --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/sisu-equinox/sisu-equinox-launching/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sisu-equinox-launching --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/sisu-equinox/sisu-equinox-launching/target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.1.0:generate-test-metadata (default) @ sisu-equinox-launching --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ sisu-equinox-launching --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/sisu-equinox/sisu-equinox-launching/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sisu.equinox.launching.internal.EquinoxLaunchConfigurationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.sisu.equinox.launching.internal.EquinoxLaunchConfigurationTest [INFO] Running org.eclipse.sisu.equinox.launching.internal.DefaultEquinoxInstallationFactoryTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.505 s - in org.eclipse.sisu.equinox.launching.internal.DefaultEquinoxInstallationFactoryTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ sisu-equinox-launching --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/sisu-equinox/sisu-equinox-launching/target/sisu-equinox-launching-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ sisu-equinox-launching --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/sisu-equinox/sisu-equinox-launching/target/sisu-equinox-launching-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ sisu-equinox-launching --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/sisu-equinox/sisu-equinox-launching/target/sisu-equinox-launching-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/sisu-equinox-launching/2.5.0-SNAPSHOT/sisu-equinox-launching-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/sisu-equinox/sisu-equinox-launching/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/sisu-equinox-launching/2.5.0-SNAPSHOT/sisu-equinox-launching-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/sisu-equinox/sisu-equinox-launching/target/sisu-equinox-launching-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/sisu-equinox-launching/2.5.0-SNAPSHOT/sisu-equinox-launching-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------------< org.eclipse.tycho:tycho-lib-detector >---------------- [INFO] Building Tycho JVM Library Detector 2.5.0-SNAPSHOT [27/74] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-lib-detector --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-lib-detector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-lib-detector/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-lib-detector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-lib-detector/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-lib-detector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-lib-detector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-lib-detector --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-lib-detector --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-lib-detector --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-lib-detector/target/tycho-lib-detector-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-lib-detector --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-lib-detector/target/tycho-lib-detector-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-lib-detector --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-lib-detector/target/tycho-lib-detector-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-lib-detector/2.5.0-SNAPSHOT/tycho-lib-detector-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-lib-detector/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-lib-detector/2.5.0-SNAPSHOT/tycho-lib-detector-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-lib-detector/target/tycho-lib-detector-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-lib-detector/2.5.0-SNAPSHOT/tycho-lib-detector-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------------< org.eclipse.tycho:tycho-compiler-jdt >---------------- [INFO] Building Tycho JDT Compiler Component 2.5.0-SNAPSHOT [28/74] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-compiler-jdt --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-compiler-jdt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-jdt/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-compiler-jdt --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-jdt/target/classes [INFO] [INFO] --- plexus-component-metadata:2.1.0:generate-metadata (default) @ tycho-compiler-jdt --- [INFO] Discovered 2 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-compiler-jdt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-compiler-jdt --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-jdt/target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.1.0:generate-test-metadata (default) @ tycho-compiler-jdt --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-compiler-jdt --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-jdt/target/surefire-reports [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.133 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.302 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] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-compiler-jdt --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-jdt/target/tycho-compiler-jdt-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-compiler-jdt --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-jdt/target/tycho-compiler-jdt-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-compiler-jdt --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-jdt/target/tycho-compiler-jdt-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-compiler-jdt/2.5.0-SNAPSHOT/tycho-compiler-jdt-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-jdt/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-compiler-jdt/2.5.0-SNAPSHOT/tycho-compiler-jdt-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-jdt/target/tycho-compiler-jdt-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-compiler-jdt/2.5.0-SNAPSHOT/tycho-compiler-jdt-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.eclipse.tycho:tycho-compiler-plugin >--------------- [INFO] Building Tycho OSGi Compiler Plugin 2.5.0-SNAPSHOT [29/74] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-compiler-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-compiler-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-compiler-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/src/main/java/org/eclipse/tycho/compiler/AbstractOsgiCompilerMojo.java: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/src/main/java/org/eclipse/tycho/compiler/AbstractOsgiCompilerMojo.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/src/main/java/org/eclipse/tycho/compiler/AbstractOsgiCompilerMojo.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-plugin-plugin:3.6.1:descriptor (default-descriptor) @ tycho-compiler-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 2 mojo descriptors. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-compiler-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 252 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-compiler-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-compiler-plugin --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/surefire-reports [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. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: org.eclipse.tycho.test:projectSettings02:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/projectSettings/p002/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho.test:projectSettings02:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/projectSettings/p002/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.tycho.test:projectSettings02:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/projectSettings/p002/pom.xml [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11} [debug] Effective source/target: 11/11 [debug] Using compiler 'jdt'. [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/projectSettings/p002/target/classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: classpath:miltijar:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/multijar/pom.xml [INFO] Resolving dependencies of MavenProject: classpath:miltijar:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/multijar/pom.xml [INFO] Resolving class path of MavenProject: classpath:miltijar:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/multijar/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: resources:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/resources/p001/pom.xml [INFO] Resolving dependencies of MavenProject: resources:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/resources/p001/pom.xml [INFO] Resolving class path of MavenProject: resources:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/resources/p001/pom.xml [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11} [debug] Effective source/target: 11/11 [debug] Using compiler 'jdt'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/resources/p001/target/classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: osgicompile:bootclasspath-accessrules:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/bootclasspath-accessrules/pom.xml [INFO] Resolving dependencies of MavenProject: osgicompile:bootclasspath-accessrules:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/bootclasspath-accessrules/pom.xml [INFO] Resolving class path of MavenProject: osgicompile:bootclasspath-accessrules:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/bootclasspath-accessrules/pom.xml [debug] Manifest BREEs: [OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11} [debug] Effective source/target: 1.3/1.2 [debug] Using compiler 'jdt'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/bootclasspath-accessrules/target/a.jar-classes [debug] Using compiler 'jdt'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/bootclasspath-accessrules/target/b.jar-classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: resources:p004:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/resources/p004/pom.xml [INFO] Resolving dependencies of MavenProject: resources:p004:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/resources/p004/pom.xml [INFO] Resolving class path of MavenProject: resources:p004:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/resources/p004/pom.xml [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11} [debug] Effective source/target: 11/11 [debug] Using compiler 'jdt'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/resources/p004/target/classes [debug] Using compiler 'jdt'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/resources/p004/target/nested.jar-classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: multisource:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/multisource/p002/pom.xml [INFO] Resolving dependencies of MavenProject: multisource:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/multisource/p002/pom.xml [INFO] Resolving class path of MavenProject: multisource:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/multisource/p002/pom.xml [debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11} [debug] Effective source/target: 1.5/1.5 [debug] Using compiler 'jdt'. [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/multisource/p002/target/classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: logs:multiJarSingleDir:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/logs/multiJarSingleDir/pom.xml [INFO] Resolving dependencies of MavenProject: logs:multiJarSingleDir:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/logs/multiJarSingleDir/pom.xml [INFO] Resolving class path of MavenProject: logs:multiJarSingleDir:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/logs/multiJarSingleDir/pom.xml [debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11} [debug] Effective source/target: 1.5/1.5 [debug] Using compiler 'jdt'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/logs/multiJarSingleDir/target/classes [debug] Using compiler 'jdt'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/logs/multiJarSingleDir/target/library.jar-classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: org.eclipse.tycho.test:jreCompilationProfile:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/useJDKBREE/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho.test:jreCompilationProfile:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/useJDKBREE/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.tycho.test:jreCompilationProfile:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/useJDKBREE/pom.xml [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'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/useJDKBREE/.settings/org.eclipse.jdt.core.prefs' could not be found! [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: osgicompile:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/accessrules/p001/pom.xml [INFO] Resolving dependencies of MavenProject: osgicompile:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/accessrules/p001/pom.xml [INFO] Resolving class path of MavenProject: osgicompile:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/accessrules/p001/pom.xml [INFO] Computing target platform for MavenProject: osgicompile:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/accessrules/p002/pom.xml [INFO] Resolving dependencies of MavenProject: osgicompile:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/accessrules/p002/pom.xml [INFO] Resolving class path of MavenProject: osgicompile:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/accessrules/p002/pom.xml [INFO] Computing target platform for MavenProject: osgicompile:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/accessrules/p003/pom.xml [INFO] Resolving dependencies of MavenProject: osgicompile:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/accessrules/p003/pom.xml [INFO] Resolving class path of MavenProject: osgicompile:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/accessrules/p003/pom.xml [INFO] Computing target platform for MavenProject: osgicompile:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/accessrules/p004/pom.xml [INFO] Resolving dependencies of MavenProject: osgicompile:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/accessrules/p004/pom.xml [INFO] Resolving class path of MavenProject: osgicompile:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/accessrules/p004/pom.xml [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11} [debug] Effective source/target: 11/11 [debug] Using compiler 'jdt'. [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/accessrules/p001/target/classes [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11} [debug] Effective source/target: 11/11 [debug] Using compiler 'jdt'. [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/accessrules/p003/target/classes [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11} [debug] Effective source/target: 11/11 [debug] Using compiler 'jdt'. [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/accessrules/p004/target/classes [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11} [debug] Effective source/target: 11/11 [debug] Using compiler 'jdt'. [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/accessrules/p002/target/classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: org.eclipse.tycho.test:compilerMessages:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/compilermessages/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho.test:compilerMessages:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/compilermessages/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.tycho.test:compilerMessages:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/compilermessages/pom.xml [debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11} [debug] Effective source/target: 1.5/1.5 [debug] Using compiler 'jdt'. [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/compilermessages/target/classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: logs:multiJarMultiDir:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/logs/multiJarMultiDir/pom.xml [INFO] Resolving dependencies of MavenProject: logs:multiJarMultiDir:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/logs/multiJarMultiDir/pom.xml [INFO] Resolving class path of MavenProject: logs:multiJarMultiDir:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/logs/multiJarMultiDir/pom.xml [debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11} [debug] Effective source/target: 1.5/1.5 [debug] Using compiler 'jdt'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/logs/multiJarMultiDir/target/classes [debug] Using compiler 'jdt'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/logs/multiJarMultiDir/target/lib/library.jar-classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: executionEnvironments:p006-newerEEthenBREE:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/executionEnvironment/p006-newerEEthanBREE/pom.xml [INFO] Resolving dependencies of MavenProject: executionEnvironments:p006-newerEEthenBREE:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/executionEnvironment/p006-newerEEthanBREE/pom.xml [INFO] Resolving class path of MavenProject: executionEnvironments:p006-newerEEthenBREE:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/executionEnvironment/p006-newerEEthanBREE/pom.xml [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'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/executionEnvironment/p006-newerEEthanBREE/target/classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: executionEnvironments:p007-automaticReleaseCommpilerArgumentDeterminationDisabled:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/executionEnvironment/p007-automaticReleaseCommpilerArgumentDeterminationDisabled/pom.xml [INFO] Resolving dependencies of MavenProject: executionEnvironments:p007-automaticReleaseCommpilerArgumentDeterminationDisabled:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/executionEnvironment/p007-automaticReleaseCommpilerArgumentDeterminationDisabled/pom.xml [INFO] Resolving class path of MavenProject: executionEnvironments:p007-automaticReleaseCommpilerArgumentDeterminationDisabled:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/executionEnvironment/p007-automaticReleaseCommpilerArgumentDeterminationDisabled/pom.xml [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'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/executionEnvironment/p007-automaticReleaseCommpilerArgumentDeterminationDisabled/target/classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: executionEnvironments:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/executionEnvironment/eeAsRequirement/pom.xml [INFO] Resolving dependencies of MavenProject: executionEnvironments:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/executionEnvironment/eeAsRequirement/pom.xml [INFO] Resolving class path of MavenProject: executionEnvironments:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/executionEnvironment/eeAsRequirement/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: multisource:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/multisource/p001/pom.xml [INFO] Resolving dependencies of MavenProject: multisource:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/multisource/p001/pom.xml [INFO] Resolving class path of MavenProject: multisource:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/multisource/p001/pom.xml [debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11} [debug] Effective source/target: 1.5/1.5 [debug] Using compiler 'jdt'. [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/multisource/p001/target/classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: org.eclipse.tycho.test:projectSettings01:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/projectSettings/p001/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho.test:projectSettings01:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/projectSettings/p001/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.tycho.test:projectSettings01:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/projectSettings/p001/pom.xml [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11} [debug] Effective source/target: 11/11 [debug] Using compiler 'jdt'. [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/projectSettings/p001/target/classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: osgicompile:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/accessrules/p001/pom.xml [INFO] Resolving dependencies of MavenProject: osgicompile:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/accessrules/p001/pom.xml [INFO] Resolving class path of MavenProject: osgicompile:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/accessrules/p001/pom.xml [INFO] Computing target platform for MavenProject: osgicompile:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/accessrules/p002/pom.xml [INFO] Resolving dependencies of MavenProject: osgicompile:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/accessrules/p002/pom.xml [INFO] Resolving class path of MavenProject: osgicompile:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/accessrules/p002/pom.xml [INFO] Computing target platform for MavenProject: osgicompile:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/accessrules/p003/pom.xml [INFO] Resolving dependencies of MavenProject: osgicompile:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/accessrules/p003/pom.xml [INFO] Resolving class path of MavenProject: osgicompile:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/accessrules/p003/pom.xml [INFO] Computing target platform for MavenProject: osgicompile:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/accessrules/p004/pom.xml [INFO] Resolving dependencies of MavenProject: osgicompile:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/accessrules/p004/pom.xml [INFO] Resolving class path of MavenProject: osgicompile:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/accessrules/p004/pom.xml [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11} [debug] Effective source/target: 11/11 [debug] Using compiler 'jdt'. [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/accessrules/p001/target/classes [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11} [debug] Effective source/target: 11/11 [debug] Using compiler 'jdt'. [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/accessrules/p003/target/classes [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11} [debug] Effective source/target: 11/11 [debug] Using compiler 'jdt'. [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/accessrules/p004/target/classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: logs:singleJar:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/logs/customCompilerArgs/pom.xml [INFO] Resolving dependencies of MavenProject: logs:singleJar:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/logs/customCompilerArgs/pom.xml [INFO] Resolving class path of MavenProject: logs:singleJar:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/logs/customCompilerArgs/pom.xml [debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11} [debug] Effective source/target: 1.5/1.5 [debug] Using compiler 'jdt'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/logs/customCompilerArgs/target/classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: tycho-its-project:bundle01:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/crosstalk/bundle01/pom.xml [INFO] Resolving dependencies of MavenProject: tycho-its-project:bundle01:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/crosstalk/bundle01/pom.xml [INFO] Resolving class path of MavenProject: tycho-its-project:bundle01:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/crosstalk/bundle01/pom.xml [INFO] Computing target platform for MavenProject: tycho-its-project:bundle02:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/crosstalk/bundle02/pom.xml [INFO] Resolving dependencies of MavenProject: tycho-its-project:bundle02:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/crosstalk/bundle02/pom.xml [INFO] Resolving class path of MavenProject: tycho-its-project:bundle02:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/crosstalk/bundle02/pom.xml [debug] Manifest BREEs: [OSGi profile 'OSGi/Minimum-1.0' { source level: 1.3, target level: 1.1}] [debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11} [debug] Effective source/target: 1.3/1.1 [debug] Using compiler 'jdt'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/crosstalk/bundle01/target/classes [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11} [debug] Effective source/target: 11/11 [debug] Using compiler 'jdt'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/crosstalk/bundle02/target/classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [INFO] Computing target platform for MavenProject: osgicompile:367431_frameworkExtensionCompileAccessRules:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/367431_frameworkExtensionCompileAccessRules/bundle/pom.xml [INFO] Resolving dependencies of MavenProject: osgicompile:367431_frameworkExtensionCompileAccessRules:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/367431_frameworkExtensionCompileAccessRules/bundle/pom.xml [INFO] Resolving class path of MavenProject: osgicompile:367431_frameworkExtensionCompileAccessRules:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/367431_frameworkExtensionCompileAccessRules/bundle/pom.xml [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'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/367431_frameworkExtensionCompileAccessRules/bundle/target/classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: classpath:embedednonclasspath:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/embedednonclasspath/pom.xml [INFO] Resolving dependencies of MavenProject: classpath:embedednonclasspath:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/embedednonclasspath/pom.xml [INFO] Resolving class path of MavenProject: classpath:embedednonclasspath:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/embedednonclasspath/pom.xml [debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11} [debug] Effective source/target: 1.5/1.5 [debug] Using compiler 'jdt'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/embedednonclasspath/target/library.jar-classes [debug] Using compiler 'jdt'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/embedednonclasspath/target/classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [INFO] Computing target platform for MavenProject: classpath:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/classpath/p001/pom.xml [INFO] Resolving dependencies of MavenProject: classpath:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/classpath/p001/pom.xml [INFO] Resolving class path of MavenProject: classpath:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/classpath/p001/pom.xml [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [INFO] Computing target platform for MavenProject: classpath:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/classpath/p002/pom.xml [INFO] Resolving dependencies of MavenProject: classpath:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/classpath/p002/pom.xml [INFO] Resolving class path of MavenProject: classpath:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/classpath/p002/pom.xml [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [INFO] Computing target platform for MavenProject: classpath:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/classpath/p004/pom.xml [INFO] Resolving dependencies of MavenProject: classpath:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/classpath/p004/pom.xml [INFO] Resolving class path of MavenProject: classpath:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/classpath/p004/pom.xml [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [INFO] Computing target platform for MavenProject: classpath:p005:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/classpath/p005/pom.xml [INFO] Resolving dependencies of MavenProject: classpath:p005:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/classpath/p005/pom.xml [INFO] Resolving class path of MavenProject: classpath:p005:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/classpath/p005/pom.xml [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11} [debug] Effective source/target: 11/11 [debug] Using compiler 'jdt'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/classpath/p005/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/classpath/p005/target/classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: resources:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/resources/p002/pom.xml [INFO] Resolving dependencies of MavenProject: resources:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/resources/p002/pom.xml [INFO] Resolving class path of MavenProject: resources:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/resources/p002/pom.xml [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11} [debug] Effective source/target: 11/11 [debug] Using compiler 'jdt'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/resources/p002/target/classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: classpath:miltijar:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/multijar/pom.xml [INFO] Resolving dependencies of MavenProject: classpath:miltijar:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/multijar/pom.xml [INFO] Resolving class path of MavenProject: classpath:miltijar:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/multijar/pom.xml [debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11} [debug] Effective source/target: 1.5/1.5 [debug] Using compiler 'jdt'. [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/multijar/target/classes [debug] Using compiler 'jdt'. [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/multijar/target/library.jar-classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: bree-target-compatibility:bree-target-compatibility:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/bree-target-compatibility/pom.xml [INFO] Resolving dependencies of MavenProject: bree-target-compatibility:bree-target-compatibility:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/bree-target-compatibility/pom.xml [INFO] Resolving class path of MavenProject: bree-target-compatibility:bree-target-compatibility:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/bree-target-compatibility/pom.xml [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-11' { source level: 11, target level: 11} [debug] Effective source/target: 1.3/1.5 [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: org.eclipse.tycho.test:compilerArgs:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/compiler-args/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho.test:compilerArgs:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/compiler-args/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.tycho.test:compilerArgs:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/compiler-args/pom.xml [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11} [debug] Effective source/target: 11/11 [debug] Using compiler 'jdt'. [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/compiler-args/target/classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: org.eclipse.tycho.test:projectSettings01:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/projectSettings/p001/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho.test:projectSettings01:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/projectSettings/p001/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.tycho.test:projectSettings01:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/projectSettings/p001/pom.xml [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11} [debug] Effective source/target: 11/11 [debug] Using compiler 'jdt'. [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/projectSettings/p001/target/classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: org.eclipse.tycho.test:jreCompilationProfile:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/jreCompilationProfile/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho.test:jreCompilationProfile:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/jreCompilationProfile/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.tycho.test:jreCompilationProfile:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/jreCompilationProfile/pom.xml [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/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/jreCompilationProfile/pom.xml [debug] Using compiler 'jdt'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/jreCompilationProfile/target/classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: resources:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/resources/p003/pom.xml [INFO] Resolving dependencies of MavenProject: resources:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/resources/p003/pom.xml [INFO] Resolving class path of MavenProject: resources:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/resources/p003/pom.xml [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11} [debug] Effective source/target: 11/11 [debug] Using compiler 'jdt'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/resources/p003/target/classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: logs:singleJar:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/logs/singleJar/pom.xml [INFO] Resolving dependencies of MavenProject: logs:singleJar:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/logs/singleJar/pom.xml [INFO] Resolving class path of MavenProject: logs:singleJar:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/logs/singleJar/pom.xml [debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11} [debug] Effective source/target: 1.5/1.5 [debug] Using compiler 'jdt'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/logs/singleJar/target/classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: TYCHO0400indirectDependencies:A:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/indirectDependencies/A/pom.xml [INFO] Resolving dependencies of MavenProject: TYCHO0400indirectDependencies:A:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/indirectDependencies/A/pom.xml [INFO] Resolving class path of MavenProject: TYCHO0400indirectDependencies:A:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/indirectDependencies/A/pom.xml [INFO] Computing target platform for MavenProject: TYCHO0400indirectDependencies:B:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/indirectDependencies/B/pom.xml [INFO] Resolving dependencies of MavenProject: TYCHO0400indirectDependencies:B:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/indirectDependencies/B/pom.xml [INFO] Resolving class path of MavenProject: TYCHO0400indirectDependencies:B:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/indirectDependencies/B/pom.xml [INFO] Computing target platform for MavenProject: TYCHO0400indirectDependencies:C:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/indirectDependencies/C/pom.xml [INFO] Resolving dependencies of MavenProject: TYCHO0400indirectDependencies:C:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/indirectDependencies/C/pom.xml [INFO] Resolving class path of MavenProject: TYCHO0400indirectDependencies:C:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/indirectDependencies/C/pom.xml [debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11} [debug] Effective source/target: 1.5/1.5 [debug] Using compiler 'jdt'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/indirectDependencies/C/target/classes [debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11} [debug] Effective source/target: 1.5/1.5 [debug] Using compiler 'jdt'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/indirectDependencies/B/target/classes [debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11} [debug] Effective source/target: 1.5/1.5 [debug] Using compiler 'jdt'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/indirectDependencies/A/target/classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: logs:singleJar:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/logs/customCompilerArgsAndLog/pom.xml [INFO] Resolving dependencies of MavenProject: logs:singleJar:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/logs/customCompilerArgsAndLog/pom.xml [INFO] Resolving class path of MavenProject: logs:singleJar:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/logs/customCompilerArgsAndLog/pom.xml [debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11} [debug] Effective source/target: 1.5/1.5 [debug] Using compiler 'jdt'. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: executionEnvironments:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/executionEnvironment/p001/pom.xml [INFO] Resolving dependencies of MavenProject: executionEnvironments:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/executionEnvironment/p001/pom.xml [INFO] Resolving class path of MavenProject: executionEnvironments:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/executionEnvironment/p001/pom.xml [INFO] Computing target platform for MavenProject: executionEnvironments:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/executionEnvironment/p002/pom.xml [INFO] Resolving dependencies of MavenProject: executionEnvironments:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/executionEnvironment/p002/pom.xml [INFO] Resolving class path of MavenProject: executionEnvironments:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/executionEnvironment/p002/pom.xml [INFO] Computing target platform for MavenProject: executionEnvironments:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/executionEnvironment/p003/pom.xml [INFO] Resolving dependencies of MavenProject: executionEnvironments:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/executionEnvironment/p003/pom.xml [INFO] Resolving class path of MavenProject: executionEnvironments:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/executionEnvironment/p003/pom.xml [INFO] Computing target platform for MavenProject: executionEnvironments:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/executionEnvironment/p004/pom.xml [INFO] Resolving dependencies of MavenProject: executionEnvironments:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/executionEnvironment/p004/pom.xml [INFO] Resolving class path of MavenProject: executionEnvironments:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/executionEnvironment/p004/pom.xml [INFO] Computing target platform for MavenProject: executionEnvironments:p005:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/executionEnvironment/p005/pom.xml [INFO] Resolving dependencies of MavenProject: executionEnvironments:p005:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/executionEnvironment/p005/pom.xml [INFO] Resolving class path of MavenProject: executionEnvironments:p005:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/executionEnvironment/p005/pom.xml [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11} [debug] Effective source/target: 11/11 [debug] Using compiler 'jdt'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/executionEnvironment/p001/target/classes [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-11' { source level: 11, target level: 11} [debug] Effective source/target: 1.3/1.1 [debug] Using compiler 'jdt'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/executionEnvironment/p002/target/classes [debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11} [debug] Effective source/target: 1.5/jsr14 [debug] Using compiler 'jdt'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/executionEnvironment/p003/target/classes [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'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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-11' { source level: 11, target level: 11} [debug] Effective source/target: 1.5/jsr14 [debug] Using compiler 'jdt'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/projects/executionEnvironment/p005/target/classes [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.564 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] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-compiler-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/tycho-compiler-plugin-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.6.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-compiler-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-compiler-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/tycho-compiler-plugin-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-compiler-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/tycho-compiler-plugin-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-compiler-plugin/2.5.0-SNAPSHOT/tycho-compiler-plugin-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-compiler-plugin/2.5.0-SNAPSHOT/tycho-compiler-plugin-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-compiler-plugin/target/tycho-compiler-plugin-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-compiler-plugin/2.5.0-SNAPSHOT/tycho-compiler-plugin-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.eclipse.tycho:tycho-packaging-plugin >-------------- [INFO] Building Tycho OSGi Packaging Plugin 2.5.0-SNAPSHOT [30/74] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-packaging-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-packaging-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-packaging-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/src/main/java/org/eclipse/tycho/packaging/UpdateSiteAssembler.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/src/main/java/org/eclipse/tycho/packaging/UpdateSiteAssembler.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/src/main/java/org/eclipse/tycho/packaging/ProductExportMojo.java: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/src/main/java/org/eclipse/tycho/packaging/ProductExportMojo.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/src/main/java/org/eclipse/tycho/packaging/ProductExportMojo.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-plugin-plugin:3.6.1:descriptor (default-descriptor) @ tycho-packaging-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 11 mojo descriptors. line 2 column 68 - Error: plugin is not recognized! [INFO] [INFO] --- plexus-component-metadata:2.1.0:generate-metadata (default) @ tycho-packaging-plugin --- [INFO] Discovered 6 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-packaging-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 113 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-packaging-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.1.0:generate-test-metadata (default) @ tycho-packaging-plugin --- [INFO] Discovered 2 component descriptors(s) [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-packaging-plugin --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tycho.buildnumber.test.PackageFeatureMojoTest 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] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [INFO] Computing target platform for MavenProject: addMavenDescriptor:featureForcedToTrue:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/addMavenDescriptor/featureForcedToTrue/pom.xml [INFO] Resolving dependencies of MavenProject: addMavenDescriptor:featureForcedToTrue:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/addMavenDescriptor/featureForcedToTrue/pom.xml [INFO] Resolving class path of MavenProject: addMavenDescriptor:featureForcedToTrue:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/addMavenDescriptor/featureForcedToTrue/pom.xml [WARNING] No maven session available, values in the build.properties will not be interpolated! [INFO] The project's OSGi version is 1.0.0.202302100109 [WARNING] Skipping version reference expansion in eclipse-feature project using the deprecated -Dtycho.targetPlatform configuration [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/addMavenDescriptor/featureForcedToTrue/target/featureForcedToTrue.jar [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [INFO] Computing target platform for MavenProject: addMavenDescriptor:featureDefault:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/addMavenDescriptor/featureDefault/pom.xml [INFO] Resolving dependencies of MavenProject: addMavenDescriptor:featureDefault:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/addMavenDescriptor/featureDefault/pom.xml [INFO] Resolving class path of MavenProject: addMavenDescriptor:featureDefault:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/addMavenDescriptor/featureDefault/pom.xml [WARNING] No maven session available, values in the build.properties will not be interpolated! [INFO] The project's OSGi version is 1.0.0.202302100109 [WARNING] Skipping version reference expansion in eclipse-feature project using the deprecated -Dtycho.targetPlatform configuration [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/addMavenDescriptor/featureDefault/target/featureDefault.jar [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [INFO] Computing target platform for MavenProject: licenseFeature:licenseFeature.feature:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/licenseFeature/feature/pom.xml [INFO] Resolving dependencies of MavenProject: licenseFeature:licenseFeature.feature:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/licenseFeature/feature/pom.xml [INFO] Resolving class path of MavenProject: licenseFeature:licenseFeature.feature:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/licenseFeature/feature/pom.xml [WARNING] No maven session available, values in the build.properties will not be interpolated! [INFO] The project's OSGi version is 0.0.1.202302100109 [WARNING] Skipping version reference expansion in eclipse-feature project using the deprecated -Dtycho.targetPlatform configuration [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/licenseFeature/feature/target/feature.jar [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.193 s - in org.eclipse.tycho.buildnumber.test.PackageFeatureMojoTest [INFO] Running org.eclipse.tycho.buildnumber.test.ValidateVersionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.074 s - in org.eclipse.tycho.buildnumber.test.ValidateVersionTest [INFO] Running org.eclipse.tycho.buildnumber.test.PackageIUMojoTest [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [INFO] Computing target platform for MavenProject: 428310:iuWithPayloadButNoArtifactReference:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/iuWithPayloadButNoArtifactReference/pom.xml [INFO] Resolving dependencies of MavenProject: 428310:iuWithPayloadButNoArtifactReference:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/iuWithPayloadButNoArtifactReference/pom.xml [INFO] Resolving class path of MavenProject: 428310:iuWithPayloadButNoArtifactReference:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/iuWithPayloadButNoArtifactReference/pom.xml [INFO] The project's OSGi version is 1.0.0 [warn] Skipping version reference expansion in p2iu project using the deprecated -Dtycho.targetPlatform configuration [INFO] Building zip: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/iuWithPayloadButNoArtifactReference/target/iuWithPayloadButNoArtifactReference-1.0.0.zip [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [INFO] Computing target platform for MavenProject: 428310:iuWithoutPayload:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/iuWithoutPayload/pom.xml [INFO] Resolving dependencies of MavenProject: 428310:iuWithoutPayload:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/iuWithoutPayload/pom.xml [INFO] Resolving class path of MavenProject: 428310:iuWithoutPayload:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/iuWithoutPayload/pom.xml [INFO] The project's OSGi version is 1.0.0 [warn] Skipping version reference expansion in p2iu project using the deprecated -Dtycho.targetPlatform configuration [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [INFO] Computing target platform for MavenProject: 428310:iuWithPayload:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/iuWithPayload/pom.xml [INFO] Resolving dependencies of MavenProject: 428310:iuWithPayload:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/iuWithPayload/pom.xml [INFO] Resolving class path of MavenProject: 428310:iuWithPayload:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/iuWithPayload/pom.xml [INFO] The project's OSGi version is 1.0.0 [warn] Skipping version reference expansion in p2iu project using the deprecated -Dtycho.targetPlatform configuration [INFO] Building zip: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/iuWithPayload/target/iuWithPayload-1.0.0.zip [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.213 s - in org.eclipse.tycho.buildnumber.test.PackageIUMojoTest [INFO] Running org.eclipse.tycho.buildnumber.test.PackagePluginMojoTest [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: addMavenDescriptor:pluginDefault:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/addMavenDescriptor/pluginDefault/pom.xml [INFO] Resolving dependencies of MavenProject: addMavenDescriptor:pluginDefault:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/addMavenDescriptor/pluginDefault/pom.xml [INFO] Resolving class path of MavenProject: addMavenDescriptor:pluginDefault:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/addMavenDescriptor/pluginDefault/pom.xml [INFO] The project's OSGi version is 1.0.0.202302100110 [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/addMavenDescriptor/pluginDefault/build.properties: bin.includes value(s) must be specified. [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/addMavenDescriptor/pluginDefault/target/pluginDefault.jar [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: addMavenDescriptor:pluginForcedToFalse:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/addMavenDescriptor/pluginForcedToFalse/pom.xml [INFO] Resolving dependencies of MavenProject: addMavenDescriptor:pluginForcedToFalse:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/addMavenDescriptor/pluginForcedToFalse/pom.xml [INFO] Resolving class path of MavenProject: addMavenDescriptor:pluginForcedToFalse:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/addMavenDescriptor/pluginForcedToFalse/pom.xml [INFO] The project's OSGi version is 0.0.1.202302100110 [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/addMavenDescriptor/pluginForcedToFalse/build.properties: bin.includes value(s) must be specified. [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/addMavenDescriptor/pluginForcedToFalse/target/pluginForcedToFalse.jar [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: binIncludes:binIncludes.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/binIncludesNoDot/p001/pom.xml [INFO] Resolving dependencies of MavenProject: binIncludes:binIncludes.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/binIncludesNoDot/p001/pom.xml [INFO] Resolving class path of MavenProject: binIncludes:binIncludes.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/binIncludesNoDot/p001/pom.xml [INFO] The project's OSGi version is 0.0.1.202302100110 [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/binIncludesNoDot/p001/target/test.jar [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: noManifestVersion:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/customManifestNestedJar/pom.xml [INFO] Resolving dependencies of MavenProject: noManifestVersion:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/customManifestNestedJar/pom.xml [INFO] Resolving class path of MavenProject: noManifestVersion:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/customManifestNestedJar/pom.xml [INFO] The project's OSGi version is 0.0.1.202302100110 [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/customManifestNestedJar/nested.jar [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/customManifestNestedJar/target/test.jar [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: noManifestVersion:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/noManifestVersion/pom.xml [INFO] Resolving dependencies of MavenProject: noManifestVersion:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/noManifestVersion/pom.xml [INFO] Resolving class path of MavenProject: noManifestVersion:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/noManifestVersion/pom.xml [INFO] The project's OSGi version is 0.0.1.202302100110 [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/noManifestVersion/build.properties: bin.includes value(s) must be specified. [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/binIncludes/p001/target/test.jar [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: noManifestVersion:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/binIncludesSpaces/pom.xml [INFO] Resolving dependencies of MavenProject: noManifestVersion:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/binIncludesSpaces/pom.xml [INFO] Resolving class path of MavenProject: noManifestVersion:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/binIncludesSpaces/pom.xml [INFO] The project's OSGi version is 0.0.1.202302100110 [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/binIncludesSpaces/target/test.jar [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: noManifestVersion:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/outputClassesInANestedFolder/pom.xml [INFO] Resolving dependencies of MavenProject: noManifestVersion:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/outputClassesInANestedFolder/pom.xml [INFO] Resolving class path of MavenProject: noManifestVersion:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/outputClassesInANestedFolder/pom.xml [INFO] The project's OSGi version is 0.0.1.202302100110 [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/outputClassesInANestedFolder/target/test.jar [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.071 s - in org.eclipse.tycho.buildnumber.test.PackagePluginMojoTest [INFO] Running org.eclipse.tycho.buildnumber.test.PackageUpdateSiteMojoTest [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [INFO] Computing target platform for MavenProject: updatesite.test:updatesite:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/updateSitePackaging/updatesite/pom.xml [INFO] Resolving dependencies of MavenProject: updatesite.test:updatesite:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/updateSitePackaging/updatesite/pom.xml [INFO] Resolving class path of MavenProject: updatesite.test:updatesite:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/updateSitePackaging/updatesite/pom.xml [INFO] Building zip: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/updateSitePackaging/updatesite/target/site.zip [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [INFO] Computing target platform for MavenProject: updatesite.test:updatesite:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/updateSitePackaging/updatesite/pom.xml [INFO] Resolving dependencies of MavenProject: updatesite.test:updatesite:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/updateSitePackaging/updatesite/pom.xml [INFO] Resolving class path of MavenProject: updatesite.test:updatesite:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/updateSitePackaging/updatesite/pom.xml [INFO] Building zip: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/updateSitePackaging/updatesite/target/site.zip [INFO] Building zip: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/updateSitePackaging/updatesite/target/site_assembly.zip [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [INFO] Computing target platform for MavenProject: updatesite.test:updatesite:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/updateSitePackaging/updatesite/pom.xml [INFO] Resolving dependencies of MavenProject: updatesite.test:updatesite:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/updateSitePackaging/updatesite/pom.xml [INFO] Resolving class path of MavenProject: updatesite.test:updatesite:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/updateSitePackaging/updatesite/pom.xml [INFO] Building zip: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/updateSitePackaging/updatesite/target/site.zip [INFO] Building zip: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/updateSitePackaging/updatesite/target/site_assembly.zip [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.776 s - in org.eclipse.tycho.buildnumber.test.PackageUpdateSiteMojoTest [INFO] Running org.eclipse.tycho.packaging.sourceref.SourceReferenceComputerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 s - in org.eclipse.tycho.packaging.sourceref.SourceReferenceComputerTest [INFO] Running org.eclipse.tycho.packaging.sourceref.ScmUrlTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.tycho.packaging.sourceref.ScmUrlTest [INFO] Running org.eclipse.tycho.packaging.IncludeValidationHelperTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.tycho.packaging.IncludeValidationHelperTest [INFO] Running org.eclipse.tycho.packaging.IUXmlTransformerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.tycho.packaging.IUXmlTransformerTest [INFO] Running org.eclipse.tycho.packaging.FeatureXmlTransformerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.tycho.packaging.FeatureXmlTransformerTest [INFO] Running org.eclipse.tycho.buildversion.ValidateIdTest [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: matchingIds:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/matchingIds/bundle/pom.xml [INFO] Resolving dependencies of MavenProject: matchingIds:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/matchingIds/bundle/pom.xml [INFO] Resolving class path of MavenProject: matchingIds:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/matchingIds/bundle/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: matchingIds:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/nonMatchingIds/bundle/pom.xml [INFO] Resolving dependencies of MavenProject: matchingIds:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/nonMatchingIds/bundle/pom.xml [INFO] Resolving class path of MavenProject: matchingIds:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/nonMatchingIds/bundle/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: matchingIds:testbundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/matchingIds/test-plugin/pom.xml [INFO] Resolving dependencies of MavenProject: matchingIds:testbundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/matchingIds/test-plugin/pom.xml [INFO] Resolving class path of MavenProject: matchingIds:testbundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/matchingIds/test-plugin/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: matchingIds:feature:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/nonMatchingIds/feature/pom.xml [INFO] Resolving dependencies of MavenProject: matchingIds:feature:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/nonMatchingIds/feature/pom.xml [INFO] Resolving class path of MavenProject: matchingIds:feature:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/nonMatchingIds/feature/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: 428310:nonMatchingId:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/nonMatchingIds/iu/pom.xml [INFO] Resolving dependencies of MavenProject: 428310:nonMatchingId:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/nonMatchingIds/iu/pom.xml [INFO] Resolving class path of MavenProject: 428310:nonMatchingId:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/nonMatchingIds/iu/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: matchingIds:feature:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/matchingIds/feature/pom.xml [INFO] Resolving dependencies of MavenProject: matchingIds:feature:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/matchingIds/feature/pom.xml [INFO] Resolving class path of MavenProject: matchingIds:feature:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/matchingIds/feature/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: matchingIds:testbundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/nonMatchingIds/test-plugin/pom.xml [INFO] Resolving dependencies of MavenProject: matchingIds:testbundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/nonMatchingIds/test-plugin/pom.xml [INFO] Resolving class path of MavenProject: matchingIds:testbundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/nonMatchingIds/test-plugin/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: 428310:matchingId:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/matchingIds/iu/pom.xml [INFO] Resolving dependencies of MavenProject: 428310:matchingId:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/matchingIds/iu/pom.xml [INFO] Resolving class path of MavenProject: 428310:matchingId:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/matchingIds/iu/pom.xml [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.091 s - in org.eclipse.tycho.buildversion.ValidateIdTest [INFO] Running org.eclipse.tycho.buildversion.BuildQualifierTest [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml [INFO] Resolving dependencies of MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml [INFO] Resolving class path of MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: buildqualifier:fullyqualified:0.0.1.123456 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/buildqualifier/fullyqualified/pom.xml [INFO] Resolving dependencies of MavenProject: buildqualifier:fullyqualified:0.0.1.123456 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/buildqualifier/fullyqualified/pom.xml [INFO] Resolving class path of MavenProject: buildqualifier:fullyqualified:0.0.1.123456 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/buildqualifier/fullyqualified/pom.xml [INFO] The project's OSGi version is 0.0.1.123456 [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: unpasablequalifier:bundle:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/stablebuildqualifier/unpasablequalifier/bundle/pom.xml [INFO] Resolving dependencies of MavenProject: unpasablequalifier:bundle:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/stablebuildqualifier/unpasablequalifier/bundle/pom.xml [INFO] Resolving class path of MavenProject: unpasablequalifier:bundle:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/stablebuildqualifier/unpasablequalifier/bundle/pom.xml [INFO] Computing target platform for MavenProject: unpasablequalifier:feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/stablebuildqualifier/unpasablequalifier/feature/pom.xml [INFO] Resolving dependencies of MavenProject: unpasablequalifier:feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/stablebuildqualifier/unpasablequalifier/feature/pom.xml [INFO] Resolving class path of MavenProject: unpasablequalifier:feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/stablebuildqualifier/unpasablequalifier/feature/pom.xml [info] The project's OSGi version is 1.0.0.unparsable-202302100110 [WARNING] No maven session available, values in the build.properties will not be interpolated! [info] The project's OSGi version is 1.0.0.201205191300 [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [INFO] Computing target platform for MavenProject: stablebuildqualifier:attachedfeature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/stablebuildqualifier/attachedfeature/pom.xml [INFO] Resolving dependencies of MavenProject: stablebuildqualifier:attachedfeature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/stablebuildqualifier/attachedfeature/pom.xml [INFO] Resolving class path of MavenProject: stablebuildqualifier:attachedfeature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/stablebuildqualifier/attachedfeature/pom.xml [WARNING] No maven session available, values in the build.properties will not be interpolated! [info] The project's OSGi version is 1.0.0.201206180600 [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml [INFO] Resolving dependencies of MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml [INFO] Resolving class path of MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml [INFO] The project's OSGi version is 0.0.1.foo-bar [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: buildqualifier:noqualifier:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/buildqualifier/noqualifier/pom.xml [INFO] Resolving dependencies of MavenProject: buildqualifier:noqualifier:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/buildqualifier/noqualifier/pom.xml [INFO] Resolving class path of MavenProject: buildqualifier:noqualifier:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/buildqualifier/noqualifier/pom.xml [INFO] The project's OSGi version is 0.0.1 [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml [INFO] Resolving dependencies of MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml [INFO] Resolving class path of MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: buildqualifier:buildqualifier.p002:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/buildqualifier/p002/pom.xml [INFO] Resolving dependencies of MavenProject: buildqualifier:buildqualifier.p002:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/buildqualifier/p002/pom.xml [INFO] Resolving class path of MavenProject: buildqualifier:buildqualifier.p002:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/buildqualifier/p002/pom.xml [INFO] The project's OSGi version is 0.0.1.blah [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml [INFO] Resolving dependencies of MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml [INFO] Resolving class path of MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: buildqualifier:buildqualifier.p002:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/buildqualifier/p002/pom.xml [INFO] Resolving dependencies of MavenProject: buildqualifier:buildqualifier.p002:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/buildqualifier/p002/pom.xml [INFO] Resolving class path of MavenProject: buildqualifier:buildqualifier.p002:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/buildqualifier/p002/pom.xml [INFO] The project's OSGi version is 0.0.1.blah [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml [INFO] Resolving dependencies of MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml [INFO] Resolving class path of MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml [INFO] The project's OSGi version is 0.0.1.202302100110 [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml [INFO] Resolving dependencies of MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml [INFO] Resolving class path of MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml [INFO] The project's OSGi version is 0.0.1.202302100110 [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: stablebuildqualifier:bundle01:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/bundle01/pom.xml [INFO] Resolving dependencies of MavenProject: stablebuildqualifier:bundle01:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/bundle01/pom.xml [INFO] Resolving class path of MavenProject: stablebuildqualifier:bundle01:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/bundle01/pom.xml [INFO] Computing target platform for MavenProject: stablebuildqualifier:bundle02:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/bundle02/pom.xml [INFO] Resolving dependencies of MavenProject: stablebuildqualifier:bundle02:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/bundle02/pom.xml [INFO] Resolving class path of MavenProject: stablebuildqualifier:bundle02:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/bundle02/pom.xml [INFO] Computing target platform for MavenProject: stablebuildqualifier:feature02:1.0.0.201205191300 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/feature02/pom.xml [INFO] Resolving dependencies of MavenProject: stablebuildqualifier:feature02:1.0.0.201205191300 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/feature02/pom.xml [INFO] Resolving class path of MavenProject: stablebuildqualifier:feature02:1.0.0.201205191300 @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/feature02/pom.xml [INFO] Computing target platform for MavenProject: stablebuildqualifier:feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/feature/pom.xml [INFO] Resolving dependencies of MavenProject: stablebuildqualifier:feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/feature/pom.xml [INFO] Resolving class path of MavenProject: stablebuildqualifier:feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/feature/pom.xml [INFO] Computing target platform for MavenProject: stablebuildqualifier:product:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/product/pom.xml [INFO] Resolving dependencies of MavenProject: stablebuildqualifier:product:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/product/pom.xml [INFO] Resolving class path of MavenProject: stablebuildqualifier:product:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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 [WARNING] No maven session available, values in the build.properties will not be interpolated! [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: 2.516 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 s - in org.eclipse.tycho.buildversion.TimestampFinderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-packaging-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/tycho-packaging-plugin-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.6.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-packaging-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-packaging-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/tycho-packaging-plugin-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-packaging-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/tycho-packaging-plugin-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-packaging-plugin/2.5.0-SNAPSHOT/tycho-packaging-plugin-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-packaging-plugin/2.5.0-SNAPSHOT/tycho-packaging-plugin-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-packaging-plugin/target/tycho-packaging-plugin-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-packaging-plugin/2.5.0-SNAPSHOT/tycho-packaging-plugin-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] ---------------------< org.eclipse.tycho:tycho-p2 >--------------------- [INFO] Building Tycho p2 Tools Parent 2.5.0-SNAPSHOT [31/74] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-p2 --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-p2 --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-p2 --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-p2/2.5.0-SNAPSHOT/tycho-p2-2.5.0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.tycho:tycho-p2-facade >------------------ [INFO] Building Tycho p2 Resolver Component 2.5.0-SNAPSHOT [32/74] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-p2-facade --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-p2-facade --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-facade/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-p2-facade --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-facade/target/classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-facade/src/main/java/org/eclipse/tycho/p2/resolver/P2DependencyResolver.java: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-facade/src/main/java/org/eclipse/tycho/p2/resolver/P2DependencyResolver.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-facade/src/main/java/org/eclipse/tycho/p2/resolver/P2DependencyResolver.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plexus-component-metadata:2.1.0:generate-metadata (default) @ tycho-p2-facade --- [INFO] Discovered 2 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-p2-facade --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 11 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-p2-facade --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-facade/target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.1.0:generate-test-metadata (default) @ tycho-p2-facade --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-p2-facade --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-facade/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tycho.p2.facade.test.RepositoryLayoutHelperTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.eclipse.tycho.p2.facade.test.RepositoryLayoutHelperTest [INFO] Running org.eclipse.tycho.p2.resolver.TargetDefinitionFileTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s - in org.eclipse.tycho.p2.resolver.TargetDefinitionFileTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-p2-facade --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-p2-facade --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-p2-facade --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-p2-facade/2.5.0-SNAPSHOT/tycho-p2-facade-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-facade/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-p2-facade/2.5.0-SNAPSHOT/tycho-p2-facade-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-p2-facade/2.5.0-SNAPSHOT/tycho-p2-facade-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] ---------------< org.eclipse.tycho:tycho-source-plugin >---------------- [INFO] Building Tycho OSGi Source Plugin 2.5.0-SNAPSHOT [33/74] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-source-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-source-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-source-plugin/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-source-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-source-plugin/target/classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-source-plugin/src/main/java/org/eclipse/tycho/source/SourceFeatureMojo.java: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-source-plugin/src/main/java/org/eclipse/tycho/source/SourceFeatureMojo.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-source-plugin/src/main/java/org/eclipse/tycho/source/SourceFeatureMojo.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-plugin-plugin:3.6.1:descriptor (default-descriptor) @ tycho-source-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.1.0:generate-metadata (default) @ tycho-source-plugin --- [INFO] Discovered 2 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-source-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 8 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-source-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-source-plugin/target/test-classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-source-plugin/src/test/java/org/eclipse/tycho/source/OsgiSourceMojoTest.java: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-source-plugin/src/test/java/org/eclipse/tycho/source/OsgiSourceMojoTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-source-plugin/src/test/java/org/eclipse/tycho/source/OsgiSourceMojoTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plexus-component-metadata:2.1.0:generate-test-metadata (default) @ tycho-source-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-source-plugin --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-source-plugin/target/surefire-reports [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. [WARNING] No maven session available, values in the build.properties will not be interpolated! [WARNING] No maven session available, values in the build.properties will not be interpolated! [WARNING] No maven session available, values in the build.properties will not be interpolated! [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version. [INFO] Computing target platform for MavenProject: sourceplugin:bundle01:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-source-plugin/target/bundle01/pom.xml [INFO] Resolving dependencies of MavenProject: sourceplugin:bundle01:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-source-plugin/target/bundle01/pom.xml [INFO] Resolving class path of MavenProject: sourceplugin:bundle01:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-source-plugin/target/bundle01/pom.xml [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.561 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.088 s - in org.eclipse.tycho.source.SourceFeatureSkeletonTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-source-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-source-plugin/target/tycho-source-plugin-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.6.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-source-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-source-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-source-plugin/target/tycho-source-plugin-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-source-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-source-plugin/target/tycho-source-plugin-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-source-plugin/2.5.0-SNAPSHOT/tycho-source-plugin-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-source-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-source-plugin/2.5.0-SNAPSHOT/tycho-source-plugin-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-source-plugin/target/tycho-source-plugin-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-source-plugin/2.5.0-SNAPSHOT/tycho-source-plugin-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.eclipse.tycho:target-platform-configuration >----------- [INFO] Building Tycho Target Platform Configuration Plugin 2.5.0-SNAPSHOT [34/74] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ target-platform-configuration --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ target-platform-configuration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/target-platform-configuration/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ target-platform-configuration --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/target-platform-configuration/target/classes [INFO] [INFO] --- maven-plugin-plugin:3.6.1:descriptor (default-descriptor) @ target-platform-configuration --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 2 mojo descriptors. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ target-platform-configuration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/target-platform-configuration/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ target-platform-configuration --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ target-platform-configuration --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ target-platform-configuration --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/target-platform-configuration/target/target-platform-configuration-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.6.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ target-platform-configuration --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ target-platform-configuration --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/target-platform-configuration/target/target-platform-configuration-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ target-platform-configuration --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/target-platform-configuration/target/target-platform-configuration-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/target-platform-configuration/2.5.0-SNAPSHOT/target-platform-configuration-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/target-platform-configuration/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/target-platform-configuration/2.5.0-SNAPSHOT/target-platform-configuration-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/target-platform-configuration/target/target-platform-configuration-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/target-platform-configuration/2.5.0-SNAPSHOT/target-platform-configuration-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------------< org.eclipse.tycho:tycho-maven-plugin >---------------- [INFO] Building Tycho Maven Build Extension 2.5.0-SNAPSHOT [35/74] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-maven-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-maven-plugin --- [INFO] No sources to compile [INFO] [INFO] --- maven-plugin-plugin:3.6.1: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] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-maven-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-maven-plugin --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-maven-plugin --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-maven-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-maven-plugin/target/tycho-maven-plugin-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.6.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-maven-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-maven-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-maven-plugin/target/tycho-maven-plugin-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-maven-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-maven-plugin/target/tycho-maven-plugin-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-maven-plugin/2.5.0-SNAPSHOT/tycho-maven-plugin-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-maven-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-maven-plugin/2.5.0-SNAPSHOT/tycho-maven-plugin-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-maven-plugin/target/tycho-maven-plugin-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-maven-plugin/2.5.0-SNAPSHOT/tycho-maven-plugin-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] ------------< org.eclipse.tycho:tycho-pomgenerator-plugin >------------- [INFO] Building Tycho POM Generator Plugin 2.5.0-SNAPSHOT [36/74] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-pomgenerator-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-pomgenerator-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 8 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-pomgenerator-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-pomgenerator-plugin/target/classes [INFO] [INFO] --- maven-plugin-plugin:3.6.1:descriptor (default-descriptor) @ tycho-pomgenerator-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 1 mojo descriptor. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-pomgenerator-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 25 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-pomgenerator-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-pomgenerator-plugin/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-pomgenerator-plugin --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-pomgenerator-plugin/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tycho.pomgenerator.test.GeneratePomsMojoTest 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] Scanning /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-pomgenerator-plugin/target/projects/tests basedir [WARNING] Old style update site found for /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-pomgenerator-plugin/target/projects/tests/p003. It is recommended you rename your site.xml to category.xml and use packaging type eclipse-repository instead. [INFO] Scanning /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-pomgenerator-plugin/target/projects/simple/p001 basedir [INFO] Scanning /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-pomgenerator-plugin/target/projects/simple/p003 basedir [WARNING] Old style update site found for /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-pomgenerator-plugin/target/projects/simple/p003. It is recommended you rename your site.xml to category.xml and use packaging type eclipse-repository instead. [WARNING] Not a directory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-pomgenerator-plugin/target/projects/malformed/base [INFO] Scanning /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-pomgenerator-plugin/target/projects/malformed basedir [INFO] Scanning /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-pomgenerator-plugin/target/projects/simple/p002 basedir [INFO] Scanning /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-pomgenerator-plugin/target/projects/withmetadata basedir [INFO] Scanning /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-pomgenerator-plugin/target/projects/rootprojects basedir [INFO] Resolving root project /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-pomgenerator-plugin/target/projects/rootprojects/p004 [WARNING] Old style update site found for /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-pomgenerator-plugin/target/projects/rootprojects/p004. It is recommended you rename your site.xml to category.xml and use packaging type eclipse-repository instead. [INFO] Scanning /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-pomgenerator-plugin/target/projects/simple/p006 basedir [INFO] Scanning /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-pomgenerator-plugin/target/projects/simple basedir [WARNING] Old style update site found for /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-pomgenerator-plugin/target/projects/simple/p003. It is recommended you rename your site.xml to category.xml and use packaging type eclipse-repository instead. [INFO] Scanning /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-pomgenerator-plugin/target/projects/deepmodule basedir [INFO] Scanning /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-pomgenerator-plugin/target/projects/deepmodule/base basedir [INFO] Scanning /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-pomgenerator-plugin/target/projects/deepmodule/base basedir [INFO] Scanning /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-pomgenerator-plugin/target/projects/multibase basedir [INFO] Scanning /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-pomgenerator-plugin/target/projects/multibase/base1 basedir [INFO] Scanning /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-pomgenerator-plugin/target/projects/multibase/base2 basedir [WARNING] Old style update site found for /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-pomgenerator-plugin/target/projects/multibase/base1/p003. It is recommended you rename your site.xml to category.xml and use packaging type eclipse-repository instead. [WARNING] Old style update site found for /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-pomgenerator-plugin/target/projects/multibase/base2/p006. It is recommended you rename your site.xml to category.xml and use packaging type eclipse-repository instead. [WARNING] Unknown feature reference p002 [WARNING] Unknown feature reference p002 [WARNING] Unknown feature reference p005 [INFO] Scanning /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-pomgenerator-plugin/target/projects/multibase/base1 basedir [INFO] Scanning /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-pomgenerator-plugin/target/projects/multibase/base2 basedir [WARNING] Old style update site found for /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-pomgenerator-plugin/target/projects/multibase/base1/p003. It is recommended you rename your site.xml to category.xml and use packaging type eclipse-repository instead. [WARNING] Old style update site found for /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-pomgenerator-plugin/target/projects/multibase/base2/p006. It is recommended you rename your site.xml to category.xml and use packaging type eclipse-repository instead. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.536 s - in org.eclipse.tycho.pomgenerator.test.GeneratePomsMojoTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-pomgenerator-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-pomgenerator-plugin/target/tycho-pomgenerator-plugin-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.6.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-pomgenerator-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-pomgenerator-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-pomgenerator-plugin/target/tycho-pomgenerator-plugin-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-pomgenerator-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-pomgenerator-plugin/target/tycho-pomgenerator-plugin-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-pomgenerator-plugin/2.5.0-SNAPSHOT/tycho-pomgenerator-plugin-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-pomgenerator-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-pomgenerator-plugin/2.5.0-SNAPSHOT/tycho-pomgenerator-plugin-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-pomgenerator-plugin/target/tycho-pomgenerator-plugin-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-pomgenerator-plugin/2.5.0-SNAPSHOT/tycho-pomgenerator-plugin-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter >------- [INFO] Building Tycho Surefire OSGi Booter Eclipse Application 2.5.0-SNAPSHOT [37/74] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] The project's OSGi version is 2.5.0.202302100105 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- maven-dependency-plugin:3.1.2:copy (copy) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-api:2.22.2:jar [INFO] Configured Artifact: org.apache.maven.surefire:surefire-logger-api:2.22.2:jar [INFO] Configured Artifact: org.apache.maven.surefire:surefire-booter:2.22.2:jar [INFO] Configured Artifact: org.apache.maven.surefire:maven-surefire-common:2.22.2:jar [INFO] Configured Artifact: org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:jar [INFO] Copying surefire-api-2.22.2.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/jars/surefire-api-2.22.2.jar [INFO] Copying surefire-logger-api-2.22.2.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/jars/surefire-logger-api-2.22.2.jar [INFO] Copying surefire-booter-2.22.2.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/jars/surefire-booter-2.22.2.jar [INFO] Copying maven-surefire-common-2.22.2.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/jars/maven-surefire-common-2.22.2.jar [INFO] Copying maven-failsafe-plugin-2.22.2.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/jars/maven-failsafe-plugin-2.22.2.jar [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/org.eclipse.tycho.surefire.osgibooter-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/org.eclipse.tycho.surefire.osgibooter-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] No tests to run. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/org.eclipse.tycho.surefire.osgibooter-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.5.0-SNAPSHOT/org.eclipse.tycho.surefire.osgibooter-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.5.0-SNAPSHOT/org.eclipse.tycho.surefire.osgibooter-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.5.0-SNAPSHOT/org.eclipse.tycho.surefire.osgibooter-2.5.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.5.0-SNAPSHOT/org.eclipse.tycho.surefire.osgibooter-2.5.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/org.eclipse.tycho.surefire.osgibooter-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.5.0-SNAPSHOT/org.eclipse.tycho.surefire.osgibooter-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:update-local-index (default-update-local-index) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] [INFO] ------------------< org.eclipse.tycho:tycho-surefire >------------------ [INFO] Building Tycho Surefire Parent 2.5.0-SNAPSHOT [38/74] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-surefire --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-surefire --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-surefire --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-surefire/2.5.0-SNAPSHOT/tycho-surefire-2.5.0-SNAPSHOT.pom [INFO] [INFO] ---------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit >--------- [INFO] Building Tycho Surefire OSGi JUnit 3 Runner 2.5.0-SNAPSHOT [39/74] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.surefire.junit --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack) @ org.eclipse.tycho.surefire.junit --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit3:2.22.2:jar [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/apache/maven/surefire/surefire-junit3/2.22.2/surefire-junit3-2.22.2.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.surefire.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.tycho.surefire.junit --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:5.2.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit --- [WARNING] Cannot consider developer in line '44' of file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] Cannot consider developer in line '49' of file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] Cannot consider developer in line '54' of file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.surefire.junit --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit/target/org.eclipse.tycho.surefire.junit-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit/target/org.eclipse.tycho.surefire.junit-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.surefire.junit --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit/target/org.eclipse.tycho.surefire.junit-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.5.0-SNAPSHOT/org.eclipse.tycho.surefire.junit-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.5.0-SNAPSHOT/org.eclipse.tycho.surefire.junit-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit/target/org.eclipse.tycho.surefire.junit-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.5.0-SNAPSHOT/org.eclipse.tycho.surefire.junit-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit4 >--------- [INFO] Building Tycho Surefire OSGi JUnit 4 Runner 2.5.0-SNAPSHOT [40/74] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.surefire.junit4 --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack) @ org.eclipse.tycho.surefire.junit4 --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit4:2.22.2:jar [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/apache/maven/surefire/surefire-junit4/2.22.2/surefire-junit4-2.22.2.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit4/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.surefire.junit4 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.tycho.surefire.junit4 --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:5.2.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit4 --- [WARNING] Cannot consider developer in line '44' of file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] Cannot consider developer in line '49' of file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] Cannot consider developer in line '54' of file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit4 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit4/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit4 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.surefire.junit4 --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit4 --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit4/target/org.eclipse.tycho.surefire.junit4-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit4 --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit4/target/org.eclipse.tycho.surefire.junit4-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.surefire.junit4 --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit4/target/org.eclipse.tycho.surefire.junit4-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.5.0-SNAPSHOT/org.eclipse.tycho.surefire.junit4-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit4/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.5.0-SNAPSHOT/org.eclipse.tycho.surefire.junit4-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit4/target/org.eclipse.tycho.surefire.junit4-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.5.0-SNAPSHOT/org.eclipse.tycho.surefire.junit4-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit47 >-------- [INFO] Building Tycho Surefire OSGi JUnit 4.7 Runner 2.5.0-SNAPSHOT [41/74] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.surefire.junit47 --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack) @ org.eclipse.tycho.surefire.junit47 --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit47:2.22.2:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-junit48:2.22.2:jar [INFO] Configured Artifact: org.apache.maven.surefire:surefire-grouper:2.22.2:jar [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/apache/maven/surefire/surefire-junit47/2.22.2/surefire-junit47-2.22.2.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit47/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/apache/maven/surefire/common-junit48/2.22.2/common-junit48-2.22.2.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit47/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/apache/maven/surefire/surefire-grouper/2.22.2/surefire-grouper-2.22.2.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit47/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.surefire.junit47 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.tycho.surefire.junit47 --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:5.2.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit47 --- [WARNING] Cannot consider developer in line '44' of file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] Cannot consider developer in line '49' of file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] Cannot consider developer in line '54' of file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit47 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit47/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit47 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.surefire.junit47 --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit47 --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit47/target/org.eclipse.tycho.surefire.junit47-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit47 --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit47/target/org.eclipse.tycho.surefire.junit47-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.surefire.junit47 --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit47/target/org.eclipse.tycho.surefire.junit47-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.5.0-SNAPSHOT/org.eclipse.tycho.surefire.junit47-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit47/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.5.0-SNAPSHOT/org.eclipse.tycho.surefire.junit47-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit47/target/org.eclipse.tycho.surefire.junit47-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.5.0-SNAPSHOT/org.eclipse.tycho.surefire.junit47-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit5 >--------- [INFO] Building Tycho Surefire OSGi JUnit 5 Runner 2.5.0-SNAPSHOT [42/74] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.surefire.junit5 --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack) @ org.eclipse.tycho.surefire.junit5 --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:2.22.2: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:2.22.2: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] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/apache/maven/surefire/surefire-junit-platform/2.22.2/surefire-junit-platform-2.22.2.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit5/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/junit/platform/junit-platform-launcher/1.0.3/junit-platform-launcher-1.0.3.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit5/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/junit/platform/junit-platform-engine/1.0.3/junit-platform-engine-1.0.3.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit5/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/junit/platform/junit-platform-commons/1.0.3/junit-platform-commons-1.0.3.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit5/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.0.3/junit-jupiter-engine-5.0.3.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit5/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/apache/maven/surefire/common-java5/2.22.2/common-java5-2.22.2.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit5/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/junit/vintage/junit-vintage-engine/4.12.3/junit-vintage-engine-4.12.3.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit5/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/opentest4j/opentest4j/1.0.0/opentest4j-1.0.0.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit5/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit5/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.surefire.junit5 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.tycho.surefire.junit5 --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:5.2.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit5 --- [WARNING] Cannot consider developer in line '44' of file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] Cannot consider developer in line '49' of file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] Cannot consider developer in line '54' of file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit5 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit5/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit5 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.surefire.junit5 --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit5 --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit5/target/org.eclipse.tycho.surefire.junit5-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit5 --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit5/target/org.eclipse.tycho.surefire.junit5-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.surefire.junit5 --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit5/target/org.eclipse.tycho.surefire.junit5-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.5.0-SNAPSHOT/org.eclipse.tycho.surefire.junit5-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit5/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.5.0-SNAPSHOT/org.eclipse.tycho.surefire.junit5-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit5/target/org.eclipse.tycho.surefire.junit5-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.5.0-SNAPSHOT/org.eclipse.tycho.surefire.junit5-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit54 >-------- [INFO] Building Tycho Surefire OSGi JUnit 5.4 Runner 2.5.0-SNAPSHOT [43/74] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.surefire.junit54 --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack) @ org.eclipse.tycho.surefire.junit54 --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:2.22.2: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:2.22.2: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] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/apache/maven/surefire/surefire-junit-platform/2.22.2/surefire-junit-platform-2.22.2.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit54/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/junit/platform/junit-platform-launcher/1.4.1/junit-platform-launcher-1.4.1.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit54/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/junit/platform/junit-platform-engine/1.4.1/junit-platform-engine-1.4.1.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit54/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/junit/platform/junit-platform-commons/1.4.1/junit-platform-commons-1.4.1.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit54/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.4.1/junit-jupiter-engine-5.4.1.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit54/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/apache/maven/surefire/common-java5/2.22.2/common-java5-2.22.2.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit54/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/junit/vintage/junit-vintage-engine/5.4.1/junit-vintage-engine-5.4.1.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit54/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit54/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit54/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.surefire.junit54 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.tycho.surefire.junit54 --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:5.2.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit54 --- [WARNING] Cannot consider developer in line '44' of file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] Cannot consider developer in line '49' of file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] Cannot consider developer in line '54' of file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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 [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit54/bnd.bnd [0:0]: Classes found in the wrong directory: {META-INF/versions/9/org/junit/platform/commons/util/ModuleUtils$ModuleReferenceScanner.class=org.junit.platform.commons.util.ModuleUtils$ModuleReferenceScanner, META-INF/versions/9/org/junit/platform/commons/util/ModuleUtils.class=org.junit.platform.commons.util.ModuleUtils} [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit54 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit54/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit54 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.surefire.junit54 --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit54 --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit54/target/org.eclipse.tycho.surefire.junit54-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit54 --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit54/target/org.eclipse.tycho.surefire.junit54-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.surefire.junit54 --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit54/target/org.eclipse.tycho.surefire.junit54-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.5.0-SNAPSHOT/org.eclipse.tycho.surefire.junit54-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit54/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.5.0-SNAPSHOT/org.eclipse.tycho.surefire.junit54-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit54/target/org.eclipse.tycho.surefire.junit54-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.5.0-SNAPSHOT/org.eclipse.tycho.surefire.junit54-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit55 >-------- [INFO] Building Tycho Surefire OSGi JUnit 5.5 Runner 2.5.0-SNAPSHOT [44/74] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.surefire.junit55 --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack) @ org.eclipse.tycho.surefire.junit55 --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:2.22.2: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:2.22.2: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] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/apache/maven/surefire/surefire-junit-platform/2.22.2/surefire-junit-platform-2.22.2.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit55/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/junit/platform/junit-platform-launcher/1.5.1/junit-platform-launcher-1.5.1.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit55/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/junit/platform/junit-platform-engine/1.5.1/junit-platform-engine-1.5.1.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit55/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/junit/platform/junit-platform-commons/1.5.1/junit-platform-commons-1.5.1.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit55/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.5.1/junit-jupiter-engine-5.5.1.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit55/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/apache/maven/surefire/common-java5/2.22.2/common-java5-2.22.2.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit55/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/junit/vintage/junit-vintage-engine/5.5.1/junit-vintage-engine-5.5.1.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit55/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit55/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit55/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.surefire.junit55 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.tycho.surefire.junit55 --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:5.2.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit55 --- [WARNING] Cannot consider developer in line '44' of file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] Cannot consider developer in line '49' of file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] Cannot consider developer in line '54' of file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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 [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit55/bnd.bnd [0:0]: Classes found in the wrong directory: {META-INF/versions/9/org/junit/platform/commons/util/ModuleUtils$ModuleReferenceScanner.class=org.junit.platform.commons.util.ModuleUtils$ModuleReferenceScanner, META-INF/versions/9/org/junit/platform/commons/util/ModuleUtils.class=org.junit.platform.commons.util.ModuleUtils} [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit55 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit55/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit55 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.surefire.junit55 --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit55 --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit55/target/org.eclipse.tycho.surefire.junit55-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit55 --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit55/target/org.eclipse.tycho.surefire.junit55-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.surefire.junit55 --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit55/target/org.eclipse.tycho.surefire.junit55-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.5.0-SNAPSHOT/org.eclipse.tycho.surefire.junit55-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit55/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.5.0-SNAPSHOT/org.eclipse.tycho.surefire.junit55-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit55/target/org.eclipse.tycho.surefire.junit55-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.5.0-SNAPSHOT/org.eclipse.tycho.surefire.junit55-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit56 >-------- [INFO] Building Tycho Surefire OSGi JUnit 5.6 Runner 2.5.0-SNAPSHOT [45/74] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.surefire.junit56 --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack) @ org.eclipse.tycho.surefire.junit56 --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:2.22.2: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:2.22.2: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] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/apache/maven/surefire/surefire-junit-platform/2.22.2/surefire-junit-platform-2.22.2.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit56/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/junit/platform/junit-platform-launcher/1.6.3/junit-platform-launcher-1.6.3.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit56/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/junit/platform/junit-platform-engine/1.6.3/junit-platform-engine-1.6.3.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit56/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/junit/platform/junit-platform-commons/1.6.3/junit-platform-commons-1.6.3.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit56/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.6.3/junit-jupiter-engine-5.6.3.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit56/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/apache/maven/surefire/common-java5/2.22.2/common-java5-2.22.2.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit56/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/junit/vintage/junit-vintage-engine/5.6.3/junit-vintage-engine-5.6.3.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit56/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit56/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit56/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.surefire.junit56 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.tycho.surefire.junit56 --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:5.2.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit56 --- [WARNING] Cannot consider developer in line '44' of file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] Cannot consider developer in line '49' of file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] Cannot consider developer in line '54' of file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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 [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit56/bnd.bnd [0:0]: Classes found in the wrong directory: {META-INF/versions/9/org/junit/platform/commons/util/ModuleUtils$ModuleReferenceScanner.class=org.junit.platform.commons.util.ModuleUtils$ModuleReferenceScanner, META-INF/versions/9/org/junit/platform/commons/util/ModuleUtils.class=org.junit.platform.commons.util.ModuleUtils} [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit56 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit56/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit56 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.surefire.junit56 --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit56 --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit56/target/org.eclipse.tycho.surefire.junit56-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit56 --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit56/target/org.eclipse.tycho.surefire.junit56-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.surefire.junit56 --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit56/target/org.eclipse.tycho.surefire.junit56-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.5.0-SNAPSHOT/org.eclipse.tycho.surefire.junit56-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit56/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.5.0-SNAPSHOT/org.eclipse.tycho.surefire.junit56-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit56/target/org.eclipse.tycho.surefire.junit56-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.5.0-SNAPSHOT/org.eclipse.tycho.surefire.junit56-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit57 >-------- [INFO] Building Tycho Surefire OSGi JUnit 5.7 Runner 2.5.0-SNAPSHOT [46/74] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.surefire.junit57 --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack) @ org.eclipse.tycho.surefire.junit57 --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:2.22.2: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:2.22.2:jar [INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:5.7.2:jar [INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.1.0:jar [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/apache/maven/surefire/surefire-junit-platform/2.22.2/surefire-junit-platform-2.22.2.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit57/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/junit/platform/junit-platform-launcher/1.7.2/junit-platform-launcher-1.7.2.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit57/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/junit/platform/junit-platform-engine/1.7.2/junit-platform-engine-1.7.2.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit57/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/junit/platform/junit-platform-commons/1.7.2/junit-platform-commons-1.7.2.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit57/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.7.2/junit-jupiter-engine-5.7.2.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit57/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/apache/maven/surefire/common-java5/2.22.2/common-java5-2.22.2.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit57/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/junit/vintage/junit-vintage-engine/5.7.2/junit-vintage-engine-5.7.2.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit57/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit57/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.surefire.junit57 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.tycho.surefire.junit57 --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:5.2.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit57 --- [WARNING] Cannot consider developer in line '44' of file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] Cannot consider developer in line '49' of file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] Cannot consider developer in line '54' of file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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 [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit57/bnd.bnd [0:0]: Classes found in the wrong directory: {META-INF/versions/9/org/junit/platform/commons/util/ModuleUtils$ModuleReferenceScanner.class=org.junit.platform.commons.util.ModuleUtils$ModuleReferenceScanner, META-INF/versions/9/org/junit/platform/commons/util/ModuleUtils.class=org.junit.platform.commons.util.ModuleUtils} [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit57 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit57/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit57 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.surefire.junit57 --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit57 --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit57/target/org.eclipse.tycho.surefire.junit57-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit57 --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit57/target/org.eclipse.tycho.surefire.junit57-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.surefire.junit57 --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit57/target/org.eclipse.tycho.surefire.junit57-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.5.0-SNAPSHOT/org.eclipse.tycho.surefire.junit57-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit57/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.5.0-SNAPSHOT/org.eclipse.tycho.surefire.junit57-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.junit57/target/org.eclipse.tycho.surefire.junit57-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.5.0-SNAPSHOT/org.eclipse.tycho.surefire.junit57-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.testng >--------- [INFO] Building Tycho Surefire OSGi TestNG Runner 2.5.0-SNAPSHOT [47/74] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.surefire.testng --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack) @ org.eclipse.tycho.surefire.testng --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-testng-utils:2.22.2:jar [INFO] Configured Artifact: org.apache.maven.surefire:surefire-testng:2.22.2:jar [INFO] Configured Artifact: org.apache.maven.surefire:surefire-grouper:2.22.2:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-java5:2.22.2:jar [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/apache/maven/surefire/surefire-testng-utils/2.22.2/surefire-testng-utils-2.22.2.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.testng/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/apache/maven/surefire/surefire-testng/2.22.2/surefire-testng-2.22.2.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.testng/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/apache/maven/surefire/surefire-grouper/2.22.2/surefire-grouper-2.22.2.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.testng/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] Unpacking /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/apache/maven/surefire/common-java5/2.22.2/common-java5-2.22.2.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.testng/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.surefire.testng --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.tycho.surefire.testng --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:5.2.0:bnd-process (default) @ org.eclipse.tycho.surefire.testng --- [WARNING] Cannot consider developer in line '44' of file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] Cannot consider developer in line '49' of file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] Cannot consider developer in line '54' of file '/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/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/tycho-github_tycho-2.5.x/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] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.surefire.testng --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.testng/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.testng --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.surefire.testng --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.tycho.surefire.testng --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.testng/target/org.eclipse.tycho.surefire.testng-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.testng --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.testng/target/org.eclipse.tycho.surefire.testng-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.surefire.testng --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.testng/target/org.eclipse.tycho.surefire.testng-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.5.0-SNAPSHOT/org.eclipse.tycho.surefire.testng-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.testng/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.5.0-SNAPSHOT/org.eclipse.tycho.surefire.testng-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/org.eclipse.tycho.surefire.testng/target/org.eclipse.tycho.surefire.testng-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.5.0-SNAPSHOT/org.eclipse.tycho.surefire.testng-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.eclipse.tycho:tycho-surefire-plugin >--------------- [INFO] Building Tycho Surefire Plugin 2.5.0-SNAPSHOT [48/74] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-surefire-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-surefire-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/tycho-surefire-plugin/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-surefire-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/tycho-surefire-plugin/target/classes [INFO] [INFO] --- maven-plugin-plugin:3.6.1:descriptor (default-descriptor) @ tycho-surefire-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.1.0:generate-metadata (default) @ tycho-surefire-plugin --- [INFO] Discovered 11 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-surefire-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 20 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-surefire-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/tycho-surefire-plugin/target/test-classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/tycho-surefire-plugin/src/test/java/org/eclipse/tycho/surefire/TestMojoToolchainTests.java: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/tycho-surefire-plugin/src/test/java/org/eclipse/tycho/surefire/TestMojoToolchainTests.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/tycho-surefire-plugin/src/test/java/org/eclipse/tycho/surefire/TestMojoToolchainTests.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plexus-component-metadata:2.1.0:generate-test-metadata (default) @ tycho-surefire-plugin --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ tycho-surefire-plugin --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/tycho-surefire-plugin/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tycho.surefire.provider.impl.Junit47ProviderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.334 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 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. [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.369 s - in org.eclipse.tycho.surefire.provider.impl.ProviderHelperTest [INFO] Running org.eclipse.tycho.surefire.provider.impl.Junit3ProviderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.tycho.surefire.provider.impl.Junit3ProviderTest [INFO] Running org.eclipse.tycho.surefire.TestMojoToolchainTests [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.795 s - in org.eclipse.tycho.surefire.TestMojoToolchainTests [INFO] Running org.eclipse.tycho.surefire.TestMojoTest [warn] Both parameter 'skipTests' and 'maven.test.skip' are set, 'skipTests' has a higher priority! [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.tycho.surefire.TestMojoTest [INFO] Running org.eclipse.tycho.surefire.provisioning.ProvisionedInstallationBuilderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tycho.surefire.provisioning.ProvisionedInstallationBuilderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-surefire-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/tycho-surefire-plugin/target/tycho-surefire-plugin-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.6.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-surefire-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-surefire-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/tycho-surefire-plugin/target/tycho-surefire-plugin-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-runtime-jdk-compatibility) @ tycho-surefire-plugin --- [INFO] Adding ignore: module-info [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-surefire-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/tycho-surefire-plugin/target/tycho-surefire-plugin-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-surefire-plugin/2.5.0-SNAPSHOT/tycho-surefire-plugin-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/tycho-surefire-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-surefire-plugin/2.5.0-SNAPSHOT/tycho-surefire-plugin-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-surefire/tycho-surefire-plugin/target/tycho-surefire-plugin-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-surefire-plugin/2.5.0-SNAPSHOT/tycho-surefire-plugin-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] ------------------< org.eclipse.tycho:tycho-release >------------------- [INFO] Building Tycho Release Parent 2.5.0-SNAPSHOT [49/74] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-release --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-release --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-release --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-release/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-release/2.5.0-SNAPSHOT/tycho-release-2.5.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.eclipse.tycho:tycho-versions-plugin >--------------- [INFO] Building Tycho Versions Plugin 2.5.0-SNAPSHOT [50/74] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-versions-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-versions-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-versions-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/target/classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/src/main/java/org/eclipse/tycho/versions/manipulation/EclipseApplicationProductFileManipulator.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/src/main/java/org/eclipse/tycho/versions/manipulation/EclipseApplicationProductFileManipulator.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-plugin-plugin:3.6.1:descriptor (default-descriptor) @ tycho-versions-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.1.0:generate-metadata (default) @ tycho-versions-plugin --- [INFO] Discovered 12 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-versions-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 262 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-versions-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/target/test-classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/src/test/java/org/eclipse/tycho/versions/manipulation/SiteXmlManipulatorTest.java: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/src/test/java/org/eclipse/tycho/versions/manipulation/SiteXmlManipulatorTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/src/test/java/org/eclipse/tycho/versions/manipulation/SiteXmlManipulatorTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plexus-component-metadata:2.1.0:generate-test-metadata (default) @ tycho-versions-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-versions-plugin --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/target/surefire-reports [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.282 s - in org.eclipse.tycho.versions.bundle.tests.ManifestAttributeTest [INFO] Running org.eclipse.tycho.versions.bundle.tests.MutableBundleManifestTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 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.008 s - in org.eclipse.tycho.versions.bundle.tests.MutableManifestElementTest [INFO] Running org.eclipse.tycho.versions.engine.tests.VersionsEngineTest 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] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-release/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.core;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] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/target/projects/dependencysimple [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/target/projects/dependencymanagementotherversion [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/target/projects/dependencymanagementotherversion/bundle [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/target/projects/versionranges/bundle1 [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] META-INF/MANIFEST.MF//Export-Package//org.bundle1.package1;version: 1.0.0 => 1.0.1 [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/target/projects/versionranges/fragment [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] META-INF/MANIFEST.MF//Fragment-Host//bundle1;bundle-version: 1.0.1 => 1.0.1 [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/target/projects/targetplatform/bundle01 [INFO] pom.xml//project/version: 0.1.0-SNAPSHOT => 0.2.0-SNAPSHOT [INFO] pom.xml//project/parent/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/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/target/projects/targetplatform/targetplatform [INFO] pom.xml//project/build/plugins/plugin/[ org.eclipse.tycho:target-platform-configuration ] /configuration/target/artifact/[ targetplatform:bundle01 ] 0.1.0-SNAPSHOT => 0.2.0-SNAPSHOT [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/target/projects/profile/bundle01 [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/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/target/projects/deepnesting/child/grandchild/bundle [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/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/target/projects/multimodule/feature01 [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] feature.xml//feature/includes/@id='feature02'/@version: 1.0.0.qualifier => 1.0.1.qualifier [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] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/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/@feature='feature02'/@version: 1.0.0(match=perfect) => 1.0.1(match=perfect) [INFO] feature.xml//feature/requires/import/@plugin='bundle'/@version: 1.0.0(match=perfect) => 1.0.1(match=perfect) [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/target/projects/multimodule/site [INFO] site.xml//site/feature/@id=feature01/@version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] site.xml//site/feature/@id=feature01/@url: features/feature01_1.0.0.qualifier.jar => features/feature01_1.0.1.qualifier.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/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/target/projects/multimodule/product [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] 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/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/target/projects/multimodule/repository [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] differentversion.product//product/plugins/plugin/@id=bundle/@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/@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/features/feature/@id=feature01/@version: 1.0.0.qualifier => 1.0.1.qualifier [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/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/target/projects/multimodule/repository-product-only [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] 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/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/target/projects/multimodule/iu [INFO] p2iu.xml//unit/@version: 1.0.0.qualifier => 1.0.1.qualifier [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/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/target/projects/dependencyotherversion [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/target/projects/dependencyotherversion/bundle [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/target/projects/aggregator/detached [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/target/projects/deepnesting/child/grandchild/bundle [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/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/target/projects/pluginmanagement [INFO] pom.xml//project/build/plugins/plugin/[ pluginmanagement:plugin ] 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//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] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/build/plugins/plugin/[ pluginmanagement:plugin ] /dependencies/dependency/[ pluginmanagement:jar ] 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//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] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/target/projects/pluginmanagement/plugin [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/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/target/projects/pluginmanagement/jar [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/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/target/projects/dependencymanagementsimple [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/target/projects/dependencynoversion/module [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/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: 5.636 s - in org.eclipse.tycho.versions.engine.tests.VersionsEngineTest [INFO] Running org.eclipse.tycho.versions.engine.tests.EclipseVersionUpdaterTest [WARNING] Skipping updating pom in directory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/target/projects/updateeclipse [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/target/projects/updateeclipse/repositoryWith2ProductFiles [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-release/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: 0.276 s - in org.eclipse.tycho.versions.engine.tests.EclipseVersionUpdaterTest [INFO] Running org.eclipse.tycho.versions.engine.tests.DefaultVersionRangeUpdateStrategyTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tycho.versions.engine.tests.DefaultVersionRangeUpdateStrategyTest [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/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/target/projects/updatepom [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/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/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/target/projects/updatepom/repositoryWith2ProductFiles [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-release/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.144 s - in org.eclipse.tycho.versions.engine.tests.PomUpdaterTest [INFO] Running org.eclipse.tycho.versions.engine.tests.ProjectMetadataReaderTest [WARNING] No pom file found at src/test/resources/projects/simple [INFO] Project does not exist at src/test/resources/projects/simple/missing [WARNING] No pom file found at src/test/resources/projects/simple [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s - in org.eclipse.tycho.versions.engine.tests.ProjectMetadataReaderTest [INFO] Running org.eclipse.tycho.versions.manipulation.SiteXmlManipulatorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.tycho.versions.manipulation.SiteXmlManipulatorTest [INFO] Running org.eclipse.tycho.versions.pom.tests.MutablePomFileTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.tycho.versions.pom.tests.MutablePomFileTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-versions-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/target/tycho-versions-plugin-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.6.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-versions-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-versions-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/target/tycho-versions-plugin-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-versions-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/target/tycho-versions-plugin-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-versions-plugin/2.5.0-SNAPSHOT/tycho-versions-plugin-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-versions-plugin/2.5.0-SNAPSHOT/tycho-versions-plugin-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-release/tycho-versions-plugin/target/tycho-versions-plugin-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-versions-plugin/2.5.0-SNAPSHOT/tycho-versions-plugin-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] -------------< org.eclipse.tycho:tycho-p2-director-plugin >------------- [INFO] Building Tycho p2 Director Plugin 2.5.0-SNAPSHOT [51/74] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-p2-director-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-p2-director-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-p2-director-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-director-plugin/target/classes [INFO] [INFO] --- maven-plugin-plugin:3.6.1:descriptor (default-descriptor) @ tycho-p2-director-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.1.0:generate-metadata (default) @ tycho-p2-director-plugin --- [INFO] Discovered 1 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-p2-director-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-director-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-p2-director-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-director-plugin/target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.1.0:generate-test-metadata (default) @ tycho-p2-director-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-p2-director-plugin --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-director-plugin/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tycho.plugins.p2.director.ProductConfigTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.268 s - in org.eclipse.tycho.plugins.p2.director.ProductConfigTest [INFO] Running org.eclipse.tycho.plugins.p2.director.ProductArchiverMojoTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.tycho.plugins.p2.director.ProductArchiverMojoTest [INFO] Running org.eclipse.tycho.plugins.p2.director.ProfileNameTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 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.002 s - in org.eclipse.tycho.plugins.tar.FilePermissionHelperTest [INFO] Running org.eclipse.tycho.plugins.tar.TarGzArchiverTest [info] Building tar: /tmp/junit14294027165719075678/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/junit3167648231269954978/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/junit9207513571894385477/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/junit9207513571894385477/dir1/testSymLink relative to /tmp/junit9207513571894385477/dir1 [info] Building tar: /tmp/junit16497262463200267624/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/junit16497262463200267624/dir1/dir2/testSymLink relative to /tmp/junit16497262463200267624/dir1 [debug] Computed symlink target path .. for symlink /tmp/junit16497262463200267624/dir1/dir2/testSymLink relative to /tmp/junit16497262463200267624/dir1/dir2 [debug] Computed symlink target path for symlink /tmp/junit16497262463200267624/dir1/dir2/testSymLink relative to /tmp/junit16497262463200267624/dir1 [info] Building tar: /tmp/junit4236990782043277977/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/junit5339578923513144033/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/junit6614404684845197626/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/junit6614404684845197626/dir1/dir2/testSymLink relative to /tmp/junit6614404684845197626/dir1 [debug] Computed symlink target path ../test.sh for symlink /tmp/junit6614404684845197626/dir1/dir2/testSymLink relative to /tmp/junit6614404684845197626/dir1/dir2 [info] Building tar: /tmp/junit1633592303863925407/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/junit1633592303863925407/dir1/testSymLink relative to /tmp/junit1633592303863925407/dir1 [debug] Computed symlink target path dir2/dir3/test.sh for symlink /tmp/junit1633592303863925407/dir1/testSymLink relative to /tmp/junit1633592303863925407/dir1 [info] Building tar: /tmp/junit15286640745180426628/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/junit15286640745180426628/dir1/testDirSymLink relative to /tmp/junit15286640745180426628/dir1 [debug] Adding entry testDirSymLink/test.txt [info] Building tar: /tmp/junit10035263637064811314/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/junit10035263637064811314/dir1/dir2/testSymLink relative to /tmp/junit10035263637064811314/dir1 [debug] Computed symlink target path dir3/test.sh for symlink /tmp/junit10035263637064811314/dir1/dir2/testSymLink relative to /tmp/junit10035263637064811314/dir1/dir2 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.343 s - in org.eclipse.tycho.plugins.tar.TarGzArchiverTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-p2-director-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-director-plugin/target/tycho-p2-director-plugin-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.6.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-p2-director-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-p2-director-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-director-plugin/target/tycho-p2-director-plugin-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-p2-director-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-director-plugin/target/tycho-p2-director-plugin-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-p2-director-plugin/2.5.0-SNAPSHOT/tycho-p2-director-plugin-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-director-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-p2-director-plugin/2.5.0-SNAPSHOT/tycho-p2-director-plugin-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-director-plugin/target/tycho-p2-director-plugin-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-p2-director-plugin/2.5.0-SNAPSHOT/tycho-p2-director-plugin-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] -------------< org.eclipse.tycho:tycho-artifactcomparator >------------- [INFO] Building Tycho Artifactor Comparator Plugin 2.5.0-SNAPSHOT [52/74] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-artifactcomparator --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-artifactcomparator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-artifactcomparator/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-artifactcomparator --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-artifactcomparator/target/classes [INFO] [INFO] --- plexus-component-metadata:2.1.0:generate-metadata (default) @ tycho-artifactcomparator --- [INFO] Discovered 6 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-artifactcomparator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 8 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-artifactcomparator --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-artifactcomparator/target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.1.0:generate-test-metadata (default) @ tycho-artifactcomparator --- [INFO] Discovered 1 component descriptors(s) [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-artifactcomparator --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-artifactcomparator/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [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.073 s - in org.eclipse.tycho.jarcomparator.tests.ContentsComparatorTest [INFO] Running org.eclipse.tycho.jarcomparator.tests.CompoundArtifactDeltaTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.tycho.jarcomparator.tests.CompoundArtifactDeltaTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-artifactcomparator --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-artifactcomparator/target/tycho-artifactcomparator-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-artifactcomparator --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-artifactcomparator/target/tycho-artifactcomparator-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-artifactcomparator --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-artifactcomparator/target/tycho-artifactcomparator-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-artifactcomparator/2.5.0-SNAPSHOT/tycho-artifactcomparator-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-artifactcomparator/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-artifactcomparator/2.5.0-SNAPSHOT/tycho-artifactcomparator-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-artifactcomparator/target/tycho-artifactcomparator-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-artifactcomparator/2.5.0-SNAPSHOT/tycho-artifactcomparator-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] -----------------< org.eclipse.tycho:tycho-p2-plugin >------------------ [INFO] Building Tycho p2 Metadata Plugin 2.5.0-SNAPSHOT [53/74] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-p2-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-p2-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-plugin/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-p2-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-plugin/target/classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/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/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-plugin/src/main/java/org/eclipse/tycho/plugins/p2/AbstractP2MetadataMojo.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-plugin-plugin:3.6.1:descriptor (default-descriptor) @ tycho-p2-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.1.0:generate-metadata (default) @ tycho-p2-plugin --- [INFO] Discovered 1 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-p2-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-p2-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-plugin/target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.1.0:generate-test-metadata (default) @ tycho-p2-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-p2-plugin --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-plugin/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tycho.plugins.p2.P2MetadataMojoTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s - in org.eclipse.tycho.plugins.p2.P2MetadataMojoTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-p2-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-plugin/target/tycho-p2-plugin-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.6.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-p2-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-p2-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-plugin/target/tycho-p2-plugin-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-p2-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-plugin/target/tycho-p2-plugin-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-p2-plugin/2.5.0-SNAPSHOT/tycho-p2-plugin-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-p2-plugin/2.5.0-SNAPSHOT/tycho-p2-plugin-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-plugin/target/tycho-p2-plugin-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-p2-plugin/2.5.0-SNAPSHOT/tycho-p2-plugin-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] ------------< org.eclipse.tycho:tycho-p2-publisher-plugin >------------- [INFO] Building Tycho p2 Publisher Plugin 2.5.0-SNAPSHOT [54/74] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-p2-publisher-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-p2-publisher-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-publisher-plugin/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-p2-publisher-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-publisher-plugin/target/classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-publisher-plugin/src/main/java/org/eclipse/tycho/plugins/p2/publisher/PublishEEProfileMojo.java: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-publisher-plugin/src/main/java/org/eclipse/tycho/plugins/p2/publisher/PublishEEProfileMojo.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-publisher-plugin/src/main/java/org/eclipse/tycho/plugins/p2/publisher/PublishEEProfileMojo.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- maven-plugin-plugin:3.6.1:descriptor (default-descriptor) @ tycho-p2-publisher-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 5 mojo descriptors. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-p2-publisher-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-publisher-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-p2-publisher-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-publisher-plugin/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-p2-publisher-plugin --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-publisher-plugin/target/surefire-reports [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.177 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] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-p2-publisher-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-publisher-plugin/target/tycho-p2-publisher-plugin-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.6.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-p2-publisher-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-p2-publisher-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-publisher-plugin/target/tycho-p2-publisher-plugin-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-p2-publisher-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-publisher-plugin/target/tycho-p2-publisher-plugin-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-p2-publisher-plugin/2.5.0-SNAPSHOT/tycho-p2-publisher-plugin-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-publisher-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-p2-publisher-plugin/2.5.0-SNAPSHOT/tycho-p2-publisher-plugin-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-publisher-plugin/target/tycho-p2-publisher-plugin-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-p2-publisher-plugin/2.5.0-SNAPSHOT/tycho-p2-publisher-plugin-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] ------------< org.eclipse.tycho:tycho-p2-repository-plugin >------------ [INFO] Building Tycho p2 Repository Plugin 2.5.0-SNAPSHOT [55/74] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-p2-repository-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-p2-repository-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-repository-plugin/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-p2-repository-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-repository-plugin/target/classes [INFO] [INFO] --- maven-plugin-plugin:3.6.1:descriptor (default-descriptor) @ tycho-p2-repository-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 6 mojo descriptors. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-p2-repository-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-repository-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-p2-repository-plugin --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-p2-repository-plugin --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-p2-repository-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-repository-plugin/target/tycho-p2-repository-plugin-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.6.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-p2-repository-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-p2-repository-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-repository-plugin/target/tycho-p2-repository-plugin-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-p2-repository-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-repository-plugin/target/tycho-p2-repository-plugin-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-p2-repository-plugin/2.5.0-SNAPSHOT/tycho-p2-repository-plugin-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-repository-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-p2-repository-plugin/2.5.0-SNAPSHOT/tycho-p2-repository-plugin-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-repository-plugin/target/tycho-p2-repository-plugin-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/tycho-p2-repository-plugin/2.5.0-SNAPSHOT/tycho-p2-repository-plugin-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] ---------------< org.eclipse.tycho.extras:tycho-extras >---------------- [INFO] Building Tycho Extras 2.5.0-SNAPSHOT [56/74] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-extras --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-extras --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-extras --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/eclipse/tycho/extras/tycho-extras/2.5.0-SNAPSHOT/tycho-extras-2.5.0-SNAPSHOT.pom [INFO] [INFO] -------< org.eclipse.tycho.extras:tycho-document-bundle-plugin >-------- [INFO] Building Tycho Document Bundle Plugin 2.5.0-SNAPSHOT [57/74] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-document-bundle-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-document-bundle-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-document-bundle-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/classes [INFO] [INFO] --- maven-plugin-plugin:3.6.1:descriptor (default-descriptor) @ tycho-document-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.1.0:generate-metadata (default) @ tycho-document-bundle-plugin --- [INFO] Discovered 1 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-document-bundle-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-document-bundle-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.1.0:generate-test-metadata (default) @ tycho-document-bundle-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-document-bundle-plugin --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tycho.extras.docbundle.TestJavadocRunner [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.029 s - in org.eclipse.tycho.extras.docbundle.TestJavadocRunner [INFO] Running org.eclipse.tycho.extras.docbundle.PackageNameMatcherTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.tycho.extras.docbundle.PackageNameMatcherTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-document-bundle-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/tycho-document-bundle-plugin-2.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.6.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-document-bundle-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-document-bundle-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/tycho-document-bundle-plugin-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-invoker-plugin:3.2.1:install (integration-test) @ tycho-document-bundle-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.core.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.5.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.core.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.5.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.5.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-bundles/2.5.0-SNAPSHOT/tycho-bundles-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho/2.5.0-SNAPSHOT/tycho-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.5.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.5.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.5.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-facade/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/2.5.0-SNAPSHOT/tycho-p2-facade-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/2.5.0-SNAPSHOT/tycho-p2-facade-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-facade/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/2.5.0-SNAPSHOT/tycho-p2-facade-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/2.5.0-SNAPSHOT/tycho-p2-facade-2.5.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-p2/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-p2/2.5.0-SNAPSHOT/tycho-p2-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.5.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.5.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.5.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.5.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.5.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.5.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.5.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/sisu-equinox/sisu-equinox-embedder/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/2.5.0-SNAPSHOT/sisu-equinox-embedder-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/sisu-equinox/sisu-equinox-embedder/target/sisu-equinox-embedder-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/2.5.0-SNAPSHOT/sisu-equinox-embedder-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/sisu-equinox/sisu-equinox-embedder/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/2.5.0-SNAPSHOT/sisu-equinox-embedder-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/sisu-equinox/sisu-equinox-embedder/target/sisu-equinox-embedder-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/2.5.0-SNAPSHOT/sisu-equinox-embedder-2.5.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/sisu-equinox/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox/2.5.0-SNAPSHOT/sisu-equinox-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/sisu-equinox/sisu-equinox-api/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-api/2.5.0-SNAPSHOT/sisu-equinox-api-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/sisu-equinox/sisu-equinox-api/target/sisu-equinox-api-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-api/2.5.0-SNAPSHOT/sisu-equinox-api-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/sisu-equinox/sisu-equinox-api/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-api/2.5.0-SNAPSHOT/sisu-equinox-api-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/sisu-equinox/sisu-equinox-api/target/sisu-equinox-api-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-api/2.5.0-SNAPSHOT/sisu-equinox-api-2.5.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.5.0-SNAPSHOT/tycho-core-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/tycho-core-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.5.0-SNAPSHOT/tycho-core-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.5.0-SNAPSHOT/tycho-core-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/tycho-core-2.5.0-SNAPSHOT-system-packages-companion.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.5.0-SNAPSHOT/tycho-core-2.5.0-SNAPSHOT-system-packages-companion.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/tycho-core-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.5.0-SNAPSHOT/tycho-core-2.5.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-core/target/tycho-core-2.5.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.5.0-SNAPSHOT/tycho-core-2.5.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-testing-harness/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/2.5.0-SNAPSHOT/tycho-testing-harness-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-testing-harness/target/tycho-testing-harness-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/2.5.0-SNAPSHOT/tycho-testing-harness-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-testing-harness/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/2.5.0-SNAPSHOT/tycho-testing-harness-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-testing-harness/target/tycho-testing-harness-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/2.5.0-SNAPSHOT/tycho-testing-harness-2.5.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-embedder-api/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/2.5.0-SNAPSHOT/tycho-embedder-api-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-embedder-api/target/tycho-embedder-api-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/2.5.0-SNAPSHOT/tycho-embedder-api-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-embedder-api/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/2.5.0-SNAPSHOT/tycho-embedder-api-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-embedder-api/target/tycho-embedder-api-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/2.5.0-SNAPSHOT/tycho-embedder-api-2.5.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-metadata-model/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/2.5.0-SNAPSHOT/tycho-metadata-model-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-metadata-model/target/tycho-metadata-model-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/2.5.0-SNAPSHOT/tycho-metadata-model-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-metadata-model/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/2.5.0-SNAPSHOT/tycho-metadata-model-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-metadata-model/target/tycho-metadata-model-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/2.5.0-SNAPSHOT/tycho-metadata-model-2.5.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-extras/2.5.0-SNAPSHOT/tycho-extras-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-document-bundle-plugin/2.5.0-SNAPSHOT/tycho-document-bundle-plugin-2.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/tycho-document-bundle-plugin-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-document-bundle-plugin/2.5.0-SNAPSHOT/tycho-document-bundle-plugin-2.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/tycho-document-bundle-plugin-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-document-bundle-plugin/2.5.0-SNAPSHOT/tycho-document-bundle-plugin-2.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-invoker-plugin:3.2.1:run (integration-test) @ tycho-document-bundle-plugin --- [INFO] Building: additionalDepsTest/pom.xml [INFO] run post-build script verify.groovy WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/.m2/repository/org/codehaus/groovy/groovy-all/2.4.8/groovy-all-2.4.8.jar) to method java.lang.Object.finalize() WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [INFO] The post-build script did not succeed. /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/it/additionalDepsTest/doc.bundle/target/javadoc.options.txt (No such file or directory) [INFO] additionalDepsTest/pom.xml ....................... FAILED (7.0 s) [INFO] Building: test1/pom.xml [INFO] run post-build script verify.groovy [INFO] The post-build script did not succeed. /home/jenkins/agent/workspace/tycho-github_tycho-2.5.x/tycho-extras/tycho-document-bundle-plugin/target/it/test1/docbundle1/target/javadoc.options.txt (No such file or directory) [INFO] test1/pom.xml .................................... FAILED (5.3 s) [INFO] ------------------------------------------------- [INFO] Build Summary: [INFO] Passed: 0, Failed: 2, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------- [ERROR] The following builds failed: [ERROR] * additionalDepsTest/pom.xml [ERROR] * test1/pom.xml [INFO] ------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Tycho 2.5.0-SNAPSHOT: [INFO] [INFO] Tycho .............................................. SUCCESS [ 1.300 s] [INFO] Tycho OSGi Bundles Parent .......................... SUCCESS [ 0.008 s] [INFO] Tycho OSGi Bundles Target Platform ................. SUCCESS [ 0.182 s] [INFO] Tycho Noop Equinox password provider ............... SUCCESS [ 4.983 s] [INFO] Tycho OSGi Runtime External Bundles ................ SUCCESS [ 4.099 s] [INFO] Tycho Embedder API Maven/OSGi Shared Classes ....... SUCCESS [ 0.398 s] [INFO] Tycho Core Maven/OSGi Shared Classes ............... SUCCESS [ 0.887 s] [INFO] Tycho p2 Resolver Maven/OSGi Shared Classes ........ SUCCESS [ 0.606 s] [INFO] Tycho p2 Tools Maven/OSGi Shared Classes ........... SUCCESS [ 0.506 s] [INFO] Tycho Maven/p2 Repository Integration .............. SUCCESS [ 1.409 s] [INFO] Tycho p2 Resolver Bundle ........................... SUCCESS [ 1.685 s] [INFO] Tycho p2 Tools Bundle .............................. SUCCESS [ 0.727 s] [INFO] Tycho Core Maven/OSGi Shared Classes Tests ......... SUCCESS [ 3.933 s] [INFO] Tycho Test Utilities ............................... SUCCESS [ 0.442 s] [INFO] Tycho p2 Resolver Bundle Tests ..................... SUCCESS [ 26.247 s] [INFO] Tycho p2 Resolver Maven/OSGi Shared Classes Tests .. SUCCESS [ 3.525 s] [INFO] Tycho Maven/p2 Repository Integration Tests ........ SUCCESS [01:00 min] [INFO] Tycho p2 Tools Tests ............................... SUCCESS [ 24.998 s] [INFO] Sisu Equinox/Plexus bridge ......................... SUCCESS [ 0.004 s] [INFO] Sisu Equinox Services API .......................... SUCCESS [ 5.275 s] [INFO] Sisu Equinox Embedder .............................. SUCCESS [ 2.090 s] [INFO] Tycho Eclipse Project Metadata Model ............... SUCCESS [ 4.109 s] [INFO] Tycho Embedder API ................................. SUCCESS [ 4.287 s] [INFO] Tycho Testing Harness .............................. SUCCESS [ 1.635 s] [INFO] Tycho Core ......................................... SUCCESS [ 22.995 s] [INFO] Sisu Equinox Launching ............................. SUCCESS [ 3.891 s] [INFO] Tycho JVM Library Detector ......................... SUCCESS [ 4.595 s] [INFO] Tycho JDT Compiler Component ....................... SUCCESS [ 2.538 s] [INFO] Tycho OSGi Compiler Plugin ......................... SUCCESS [ 21.568 s] [INFO] Tycho OSGi Packaging Plugin ........................ SUCCESS [ 14.927 s] [INFO] Tycho p2 Tools Parent .............................. SUCCESS [ 0.005 s] [INFO] Tycho p2 Resolver Component ........................ SUCCESS [ 1.489 s] [INFO] Tycho OSGi Source Plugin ........................... SUCCESS [ 7.651 s] [INFO] Tycho Target Platform Configuration Plugin ......... SUCCESS [ 0.916 s] [INFO] Tycho Maven Build Extension ........................ SUCCESS [ 1.033 s] [INFO] Tycho POM Generator Plugin ......................... SUCCESS [ 6.571 s] [INFO] Tycho Surefire OSGi Booter Eclipse Application ..... SUCCESS [ 3.429 s] [INFO] Tycho Surefire Parent .............................. SUCCESS [ 0.004 s] [INFO] Tycho Surefire OSGi JUnit 3 Runner ................. SUCCESS [ 1.782 s] [INFO] Tycho Surefire OSGi JUnit 4 Runner ................. SUCCESS [ 0.282 s] [INFO] Tycho Surefire OSGi JUnit 4.7 Runner ............... SUCCESS [ 0.532 s] [INFO] Tycho Surefire OSGi JUnit 5 Runner ................. SUCCESS [ 0.889 s] [INFO] Tycho Surefire OSGi JUnit 5.4 Runner ............... SUCCESS [ 0.971 s] [INFO] Tycho Surefire OSGi JUnit 5.5 Runner ............... SUCCESS [ 1.133 s] [INFO] Tycho Surefire OSGi JUnit 5.6 Runner ............... SUCCESS [ 1.073 s] [INFO] Tycho Surefire OSGi JUnit 5.7 Runner ............... SUCCESS [ 0.871 s] [INFO] Tycho Surefire OSGi TestNG Runner .................. SUCCESS [ 0.527 s] [INFO] Tycho Surefire Plugin .............................. SUCCESS [ 9.364 s] [INFO] Tycho Release Parent ............................... SUCCESS [ 0.005 s] [INFO] Tycho Versions Plugin .............................. SUCCESS [ 9.237 s] [INFO] Tycho p2 Director Plugin ........................... SUCCESS [ 2.798 s] [INFO] Tycho Artifactor Comparator Plugin ................. SUCCESS [ 2.127 s] [INFO] Tycho p2 Metadata Plugin ........................... SUCCESS [ 2.463 s] [INFO] Tycho p2 Publisher Plugin .......................... SUCCESS [ 3.561 s] [INFO] Tycho p2 Repository Plugin ......................... SUCCESS [ 1.442 s] [INFO] Tycho Extras ....................................... SUCCESS [ 0.005 s] [INFO] Tycho Document Bundle Plugin ....................... FAILURE [ 18.163 s] [INFO] Tycho Version Bump Plugin .......................... SKIPPED [INFO] Tycho Source Feature Generation Plugin ............. SKIPPED [INFO] Tycho p2 Extras Plugin ............................. SKIPPED [INFO] Tycho Custom Bundle Plugin ......................... SKIPPED [INFO] Tycho Eclipserun Plugin ............................ SKIPPED [INFO] Tycho JGit Build Timestamp Provider Plugin ......... SKIPPED [INFO] Tycho JGit Source Reference Provider Plugin ........ SKIPPED [INFO] Tycho Target Platform Validation Plugin ............ SKIPPED [INFO] Tycho POM-less build extension ..................... SKIPPED [INFO] Tycho Dependency Tools Plugin ...................... SKIPPED [INFO] Tycho Extras Integration Tests ..................... SKIPPED [INFO] Tycho Pack200 Archive Plugins ...................... SKIPPED [INFO] Tycho Pack200 Archive Format Plugin ................ SKIPPED [INFO] Tycho Pack200 Normalization Plugin ................. SKIPPED [INFO] Tycho Pack200 Pack Plugin .......................... SKIPPED [INFO] Tycho Pack200 Integration Tests .................... SKIPPED [INFO] Tycho Integration Tests ............................ SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:58 min [INFO] Finished at: 2023-02-10T01:11:26Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-invoker-plugin:3.2.1:run (integration-test) on project tycho-document-bundle-plugin: 2 builds failed. See console output above for details. -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-invoker-plugin:3.2.1:run (integration-test) on project tycho-document-bundle-plugin: 2 builds failed. See console output above for details. at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:306) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293) at org.apache.maven.cli.MavenCli.main (MavenCli.java:196) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:566) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) Caused by: org.apache.maven.plugin.MojoFailureException: 2 builds failed. See console output above for details. at org.apache.maven.plugins.invoker.InvokerSession.handleFailures (InvokerSession.java:259) at org.apache.maven.plugins.invoker.InvokerMojo.processResults (InvokerMojo.java:68) at org.apache.maven.plugins.invoker.AbstractInvokerMojo.execute (AbstractInvokerMojo.java:795) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293) at org.apache.maven.cli.MavenCli.main (MavenCli.java:196) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:566) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) [ERROR] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :tycho-document-bundle-plugin Post stage [Pipeline] archiveArtifacts Archiving artifacts [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 earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build downstream) Stage "Build downstream" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 1 GitHub has been notified of this commit’s build result Finished: FAILURE