Branch indexing Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from fd9fb41299ff35e44c88862d3cfd9f52f94019a7 [Pipeline] Start of Pipeline [Pipeline] node Agent centos-8-kxrfx is provisioned from template centos-8 --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6" jenkins/label: "centos-latest_centos-8" name: "centos-8-kxrfx" 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-kxrfx" - 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-kxrfx" - 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-3107.v665000b_51092" 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-kxrfx in /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.x # timeout=10 Fetching upstream changes from https://github.com/eclipse-tycho/tycho.git > git --version # timeout=10 > git --version # 'git version 2.39.1' 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-3.0.x:refs/remotes/origin/tycho-3.0.x # timeout=10 > git config remote.origin.url https://github.com/eclipse-tycho/tycho.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/tycho-3.0.x:refs/remotes/origin/tycho-3.0.x # timeout=10 Avoid second fetch Checking out Revision fd9fb41299ff35e44c88862d3cfd9f52f94019a7 (tycho-3.0.x) Commit message: "Bump commons-codec from 1.15 to 1.16.0" > git config core.sparsecheckout # timeout=10 > git checkout -f fd9fb41299ff35e44c88862d3cfd9f52f94019a7 # timeout=10 > git rev-list --no-walk e5a71eb3a06eb4fc947fd3b8d4b77dff248873d7 # timeout=10 [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 --batch-mode -U -V -e clean install -Pits -Dmaven.repo.local=/home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/3.8.5 Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.tycho:tycho-buildtimestamp-jgit:jar:3.0.5-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-invoker-plugin is missing. @ line 66, column 14 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [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] Resolving target definition file:/home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/tycho-bundles-target/tycho-bundles-target.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@405603b6... 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] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 5.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.12.10, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.12.10, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 4.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.embedder.shared:3.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml [INFO] Fetching R-4.25-202208311800&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.25/ (63B) [INFO] Fetching org.eclipse.osgi_3.18.100.v20220817-1601.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (1.47MB) [INFO] Fetching org.bouncycastle.bcpg_1.71.0.v20220723-1943.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (379.48kB) [INFO] Fetching org.bouncycastle.bcprov_1.71.0.v20220723-1943.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (6.02MB) [INFO] Fetching org.eclipse.equinox.registry_3.11.200.v20220817-1601.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (196.21kB) [INFO] Fetching org.eclipse.equinox.common_3.16.200.v20220817-1601.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (146.41kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.9.200.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (79.47kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.300.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (362.07kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.700.v20220722-0431.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (251kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.core.shared:3.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:3.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml [INFO] Fetching org.eclipse.equinox.preferences_3.10.100.v20220710-1223.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (135.73kB) [INFO] Fetching org.eclipse.core.jobs_3.13.100.v20220817-1539.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (109.8kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.6.200.v20220819-1949.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (176.33kB) [INFO] Fetching org.eclipse.equinox.security_1.3.1000.v20220801-1135.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (115.07kB) [INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (19.69kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:3.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.resolver.impl:3.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/pom.xml [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (51.82kB) [INFO] Fetching org.eclipse.osgi.services_3.11.0.v20220618-0838.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (48.17kB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (367.61kB) [INFO] Fetching org.apache.commons.commons-io_2.11.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (319.47kB) [INFO] Fetching org.eclipse.core.contenttype_3.8.200.v20220817-1539.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (101.83kB) [INFO] Fetching org.eclipse.core.net_1.4.0.v20220813-1037.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (49.45kB) [INFO] Fetching org.eclipse.core.runtime_3.26.0.v20220813-0916.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (74.34kB) [INFO] Fetching org.eclipse.equinox.app_1.6.200.v20220720-2012.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (90.9kB) [INFO] Fetching org.eclipse.ecf_3.10.0.v20210925-0032.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (127.97kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (64.2kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (26.38kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (52.52kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.800.v20220215-0126.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (129.12kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.100.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (38.37kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (69.13kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.500.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (169.5kB) [INFO] Fetching org.tukaani.xz_1.9.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (113.29kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.300.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (68.04kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.5.400.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (112.39kB) [INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (429.55kB) [INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (432.64kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.100.v20220620-1617.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (48.41kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.500.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (221.38kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (132.68kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.200.v20220805-0804.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (103.71kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.100.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (242.35kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (26.34kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.2.300.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (100.51kB) [INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (46.59kB) [INFO] Fetching org.osgi.service.wireadmin_1.0.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (42.85kB) [INFO] Fetching org.osgi.service.provisioning_1.2.0.201505202024.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (13.38kB) [INFO] Fetching org.osgi.service.upnp_1.2.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (30.58kB) [INFO] Fetching org.osgi.service.useradmin_1.1.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (35.82kB) [INFO] Fetching org.osgi.service.component_1.5.0.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (64.86kB) [INFO] Fetching org.osgi.service.device_1.1.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (19.88kB) [INFO] Fetching org.osgi.service.cm_1.6.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (54.28kB) [INFO] Fetching org.osgi.service.metatype_1.4.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (29.67kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.maven.repository:3.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.tools.impl:3.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/pom.xml [INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.200.v20220802-0626.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (61.67kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.100.v20220504-1755.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (252.96kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.noopsecurity:3.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.core.shared.tests:3.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/pom.xml [INFO] Fetching com.ibm.icu_67.1.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (12.5MB) [INFO] Fetching com.sun.jna_5.8.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (1.65MB) [INFO] Fetching com.sun.jna.platform_5.8.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (1.28MB) [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (46.27kB) [INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (32.41kB) [INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (20.34kB) [INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (353.59kB) [INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (144.34kB) [INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (23.5kB) [INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (703.81kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (71.45kB) [INFO] Fetching org.apache.felix.scr_2.2.2.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (393.3kB) [INFO] Fetching org.eclipse.compare_3.8.500.v20220812-1406.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (806.64kB) [INFO] Fetching org.eclipse.ui_3.201.100.v20220826-1037.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (434.35kB) [INFO] Fetching org.eclipse.core.resources_3.18.0.v20220828-0546.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (893.32kB) [INFO] Fetching org.eclipse.jface.text_3.21.0.v20220817-1340.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (1.04MB) [INFO] Fetching org.eclipse.ui.ide_3.19.100.v20220820-0412.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (2.41MB) [INFO] Fetching org.eclipse.ui.views_3.11.200.v20220817-1444.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (107.38kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.600.v20220809-1658.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (690.83kB) [INFO] Fetching org.eclipse.core.expressions_3.8.200.v20220613-1047.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (93.93kB) [INFO] Fetching org.eclipse.ui.editors_3.14.400.v20220730-1844.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (620.52kB) [INFO] Fetching org.eclipse.ui.forms_3.11.400.v20220817-1444.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (331.65kB) [INFO] Fetching org.eclipse.compare.core_3.7.100.v20220812-1406.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (69.26kB) [INFO] Fetching org.eclipse.core.commands_3.10.200.v20220512-0851.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (114.56kB) [INFO] Fetching org.eclipse.core.databinding_1.11.100.v20220817-1444.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (289.67kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.12.0.v20211231-1006.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (313kB) [INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (163.08kB) [INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (115.6kB) [INFO] Fetching org.eclipse.text_3.12.200.v20220817-1340.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (295.31kB) [INFO] Fetching org.eclipse.core.filesystem_1.9.500.v20220817-1539.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (71.65kB) [INFO] Fetching org.eclipse.e4.core.commands_1.0.200.v20220629-1225.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (27.8kB) [INFO] Fetching org.eclipse.e4.core.di_1.8.300.v20220817-1539.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (54.29kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.11.0.v20220716-0839.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (57.49kB) [INFO] Fetching org.eclipse.e4.core.services_2.3.300.v20220613-1047.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (71.46kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.200.v20220613-1008.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (13.81kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.200.v20220613-1008.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (12.96kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.400.v20220613-1047.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (42.3kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (51.03kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (317.8kB) [INFO] Fetching org.eclipse.emf.ecore_2.28.0.v20220817-1401.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (1.26MB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (45.85kB) [INFO] Fetching org.eclipse.swt_3.121.0.v20220829-1402.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (18.79kB) [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (24.31kB) [INFO] Fetching org.eclipse.jface_3.27.0.v20220817-1444.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (1.11MB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.300.v20220809-1237.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (215.89kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.600.v20220621-1327.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (204.9kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.100.v20220310-1056.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (28.11kB) [INFO] Fetching org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (16.41kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.300.v20220815-1831.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (58.52kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.16.100.v20220310-1350.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (11.51kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.200.v20220817-1444.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (397.11kB) [INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (33.33kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (13.3kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.13.200.v20220808-2019.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (266.92kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (89.66kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.17.0.v20220817-1334.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (232.67kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.400.v20211102-0453.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (118.14kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.600.v20220715-1400.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (252.14kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.600.v20220607-1204.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (149.46kB) [INFO] Fetching org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (295.36kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (21.08kB) [INFO] Fetching org.eclipse.urischeme_1.2.100.v20211001-1648.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (51.9kB) [INFO] Fetching org.eclipse.emf.common_2.26.0.v20220817-1401.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (369.7kB) [INFO] Fetching org.eclipse.equinox.bidi_1.4.200.v20220710-1223.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (52.55kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (52.65kB) [INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (270.25kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.13.0.v20220822-0502.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (343.24kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.200.v20220808-2221.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (470.76kB) [INFO] Fetching org.eclipse.ui.navigator_3.10.300.v20220817-1444.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (424.9kB) [INFO] Fetching org.eclipse.team.core_3.9.500.v20220817-1539.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (402.85kB) [INFO] Fetching org.eclipse.team.ui_3.9.400.v20220817-1539.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (1.42MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.121.0.v20220829-1402.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (2.06MB) [INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (421.77kB) [INFO] Fetching org.eclipse.ui.workbench_3.126.0.v20220823-0718.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (3.49MB) [INFO] Fetching org.eclipse.ui.ide.application_1.4.500.v20220623-0641.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (114.89kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.400.v20220203-1803.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (172.29kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.200.v20220717-1456.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (110.71kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (65.43kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (21.23kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.resolver.impl.test:3.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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.25/R-4.25-202208311800/plugins/ (81.03kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.300.v20220512-1321.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (45.06kB) [INFO] Fetching org.eclipse.jetty.http_10.0.11.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (243.32kB) [INFO] Fetching org.eclipse.jetty.io_10.0.11.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (205.78kB) [INFO] Fetching org.eclipse.jetty.util_10.0.11.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (548.83kB) [INFO] Fetching org.eclipse.jetty.security_10.0.11.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (118.17kB) [INFO] Fetching org.eclipse.jetty.server_10.0.11.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (775.74kB) [INFO] Fetching org.eclipse.jetty.servlet_10.0.11.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (161.93kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared.tests:3.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/pom.xml [INFO] Fetching junit-platform-commons_1.9.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (100.3kB) [INFO] Fetching org.opentest4j_1.2.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (7.47kB) [INFO] Fetching org.apiguardian.api_1.1.2.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (6.65kB) [INFO] Fetching org.junit.jupiter.api_5.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220531185310/repository/plugins/ (219.09kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.maven.repository.tests:3.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.tools.tests:3.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.test.utils:3.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.test.utils/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:3.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/pom.xml [WARNING] The project org.eclipse.tycho:tycho:pom:3.0.5-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 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 Noop Equinox password provider [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 OSGi/Plexus bridge [pom] [INFO] Sisu OSGi Services API [jar] [INFO] Sisu Equinox Embedder [jar] [INFO] Sisu Equinox Launching [jar] [INFO] Sisu Implementation of the OSGi R8 Framework Connect Specification [jar] [INFO] Tycho Embedder API [jar] [INFO] P2 Maven Integration [maven-plugin] [INFO] Tycho Eclipse Project Metadata Model [jar] [INFO] Tycho Testing Harness [jar] [INFO] Tycho Core [jar] [INFO] Tycho JVM Library Detector [jar] [INFO] Tycho JDT Compiler Component [jar] [INFO] Tycho OSGi Compiler Plugin [maven-plugin] [INFO] Tycho OSGi Packaging Plugin [maven-plugin] [INFO] Tycho 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 OSGi Declarative Services Plugin [maven-plugin] [INFO] Tycho JGit Build Timestamp Provider Plugin [jar] [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 JUnit 5.7 Runner with JUnit Vintage to execute JUnit 4.x tests as well [jar] [INFO] Tycho Surefire OSGi JUnit 5.8 Runner [jar] [INFO] Tycho Surefire OSGi JUnit 5.8 Runner with JUnit Vintage to execute JUnit 4.x tests as well [jar] [INFO] Tycho Surefire OSGi JUnit 5.9 Runner [jar] [INFO] Tycho Surefire OSGi JUnit 5.9 Runner with JUnit Vintage to execute JUnit 4.x tests as well [jar] [INFO] Tycho Surefire OSGi TestNG Runner [jar] [INFO] Tycho Surefire Plugin [maven-plugin] [INFO] 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 GPG plugin [maven-plugin] [INFO] Tycho Extras [pom] [INFO] Tycho Document Bundle Plugin [maven-plugin] [INFO] Tycho Version Bump Plugin [maven-plugin] [INFO] Tycho p2 Extras Plugin [maven-plugin] [INFO] Tycho Custom Bundle Plugin [maven-plugin] [INFO] Tycho Eclipserun Plugin [maven-plugin] [INFO] Tycho JGit Source Reference Provider Plugin [jar] [INFO] Tycho Target Platform Validation Plugin [maven-plugin] [INFO] Tycho POM-less build extension [jar] [INFO] Tycho Dependency Tools Plugin [maven-plugin] [INFO] tycho-build [jar] [INFO] Plugin for performing API analysis tasks [maven-plugin] [INFO] Tycho BND Plugin [maven-plugin] [INFO] Tycho Integration Tests [jar] [INFO] Tycho Extras Integration Tests [jar] [INFO] [INFO] ----------------------< org.eclipse.tycho:tycho >----------------------- [INFO] Building Tycho 3.0.5-SNAPSHOT [1/78] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho/3.0.5-SNAPSHOT/tycho-3.0.5-SNAPSHOT.pom [INFO] [INFO] ------------------< org.eclipse.tycho:tycho-bundles >------------------- [INFO] Building Tycho OSGi Bundles Parent 3.0.5-SNAPSHOT [2/78] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-bundles --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-bundles --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-bundles --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-bundles/3.0.5-SNAPSHOT/tycho-bundles-3.0.5-SNAPSHOT.pom [INFO] [INFO] ---------------< org.eclipse.tycho:tycho-bundles-target >--------------- [INFO] Building Tycho OSGi Bundles Target Platform 3.0.5-SNAPSHOT [3/78] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-bundles-target --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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:3.1.1:install (default-install) @ tycho-bundles-target --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/tycho-bundles-target/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-bundles-target/3.0.5-SNAPSHOT/tycho-bundles-target-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/tycho-bundles-target/tycho-bundles-target.target to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-bundles-target/3.0.5-SNAPSHOT/tycho-bundles-target-3.0.5-SNAPSHOT.target [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.embedder.shared >--------- [INFO] Building Tycho Embedder API Maven/OSGi Shared Classes 3.0.5-SNAPSHOT [4/78] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ org.eclipse.tycho.embedder.shared --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.embedder.shared --- [INFO] The project's OSGi version is 3.0.5.202306220444 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.tycho.embedder.shared --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.tycho.embedder.shared --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.tycho.embedder.shared --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.tycho.embedder.shared --- [INFO] Resolving class path of Tycho Embedder API Maven/OSGi Shared Classes... [INFO] Fetching org.eclipse.equinox.region_1.5.300.v20220720-2012.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (79.16kB) [INFO] Fetching org.eclipse.equinox.transforms.hook_1.3.200.v20220710-1223.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (31.77kB) [INFO] Fetching org.eclipse.equinox.weaving.hook_1.3.200.v20220720-1916.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (52.92kB) [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.embedder.shared --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.tycho.embedder.shared --- [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.tycho.embedder.shared --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.embedder.shared --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tycho.embedder.shared --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.tycho.embedder.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5: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:3.1.1:install (default-install) @ org.eclipse.tycho.embedder.shared --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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 3.0.5-SNAPSHOT [5/78] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ org.eclipse.tycho.core.shared --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.core.shared --- [INFO] The project's OSGi version is 3.0.5.202306220444 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.tycho.core.shared --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.tycho.core.shared --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.tycho.core.shared --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.tycho.core.shared --- [INFO] Resolving class path of Tycho Core Maven/OSGi Shared Classes... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.core.shared --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.tycho.core.shared --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.tycho.core.shared --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.core.shared --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tycho.core.shared --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.tycho.core.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5: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:3.1.1:install (default-install) @ org.eclipse.tycho.core.shared --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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 3.0.5-SNAPSHOT [6/78] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] The project's OSGi version is 3.0.5.202306220444 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] Resolving class path of Tycho p2 Resolver Maven/OSGi Shared Classes... [INFO] Fetching org.eclipse.equinox.security.linux_1.0.200.v20210616-0726.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (23.39kB) [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5: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:3.1.1:install (default-install) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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 3.0.5-SNAPSHOT [7/78] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ org.eclipse.tycho.p2.tools.shared --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.p2.tools.shared --- [INFO] The project's OSGi version is 3.0.5.202306220444 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.tycho.p2.tools.shared --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.tycho.p2.tools.shared --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.tycho.p2.tools.shared --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.tycho.p2.tools.shared --- [INFO] Resolving class path of Tycho p2 Tools Maven/OSGi Shared Classes... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.p2.tools.shared --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.tycho.p2.tools.shared --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.tycho.p2.tools.shared --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.p2.tools.shared --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tycho.p2.tools.shared --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.tycho.p2.tools.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5: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:3.1.1:install (default-install) @ org.eclipse.tycho.p2.tools.shared --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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 3.0.5-SNAPSHOT [8/78] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ org.eclipse.tycho.p2.maven.repository --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.p2.maven.repository --- [INFO] The project's OSGi version is 3.0.5.202306220444 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.tycho.p2.maven.repository --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.tycho.p2.maven.repository --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.tycho.p2.maven.repository --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.tycho.p2.maven.repository --- [INFO] Resolving class path of Tycho Maven/p2 Repository Integration... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.p2.maven.repository --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.tycho.p2.maven.repository --- [INFO] Compiling 60 source files to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.tycho.p2.maven.repository --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.p2.maven.repository --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tycho.p2.maven.repository --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.tycho.p2.maven.repository --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5: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:3.1.1:install (default-install) @ org.eclipse.tycho.p2.maven.repository --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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 3.0.5-SNAPSHOT [9/78] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] The project's OSGi version is 3.0.5.202306220444 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] Resolving class path of Tycho p2 Resolver Bundle... [INFO] Fetching org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (15.43kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (9.69kB) [INFO] Fetching org.eclipse.core.net.linux_1.0.200.v20220812-1406.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (16.24kB) [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] Compiling 94 source files to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5: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:3.1.1:install (default-install) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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 3.0.5-SNAPSHOT [10/78] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ org.eclipse.tycho.p2.tools.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.p2.tools.impl --- [INFO] The project's OSGi version is 3.0.5.202306220444 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.tycho.p2.tools.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.tycho.p2.tools.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.tycho.p2.tools.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.tycho.p2.tools.impl --- [INFO] Resolving class path of Tycho p2 Tools Bundle... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.p2.tools.impl --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.tycho.p2.tools.impl --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.tycho.p2.tools.impl --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.p2.tools.impl --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tycho.p2.tools.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.tycho.p2.tools.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5: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:3.1.1:install (default-install) @ org.eclipse.tycho.p2.tools.impl --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.tycho.p2.tools.impl --- [INFO] [INFO] ----------< org.eclipse.tycho:org.eclipse.tycho.noopsecurity >---------- [INFO] Building Tycho Noop Equinox password provider 3.0.5-SNAPSHOT [11/78] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ org.eclipse.tycho.noopsecurity --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.noopsecurity --- [INFO] The project's OSGi version is 3.0.5.202306220444 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.tycho.noopsecurity --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.tycho.noopsecurity --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.tycho.noopsecurity --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.tycho.noopsecurity --- [INFO] Resolving class path of Tycho Noop Equinox password provider... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.noopsecurity --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.tycho.noopsecurity --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.tycho.noopsecurity --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.noopsecurity --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tycho.noopsecurity --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.tycho.noopsecurity --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5: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:3.1.1:install (default-install) @ org.eclipse.tycho.noopsecurity --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.tycho.noopsecurity --- [INFO] [INFO] -------< org.eclipse.tycho:org.eclipse.tycho.core.shared.tests >-------- [INFO] Building Tycho Core Maven/OSGi Shared Classes Tests 3.0.5-SNAPSHOT [12/78] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ org.eclipse.tycho.core.shared.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.core.shared.tests --- [INFO] The project's OSGi version is 3.0.5.202306220444 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.tycho.core.shared.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.tycho.core.shared.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.tycho.core.shared.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.tycho.core.shared.tests --- [INFO] Resolving class path of Tycho Core Maven/OSGi Shared Classes Tests... [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.600.v20220720-1916.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (87.79kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.400.v20220812-1420.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (13.13kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (10.74kB) [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.core.shared.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.tycho.core.shared.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.core.shared.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tycho.core.shared.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.tycho.core.shared.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/org.eclipse.tycho.core.shared.tests-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/org.eclipse.tycho.core.shared.tests-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.tycho.core.shared.tests --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/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-3.0.x/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/work/data, -install, /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/work, -configuration, /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/surefire.properties] Running org.eclipse.tycho.core.shared.TargetEnvironmentTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.tycho.core.shared.TargetEnvironmentTest testToFilterExpressionWithOnlyOneAttribute(org.eclipse.tycho.core.shared.TargetEnvironmentTest) Time elapsed: 0.002 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 s testToFilterProperties(org.eclipse.tycho.core.shared.TargetEnvironmentTest) Time elapsed: 0 s testEquals(org.eclipse.tycho.core.shared.TargetEnvironmentTest) Time elapsed: 0.001 s Running org.eclipse.tycho.core.shared.LRUCacheTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tycho.core.shared.LRUCacheTest testMaxSize(org.eclipse.tycho.core.shared.LRUCacheTest) Time elapsed: 0.001 s testRemoveEldestEntry(org.eclipse.tycho.core.shared.LRUCacheTest) 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 s testSupportedKeys(org.eclipse.tycho.core.shared.BuildPropertiesImplTest) Time elapsed: 0.001 s Results: Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.core.shared.tests --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared.tests-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/org.eclipse.tycho.core.shared.tests-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared.tests-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared.tests-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared.tests-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/org.eclipse.tycho.core.shared.tests-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared.tests-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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 3.0.5-SNAPSHOT [13/78] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ org.eclipse.tycho.test.utils --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.test.utils --- [INFO] The project's OSGi version is 3.0.5.202306220444 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.tycho.test.utils --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.tycho.test.utils --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.tycho.test.utils --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.tycho.test.utils --- [INFO] Resolving class path of Tycho Test Utilities... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.test.utils --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.test.utils/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.tycho.test.utils --- [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.test.utils/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.tycho.test.utils --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.test.utils --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.test.utils/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tycho.test.utils --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.tycho.test.utils --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.test.utils/target/org.eclipse.tycho.test.utils-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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-3.0.x/tycho-bundles/org.eclipse.tycho.test.utils/target/org.eclipse.tycho.test.utils-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5: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:3.1.1:install (default-install) @ org.eclipse.tycho.test.utils --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.test.utils/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.test.utils/3.0.5-SNAPSHOT/org.eclipse.tycho.test.utils-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.test.utils/target/org.eclipse.tycho.test.utils-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.test.utils/3.0.5-SNAPSHOT/org.eclipse.tycho.test.utils-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.test.utils/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.test.utils/3.0.5-SNAPSHOT/org.eclipse.tycho.test.utils-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.test.utils/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.test.utils/3.0.5-SNAPSHOT/org.eclipse.tycho.test.utils-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.test.utils/target/org.eclipse.tycho.test.utils-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.test.utils/3.0.5-SNAPSHOT/org.eclipse.tycho.test.utils-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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 3.0.5-SNAPSHOT [14/78] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] The project's OSGi version is 3.0.5.202306220444 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] Resolving class path of Tycho p2 Resolver Bundle Tests... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/org.eclipse.tycho.p2.resolver.impl.test-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/org.eclipse.tycho.p2.resolver.impl.test-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/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-3.0.x/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/work/data, -install, /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/work, -configuration, /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/surefire.properties] Running org.eclipse.tycho.p2.remote.RemoteAgentMavenMirrorsTest 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. org.eclipse.tycho.p2.remote.testutil.NoopRepositoryIdManager@49bd54f7 org.eclipse.tycho.p2.remote.testutil.NoopRepositoryIdManager@48ea2003 org.eclipse.tycho.p2.remote.testutil.NoopRepositoryIdManager@777c350f Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.518 s - in org.eclipse.tycho.p2.remote.RemoteAgentMavenMirrorsTest testLoadFromMirroredLocation(org.eclipse.tycho.p2.remote.RemoteAgentMavenMirrorsTest) Time elapsed: 0.406 s testLoadFromOriginalLocation(org.eclipse.tycho.p2.remote.RemoteAgentMavenMirrorsTest) Time elapsed: 0.053 s testLoadFromMirroredLocationWithFallbackId(org.eclipse.tycho.p2.remote.RemoteAgentMavenMirrorsTest) Time elapsed: 0.03 s Running org.eclipse.tycho.p2.remote.RemoteAgentMetadataRepositoryCacheTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 s - in org.eclipse.tycho.p2.remote.RemoteAgentMetadataRepositoryCacheTest testOnlineLoadingFallsBackToCache(org.eclipse.tycho.p2.remote.RemoteAgentMetadataRepositoryCacheTest) Time elapsed: 0.048 s testOfflineLoadingFromCache(org.eclipse.tycho.p2.remote.RemoteAgentMetadataRepositoryCacheTest) Time elapsed: 0.032 s testOnlineReloadingDoesntReloadFromRemote(org.eclipse.tycho.p2.remote.RemoteAgentMetadataRepositoryCacheTest) Time elapsed: 0.019 s testOfflineLoadingWithoutCacheFails(org.eclipse.tycho.p2.remote.RemoteAgentMetadataRepositoryCacheTest) Time elapsed: 0.032 s testOnlineLoadingFailsFastIfNoSourceAvailable(org.eclipse.tycho.p2.remote.RemoteAgentMetadataRepositoryCacheTest) Time elapsed: 0.006 s testOnlineLoading(org.eclipse.tycho.p2.remote.RemoteAgentMetadataRepositoryCacheTest) Time elapsed: 0.017 s Running org.eclipse.tycho.p2.remote.RemoteAgentCompositeLoadingTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.tycho.p2.remote.RemoteAgentCompositeLoadingTest testLoadingCompositeRepositoryWithMissingChildFailsByDefault(org.eclipse.tycho.p2.remote.RemoteAgentCompositeLoadingTest) Time elapsed: 0.014 s Running org.eclipse.tycho.p2.remote.RemoteAgentDisableP2MirrorsTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.tycho.p2.remote.RemoteAgentDisableP2MirrorsTest testDisableP2Mirrors(org.eclipse.tycho.p2.remote.RemoteAgentDisableP2MirrorsTest) Time elapsed: 0.006 s testWithoutDisableP2Mirrors(org.eclipse.tycho.p2.remote.RemoteAgentDisableP2MirrorsTest) Time elapsed: 0.003 s Running org.eclipse.tycho.p2.target.filters.TargetPlatformFilterEvaluatorTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.558 s - in org.eclipse.tycho.p2.target.filters.TargetPlatformFilterEvaluatorTest testRestrictToExactVersion(org.eclipse.tycho.p2.target.filters.TargetPlatformFilterEvaluatorTest) Time elapsed: 0.003 s testRemoveAllOfUnitId(org.eclipse.tycho.p2.target.filters.TargetPlatformFilterEvaluatorTest) Time elapsed: 0 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.001 s testNoFilters(org.eclipse.tycho.p2.target.filters.TargetPlatformFilterEvaluatorTest) Time elapsed: 0 s testRemoveAllOfBundleId(org.eclipse.tycho.p2.target.filters.TargetPlatformFilterEvaluatorTest) Time elapsed: 0 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.TargetDefinitionResolverWithPlatformSpecificUnitsTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.852 s - in org.eclipse.tycho.p2.target.TargetDefinitionResolverWithPlatformSpecificUnitsTest testResolutionWithGenericPlatform(org.eclipse.tycho.p2.target.TargetDefinitionResolverWithPlatformSpecificUnitsTest) Time elapsed: 0.57 s testSlicerResolutionWithMultiplePlatforms(org.eclipse.tycho.p2.target.TargetDefinitionResolverWithPlatformSpecificUnitsTest) Time elapsed: 0.556 s testPlannerResolutionWithOnePlatform(org.eclipse.tycho.p2.target.TargetDefinitionResolverWithPlatformSpecificUnitsTest) Time elapsed: 0.555 s testSlicerResolutionWithIncludeAllEnvironments(org.eclipse.tycho.p2.target.TargetDefinitionResolverWithPlatformSpecificUnitsTest) Time elapsed: 0.555 s testConflictingIncludeAllEnvironments(org.eclipse.tycho.p2.target.TargetDefinitionResolverWithPlatformSpecificUnitsTest) Time elapsed: 0.505 s testPlannerResolutionWithMultiplePlatforms(org.eclipse.tycho.p2.target.TargetDefinitionResolverWithPlatformSpecificUnitsTest) Time elapsed: 0.553 s testSlicerResolutionWithOnePlatform(org.eclipse.tycho.p2.target.TargetDefinitionResolverWithPlatformSpecificUnitsTest) Time elapsed: 0.555 s Running org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeSourceTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.888 s - in org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeSourceTest testConflictingIncludeSourceLocations(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeSourceTest) Time elapsed: 0.556 s testNoSourceIncludeWhenIncludeSourceIsFalseWithPlannerMode(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeSourceTest) Time elapsed: 0.555 s testCanResolveBundlesWithoutSourcesWithPlannerMode(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeSourceTest) Time elapsed: 0.554 s testIncludeSourceWithSlicerMode(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeSourceTest) Time elapsed: 0.556 s testCanResolveBundlesWithoutSourcesWithSlicerMode(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeSourceTest) Time elapsed: 0.554 s testIncludeSourceWithPlannerMode(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeSourceTest) Time elapsed: 0.555 s testNoSourceIncludeWhenIncludeSourceIsFalseWithSlicerMode(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeSourceTest) Time elapsed: 0.555 s Running org.eclipse.tycho.p2.target.TargetPlatformBundlePublisherTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s - in org.eclipse.tycho.p2.target.TargetPlatformBundlePublisherTest testVersions(org.eclipse.tycho.p2.target.TargetPlatformBundlePublisherTest) Time elapsed: 0.006 s testPomDependencyOnBundle(org.eclipse.tycho.p2.target.TargetPlatformBundlePublisherTest) Time elapsed: 0.04 s testPomDependencyOnOtherType(org.eclipse.tycho.p2.target.TargetPlatformBundlePublisherTest) Time elapsed: 0.001 s testPomDependencyWrapPlainJar(org.eclipse.tycho.p2.target.TargetPlatformBundlePublisherTest) Time elapsed: 0.101 s testPomDependencyOnPlainJar(org.eclipse.tycho.p2.target.TargetPlatformBundlePublisherTest) Time elapsed: 0.001 s Running org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeModeTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.84 s - in org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeModeTest testUnsatisfiedDependencyWithPlannerFails(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeModeTest) Time elapsed: 0.506 s testUnsatisfiedDependencyWithSlicerIsOk(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeModeTest) Time elapsed: 0.555 s testResolveWithSlicer(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeModeTest) Time elapsed: 0.556 s testResolveWithPlanner(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeModeTest) Time elapsed: 0.554 s testUnsatisfiedInclusionWithSlicerIsOk(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeModeTest) Time elapsed: 0.555 s testResolveConflictingIncludeMode(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeModeTest) Time elapsed: 0.555 s testUnsatisfiedInclusionWithPlannerFails(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeModeTest) Time elapsed: 0.558 s Running org.eclipse.tycho.p2.target.TargetPlatformTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 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 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.001 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.002 s testResolveLatestVersionThroughZeros(org.eclipse.tycho.p2.target.TargetPlatformTest) Time elapsed: 0.001 s testResolveNullId(org.eclipse.tycho.p2.target.TargetPlatformTest) Time elapsed: 0 s testFailingResolve(org.eclipse.tycho.p2.target.TargetPlatformTest) Time elapsed: 0.001 s Running org.eclipse.tycho.p2.target.ee.CustomEEResolutionHintsTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.tycho.p2.target.ee.CustomEEResolutionHintsTest testConsistencyWithJREAction(org.eclipse.tycho.p2.target.ee.CustomEEResolutionHintsTest) Time elapsed: 0.007 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 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.014 s - in org.eclipse.tycho.p2.target.ee.CustomEEResolutionHandlerTest testMissingSpecificationInTargetPlatform(org.eclipse.tycho.p2.target.ee.CustomEEResolutionHandlerTest) Time elapsed: 0.009 s testReadFullSpecificationFromTargetPlatform(org.eclipse.tycho.p2.target.ee.CustomEEResolutionHandlerTest) Time elapsed: 0.004 s Running org.eclipse.tycho.p2.target.PomDependencyCollectorTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.tycho.p2.target.PomDependencyCollectorTest testAddArtifactWithExistingMetadataButNonMatchingClassifier(org.eclipse.tycho.p2.target.PomDependencyCollectorTest) Time elapsed: 0.005 s testAddArtifactWithExistingMetadataOfMainArtifact(org.eclipse.tycho.p2.target.PomDependencyCollectorTest) Time elapsed: 0.002 s testAddArtifactWithExistingMetadataRespectsClassifier(org.eclipse.tycho.p2.target.PomDependencyCollectorTest) Time elapsed: 0.001 s Running org.eclipse.tycho.p2.target.TargetPlatformFactoryTest Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s - in org.eclipse.tycho.p2.target.TargetPlatformFactoryTest testFinalTargetPlatformContainsExecutionEnvironmentIU(org.eclipse.tycho.p2.target.TargetPlatformFactoryTest) Time elapsed: 0.007 s testConfiguredFiltersOnReactorIUsInFinalTP(org.eclipse.tycho.p2.target.TargetPlatformFactoryTest) Time elapsed: 0.002 s testOtherVersionsOfReactorIUsAreFilteredFromExternalContent(org.eclipse.tycho.p2.target.TargetPlatformFactoryTest) Time elapsed: 0.005 s testConfiguredFiltersOnPomDependencies(org.eclipse.tycho.p2.target.TargetPlatformFactoryTest) Time elapsed: 0.005 s testIncludeLocalMavenRepo(org.eclipse.tycho.p2.target.TargetPlatformFactoryTest) Time elapsed: 0.003 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.005 s testFinalTargetPlatformContainsPomDependencyIU(org.eclipse.tycho.p2.target.TargetPlatformFactoryTest) Time elapsed: 0.033 s testFinalTargetPlatformNotContainsPreliminaryReactorIU(org.eclipse.tycho.p2.target.TargetPlatformFactoryTest) Time elapsed: 0.002 s testFinalTargetPlatformContainsTargetFileIU(org.eclipse.tycho.p2.target.TargetPlatformFactoryTest) Time elapsed: 0.013 s testMavenArtifactsInTargetDefinitionResolveToMavenPath(org.eclipse.tycho.p2.target.TargetPlatformFactoryTest) Time elapsed: 0.031 s testMultipleIndependentlyResolvedTargetFiles(org.eclipse.tycho.p2.target.TargetPlatformFactoryTest) Time elapsed: 0.007 s testDuplicateReactorUnits(org.eclipse.tycho.p2.target.TargetPlatformFactoryTest) Time elapsed: 0.002 s Running org.eclipse.tycho.p2.target.TargetDefinitionResolverExecutionEnvironmentTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.11 s - in org.eclipse.tycho.p2.target.TargetDefinitionResolverExecutionEnvironmentTest testAutoGeneratedExecutionEnvironment(org.eclipse.tycho.p2.target.TargetDefinitionResolverExecutionEnvironmentTest) Time elapsed: 0.554 s testRestrictedExecutionEnvironment(org.eclipse.tycho.p2.target.TargetDefinitionResolverExecutionEnvironmentTest) Time elapsed: 0.555 s Running org.eclipse.tycho.p2.target.TargetDefinitionResolverTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.959 s - in org.eclipse.tycho.p2.target.TargetDefinitionResolverTest testUnitOnlyLookedUpInLocation(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest) Time elapsed: 0.555 s testResolveIncludesDependencies(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest) Time elapsed: 0.555 s testUnitWithWildcardVersion(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest) Time elapsed: 0.554 s testResolveMultipleLocations(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest) Time elapsed: 0.507 s testURI(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest) Time elapsed: 0.001 s testResolveOtherLocationYieldsWarning(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest) Time elapsed: 0.555 s testResolveWithBundleInclusionListYieldsWarning(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest) Time elapsed: 0.001 s testResolveNoRepositories(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest) Time elapsed: 0.001 s testResolveMultipleUnits(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest) Time elapsed: 0.553 s testResolveNoLocations(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest) Time elapsed: 0.002 s testUnitWithWrongVersionYieldsSyntaxException(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest) Time elapsed: 0.004 s testUnitWithExactVersion(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest) Time elapsed: 0.553 s testMissingUnit(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest) Time elapsed: 0.504 s testResolveMultipleRepositories(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest) Time elapsed: 0.503 s testInvalidRepository(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest) Time elapsed: 0.553 s testResolveDependenciesAcrossLocations(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest) Time elapsed: 0.556 s Running org.eclipse.tycho.p2.impl.publisher.rootfiles.VirtualFileSetTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tycho.p2.impl.publisher.rootfiles.VirtualFileSetTest testGetMatchingPaths(org.eclipse.tycho.p2.impl.publisher.rootfiles.VirtualFileSetTest) Time elapsed: 0.002 s Running org.eclipse.tycho.p2.impl.publisher.rootfiles.RootFilePathTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 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.001 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.FeatureRootAdviceFilesTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceFilesTest testRootFilesWithFolders(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceFilesTest) Time elapsed: 0.004 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.003 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 s Running org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceLinksTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceLinksTest testGlobalLinks(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceLinksTest) Time elapsed: 0.001 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 s testSpecificLinkButNoFiles(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceLinksTest) Time elapsed: 0.001 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.rootfiles.FeatureRootAdviceTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.007 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.001 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.002 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.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.FeatureRootAdvicePermissionsTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.009 s - in org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdvicePermissionsTest testGlobalPermissionsChmodMissing(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdvicePermissionsTest) Time elapsed: 0 s testPermissionsChmodInvalidValue(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdvicePermissionsTest) skipped testGlobalPermissions(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdvicePermissionsTest) Time elapsed: 0.003 s testSpecificPermissionsButNoFiles(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdvicePermissionsTest) Time elapsed: 0 s testWhitespaceAroundSeparatorsInPermissions(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdvicePermissionsTest) Time elapsed: 0.002 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.001 s testNoPermisions(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdvicePermissionsTest) Time elapsed: 0.001 s testSpecificPermissionsChmodMissing(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdvicePermissionsTest) Time elapsed: 0 s Running org.eclipse.tycho.p2.impl.publisher.rootfiles.FileSetTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tycho.p2.impl.publisher.rootfiles.FileSetTest testNoDefaultExcludes(org.eclipse.tycho.p2.impl.publisher.rootfiles.FileSetTest) Time elapsed: 0 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.001 s testCombined(org.eclipse.tycho.p2.impl.publisher.rootfiles.FileSetTest) Time elapsed: 0 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.repo.FeatureRootfileArtifactRepositoryTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.tycho.p2.impl.publisher.repo.FeatureRootfileArtifactRepositoryTest testRepoWithInitEmptyAttachedArtifacts(org.eclipse.tycho.p2.impl.publisher.repo.FeatureRootfileArtifactRepositoryTest) Time elapsed: 0.001 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.001 s testRepoWithAttachedArtifacts(org.eclipse.tycho.p2.impl.publisher.repo.FeatureRootfileArtifactRepositoryTest) Time elapsed: 0.001 s testRepoWithAttachedArtifactsAndConfigurations(org.eclipse.tycho.p2.impl.publisher.repo.FeatureRootfileArtifactRepositoryTest) Time elapsed: 0.001 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.publisher.P2DependencyGeneratorImplTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.tycho.p2.impl.publisher.P2DependencyGeneratorImplTest rcpBundleWithType(org.eclipse.tycho.p2.impl.publisher.P2DependencyGeneratorImplTest) Time elapsed: 0.007 s bundle_with_p2_inf(org.eclipse.tycho.p2.impl.publisher.P2DependencyGeneratorImplTest) Time elapsed: 0.006 s bundle(org.eclipse.tycho.p2.impl.publisher.P2DependencyGeneratorImplTest) Time elapsed: 0.002 s rcpFeature(org.eclipse.tycho.p2.impl.publisher.P2DependencyGeneratorImplTest) Time elapsed: 0.002 s rcp_with_p2_inf(org.eclipse.tycho.p2.impl.publisher.P2DependencyGeneratorImplTest) Time elapsed: 0 s feature(org.eclipse.tycho.p2.impl.publisher.P2DependencyGeneratorImplTest) Time elapsed: 0.003 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 feature_with_p2_inf(org.eclipse.tycho.p2.impl.publisher.P2DependencyGeneratorImplTest) Time elapsed: 0.001 s rcpFeatureWithType(org.eclipse.tycho.p2.impl.publisher.P2DependencyGeneratorImplTest) Time elapsed: 0 s rcpMixed(org.eclipse.tycho.p2.impl.publisher.P2DependencyGeneratorImplTest) Time elapsed: 0.001 s Running org.eclipse.tycho.p2.impl.test.P2MetadataGeneratorImplTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.tycho.p2.impl.test.P2MetadataGeneratorImplTest gav(org.eclipse.tycho.p2.impl.test.P2MetadataGeneratorImplTest) Time elapsed: 0.002 s testDownloadStats(org.eclipse.tycho.p2.impl.test.P2MetadataGeneratorImplTest) Time elapsed: 0.003 s Running org.eclipse.tycho.p2.manager.ReactorRepositoryManagerTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.609 s - in org.eclipse.tycho.p2.manager.ReactorRepositoryManagerTest testReactorRepositoryManagerFacadeServiceAvailability(org.eclipse.tycho.p2.manager.ReactorRepositoryManagerTest) Time elapsed: 0.045 s testReactorRepositoryManagerServiceAvailability(org.eclipse.tycho.p2.manager.ReactorRepositoryManagerTest) Time elapsed: 0.004 s testTargetPlatformComputationInIntegration(org.eclipse.tycho.p2.manager.ReactorRepositoryManagerTest) Time elapsed: 0.559 s Running org.eclipse.tycho.p2.resolver.P2ResolverTest Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.921 s - in org.eclipse.tycho.p2.resolver.P2ResolverTest testEclipseRepository(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.017 s testBundleUsesSWT(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.743 s testProductMultienvP2Inf(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.006 s testP2InfClassifiedBundleUnitDoesntOverwriteMainArtifact(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.004 s testAdditionalFilterProperties(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.006 s testSwt(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.004 s testBasic(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.006 s testDuplicateInstallableUnit(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.003 s testResolveWithoutProject(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.021 s testReactorVsExternal(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.007 s testResolutionCustomEE(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.005 s testFeatureInstallableUnits(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.003 s testFeatureWithUnresolvableSecondaryUnit(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.002 s testEclipseTestPluginAutomaticallyDependsOnTestHarnesses(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.008 s testSwtFragment(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.003 s testResolutionRestrictedEE(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.016 s testSwtFragmentWithRemoteSWT(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.007 s testP2InfUnclassifiedBundleUnitDoesntOverwriteMainArtifact(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.003 s testResolutionEE(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.005 s testProjectToResolveOverwritesTargetContent(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.006 s testSiteConflictingDependenciesResolver(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.012 s testFeatureMultienvP2Inf(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.004 s testSourceBundle(org.eclipse.tycho.p2.resolver.P2ResolverTest) Time elapsed: 0.028 s Running org.eclipse.tycho.p2.resolver.P2ResolverAdditionalRequirementsTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tycho.p2.resolver.P2ResolverAdditionalRequirementsTest testExactVersionMatchInTargetDefinitionUnit(org.eclipse.tycho.p2.resolver.P2ResolverAdditionalRequirementsTest) Time elapsed: 0 s testZeroVersionInTargetDefinitionUnit(org.eclipse.tycho.p2.resolver.P2ResolverAdditionalRequirementsTest) Time elapsed: 0 s testNullVersionInTargetDefinitionUnit(org.eclipse.tycho.p2.resolver.P2ResolverAdditionalRequirementsTest) Time elapsed: 0.001 s testAddDependencyWithVersionRange(org.eclipse.tycho.p2.resolver.P2ResolverAdditionalRequirementsTest) Time elapsed: 0 s Running org.eclipse.tycho.p2.publisher.P2GeneratorImplTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 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 s testOptionalRequireBundle_REQUIRE(org.eclipse.tycho.p2.publisher.P2GeneratorImplTest) Time elapsed: 0 s testOptionalImportPackage_IGNORE(org.eclipse.tycho.p2.publisher.P2GeneratorImplTest) Time elapsed: 0 s testOptionalRequireBundleP2inf_REQUIRE(org.eclipse.tycho.p2.publisher.P2GeneratorImplTest) Time elapsed: 0 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 s Running org.eclipse.tycho.p2.repo.MetadataSerializableImplTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.tycho.p2.repo.MetadataSerializableImplTest testSerializeAndLoad(org.eclipse.tycho.p2.repo.MetadataSerializableImplTest) Time elapsed: 0.005 s testSerializeAndLoadWithEmptyIUList(org.eclipse.tycho.p2.repo.MetadataSerializableImplTest) Time elapsed: 0.003 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.001 s Results: Tests run: 213, Failures: 0, Errors: 0, Skipped: 2 [INFO] All tests passed! [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl.test/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl.test-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/org.eclipse.tycho.p2.resolver.impl.test-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl.test/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl.test-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl.test/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl.test-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl.test/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl.test-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/org.eclipse.tycho.p2.resolver.impl.test-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl.test/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl.test-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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 3.0.5-SNAPSHOT [15/78] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] The project's OSGi version is 3.0.5.202306220444 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] Resolving class path of Tycho p2 Resolver Maven/OSGi Shared Classes Tests... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/org.eclipse.tycho.p2.resolver.shared.tests-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/org.eclipse.tycho.p2.resolver.shared.tests-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/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-3.0.x/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/work/data, -install, /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/work, -configuration, /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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.014 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:3.1.1:install (default-install) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared.tests-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/org.eclipse.tycho.p2.resolver.shared.tests-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared.tests-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared.tests-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared.tests-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/org.eclipse.tycho.p2.resolver.shared.tests-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared.tests-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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 3.0.5-SNAPSHOT [16/78] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] The project's OSGi version is 3.0.5.202306220444 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] Resolving class path of Tycho Maven/p2 Repository Integration Tests... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/org.eclipse.tycho.p2.maven.repository.tests-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/org.eclipse.tycho.p2.maven.repository.tests-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/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-3.0.x/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/work/data, -install, /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/work, -configuration, /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/surefire.properties] Running org.eclipse.tycho.repository.local.LocalMetadataRepositoryTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.483 s - in org.eclipse.tycho.repository.local.LocalMetadataRepositoryTest emptyRepository(org.eclipse.tycho.repository.local.LocalMetadataRepositoryTest) Time elapsed: 0.381 s addInstallableUnit(org.eclipse.tycho.repository.local.LocalMetadataRepositoryTest) Time elapsed: 0.054 s testOutdatedIndex(org.eclipse.tycho.repository.local.LocalMetadataRepositoryTest) Time elapsed: 0.003 s Running org.eclipse.tycho.repository.local.MirroringArtifactProviderTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.213 s - in org.eclipse.tycho.repository.local.MirroringArtifactProviderTest testContainsCanonicalArtifactDescriptor(org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.613 s testGetRawArtifactFileOfUnavailableFile(org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.558 s testContainsArtifactDescriptorOfUnavailableArtifact(org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.507 s testQuery(org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.56 s testGetUnavailableArtifact(org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.559 s testContainsKey(org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.558 s testGetRawCanonicalArtifactFile(org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.559 s testGetArtifactDescriptorsOfUnavailableArtifact(org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.558 s testGetArtifactFile(org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.557 s testGetAlreadyMirroredArtifact(org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.507 s testGetRawArtifactOfUnavailableArtifactFails(org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.557 s testGetAlreadyMirroredArtifactFile(org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.559 s testGetUnavailableArtifactFile(org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) Time elapsed: 0.557 s Running org.eclipse.tycho.repository.local.MirroringArtifactProviderErrorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.557 s - in org.eclipse.tycho.repository.local.MirroringArtifactProviderErrorTest testMirrorCorruptArtifact(org.eclipse.tycho.repository.local.MirroringArtifactProviderErrorTest) Time elapsed: 0.555 s Running org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s - in org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest testGetRawArtifactForCanonicalFormatToStream(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.008 s testGetArtifactToClosedSink(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.005 s testGetCorruptedRawArtifact(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.005 s testGetRawArtifactFileOfNonContainedFormat(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.004 s testGetArtifactToStream(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.005 s testRemoveOneOfDescriptorsOfKey(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.006 s testWriteArtifact(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.004 s testQueryKeys(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.004 s testGetRawArtifactOfNonContainedFormatToStream(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.004 s testWriteArtifactAndCancel(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.004 s testRemoveNonContainedDescriptor(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.004 s testGetRawArtifactFile(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.004 s testGetNonContainedArtifactToStream(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.004 s testWriteArtifactOnSecondAttempt(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.006 s testContainsKey(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.004 s testGetDescriptorsOfNonContainedKey(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.007 s testReWriteArtifactViaStreamFails(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.006 s testWriteArtifactViaStreamWithNonFatalStatus(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.009 s testGetArtifact(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.005 s testGetRawArtifactForCanonicalFormat(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.008 s testRemoveKeys(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.003 s testContainsDescriptor(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.003 s testGetDescriptors(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.003 s testGetRawArtifactToClosedSink(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.004 s testGetArtifactFile(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.003 s testGetArtifactFileOfNonContainedKey(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.003 s testGetRawArtifactOfNonContainedFormat(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.003 s testGetNonContainedArtifact(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.003 s testWriteRawArtifact(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.003 s testRemoveForeignEquivalentDescriptor(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.004 s testWriteArtifactViaStreamAndCancel(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.004 s testReWriteArtifactFails(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.003 s testRemoveNonContainedKey(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.003 s testQueryDescriptors(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.003 s testGetArtifactFileOfKeyWithoutCanonicalFormat(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.004 s testRemoveAllDescriptorsOfKey(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.003 s testRemoveLastDescriptorOfKey(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.004 s testGetCorruptedArtifact(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.003 s testWriteArtifactViaStream(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.004 s testRemoveAll(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.003 s testRemoveKey(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.003 s testGetArtifactToBrokenSink(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest) Time elapsed: 0.004 s Running org.eclipse.tycho.repository.local.GAVArtifactDescriptorTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tycho.repository.local.GAVArtifactDescriptorTest testSerializationRoundTrip(org.eclipse.tycho.repository.local.GAVArtifactDescriptorTest) Time elapsed: 0 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.001 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 testDeserialization(org.eclipse.tycho.repository.local.GAVArtifactDescriptorTest) Time elapsed: 0 s testCreationFromP2Key(org.eclipse.tycho.repository.local.GAVArtifactDescriptorTest) Time elapsed: 0 s testSerializationOmitsDefaults(org.eclipse.tycho.repository.local.GAVArtifactDescriptorTest) Time elapsed: 0 s Running org.eclipse.tycho.repository.local.LocalArtifactRepositoryTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.tycho.repository.local.LocalArtifactRepositoryTest testGetArtifactsNoRequests(org.eclipse.tycho.repository.local.LocalArtifactRepositoryTest) Time elapsed: 0 s addP2Artifact(org.eclipse.tycho.repository.local.LocalArtifactRepositoryTest) Time elapsed: 0.001 s reload(org.eclipse.tycho.repository.local.LocalArtifactRepositoryTest) Time elapsed: 0.003 s addMavenArtifact(org.eclipse.tycho.repository.local.LocalArtifactRepositoryTest) Time elapsed: 0 s testGetArtifactsErrorRequest(org.eclipse.tycho.repository.local.LocalArtifactRepositoryTest) Time elapsed: 0.001 s getMavenLocationWithClassifierAndExtension(org.eclipse.tycho.repository.local.LocalArtifactRepositoryTest) Time elapsed: 0 s testOutdatedIndex(org.eclipse.tycho.repository.local.LocalArtifactRepositoryTest) Time elapsed: 0.003 s testGetRawArtifactDummy(org.eclipse.tycho.repository.local.LocalArtifactRepositoryTest) Time elapsed: 0.001 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.002 s - in org.eclipse.tycho.repository.local.LocalArtifactRepositoryFactoryTest testLoadWrongLocation(org.eclipse.tycho.repository.local.LocalArtifactRepositoryFactoryTest) Time elapsed: 0.001 s testLoad(org.eclipse.tycho.repository.local.LocalArtifactRepositoryFactoryTest) Time elapsed: 0 s testCreate(org.eclipse.tycho.repository.local.LocalArtifactRepositoryFactoryTest) Time elapsed: 0.001 s Running org.eclipse.tycho.repository.module.ModuleMetadataRepositoryTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.671 s - in org.eclipse.tycho.repository.module.ModuleMetadataRepositoryTest testCreateRepository(org.eclipse.tycho.repository.module.ModuleMetadataRepositoryTest) Time elapsed: 0.001 s testLoadRepositoryWithFactory(org.eclipse.tycho.repository.module.ModuleMetadataRepositoryTest) Time elapsed: 0.555 s testUpdateRepository(org.eclipse.tycho.repository.module.ModuleMetadataRepositoryTest) Time elapsed: 0.002 s testPersistModifiedRepository(org.eclipse.tycho.repository.module.ModuleMetadataRepositoryTest) Time elapsed: 0.555 s testPersistEmptyRepository(org.eclipse.tycho.repository.module.ModuleMetadataRepositoryTest) Time elapsed: 0.555 s testLoadRepository(org.eclipse.tycho.repository.module.ModuleMetadataRepositoryTest) Time elapsed: 0.002 s Running org.eclipse.tycho.repository.module.ModuleArtifactRepositoryTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.188 s - in org.eclipse.tycho.repository.module.ModuleArtifactRepositoryTest testReadingWithOtherDescriptorType(org.eclipse.tycho.repository.module.ModuleArtifactRepositoryTest) Time elapsed: 0.004 s testWriteToRepositoryViaStream(org.eclipse.tycho.repository.module.ModuleArtifactRepositoryTest) Time elapsed: 0.003 s testCreateRepository(org.eclipse.tycho.repository.module.ModuleArtifactRepositoryTest) Time elapsed: 0.001 s testLoadRepositoryWithFactory(org.eclipse.tycho.repository.module.ModuleArtifactRepositoryTest) Time elapsed: 0.505 s testWriteToRepository(org.eclipse.tycho.repository.module.ModuleArtifactRepositoryTest) Time elapsed: 0.003 s testRemovingWithOtherDescriptorType(org.eclipse.tycho.repository.module.ModuleArtifactRepositoryTest) Time elapsed: 0.002 s testPersistRepository(org.eclipse.tycho.repository.module.ModuleArtifactRepositoryTest) Time elapsed: 0.557 s testPersistEmptyRepository(org.eclipse.tycho.repository.module.ModuleArtifactRepositoryTest) Time elapsed: 0.555 s testLoadRepositoryWithMissingGAVProperties(org.eclipse.tycho.repository.module.ModuleArtifactRepositoryTest) Time elapsed: 0.554 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.668 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.555 s testArtifactDescriptor(org.eclipse.tycho.repository.module.PublishingRepositoryTest) Time elapsed: 0.555 s Running org.eclipse.tycho.repository.p2base.artifact.provider.formats.LocalArtifactTransferPolicyTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.556 s - in org.eclipse.tycho.repository.p2base.artifact.provider.formats.LocalArtifactTransferPolicyTest testPreferredOrder(org.eclipse.tycho.repository.p2base.artifact.provider.formats.LocalArtifactTransferPolicyTest) Time elapsed: 0.555 s Running org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.674 s - in org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest testGetArtifactFile(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.557 s testContainsArtifactDescriptor(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.555 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.001 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.002 s testGetNonExistingRawArtifact(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.553 s testGetArtifactToNonCanonicalSink(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.504 s testContainsKey(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.504 s testGetArtifactDescriptorsDoesNotReturnDuplicates(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.504 s testGetArtifact(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.553 s testGetArtifactFailsInAllAttempts(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.503 s testGetRawArtifactWithNonRestartableSink(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.554 s testGetRawArtifactToClosedSink(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.002 s testGetNonExistingArtifact(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.554 s testGetCanonicalRawArtifact(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.554 s testQueryWithSingleRepository(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.554 s testGetArtifactWithNonRestartableSink(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.554 s testGetRawArtifactSucceedsInSecondAttempt(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest) Time elapsed: 0.554 s Running org.eclipse.tycho.repository.p2base.artifact.repository.ProviderOnlyArtifactRepositoryTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.508 s - in org.eclipse.tycho.repository.p2base.artifact.repository.ProviderOnlyArtifactRepositoryTest testGetArtifactViaStream(org.eclipse.tycho.repository.p2base.artifact.repository.ProviderOnlyArtifactRepositoryTest) Time elapsed: 0.01 s testGetRawArtifactViaStream(org.eclipse.tycho.repository.p2base.artifact.repository.ProviderOnlyArtifactRepositoryTest) Time elapsed: 0.003 s testGetRawArtifactViaStreamFailsOnFirstReadAttempt(org.eclipse.tycho.repository.p2base.artifact.repository.ProviderOnlyArtifactRepositoryTest) Time elapsed: 0.002 s Running org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.583 s - in org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest testRepositoryLoadingFails(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.556 s testGetArtifactWithInfiniteMirrorFailures(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.145 s testGetArtifactErrorMessage(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.554 s testGetArtifactWithSomeMirrorFailures(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.004 s testGetArtifactWhereOnlyFormatIsCorrupt(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.503 s testGetRawArtifactErrorMessage(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.504 s testContainsArtifactDescriptor(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.553 s testGetArtifactSucceedsInSecondAttempt(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.554 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.554 s testQueryWithoutRepositories(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.001 s testGetNonExistingRawArtifact(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.553 s testGetArtifactToNonCanonicalSink(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.554 s testContainsKey(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.554 s testGetArtifact(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.555 s testGetArtifactFailsInAllAttempts(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest) Time elapsed: 0.554 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.558 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.554 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.553 s Running org.eclipse.tycho.repository.p2base.artifact.repository.FileRepositoryArtifactProviderTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.604 s - in org.eclipse.tycho.repository.p2base.artifact.repository.FileRepositoryArtifactProviderTest testConstructionWithNonArtifactFileRepository(org.eclipse.tycho.repository.p2base.artifact.repository.FileRepositoryArtifactProviderTest) Time elapsed: 0.049 s testGetArtifactFile(org.eclipse.tycho.repository.p2base.artifact.repository.FileRepositoryArtifactProviderTest) Time elapsed: 0.554 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.002 s - in org.eclipse.tycho.repository.util.StatusToolTest testOKChildren(org.eclipse.tycho.repository.util.StatusToolTest) Time elapsed: 0 s testMultiStatus(org.eclipse.tycho.repository.util.StatusToolTest) Time elapsed: 0 s testSimpleStatus(org.eclipse.tycho.repository.util.StatusToolTest) Time elapsed: 0 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.001 s testSimpleStatusWithException(org.eclipse.tycho.repository.util.StatusToolTest) Time elapsed: 0 s Results: Tests run: 162, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository.tests-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/org.eclipse.tycho.p2.maven.repository.tests-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository.tests-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository.tests-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository.tests-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/org.eclipse.tycho.p2.maven.repository.tests-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository.tests-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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 3.0.5-SNAPSHOT [17/78] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ org.eclipse.tycho.p2.tools.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.p2.tools.tests --- [INFO] The project's OSGi version is 3.0.5.202306220444 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.tycho.p2.tools.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.tycho.p2.tools.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.tycho.p2.tools.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.tycho.p2.tools.tests --- [INFO] Resolving class path of Tycho p2 Tools Tests... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.p2.tools.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.tycho.p2.tools.tests --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.p2.tools.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tycho.p2.tools.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.tycho.p2.tools.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/org.eclipse.tycho.p2.tools.tests-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/org.eclipse.tycho.p2.tools.tests-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.tycho.p2.tools.tests --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/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-3.0.x/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/work/data, -install, /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/work, -configuration, /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/surefire.properties] Running org.eclipse.tycho.p2.tools.publisher.PublisherServiceTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.721 s - in org.eclipse.tycho.p2.tools.publisher.PublisherServiceTest testValidateProfileFile(org.eclipse.tycho.p2.tools.publisher.PublisherServiceTest) Time elapsed: 0.613 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.507 s Running org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.227 s - in org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest testPublishingWithRootFeatures(org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest) Time elapsed: 0.555 s testPublishingWithP2Inf(org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest) Time elapsed: 0.555 s testExpandProductVersionQualifier(org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest) Time elapsed: 0.557 s testExpandVersionWithSyntaxError(org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest) Time elapsed: 0.557 s testPublishingWithProductSpecificP2Inf(org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest) Time elapsed: 0.557 s testExpandVersionsIgnoresBundlesInFeatureBasedProduct(org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest) Time elapsed: 0.554 s testExpandVersionsOfInclusionsWithZeros(org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest) Time elapsed: 0.555 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.554 s testPublishingWithVariableExpansion(org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest) Time elapsed: 0.553 s testExpandVersionsIgnoresFeaturesInBundleBasedProduct(org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest) Time elapsed: 0.555 s testProductPublishingWithLaunchers(org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest) Time elapsed: 0.557 s testPublishingWithMissingFragments(org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest) Time elapsed: 0.558 s Running org.eclipse.tycho.p2.tools.publisher.PublisherServiceFactoryTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.tycho.p2.tools.publisher.PublisherServiceFactoryTest testThatRequiredServicesAreAvailable(org.eclipse.tycho.p2.tools.publisher.PublisherServiceFactoryTest) Time elapsed: 0.063 s Running org.eclipse.tycho.p2.tools.test.RepositoryReferencesTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tycho.p2.tools.test.RepositoryReferencesTest testArtifactReposWithOrder(org.eclipse.tycho.p2.tools.test.RepositoryReferencesTest) Time elapsed: 0 s testNoMetadataRepo(org.eclipse.tycho.p2.tools.test.RepositoryReferencesTest) Time elapsed: 0.001 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.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.514 s - in org.eclipse.tycho.p2.tools.mirroring.MirrorStandaloneTest testMirrorLatestOnly(org.eclipse.tycho.p2.tools.mirroring.MirrorStandaloneTest) Time elapsed: 0.563 s testNotIgnoringErrorsShouldThrowException(org.eclipse.tycho.p2.tools.mirroring.MirrorStandaloneTest) Time elapsed: 0.557 s testMirrorSpecificUnitLatestVersion(org.eclipse.tycho.p2.tools.mirroring.MirrorStandaloneTest) Time elapsed: 0.557 s testIgnoreErrorShouldNotThrowException(org.eclipse.tycho.p2.tools.mirroring.MirrorStandaloneTest) Time elapsed: 0.569 s testMirrorNotExisting(org.eclipse.tycho.p2.tools.mirroring.MirrorStandaloneTest) Time elapsed: 0.505 s testMirrorAllUnits(org.eclipse.tycho.p2.tools.mirroring.MirrorStandaloneTest) Time elapsed: 0.572 s testMirrorSpecificUnitSpecificVersion(org.eclipse.tycho.p2.tools.mirroring.MirrorStandaloneTest) Time elapsed: 0.556 s testMirrorMatchExpression(org.eclipse.tycho.p2.tools.mirroring.MirrorStandaloneTest) Time elapsed: 0.511 s testMirrorAppendAlreadyExisting(org.eclipse.tycho.p2.tools.mirroring.MirrorStandaloneTest) Time elapsed: 1.121 s Running org.eclipse.tycho.p2.tools.mirroring.MirrorApplicationServiceTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.902 s - in org.eclipse.tycho.p2.tools.mirroring.MirrorApplicationServiceTest testMirrorForSeedWithNullIU(org.eclipse.tycho.p2.tools.mirroring.MirrorApplicationServiceTest) Time elapsed: 0.556 s testMirrorFeatureAndPatch(org.eclipse.tycho.p2.tools.mirroring.MirrorApplicationServiceTest) Time elapsed: 0.555 s testMirrorNothing(org.eclipse.tycho.p2.tools.mirroring.MirrorApplicationServiceTest) Time elapsed: 0.554 s testExtraArtifactRepositoryProperties(org.eclipse.tycho.p2.tools.mirroring.MirrorApplicationServiceTest) Time elapsed: 0.568 s testMirrorFeatureWithContent(org.eclipse.tycho.p2.tools.mirroring.MirrorApplicationServiceTest) Time elapsed: 0.556 s testMirrorWithMissingMandatoryContent(org.eclipse.tycho.p2.tools.mirroring.MirrorApplicationServiceTest) Time elapsed: 0.555 s testMirrorPatch(org.eclipse.tycho.p2.tools.mirroring.MirrorApplicationServiceTest) Time elapsed: 0.555 s Running org.eclipse.tycho.p2.tools.verfier.VerifierServiceImplTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.667 s - in org.eclipse.tycho.p2.tools.verfier.VerifierServiceImplTest testMissingArtifactsReferencedInMetadata(org.eclipse.tycho.p2.tools.verfier.VerifierServiceImplTest) Time elapsed: 0.554 s testValidFileRepository(org.eclipse.tycho.p2.tools.verfier.VerifierServiceImplTest) Time elapsed: 0.556 s testFileRepositoryWithWrongMd5Sum(org.eclipse.tycho.p2.tools.verfier.VerifierServiceImplTest) Time elapsed: 0.555 s Running org.eclipse.tycho.p2.tools.director.DirectorApplicationCommandTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tycho.p2.tools.director.DirectorApplicationCommandTest testAllDirectorApplicationArguments(org.eclipse.tycho.p2.tools.director.DirectorApplicationCommandTest) Time elapsed: 0.002 s testNoOsWsArchArguments(org.eclipse.tycho.p2.tools.director.DirectorApplicationCommandTest) Time elapsed: 0 s Results: Tests run: 42, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.p2.tools.tests --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.tests-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/org.eclipse.tycho.p2.tools.tests-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.tests-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.tests-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.tests-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/org.eclipse.tycho.p2.tools.tests-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.tests-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.tycho.p2.tools.tests --- [INFO] [INFO] --------------------< org.eclipse.tycho:sisu-osgi >--------------------- [INFO] Building Sisu OSGi/Plexus bridge 3.0.5-SNAPSHOT [18/78] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ sisu-osgi --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ sisu-osgi --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ sisu-osgi --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/sisu-osgi/3.0.5-SNAPSHOT/sisu-osgi-3.0.5-SNAPSHOT.pom [INFO] [INFO] ------------------< org.eclipse.tycho:sisu-osgi-api >------------------- [INFO] Building Sisu OSGi Services API 3.0.5-SNAPSHOT [19/78] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ sisu-osgi-api --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ sisu-osgi-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-api/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ sisu-osgi-api --- [INFO] Changes detected - recompiling the module! :source [INFO] Compiling 13 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ sisu-osgi-api --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-api/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ sisu-osgi-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ sisu-osgi-api --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ sisu-osgi-api --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ sisu-osgi-api --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-api/target/sisu-osgi-api-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ sisu-osgi-api --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-api/target/sisu-osgi-api-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ sisu-osgi-api --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-api/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/sisu-osgi-api/3.0.5-SNAPSHOT/sisu-osgi-api-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-api/target/sisu-osgi-api-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/sisu-osgi-api/3.0.5-SNAPSHOT/sisu-osgi-api-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-api/target/sisu-osgi-api-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/sisu-osgi-api/3.0.5-SNAPSHOT/sisu-osgi-api-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.eclipse.tycho:sisu-equinox-embedder >--------------- [INFO] Building Sisu Equinox Embedder 3.0.5-SNAPSHOT [20/78] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ sisu-equinox-embedder --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ sisu-equinox-embedder --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-embedder/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ sisu-equinox-embedder --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ sisu-equinox-embedder --- [INFO] Discovered 1 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ sisu-equinox-embedder --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-embedder/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ sisu-equinox-embedder --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.1.1: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.3.0:jar (default-jar) @ sisu-equinox-embedder --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-embedder/target/sisu-equinox-embedder-3.0.5-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-3.0.x/sisu-osgi/sisu-equinox-embedder/target/sisu-equinox-embedder-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ sisu-equinox-embedder --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-embedder/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/sisu-equinox-embedder/3.0.5-SNAPSHOT/sisu-equinox-embedder-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-embedder/target/sisu-equinox-embedder-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/sisu-equinox-embedder/3.0.5-SNAPSHOT/sisu-equinox-embedder-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-embedder/target/sisu-equinox-embedder-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/sisu-equinox-embedder/3.0.5-SNAPSHOT/sisu-equinox-embedder-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.eclipse.tycho:sisu-equinox-launching >-------------- [INFO] Building Sisu Equinox Launching 3.0.5-SNAPSHOT [21/78] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ sisu-equinox-launching --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ sisu-equinox-launching --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-launching/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ sisu-equinox-launching --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ sisu-equinox-launching --- [INFO] Discovered 2 component descriptors(s) [INFO] [INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ sisu-equinox-launching --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-launching/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ sisu-equinox-launching --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-launching/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ sisu-equinox-launching --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.1.1: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-3.0.x/sisu-osgi/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.071 s - in org.eclipse.sisu.equinox.launching.internal.EquinoxLaunchConfigurationTest [INFO] Running org.eclipse.sisu.equinox.launching.internal.DefaultEquinoxInstallationFactoryTest [ERROR] OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.22 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.3.0:jar (default-jar) @ sisu-equinox-launching --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-launching/target/sisu-equinox-launching-3.0.5-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-3.0.x/sisu-osgi/sisu-equinox-launching/target/sisu-equinox-launching-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ sisu-equinox-launching --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-launching/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/sisu-equinox-launching/3.0.5-SNAPSHOT/sisu-equinox-launching-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-launching/target/sisu-equinox-launching-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/sisu-equinox-launching/3.0.5-SNAPSHOT/sisu-equinox-launching-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-launching/target/sisu-equinox-launching-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/sisu-equinox-launching/3.0.5-SNAPSHOT/sisu-equinox-launching-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] ----------------< org.eclipse.tycho:sisu-osgi-connect >----------------- [INFO] Building Sisu Implementation of the OSGi R8 Framework Connect Specification 3.0.5-SNAPSHOT [22/78] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ sisu-osgi-connect --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ sisu-osgi-connect --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ sisu-osgi-connect --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ sisu-osgi-connect --- [INFO] Discovered 1 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ sisu-osgi-connect --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-connect/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ sisu-osgi-connect --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-test-metadata (default) @ sisu-osgi-connect --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ sisu-osgi-connect --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ sisu-osgi-connect --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-connect/target/sisu-osgi-connect-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ sisu-osgi-connect --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-connect/target/sisu-osgi-connect-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ sisu-osgi-connect --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-connect/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/sisu-osgi-connect/3.0.5-SNAPSHOT/sisu-osgi-connect-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-connect/target/sisu-osgi-connect-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/sisu-osgi-connect/3.0.5-SNAPSHOT/sisu-osgi-connect-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-connect/target/sisu-osgi-connect-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/sisu-osgi-connect/3.0.5-SNAPSHOT/sisu-osgi-connect-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] ----------------< org.eclipse.tycho:tycho-embedder-api >---------------- [INFO] Building Tycho Embedder API 3.0.5-SNAPSHOT [23/78] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-embedder-api --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-embedder-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-embedder-api/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-embedder-api --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ tycho-embedder-api --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-embedder-api/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-embedder-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-embedder-api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0: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.3.0:jar (default-jar) @ tycho-embedder-api --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-embedder-api/target/tycho-embedder-api-3.0.5-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-3.0.x/tycho-embedder-api/target/tycho-embedder-api-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-embedder-api --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-embedder-api/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-embedder-api/3.0.5-SNAPSHOT/tycho-embedder-api-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-embedder-api/target/tycho-embedder-api-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-embedder-api/3.0.5-SNAPSHOT/tycho-embedder-api-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-embedder-api/target/tycho-embedder-api-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-embedder-api/3.0.5-SNAPSHOT/tycho-embedder-api-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] -----------------< org.eclipse.tycho:p2-maven-plugin >------------------ [INFO] Building P2 Maven Integration 3.0.5-SNAPSHOT [24/78] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ p2-maven-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ p2-maven-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ p2-maven-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 39 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/p2-maven-plugin/src/main/java/org/eclipse/tycho/p2maven/repository/P2ArtifactRepositoryLayout.java: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/p2-maven-plugin/src/main/java/org/eclipse/tycho/p2maven/repository/P2ArtifactRepositoryLayout.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/p2-maven-plugin/src/main/java/org/eclipse/tycho/p2maven/repository/P2ArtifactRepositoryLayout.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-plugin-plugin:3.9.0:descriptor (default-descriptor) @ p2-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 0 mojo descriptor. [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ p2-maven-plugin --- [INFO] Discovered 21 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ p2-maven-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/p2-maven-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ p2-maven-plugin --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-test-metadata (default) @ p2-maven-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ p2-maven-plugin --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ p2-maven-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/p2-maven-plugin/target/p2-maven-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ p2-maven-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ p2-maven-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/p2-maven-plugin/target/p2-maven-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ p2-maven-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/p2-maven-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/p2-maven-plugin/3.0.5-SNAPSHOT/p2-maven-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/p2-maven-plugin/target/p2-maven-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/p2-maven-plugin/3.0.5-SNAPSHOT/p2-maven-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/p2-maven-plugin/target/p2-maven-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/p2-maven-plugin/3.0.5-SNAPSHOT/p2-maven-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] ---------------< org.eclipse.tycho:tycho-metadata-model >--------------- [INFO] Building Tycho Eclipse Project Metadata Model 3.0.5-SNAPSHOT [25/78] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-metadata-model --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-metadata-model --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-metadata-model/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-metadata-model --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 12 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-metadata-model --- [INFO] Copying 7 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-metadata-model --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to 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-3.0.x/tycho-metadata-model/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tycho.maven.test.EclipseModelTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.eclipse.tycho.maven.test.EclipseModelTest [INFO] Running org.eclipse.tycho.maven.test.ProductConfigurationTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.tycho.maven.test.ProductConfigurationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-metadata-model --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-metadata-model/target/tycho-metadata-model-3.0.5-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-3.0.x/tycho-metadata-model/target/tycho-metadata-model-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-metadata-model --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-metadata-model/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-metadata-model/3.0.5-SNAPSHOT/tycho-metadata-model-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-metadata-model/target/tycho-metadata-model-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-metadata-model/3.0.5-SNAPSHOT/tycho-metadata-model-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-metadata-model/target/tycho-metadata-model-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-metadata-model/3.0.5-SNAPSHOT/tycho-metadata-model-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.eclipse.tycho:tycho-testing-harness >--------------- [INFO] Building Tycho Testing Harness 3.0.5-SNAPSHOT [26/78] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-testing-harness --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-testing-harness --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-testing-harness --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-testing-harness/src/main/java/org/eclipse/tycho/testing/AbstractTychoMojoTestCase.java: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-testing-harness/src/main/java/org/eclipse/tycho/testing/AbstractTychoMojoTestCase.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.x/tycho-testing-harness/src/main/java/org/eclipse/tycho/test/util/TychoMatchers.java: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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.1:generate-metadata (default) @ tycho-testing-harness --- [INFO] Discovered 2 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-testing-harness --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-testing-harness/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-testing-harness --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.1.1: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.3.0:jar (default-jar) @ tycho-testing-harness --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-testing-harness/target/tycho-testing-harness-3.0.5-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-3.0.x/tycho-testing-harness/target/tycho-testing-harness-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-testing-harness --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-testing-harness/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-testing-harness/3.0.5-SNAPSHOT/tycho-testing-harness-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-testing-harness/target/tycho-testing-harness-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-testing-harness/3.0.5-SNAPSHOT/tycho-testing-harness-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-testing-harness/target/tycho-testing-harness-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-testing-harness/3.0.5-SNAPSHOT/tycho-testing-harness-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --------------------< org.eclipse.tycho:tycho-core >-------------------- [INFO] Building Tycho Core 3.0.5-SNAPSHOT [27/78] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-core --- [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (compile-system-packages-companion-jar) @ tycho-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 9] to target/classes [WARNING] system modules path not set in conjunction with -source 9 [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (system-packages-companion-jar) @ tycho-core --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/tycho-core-3.0.5-SNAPSHOT-system-packages-companion.jar [INFO] [INFO] --- maven-antrun-plugin:3.1.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-3.0.x/tycho-core/src/main/resources [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-core --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 100 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/src/main/java/org/eclipse/tycho/core/osgitools/OsgiManifest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/src/main/java/org/eclipse/tycho/core/osgitools/OsgiManifest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ tycho-core --- [INFO] Discovered 37 component descriptors(s) [INFO] [INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ tycho-core --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-core --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] Copying 380 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 28 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/src/test/java/org/eclipse/tycho/core/test/MavenDependencyCollectorTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/src/test/java/org/eclipse/tycho/core/test/MavenDependencyCollectorTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/src/test/java/org/eclipse/tycho/core/resolver/TychoMirrorSelectorTest.java: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/src/test/java/org/eclipse/tycho/core/resolver/TychoMirrorSelectorTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/src/test/java/org/eclipse/tycho/core/resolver/TychoMirrorSelectorTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- plexus-component-metadata:2.1.1: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-3.0.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.063 s - in org.eclipse.tycho.core.utils.TychoVersionTest [INFO] Running org.eclipse.tycho.core.maven.TychoInterpolatorTest [ERROR] OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.603 s - in org.eclipse.tycho.core.maven.TychoInterpolatorTest [INFO] Running org.eclipse.tycho.core.maven.MavenDependenciesResolverTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.444 s - in org.eclipse.tycho.core.maven.MavenDependenciesResolverTest [INFO] Running org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipantTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipantTest [INFO] Running org.eclipse.tycho.core.osgitools.BuildPropertiesParserImplTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s - in org.eclipse.tycho.core.osgitools.BuildPropertiesParserImplTest [INFO] Running org.eclipse.tycho.core.osgitools.OsgiManifestTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.tycho.core.osgitools.OsgiManifestTest [INFO] Running org.eclipse.tycho.core.osgitools.EquinoxResolverTest [INFO] Resolving dependencies of MavenProject: org.eclipse:test.bundleNativeCode.using.invalid.alias:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/bundleNativeCode/bundleWithNativeCodeUsingInvalidAliases/pom.xml [INFO] Resolving class path of test.bundleNativeCode.using.invalid.alias... [INFO] First attempt at resolving bundle failed. Trying harder by keeping `uses` information... This may drastically slow down your build! [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] Using JavaSE-17 to fulfill requested profile of JavaSE-11 this might lead to faulty dependency resolution, consider define a suitable JDK in the toolchains.xml [INFO] Resolving dependencies of MavenProject: javase11:executionenvironment.javase11:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/javase-11/pom.xml [INFO] Resolving class path of executionenvironment.javase11... [INFO] Resolving dependencies of MavenProject: javase11:executionenvironment.javase11:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/javase-11/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse:test.bundleNativeCode:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/bundleNativeCode/bundleWithNativeCode/pom.xml [INFO] Resolving class path of test.bundleNativeCode... [INFO] Resolving dependencies of MavenProject: org.eclipse:test.bundleNativeCode:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/bundleNativeCode/bundleWithNativeCode/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse:test.bundleNativeCode.using.aliases:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/bundleNativeCode/bundleWithNativeCodeUsingAliases/pom.xml [INFO] Resolving class path of test.bundleNativeCode.using.aliases... [INFO] Resolving dependencies of MavenProject: org.eclipse:test.bundleNativeCode.using.aliases:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/bundleNativeCode/bundleWithNativeCodeUsingAliases/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.16.200-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/frameworkBundle/org.eclipse.osgi/pom.xml [INFO] Resolving class path of org.eclipse.osgi... [INFO] Resolving dependencies of MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.16.200-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/frameworkBundle/org.eclipse.osgi/pom.xml [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.914 s - in org.eclipse.tycho.core.osgitools.EquinoxResolverTest [INFO] Running org.eclipse.tycho.core.resolver.DefaultTychoResolverTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tycho.core.resolver.DefaultTychoResolverTest [INFO] Running org.eclipse.tycho.core.resolver.TychoMirrorSelectorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.tycho.core.resolver.TychoMirrorSelectorTest [INFO] Running org.eclipse.tycho.core.resolver.DefaultTargetPlatformConfigurationReaderTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.704 s - in org.eclipse.tycho.core.resolver.DefaultTargetPlatformConfigurationReaderTest [INFO] Running org.eclipse.tycho.core.ee.ExecutionEnvironmentTest [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: tycho.test.targetJRE:bundle:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/targetJRE/bundle/pom.xml [INFO] Resolving class path of bundle... [INFO] Resolving dependencies of MavenProject: tycho.test.targetJRE:bundle:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/targetJRE/bundle/pom.xml [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 s - in org.eclipse.tycho.core.ee.ExecutionEnvironmentTest [INFO] Running org.eclipse.tycho.core.ee.CustomExecutionEnvironmentTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.tycho.core.ee.CustomExecutionEnvironmentTest [INFO] Running org.eclipse.tycho.core.ee.ExecutionEnvironmentConfigurationTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tycho.core.ee.ExecutionEnvironmentConfigurationTest [INFO] Running org.eclipse.tycho.core.ee.StandardExecutionEnvironmentTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tycho.core.ee.StandardExecutionEnvironmentTest [INFO] Running org.eclipse.tycho.core.test.MavenDependencyCollectorTest [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] Resolving dependencies of MavenProject: mavenDependencies:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/mavendeps/p001/pom.xml [INFO] Resolving class path of p001... [INFO] Resolving dependencies of MavenProject: mavenDependencies:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/mavendeps/p002/pom.xml [INFO] Resolving class path of p002... [INFO] Resolving dependencies of MavenProject: mavenDependencies:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/mavendeps/p003/pom.xml [INFO] Resolving class path of p003... [INFO] Resolving dependencies of MavenProject: mavenDependencies:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/mavendeps/p001/pom.xml [INFO] Resolving dependencies of MavenProject: mavenDependencies:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/mavendeps/p002/pom.xml [INFO] Resolving dependencies of MavenProject: mavenDependencies:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/mavendeps/p003/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: tycho.test:sourceFolders:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/sourceFolders/pom.xml [INFO] Resolving class path of sourceFolders... [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: test.noDotOnClassPath:consumer:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/nodotonclasspath/consumer/pom.xml [INFO] Resolving class path of consumer... [INFO] Resolving dependencies of MavenProject: test.noDotOnClassPath:provider:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/nodotonclasspath/provider/pom.xml [INFO] Resolving class path of provider... [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.446 s - in org.eclipse.tycho.core.test.MavenDependencyCollectorTest [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-3.0.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-3.0.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.696 s - in org.eclipse.tycho.core.test.DefaultBundleReaderTest [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] Resolving dependencies of MavenProject: customProfile:bundle:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/customProfile/bundle/pom.xml [INFO] Resolving class path of bundle... [INFO] Resolving dependencies of MavenProject: customProfile:alternativeProvider:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/customProfile/alternativeProvider/pom.xml [INFO] Resolving class path of alternativeProvider... [INFO] Resolving dependencies of MavenProject: customProfile:alternativeProvider:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/customProfile/alternativeProvider/pom.xml [INFO] Resolving dependencies of MavenProject: customProfile:bundle:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/customProfile/bundle/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] Resolving dependencies of MavenProject: tycho-its-project.363331_extraTargetPlatformRequirements.fragment-split-package:bundle:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/fragment-split-mandatory/bundle/pom.xml [INFO] Resolving class path of bundle... [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-3.0.x/tycho-core/target/projects/fragment-split-mandatory/fragment/pom.xml [INFO] Resolving class path of fragment... [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-3.0.x/tycho-core/target/projects/fragment-split-mandatory/bundle.tests/pom.xml [INFO] Resolving class path of bundle.tests... [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-3.0.x/tycho-core/target/projects/fragment-split-mandatory/bundle/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-3.0.x/tycho-core/target/projects/fragment-split-mandatory/fragment/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-3.0.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] Resolving dependencies of MavenProject: exportpackage:bundle:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/exportpackage/bundle/pom.xml [INFO] Resolving class path of bundle... [INFO] Resolving dependencies of MavenProject: exportpackage:dep:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/exportpackage/dep/pom.xml [INFO] Resolving class path of dep... [INFO] Resolving dependencies of MavenProject: exportpackage:dep2:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/exportpackage/dep2/pom.xml [INFO] Resolving class path of dep2... [INFO] Resolving dependencies of MavenProject: exportpackage:dep3:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/exportpackage/dep3/pom.xml [INFO] Resolving class path of dep3... [INFO] Resolving dependencies of MavenProject: exportpackage:dep2:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/exportpackage/dep2/pom.xml [INFO] Resolving dependencies of MavenProject: exportpackage:dep3:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/exportpackage/dep3/pom.xml [INFO] Resolving dependencies of MavenProject: exportpackage:dep:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/exportpackage/dep/pom.xml [INFO] Resolving dependencies of MavenProject: exportpackage:bundle:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/exportpackage/bundle/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] Resolving dependencies of MavenProject: osgicompile:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/accessrules/p001/pom.xml [INFO] Resolving class path of p001... [INFO] Resolving dependencies of MavenProject: osgicompile:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/accessrules/p002/pom.xml [INFO] Resolving class path of p002... [INFO] Resolving dependencies of MavenProject: osgicompile:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/accessrules/p003/pom.xml [INFO] Resolving class path of p003... [INFO] Resolving dependencies of MavenProject: osgicompile:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/accessrules/p004/pom.xml [INFO] Resolving class path of p004... [INFO] Resolving dependencies of MavenProject: osgicompile:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/accessrules/p001/pom.xml [INFO] Resolving dependencies of MavenProject: osgicompile:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/accessrules/p003/pom.xml [INFO] Resolving dependencies of MavenProject: osgicompile:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/accessrules/p004/pom.xml [INFO] Resolving dependencies of MavenProject: osgicompile:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/accessrules/p002/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] Resolving dependencies of MavenProject: osgicompile:A:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/deepReexport/A/pom.xml [INFO] Resolving class path of A... [INFO] Resolving dependencies of MavenProject: osgicompile:B:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/deepReexport/B/pom.xml [INFO] Resolving class path of B... [INFO] Resolving dependencies of MavenProject: osgicompile:C:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/deepReexport/C/pom.xml [INFO] Resolving class path of C... [INFO] Resolving dependencies of MavenProject: osgicompile:D:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/deepReexport/D/pom.xml [INFO] Resolving class path of D... [INFO] Resolving dependencies of MavenProject: osgicompile:A:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/deepReexport/A/pom.xml [INFO] Resolving dependencies of MavenProject: osgicompile:B:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/deepReexport/B/pom.xml [INFO] Resolving dependencies of MavenProject: osgicompile:C:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/deepReexport/C/pom.xml [INFO] Resolving dependencies of MavenProject: osgicompile:D:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/deepReexport/D/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] Using JavaSE-17 to fulfill requested profile of JavaSE-11 this might lead to faulty dependency resolution, consider define a suitable JDK in the toolchains.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] Using JavaSE-17 to fulfill requested profile of JavaSE-11 this might lead to faulty dependency resolution, consider define a suitable JDK in the toolchains.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] Using JavaSE-17 to fulfill requested profile of JavaSE-11 this might lead to faulty dependency resolution, consider define a suitable JDK in the toolchains.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-3.0.x/tycho-core/target/projects/fragment-import-class-provided-by-fragment-from-package-exported-by-host/bundle1/pom.xml [INFO] Resolving class path of bundle1... [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-3.0.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 bundle1.fragment... [INFO] Resolving dependencies of MavenProject: resolver.fragments.import-class-provided-by-fragment:bundle2:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/fragment-import-class-provided-by-fragment-from-package-exported-by-host/bundle2/pom.xml [INFO] Resolving class path of bundle2... [INFO] Resolving dependencies of MavenProject: resolver.fragments.import-class-provided-by-fragment:bundle1:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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.fragment:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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:bundle2:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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] Resolving dependencies of MavenProject: importVsRequire:A:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/importVsRequire/A/pom.xml [INFO] Resolving class path of A... [INFO] Resolving dependencies of MavenProject: importVsRequire:B:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/importVsRequire/B/pom.xml [INFO] Resolving class path of B... [INFO] Resolving dependencies of MavenProject: importVsRequire:B:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/importVsRequire/B/pom.xml [INFO] Resolving dependencies of MavenProject: importVsRequire:A:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/importVsRequire/A/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] Resolving dependencies of MavenProject: tycho-its-project.363331_extraTargetPlatformRequirements.fragment-split-package:bundle:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/fragment-split-package/bundle/pom.xml [INFO] Resolving class path of bundle... [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-3.0.x/tycho-core/target/projects/fragment-split-package/fragment/pom.xml [INFO] Resolving class path of fragment... [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-3.0.x/tycho-core/target/projects/fragment-split-package/bundle.tests/pom.xml [INFO] Resolving class path of bundle.tests... [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-3.0.x/tycho-core/target/projects/fragment-split-package/bundle/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-3.0.x/tycho-core/target/projects/fragment-split-package/fragment/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-3.0.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] Resolving dependencies of MavenProject: fragement:client:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/fragment/client/pom.xml [INFO] Resolving class path of client... [INFO] Resolving dependencies of MavenProject: fragement:fragment:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/fragment/fragment/pom.xml [INFO] Resolving class path of fragment... [INFO] Resolving dependencies of MavenProject: fragement:fragment2:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/fragment/fragment2/pom.xml [INFO] Resolving class path of fragment2... [INFO] Resolving dependencies of MavenProject: fragement:host:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/fragment/host/pom.xml [INFO] Resolving class path of host... [INFO] Resolving dependencies of MavenProject: fragement:dep:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/fragment/dep/pom.xml [INFO] Resolving class path of dep... [INFO] Resolving dependencies of MavenProject: fragement:host:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/fragment/host/pom.xml [INFO] Resolving dependencies of MavenProject: fragement:dep:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/fragment/dep/pom.xml [INFO] Resolving dependencies of MavenProject: fragement:fragment:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/fragment/fragment/pom.xml [INFO] Resolving dependencies of MavenProject: fragement:fragment2:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/fragment/fragment2/pom.xml [INFO] Resolving dependencies of MavenProject: fragement:client:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/fragment/client/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] Resolving dependencies of MavenProject: bootclasspath:bundle1:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/bootclasspath/bundle1/pom.xml [INFO] Resolving class path of bundle1... [INFO] Resolving dependencies of MavenProject: bootclasspath:bundle2:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/bootclasspath/bundle2/pom.xml [INFO] Resolving class path of bundle2... [INFO] Resolving dependencies of MavenProject: bootclasspath:bundle1:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/bootclasspath/bundle1/pom.xml [INFO] Resolving dependencies of MavenProject: bootclasspath:bundle2:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/bootclasspath/bundle2/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-3.0.x/tycho-core/target/projects/eeProfile.resolution.fragments/org.eclipse.jface.databinding/pom.xml [INFO] Resolving class path of org.eclipse.jface.databinding... [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt:3.102.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/eeProfile.resolution.fragments/org.eclipse.swt/pom.xml [INFO] Resolving class path of org.eclipse.swt... [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-3.0.x/tycho-core/target/projects/eeProfile.resolution.fragments/org.eclipse.swt.gtk.linux.x86/pom.xml [INFO] Resolving class path of org.eclipse.swt.gtk.linux.x86... [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt:3.102.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/eeProfile.resolution.fragments/org.eclipse.swt/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-3.0.x/tycho-core/target/projects/eeProfile.resolution.fragments/org.eclipse.swt.gtk.linux.x86/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-3.0.x/tycho-core/target/projects/eeProfile.resolution.fragments/org.eclipse.jface.databinding/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: TYCHO0378unwantedSelfDependency:feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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] Resolving dependencies of MavenProject: osgicompile:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/reexport/p001/pom.xml [INFO] Resolving class path of p001... [INFO] Resolving dependencies of MavenProject: osgicompile:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/reexport/p002/pom.xml [INFO] Resolving class path of p002... [INFO] Resolving dependencies of MavenProject: osgicompile:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/reexport/p003/pom.xml [INFO] Resolving class path of p003... [INFO] Resolving dependencies of MavenProject: osgicompile:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/reexport/p004/pom.xml [INFO] Resolving class path of p004... [INFO] Resolving dependencies of MavenProject: osgicompile:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/reexport/p003/pom.xml [INFO] Resolving dependencies of MavenProject: osgicompile:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/reexport/p004/pom.xml [INFO] Resolving dependencies of MavenProject: osgicompile:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/reexport/p001/pom.xml [INFO] Resolving dependencies of MavenProject: osgicompile:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/reexport/p002/pom.xml [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.496 s - in org.eclipse.tycho.core.test.DependencyComputerTest [INFO] Running org.eclipse.tycho.core.test.LocalDependencyResolverTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 s - in org.eclipse.tycho.core.test.LocalDependencyResolverTest [INFO] Running org.eclipse.tycho.core.test.ArtifactDependencyWalkerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 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] Resolving dependencies of MavenProject: 428310:iuB:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/iuBuildOrder/justIUs/iuB/pom.xml [INFO] Resolving dependencies of MavenProject: 428310:iuA:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/iuBuildOrder/justIUs/iuA/pom.xml [INFO] Resolving dependencies of MavenProject: 428310:iuB:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/iuBuildOrder/justIUs/iuB/pom.xml [INFO] Resolving dependencies of MavenProject: 428310:iuA:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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] Resolving dependencies of MavenProject: 428310:featureWithIUDeps:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/iuBuildOrder/featureToIU/feature/pom.xml [INFO] Resolving dependencies of MavenProject: 428310:anIU:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/iuBuildOrder/featureToIU/iu/pom.xml [INFO] Resolving dependencies of MavenProject: 428310:featureWithIUDeps:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/iuBuildOrder/featureToIU/feature/pom.xml [INFO] Resolving dependencies of MavenProject: 428310:anIU:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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] Resolving dependencies of MavenProject: 428310:anIU:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/iuBuildOrder/iuToFeature/iu/pom.xml [INFO] Resolving dependencies of MavenProject: 428310:aFeature:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/iuBuildOrder/iuToFeature/feature/pom.xml [INFO] Resolving dependencies of MavenProject: 428310:anIU:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/iuBuildOrder/iuToFeature/iu/pom.xml [INFO] Resolving dependencies of MavenProject: 428310:aFeature:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/iuBuildOrder/iuToFeature/feature/pom.xml [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 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.047 s - in org.eclipse.tycho.core.test.DefaultDependencyArtifactsTest [INFO] Running org.eclipse.tycho.core.test.EclipseInstallationLayoutTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 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] Resolving dependencies of MavenProject: resolutionerror:resolutionerror.p001:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/resolutionerror/p001/pom.xml [INFO] Resolving class path of resolutionerror.p001... [INFO] First attempt at resolving bundle failed. Trying harder by keeping `uses` information... This may drastically slow down your build! [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] Resolving dependencies of MavenProject: moduleorder:moduleorder.p003:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/moduleorder/p003/pom.xml [INFO] Resolving dependencies of MavenProject: moduleorder:moduleorder.p004:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/moduleorder/p004/pom.xml [INFO] Resolving dependencies of MavenProject: moduleorder:moduleorder.p001:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/moduleorder/p001/pom.xml [INFO] Resolving class path of moduleorder.p001... [INFO] Resolving dependencies of MavenProject: moduleorder:moduleorder.p002:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/moduleorder/p002/pom.xml [INFO] Resolving class path of moduleorder.p002... [INFO] Resolving dependencies of MavenProject: moduleorder:moduleorder.p002:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/moduleorder/p002/pom.xml [INFO] Resolving dependencies of MavenProject: moduleorder:moduleorder.p001:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/moduleorder/p001/pom.xml [INFO] Resolving dependencies of MavenProject: moduleorder:moduleorder.p004:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/moduleorder/p004/pom.xml [INFO] Resolving dependencies of MavenProject: moduleorder:moduleorder.p003:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/moduleorder/p003/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] Resolving dependencies of MavenProject: projectpriority:projectpriority.p001:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/projectpriority/p001/pom.xml [INFO] Resolving class path of projectpriority.p001... [INFO] Resolving dependencies of MavenProject: projectpriority:projectpriority.p002:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/projectpriority/p002/pom.xml [INFO] Resolving class path of projectpriority.p002... [INFO] Resolving dependencies of MavenProject: projectpriority:projectpriority.p001:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/projectpriority/p001/pom.xml [INFO] Resolving dependencies of MavenProject: projectpriority:projectpriority.p002:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/projectpriority/p002/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: referencesItself:referencesItself:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/referencesItself/pom.xml [INFO] Resolving class path of referencesItself... [INFO] First attempt at resolving bundle failed. Trying harder by keeping `uses` information... This may drastically slow down your build! [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: pre30:project:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/dummy/pom.xml [INFO] Resolving class path of project... [INFO] Resolving dependencies of MavenProject: pre30:project:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/dummy/pom.xml [INFO] Resolving dependencies of MavenProject: explicitenvironment:valid:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/explicitenvironment/valid/pom.xml [INFO] Resolving class path of valid... [INFO] Resolving dependencies of MavenProject: explicitenvironment:valid:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/explicitenvironment/valid/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: missingentry:project:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/missingentry/pom.xml [INFO] Resolving class path of project... [WARNING] Bundle-ClassPath entry missing_dir_entry.jar does not exist in /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.x/tycho-core/src/test/resources/targetplatforms/missingentry/plugins/jarbundle_0.0.1.jar [WARNING] Exploded plugin at location /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/src/test/resources/targetplatforms/missingentry/plugins/dirbundle_0.0.1 can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] Bundle-ClassPath entry missing_jar_entry.jar does not exist in /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/src/test/resources/targetplatforms/missingentry/plugins/jarbundle_0.0.1.jar [INFO] Resolving dependencies of MavenProject: missingentry:project:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/missingentry/pom.xml [WARNING] Exploded plugin at location /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/src/test/resources/targetplatforms/missingentry/plugins/dirbundle_0.0.1 can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] Bundle-ClassPath entry missing_jar_entry.jar does not exist in /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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] Resolving dependencies of MavenProject: resolutionerror:feature_missing_plugin:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/resolutionerror/feature_missing_plugin/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: resolutionerror:feature_missing_feature:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/resolutionerror/feature_missing_feature/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] Resolving dependencies of MavenProject: extraclasspath:b01:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/extraclasspath/b01/pom.xml [INFO] Resolving class path of b01... [INFO] Resolving dependencies of MavenProject: extraclasspath:b02:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/extraclasspath/b02/pom.xml [INFO] Resolving class path of b02... [INFO] Resolving dependencies of MavenProject: extraclasspath:b01:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/extraclasspath/b01/pom.xml [INFO] Resolving dependencies of MavenProject: extraclasspath:b02:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/extraclasspath/b02/pom.xml [INFO] Resolving dependencies of MavenProject: implicitenvironment:simple:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/implicitenvironment/simple/pom.xml [INFO] Resolving class path of simple... [INFO] Resolving dependencies of MavenProject: implicitenvironment:simple:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/projects/implicitenvironment/simple/pom.xml [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.986 s - in org.eclipse.tycho.core.test.TychoTest [INFO] Running org.eclipse.tycho.core.locking.FileLockServiceTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.3 s - in org.eclipse.tycho.core.locking.FileLockServiceTest [INFO] Running org.eclipse.tycho.artifacts.configuration.TargetPlatformFilterConfigurationReaderTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.361 s - in org.eclipse.tycho.artifacts.configuration.TargetPlatformFilterConfigurationReaderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 159, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-core --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/tycho-core-3.0.5-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-3.0.x/tycho-core/target/tycho-core-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-jar-plugin:3.3.0:test-jar (test-jar) @ tycho-core --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/tycho-core-3.0.5-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-core --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/tycho-core-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/tycho-core-3.0.5-SNAPSHOT-system-packages-companion.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT-system-packages-companion.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/tycho-core-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/tycho-core-3.0.5-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT-tests.jar [INFO] [INFO] ----------------< org.eclipse.tycho:tycho-lib-detector >---------------- [INFO] Building Tycho JVM Library Detector 3.0.5-SNAPSHOT [28/78] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-lib-detector --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-lib-detector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-lib-detector/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-lib-detector --- [INFO] Changes detected - recompiling the module! :source [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-lib-detector/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-lib-detector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-lib-detector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0: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.3.0:jar (default-jar) @ tycho-lib-detector --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-lib-detector/target/tycho-lib-detector-3.0.5-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-3.0.x/tycho-lib-detector/target/tycho-lib-detector-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-lib-detector --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-lib-detector/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-lib-detector/3.0.5-SNAPSHOT/tycho-lib-detector-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-lib-detector/target/tycho-lib-detector-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-lib-detector/3.0.5-SNAPSHOT/tycho-lib-detector-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-lib-detector/target/tycho-lib-detector-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-lib-detector/3.0.5-SNAPSHOT/tycho-lib-detector-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] ----------------< org.eclipse.tycho:tycho-compiler-jdt >---------------- [INFO] Building Tycho JDT Compiler Component 3.0.5-SNAPSHOT [29/78] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-compiler-jdt --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-compiler-jdt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-jdt/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-compiler-jdt --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ tycho-compiler-jdt --- [INFO] Discovered 2 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-compiler-jdt --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-compiler-jdt --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.1.1: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-3.0.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.079 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.094 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.3.0:jar (default-jar) @ tycho-compiler-jdt --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-jdt/target/tycho-compiler-jdt-3.0.5-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-3.0.x/tycho-compiler-jdt/target/tycho-compiler-jdt-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-compiler-jdt --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-jdt/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-compiler-jdt/3.0.5-SNAPSHOT/tycho-compiler-jdt-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-jdt/target/tycho-compiler-jdt-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-compiler-jdt/3.0.5-SNAPSHOT/tycho-compiler-jdt-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-jdt/target/tycho-compiler-jdt-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-compiler-jdt/3.0.5-SNAPSHOT/tycho-compiler-jdt-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.eclipse.tycho:tycho-compiler-plugin >--------------- [INFO] Building Tycho OSGi Compiler Plugin 3.0.5-SNAPSHOT [30/78] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-compiler-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-compiler-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-compiler-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 17] to target/classes [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/src/main/java/copied/org/apache/maven/plugin/AbstractCompilerMojo.java:[129,20] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/src/main/java/copied/org/apache/maven/plugin/AbstractCompilerMojo.java:[228,33] deprecated item is not annotated with @Deprecated [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/src/main/java/org/eclipse/tycho/compiler/AbstractOsgiCompilerMojo.java: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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.9.0:descriptor (default-descriptor) @ tycho-compiler-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-compiler-plugin --- [INFO] Copying 258 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-compiler-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/src/test/java/org/eclipse/tycho/osgicompiler/test/OsgiCompilerTest.java: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/src/test/java/org/eclipse/tycho/osgicompiler/test/OsgiCompilerTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/src/test/java/org/eclipse/tycho/osgicompiler/test/OsgiCompilerTest.java: Recompile with -Xlint:deprecation for details. [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-3.0.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] Resolving dependencies of MavenProject: org.eclipse.tycho.test:projectSettings02:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/projectSettings/p002/pom.xml [INFO] Resolving class path of projectSettings02... [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho.test:projectSettings02:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/projectSettings/p002/pom.xml [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 17/17 [debug] Using compiler 'jdt'. [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/projectSettings/p002/target/classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: classpath:miltijar:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/multijar/pom.xml [INFO] Resolving class path of miltijar... [INFO] Resolving dependencies of MavenProject: classpath:miltijar:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/multijar/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: resources:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/resources/p001/pom.xml [INFO] Resolving class path of p001... [INFO] Resolving dependencies of MavenProject: resources:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/resources/p001/pom.xml [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 17/17 [debug] Using compiler 'jdt'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.x/tycho-compiler-plugin/target/projects/resources/p001/target/classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: osgicompile:bootclasspath-accessrules:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/bootclasspath-accessrules/pom.xml [INFO] Resolving class path of bootclasspath-accessrules... [INFO] Resolving dependencies of MavenProject: osgicompile:bootclasspath-accessrules:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-17' { source level: 17, target level: 17} [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-3.0.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-3.0.x/tycho-compiler-plugin/target/projects/bootclasspath-accessrules/target/a.jar-classes Failed to init Classpath for jar file /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/bootclasspath-accessrules/target/b.jar-classes java.nio.file.NoSuchFileException: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/bootclasspath-accessrules/target/b.jar-classes at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:148) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1851) at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1264) at java.base/java.util.zip.ZipFile$CleanableResource.(ZipFile.java:709) at java.base/java.util.zip.ZipFile.(ZipFile.java:243) at java.base/java.util.zip.ZipFile.(ZipFile.java:172) at java.base/java.util.zip.ZipFile.(ZipFile.java:186) at org.eclipse.jdt.internal.compiler.batch.ClasspathJar.initialize(ClasspathJar.java:204) at org.eclipse.jdt.internal.compiler.batch.FileSystem.(FileSystem.java:235) at org.eclipse.jdt.internal.compiler.batch.Main.getLibraryAccess(Main.java:3501) at org.eclipse.jdt.internal.compiler.batch.Main.performCompilation(Main.java:4747) at org.eclipse.jdt.internal.compiler.batch.Main.compile(Main.java:1802) at org.eclipse.tycho.compiler.jdt.JDTCompiler.compileInProcess(JDTCompiler.java:390) at org.eclipse.tycho.compiler.jdt.JDTCompiler.performCompile(JDTCompiler.java:119) at copied.org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:414) at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.doCompile(AbstractOsgiCompilerMojo.java:370) at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.execute(AbstractOsgiCompilerMojo.java:351) at org.eclipse.tycho.osgicompiler.test.OsgiCompilerTest.test_bootclasspathAccessRules(OsgiCompilerTest.java:377) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) [debug] Using compiler 'jdt'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.x/tycho-compiler-plugin/target/projects/bootclasspath-accessrules/target/b.jar-classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: resources:p004:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/resources/p004/pom.xml [INFO] Resolving class path of p004... [INFO] Resolving dependencies of MavenProject: resources:p004:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/resources/p004/pom.xml [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 17/17 [debug] Using compiler 'jdt'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.x/tycho-compiler-plugin/target/projects/resources/p004/target/classes Failed to init Classpath for jar file /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/resources/p004/target/nested.jar-classes java.nio.file.NoSuchFileException: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/resources/p004/target/nested.jar-classes at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:148) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1851) at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1264) at java.base/java.util.zip.ZipFile$CleanableResource.(ZipFile.java:709) at java.base/java.util.zip.ZipFile.(ZipFile.java:243) at java.base/java.util.zip.ZipFile.(ZipFile.java:172) at java.base/java.util.zip.ZipFile.(ZipFile.java:186) at org.eclipse.jdt.internal.compiler.batch.ClasspathJar.initialize(ClasspathJar.java:204) at org.eclipse.jdt.internal.compiler.batch.ClasspathMultiReleaseJar.initialize(ClasspathMultiReleaseJar.java:38) at org.eclipse.jdt.internal.compiler.batch.FileSystem.(FileSystem.java:235) at org.eclipse.jdt.internal.compiler.batch.Main.getLibraryAccess(Main.java:3501) at org.eclipse.jdt.internal.compiler.batch.Main.performCompilation(Main.java:4747) at org.eclipse.jdt.internal.compiler.batch.Main.compile(Main.java:1802) at org.eclipse.tycho.compiler.jdt.JDTCompiler.compileInProcess(JDTCompiler.java:390) at org.eclipse.tycho.compiler.jdt.JDTCompiler.performCompile(JDTCompiler.java:119) at copied.org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:414) at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.doCompile(AbstractOsgiCompilerMojo.java:370) at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.execute(AbstractOsgiCompilerMojo.java:351) at org.eclipse.tycho.osgicompiler.test.OsgiCompilerTest.testCopyResourcesWithNestedJar(OsgiCompilerTest.java:228) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) [debug] Using compiler 'jdt'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.x/tycho-compiler-plugin/target/projects/resources/p004/target/nested.jar-classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: multisource:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/multisource/p002/pom.xml [INFO] Resolving class path of p002... [INFO] Resolving dependencies of MavenProject: multisource:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-17' { source level: 17, target level: 17} [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-3.0.x/tycho-compiler-plugin/target/projects/multisource/p002/target/classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: logs:multiJarSingleDir:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/logs/multiJarSingleDir/pom.xml [INFO] Resolving class path of multiJarSingleDir... [INFO] Resolving dependencies of MavenProject: logs:multiJarSingleDir:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-17' { source level: 17, target level: 17} [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-3.0.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-3.0.x/tycho-compiler-plugin/target/projects/logs/multiJarSingleDir/target/classes Failed to init Classpath for jar file /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/logs/multiJarSingleDir/target/library.jar-classes java.nio.file.NoSuchFileException: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/logs/multiJarSingleDir/target/library.jar-classes at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:148) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1851) at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1264) at java.base/java.util.zip.ZipFile$CleanableResource.(ZipFile.java:709) at java.base/java.util.zip.ZipFile.(ZipFile.java:243) at java.base/java.util.zip.ZipFile.(ZipFile.java:172) at java.base/java.util.zip.ZipFile.(ZipFile.java:186) at org.eclipse.jdt.internal.compiler.batch.ClasspathJar.initialize(ClasspathJar.java:204) at org.eclipse.jdt.internal.compiler.batch.FileSystem.(FileSystem.java:235) at org.eclipse.jdt.internal.compiler.batch.Main.getLibraryAccess(Main.java:3501) at org.eclipse.jdt.internal.compiler.batch.Main.performCompilation(Main.java:4747) at org.eclipse.jdt.internal.compiler.batch.Main.compile(Main.java:1802) at org.eclipse.tycho.compiler.jdt.JDTCompiler.compileInProcess(JDTCompiler.java:390) at org.eclipse.tycho.compiler.jdt.JDTCompiler.performCompile(JDTCompiler.java:119) at copied.org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:414) at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.doCompile(AbstractOsgiCompilerMojo.java:370) at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.execute(AbstractOsgiCompilerMojo.java:351) at org.eclipse.tycho.osgicompiler.test.OsgiCompilerTest.testCompilerLogWithMultiJarInSingleDirectory(OsgiCompilerTest.java:550) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) [debug] Using compiler 'jdt'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.x/tycho-compiler-plugin/target/projects/logs/multiJarSingleDir/target/library.jar-classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho.test:jreCompilationProfile:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/useJDKBREE/pom.xml [INFO] Resolving class path of jreCompilationProfile... [WARNING] Using JavaSE-17 to fulfill requested profile of JavaSE-11 this might lead to faulty dependency resolution, consider define a suitable JDK in the toolchains.xml [WARNING] Using JavaSE-17 to fulfill requested profile of JavaSE-11 this might lead to faulty dependency resolution, consider define a suitable JDK in the toolchains.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho.test:jreCompilationProfile:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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}] [WARNING] Using JavaSE-17 to fulfill requested profile of JavaSE-11 this might lead to faulty dependency resolution, consider define a suitable JDK in the toolchains.xml [WARNING] Using JavaSE-17 to fulfill requested profile of JavaSE-11 this might lead to faulty dependency resolution, consider define a suitable JDK in the toolchains.xml [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-3.0.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] Resolving dependencies of MavenProject: osgicompile:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/accessrules/p001/pom.xml [INFO] Resolving class path of p001... [INFO] Resolving dependencies of MavenProject: osgicompile:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/accessrules/p002/pom.xml [INFO] Resolving class path of p002... [INFO] Resolving dependencies of MavenProject: osgicompile:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/accessrules/p003/pom.xml [INFO] Resolving class path of p003... [INFO] Resolving dependencies of MavenProject: osgicompile:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/accessrules/p004/pom.xml [INFO] Resolving class path of p004... [INFO] Resolving dependencies of MavenProject: osgicompile:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/accessrules/p001/pom.xml [INFO] Resolving dependencies of MavenProject: osgicompile:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/accessrules/p003/pom.xml [INFO] Resolving dependencies of MavenProject: osgicompile:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/accessrules/p004/pom.xml [INFO] Resolving dependencies of MavenProject: osgicompile:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/accessrules/p002/pom.xml [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 17/17 [debug] Using compiler 'jdt'. [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/accessrules/p001/target/classes [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 17/17 [debug] Using compiler 'jdt'. [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/accessrules/p003/target/classes [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 17/17 [debug] Using compiler 'jdt'. [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/accessrules/p004/target/classes [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 17/17 [debug] Using compiler 'jdt'. [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/accessrules/p002/target/classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho.test:compilerMessages:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/compilermessages/pom.xml [INFO] Resolving class path of compilerMessages... [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho.test:compilerMessages:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-17' { source level: 17, target level: 17} [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-3.0.x/tycho-compiler-plugin/target/projects/compilermessages/target/classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: logs:multiJarMultiDir:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/logs/multiJarMultiDir/pom.xml [INFO] Resolving class path of multiJarMultiDir... [INFO] Resolving dependencies of MavenProject: logs:multiJarMultiDir:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-17' { source level: 17, target level: 17} [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-3.0.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-3.0.x/tycho-compiler-plugin/target/projects/logs/multiJarMultiDir/target/classes Failed to init Classpath for jar file /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/logs/multiJarMultiDir/target/lib/library.jar-classes java.nio.file.NoSuchFileException: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/logs/multiJarMultiDir/target/lib/library.jar-classes at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:148) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1851) at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1264) at java.base/java.util.zip.ZipFile$CleanableResource.(ZipFile.java:709) at java.base/java.util.zip.ZipFile.(ZipFile.java:243) at java.base/java.util.zip.ZipFile.(ZipFile.java:172) at java.base/java.util.zip.ZipFile.(ZipFile.java:186) at org.eclipse.jdt.internal.compiler.batch.ClasspathJar.initialize(ClasspathJar.java:204) at org.eclipse.jdt.internal.compiler.batch.FileSystem.(FileSystem.java:235) at org.eclipse.jdt.internal.compiler.batch.Main.getLibraryAccess(Main.java:3501) at org.eclipse.jdt.internal.compiler.batch.Main.performCompilation(Main.java:4747) at org.eclipse.jdt.internal.compiler.batch.Main.compile(Main.java:1802) at org.eclipse.tycho.compiler.jdt.JDTCompiler.compileInProcess(JDTCompiler.java:390) at org.eclipse.tycho.compiler.jdt.JDTCompiler.performCompile(JDTCompiler.java:119) at copied.org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:414) at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.doCompile(AbstractOsgiCompilerMojo.java:370) at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.execute(AbstractOsgiCompilerMojo.java:351) at org.eclipse.tycho.osgicompiler.test.OsgiCompilerTest.testCompilerLogWithMultiJarInSubDirectory(OsgiCompilerTest.java:559) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) [debug] Using compiler 'jdt'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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] Resolving dependencies of MavenProject: executionEnvironments:p006-newerEEthenBREE:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/executionEnvironment/p006-newerEEthanBREE/pom.xml [INFO] Resolving class path of p006-newerEEthenBREE... [WARNING] Using JavaSE-17 to fulfill requested profile of JavaSE-11 this might lead to faulty dependency resolution, consider define a suitable JDK in the toolchains.xml [WARNING] Using JavaSE-17 to fulfill requested profile of JavaSE-11 this might lead to faulty dependency resolution, consider define a suitable JDK in the toolchains.xml [INFO] Resolving dependencies of MavenProject: executionEnvironments:p006-newerEEthenBREE:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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}] [WARNING] Using JavaSE-17 to fulfill requested profile of JavaSE-11 this might lead to faulty dependency resolution, consider define a suitable JDK in the toolchains.xml [WARNING] Using JavaSE-17 to fulfill requested profile of JavaSE-11 this might lead to faulty dependency resolution, consider define a suitable JDK in the toolchains.xml [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-3.0.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-3.0.x/tycho-compiler-plugin/target/projects/executionEnvironment/p006-newerEEthanBREE/target/classes [WARNING] Using JavaSE-17 to fulfill requested profile of JavaSE-11 this might lead to faulty dependency resolution, consider define a suitable JDK in the toolchains.xml [WARNING] Using JavaSE-17 to fulfill requested profile of JavaSE-11 this might lead to faulty dependency resolution, consider define a suitable JDK in the toolchains.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: executionEnvironments:p007-automaticReleaseCommpilerArgumentDeterminationDisabled:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/executionEnvironment/p007-automaticReleaseCommpilerArgumentDeterminationDisabled/pom.xml [INFO] Resolving class path of p007-automaticReleaseCommpilerArgumentDeterminationDisabled... [WARNING] Using JavaSE-17 to fulfill requested profile of JavaSE-11 this might lead to faulty dependency resolution, consider define a suitable JDK in the toolchains.xml [WARNING] Using JavaSE-17 to fulfill requested profile of JavaSE-11 this might lead to faulty dependency resolution, consider define a suitable JDK in the toolchains.xml [INFO] Resolving dependencies of MavenProject: executionEnvironments:p007-automaticReleaseCommpilerArgumentDeterminationDisabled:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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}] [WARNING] Using JavaSE-17 to fulfill requested profile of JavaSE-11 this might lead to faulty dependency resolution, consider define a suitable JDK in the toolchains.xml [WARNING] Using JavaSE-17 to fulfill requested profile of JavaSE-11 this might lead to faulty dependency resolution, consider define a suitable JDK in the toolchains.xml [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-3.0.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-3.0.x/tycho-compiler-plugin/target/projects/executionEnvironment/p007-automaticReleaseCommpilerArgumentDeterminationDisabled/target/classes [WARNING] Using JavaSE-17 to fulfill requested profile of JavaSE-11 this might lead to faulty dependency resolution, consider define a suitable JDK in the toolchains.xml [WARNING] Using JavaSE-17 to fulfill requested profile of JavaSE-11 this might lead to faulty dependency resolution, consider define a suitable JDK in the toolchains.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: executionEnvironments:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/executionEnvironment/eeAsRequirement/pom.xml [INFO] Resolving class path of p001... [INFO] Resolving dependencies of MavenProject: executionEnvironments:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/executionEnvironment/eeAsRequirement/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: multisource:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/multisource/p001/pom.xml [INFO] Resolving class path of p001... [INFO] Resolving dependencies of MavenProject: multisource:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-17' { source level: 17, target level: 17} [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-3.0.x/tycho-compiler-plugin/target/projects/multisource/p001/target/classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho.test:projectSettings01:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/projectSettings/p001/pom.xml [INFO] Resolving class path of projectSettings01... [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho.test:projectSettings01:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/projectSettings/p001/pom.xml [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 17/17 [debug] Using compiler 'jdt'. [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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] Resolving dependencies of MavenProject: osgicompile:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/accessrules/p001/pom.xml [INFO] Resolving class path of p001... [INFO] Resolving dependencies of MavenProject: osgicompile:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/accessrules/p002/pom.xml [INFO] Resolving class path of p002... [INFO] Resolving dependencies of MavenProject: osgicompile:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/accessrules/p003/pom.xml [INFO] Resolving class path of p003... [INFO] Resolving dependencies of MavenProject: osgicompile:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/accessrules/p004/pom.xml [INFO] Resolving class path of p004... [INFO] Resolving dependencies of MavenProject: osgicompile:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/accessrules/p001/pom.xml [INFO] Resolving dependencies of MavenProject: osgicompile:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/accessrules/p003/pom.xml [INFO] Resolving dependencies of MavenProject: osgicompile:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/accessrules/p004/pom.xml [INFO] Resolving dependencies of MavenProject: osgicompile:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/accessrules/p002/pom.xml [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 17/17 [debug] Using compiler 'jdt'. [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/accessrules/p001/target/classes [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 17/17 [debug] Using compiler 'jdt'. [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/accessrules/p003/target/classes [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 17/17 [debug] Using compiler 'jdt'. [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/accessrules/p004/target/classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: logs:singleJar:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/logs/customCompilerArgs/pom.xml [INFO] Resolving class path of singleJar... [INFO] Resolving dependencies of MavenProject: logs:singleJar:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-17' { source level: 17, target level: 17} [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-3.0.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-3.0.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] Resolving dependencies of MavenProject: tycho-its-project:bundle01:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/crosstalk/bundle01/pom.xml [INFO] Resolving class path of bundle01... [INFO] Resolving dependencies of MavenProject: tycho-its-project:bundle02:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/crosstalk/bundle02/pom.xml [INFO] Resolving class path of bundle02... [INFO] Resolving dependencies of MavenProject: tycho-its-project:bundle01:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/crosstalk/bundle01/pom.xml [INFO] Resolving dependencies of MavenProject: tycho-its-project:bundle02:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-17' { source level: 17, target level: 17} [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-3.0.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-3.0.x/tycho-compiler-plugin/target/projects/crosstalk/bundle01/target/classes [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 17/17 [debug] Using compiler 'jdt'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.x/tycho-compiler-plugin/target/projects/crosstalk/bundle02/target/classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: osgicompile:367431_frameworkExtensionCompileAccessRules:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/367431_frameworkExtensionCompileAccessRules/bundle/pom.xml [INFO] Resolving class path of 367431_frameworkExtensionCompileAccessRules... [INFO] Resolving dependencies of MavenProject: osgicompile:367431_frameworkExtensionCompileAccessRules:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-17' { source level: 17, target level: 17} [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-3.0.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-3.0.x/tycho-compiler-plugin/target/projects/367431_frameworkExtensionCompileAccessRules/bundle/target/classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: classpath:embedednonclasspath:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/embedednonclasspath/pom.xml [INFO] Resolving class path of embedednonclasspath... [INFO] Resolving dependencies of MavenProject: classpath:embedednonclasspath:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-17' { source level: 17, target level: 17} [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-3.0.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-3.0.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-3.0.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-3.0.x/tycho-compiler-plugin/target/projects/embedednonclasspath/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] Resolving dependencies of MavenProject: classpath:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/classpath/p001/pom.xml [INFO] Resolving class path of p001... [INFO] Resolving dependencies of MavenProject: classpath:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/classpath/p002/pom.xml [INFO] Resolving class path of p002... [INFO] Resolving dependencies of MavenProject: classpath:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/classpath/p004/pom.xml [INFO] Resolving class path of p004... [INFO] Resolving dependencies of MavenProject: classpath:p005:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/classpath/p005/pom.xml [INFO] Resolving class path of p005... [INFO] Resolving dependencies of MavenProject: classpath:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/classpath/p001/pom.xml [INFO] Resolving dependencies of MavenProject: classpath:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/classpath/p002/pom.xml [INFO] Resolving dependencies of MavenProject: classpath:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/classpath/p004/pom.xml [INFO] Resolving dependencies of MavenProject: classpath:p005:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/classpath/p005/pom.xml [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 17/17 [debug] Using compiler 'jdt'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.x/tycho-compiler-plugin/target/projects/classpath/p005/target/classes Failed to init Classpath for jar file /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/classpath/p005/lib/not_existing_yet.jar java.nio.file.NoSuchFileException: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/classpath/p005/lib/not_existing_yet.jar at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:148) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1851) at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1264) at java.base/java.util.zip.ZipFile$CleanableResource.(ZipFile.java:709) at java.base/java.util.zip.ZipFile.(ZipFile.java:243) at java.base/java.util.zip.ZipFile.(ZipFile.java:172) at java.base/java.util.zip.ZipFile.(ZipFile.java:186) at org.eclipse.jdt.internal.compiler.batch.ClasspathJar.initialize(ClasspathJar.java:204) at org.eclipse.jdt.internal.compiler.batch.ClasspathMultiReleaseJar.initialize(ClasspathMultiReleaseJar.java:38) at org.eclipse.jdt.internal.compiler.batch.FileSystem.(FileSystem.java:235) at org.eclipse.jdt.internal.compiler.batch.Main.getLibraryAccess(Main.java:3501) at org.eclipse.jdt.internal.compiler.batch.Main.performCompilation(Main.java:4747) at org.eclipse.jdt.internal.compiler.batch.Main.compile(Main.java:1802) at org.eclipse.tycho.compiler.jdt.JDTCompiler.compileInProcess(JDTCompiler.java:390) at org.eclipse.tycho.compiler.jdt.JDTCompiler.performCompile(JDTCompiler.java:119) at copied.org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:414) at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.doCompile(AbstractOsgiCompilerMojo.java:370) at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.execute(AbstractOsgiCompilerMojo.java:351) at org.eclipse.tycho.osgicompiler.test.OsgiCompilerTest.testClasspath(OsgiCompilerTest.java:147) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: resources:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/resources/p002/pom.xml [INFO] Resolving class path of p002... [INFO] Resolving dependencies of MavenProject: resources:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/resources/p002/pom.xml [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 17/17 [debug] Using compiler 'jdt'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.x/tycho-compiler-plugin/target/projects/resources/p002/target/classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: classpath:miltijar:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/multijar/pom.xml [INFO] Resolving class path of miltijar... [INFO] Resolving dependencies of MavenProject: classpath:miltijar:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-17' { source level: 17, target level: 17} [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-3.0.x/tycho-compiler-plugin/target/projects/multijar/target/classes Failed to init Classpath for jar file /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/multijar/target/library.jar-classes java.nio.file.NoSuchFileException: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/multijar/target/library.jar-classes at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:148) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1851) at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1264) at java.base/java.util.zip.ZipFile$CleanableResource.(ZipFile.java:709) at java.base/java.util.zip.ZipFile.(ZipFile.java:243) at java.base/java.util.zip.ZipFile.(ZipFile.java:172) at java.base/java.util.zip.ZipFile.(ZipFile.java:186) at org.eclipse.jdt.internal.compiler.batch.ClasspathJar.initialize(ClasspathJar.java:204) at org.eclipse.jdt.internal.compiler.batch.FileSystem.(FileSystem.java:235) at org.eclipse.jdt.internal.compiler.batch.Main.getLibraryAccess(Main.java:3501) at org.eclipse.jdt.internal.compiler.batch.Main.performCompilation(Main.java:4747) at org.eclipse.jdt.internal.compiler.batch.Main.compile(Main.java:1802) at org.eclipse.tycho.compiler.jdt.JDTCompiler.compileInProcess(JDTCompiler.java:390) at org.eclipse.tycho.compiler.jdt.JDTCompiler.performCompile(JDTCompiler.java:119) at copied.org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:414) at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.doCompile(AbstractOsgiCompilerMojo.java:370) at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.execute(AbstractOsgiCompilerMojo.java:351) at org.eclipse.tycho.osgicompiler.test.OsgiCompilerTest.test_multipleOutputJars(OsgiCompilerTest.java:187) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) [debug] Using compiler 'jdt'. [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/multijar/target/library.jar-classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: bree-target-compatibility:bree-target-compatibility:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/bree-target-compatibility/pom.xml [INFO] Resolving class path of bree-target-compatibility... [INFO] Resolving dependencies of MavenProject: bree-target-compatibility:bree-target-compatibility:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-17' { source level: 17, target level: 17} [debug] Effective source/target: 1.3/1.5 [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho.test:compilerArgs:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/compiler-args/pom.xml [INFO] Resolving class path of compilerArgs... [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho.test:compilerArgs:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/compiler-args/pom.xml [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 17/17 [debug] Using compiler 'jdt'. [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/compiler-args/target/classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho.test:projectSettings01:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/projectSettings/p001/pom.xml [INFO] Resolving class path of projectSettings01... [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho.test:projectSettings01:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/projectSettings/p001/pom.xml [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 17/17 [debug] Using compiler 'jdt'. [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/projectSettings/p001/target/classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho.test:jreCompilationProfile:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/jreCompilationProfile/pom.xml [INFO] Resolving class path of jreCompilationProfile... [WARNING] Using JavaSE-17 to fulfill requested profile of JavaSE-11 this might lead to faulty dependency resolution, consider define a suitable JDK in the toolchains.xml [WARNING] Using JavaSE-17 to fulfill requested profile of JavaSE-11 this might lead to faulty dependency resolution, consider define a suitable JDK in the toolchains.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho.test:jreCompilationProfile:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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}] [WARNING] Using JavaSE-17 to fulfill requested profile of JavaSE-11 this might lead to faulty dependency resolution, consider define a suitable JDK in the toolchains.xml [WARNING] Using JavaSE-17 to fulfill requested profile of JavaSE-11 this might lead to faulty dependency resolution, consider define a suitable JDK in the toolchains.xml [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-3.0.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-3.0.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-3.0.x/tycho-compiler-plugin/target/projects/jreCompilationProfile/target/classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: resources:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/resources/p003/pom.xml [INFO] Resolving class path of p003... [INFO] Resolving dependencies of MavenProject: resources:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/resources/p003/pom.xml [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 17/17 [debug] Using compiler 'jdt'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.x/tycho-compiler-plugin/target/projects/resources/p003/target/classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: logs:singleJar:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/logs/singleJar/pom.xml [INFO] Resolving class path of singleJar... [INFO] Resolving dependencies of MavenProject: logs:singleJar:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-17' { source level: 17, target level: 17} [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-3.0.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-3.0.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] Resolving dependencies of MavenProject: TYCHO0400indirectDependencies:A:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/indirectDependencies/A/pom.xml [INFO] Resolving class path of A... [INFO] Resolving dependencies of MavenProject: TYCHO0400indirectDependencies:B:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/indirectDependencies/B/pom.xml [INFO] Resolving class path of B... [INFO] Resolving dependencies of MavenProject: TYCHO0400indirectDependencies:C:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/indirectDependencies/C/pom.xml [INFO] Resolving class path of C... [INFO] Resolving dependencies of MavenProject: TYCHO0400indirectDependencies:C:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/indirectDependencies/C/pom.xml [INFO] Resolving dependencies of MavenProject: TYCHO0400indirectDependencies:B:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/indirectDependencies/B/pom.xml [INFO] Resolving dependencies of MavenProject: TYCHO0400indirectDependencies:A:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/indirectDependencies/A/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-17' { source level: 17, target level: 17} [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-3.0.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-3.0.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-17' { source level: 17, target level: 17} [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-3.0.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-3.0.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-17' { source level: 17, target level: 17} [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-3.0.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-3.0.x/tycho-compiler-plugin/target/projects/indirectDependencies/A/target/classes [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: logs:singleJar:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/logs/customCompilerArgsAndLog/pom.xml [INFO] Resolving class path of singleJar... [INFO] Resolving dependencies of MavenProject: logs:singleJar:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-17' { source level: 17, target level: 17} [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] Resolving dependencies of MavenProject: executionEnvironments:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/executionEnvironment/p001/pom.xml [INFO] Resolving class path of p001... [INFO] Resolving dependencies of MavenProject: executionEnvironments:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/executionEnvironment/p002/pom.xml [INFO] Resolving class path of p002... [INFO] Resolving dependencies of MavenProject: executionEnvironments:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/executionEnvironment/p003/pom.xml [INFO] Resolving class path of p003... [INFO] Resolving dependencies of MavenProject: executionEnvironments:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/executionEnvironment/p004/pom.xml [INFO] Resolving class path of p004... [INFO] Resolving dependencies of MavenProject: executionEnvironments:p005:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/executionEnvironment/p005/pom.xml [INFO] Resolving class path of p005... [INFO] Resolving dependencies of MavenProject: executionEnvironments:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/executionEnvironment/p001/pom.xml [INFO] Resolving dependencies of MavenProject: executionEnvironments:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/executionEnvironment/p002/pom.xml [INFO] Resolving dependencies of MavenProject: executionEnvironments:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/executionEnvironment/p003/pom.xml [INFO] Resolving dependencies of MavenProject: executionEnvironments:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/executionEnvironment/p004/pom.xml [INFO] Resolving dependencies of MavenProject: executionEnvironments:p005:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/projects/executionEnvironment/p005/pom.xml [debug] Manifest BREEs: [] [debug] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [debug] Effective source/target: 17/17 [debug] Using compiler 'jdt'. [warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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-17' { source level: 17, target level: 17} [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-3.0.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-3.0.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-17' { source level: 17, target level: 17} [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-3.0.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-3.0.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-3.0.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-17' { source level: 17, target level: 17} [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-3.0.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-3.0.x/tycho-compiler-plugin/target/projects/executionEnvironment/p005/target/classes [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.2 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.3.0:jar (default-jar) @ tycho-compiler-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/tycho-compiler-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0: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-3.0.x/tycho-compiler-plugin/target/tycho-compiler-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-compiler-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-compiler-plugin/3.0.5-SNAPSHOT/tycho-compiler-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/tycho-compiler-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-compiler-plugin/3.0.5-SNAPSHOT/tycho-compiler-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/tycho-compiler-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-compiler-plugin/3.0.5-SNAPSHOT/tycho-compiler-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.eclipse.tycho:tycho-packaging-plugin >-------------- [INFO] Building Tycho OSGi Packaging Plugin 3.0.5-SNAPSHOT [31/78] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-packaging-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-packaging-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-packaging-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 32 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/src/main/java/org/eclipse/tycho/packaging/UpdateSiteAssembler.java: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/src/main/java/org/eclipse/tycho/packaging/UpdateSiteAssembler.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/src/main/java/org/eclipse/tycho/packaging/UpdateSiteAssembler.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-plugin-plugin:3.9.0:descriptor (default-descriptor) @ tycho-packaging-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 10 mojo descriptors. [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ tycho-packaging-plugin --- [INFO] Discovered 8 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-packaging-plugin --- [INFO] Copying 111 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-packaging-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 14 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/src/test/java/org/eclipse/tycho/buildnumber/test/PackageIUMojoTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/src/test/java/org/eclipse/tycho/buildnumber/test/PackageIUMojoTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plexus-component-metadata:2.1.1: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-3.0.x/tycho-packaging-plugin/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tycho.packaging.sourceref.ScmUrlTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.eclipse.tycho.packaging.sourceref.ScmUrlTest [INFO] Running org.eclipse.tycho.packaging.sourceref.SourceReferenceComputerTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.828 s - in org.eclipse.tycho.packaging.sourceref.SourceReferenceComputerTest [INFO] Running org.eclipse.tycho.packaging.IncludeValidationHelperTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.tycho.packaging.IncludeValidationHelperTest [INFO] Running org.eclipse.tycho.packaging.IUXmlTransformerTest [ERROR] OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.952 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.056 s - in org.eclipse.tycho.packaging.FeatureXmlTransformerTest [INFO] Running org.eclipse.tycho.buildnumber.test.PackageIUMojoTest [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: 428310:iuWithPayloadButNoArtifactReference:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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 [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: 428310:iuWithoutPayload:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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. [INFO] Resolving dependencies of MavenProject: 428310:iuWithPayload:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.526 s - in org.eclipse.tycho.buildnumber.test.PackageIUMojoTest [INFO] Running org.eclipse.tycho.buildnumber.test.ValidateVersionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.433 s - in org.eclipse.tycho.buildnumber.test.ValidateVersionTest [INFO] Running org.eclipse.tycho.buildnumber.test.PackageFeatureMojoTest [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: addMavenDescriptor:featureForcedToTrue:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.x/tycho-packaging-plugin/target/projects/addMavenDescriptor/featureForcedToTrue/pom.xml [INFO] The project's OSGi version is 1.0.0.202306220448 [WARNING] Skipping version reference expansion in eclipse-feature project using the deprecated -Dtycho.targetPlatform configuration [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: addMavenDescriptor:featureDefault:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.x/tycho-packaging-plugin/target/projects/addMavenDescriptor/featureDefault/pom.xml [INFO] The project's OSGi version is 1.0.0.202306220448 [WARNING] Skipping version reference expansion in eclipse-feature project using the deprecated -Dtycho.targetPlatform configuration [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: licenseFeature:licenseFeature.feature:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.x/tycho-packaging-plugin/target/projects/licenseFeature/feature/pom.xml [INFO] The project's OSGi version is 0.0.1.202306220448 [WARNING] Skipping version reference expansion in eclipse-feature project using the deprecated -Dtycho.targetPlatform configuration [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.966 s - in org.eclipse.tycho.buildnumber.test.PackageFeatureMojoTest [INFO] Running org.eclipse.tycho.buildnumber.test.PackagePluginMojoTest [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: addMavenDescriptor:pluginDefault:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/addMavenDescriptor/pluginDefault/pom.xml [INFO] Resolving class path of pluginDefault... [INFO] Resolving dependencies of MavenProject: addMavenDescriptor:pluginDefault:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/addMavenDescriptor/pluginDefault/pom.xml [INFO] The project's OSGi version is 1.0.0.202306220448 [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/addMavenDescriptor/pluginDefault/build.properties: bin.includes value(s) must be specified. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: addMavenDescriptor:pluginForcedToFalse:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/addMavenDescriptor/pluginForcedToFalse/pom.xml [INFO] Resolving class path of pluginForcedToFalse... [INFO] Resolving dependencies of MavenProject: addMavenDescriptor:pluginForcedToFalse:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/addMavenDescriptor/pluginForcedToFalse/pom.xml [INFO] The project's OSGi version is 0.0.1.202306220448 [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/addMavenDescriptor/pluginForcedToFalse/build.properties: bin.includes value(s) must be specified. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: binIncludes:binIncludes.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/binIncludesNoDot/p001/pom.xml [INFO] Resolving class path of binIncludes.p001... [INFO] Resolving dependencies of MavenProject: binIncludes:binIncludes.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/binIncludesNoDot/p001/pom.xml [INFO] The project's OSGi version is 0.0.1.202306220448 [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: noManifestVersion:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/customManifestNestedJar/pom.xml [INFO] Resolving class path of bundle... [INFO] Resolving dependencies of MavenProject: noManifestVersion:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/customManifestNestedJar/pom.xml [INFO] The project's OSGi version is 0.0.1.202306220448 [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: noManifestVersion:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/noManifestVersion/pom.xml [INFO] Resolving class path of bundle... [INFO] Resolving dependencies of MavenProject: noManifestVersion:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/noManifestVersion/pom.xml [INFO] The project's OSGi version is 0.0.1.202306220448 [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/noManifestVersion/build.properties: bin.includes value(s) must be specified. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: noManifestVersion:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/binIncludesSpaces/pom.xml [INFO] Resolving class path of bundle... [INFO] Resolving dependencies of MavenProject: noManifestVersion:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/binIncludesSpaces/pom.xml [INFO] The project's OSGi version is 0.0.1.202306220448 [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: noManifestVersion:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/outputClassesInANestedFolder/pom.xml [INFO] Resolving class path of bundle... [INFO] Resolving dependencies of MavenProject: noManifestVersion:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/outputClassesInANestedFolder/pom.xml [INFO] The project's OSGi version is 0.0.1.202306220448 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.989 s - in org.eclipse.tycho.buildnumber.test.PackagePluginMojoTest [INFO] Running org.eclipse.tycho.buildversion.BuildQualifierTest [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml [INFO] Resolving class path of buildqualifier.p001... [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: buildqualifier:fullyqualified:0.0.1.123456 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/buildqualifier/fullyqualified/pom.xml [INFO] Resolving class path of fullyqualified... [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] Resolving dependencies of MavenProject: unpasablequalifier:bundle:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/stablebuildqualifier/unpasablequalifier/bundle/pom.xml [INFO] Resolving class path of bundle... [INFO] Resolving dependencies of MavenProject: unpasablequalifier:feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/stablebuildqualifier/unpasablequalifier/feature/pom.xml [INFO] Resolving dependencies of MavenProject: unpasablequalifier:bundle:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/stablebuildqualifier/unpasablequalifier/bundle/pom.xml [INFO] Resolving dependencies of MavenProject: unpasablequalifier:feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/stablebuildqualifier/unpasablequalifier/feature/pom.xml [info] The project's OSGi version is 1.0.0.unparsable-202306220448 [info] The project's OSGi version is 1.0.0.201205191300 [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: stablebuildqualifier:attachedfeature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.x/tycho-packaging-plugin/target/projects/stablebuildqualifier/attachedfeature/pom.xml [info] The project's OSGi version is 1.0.0.201206180600 [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml [INFO] Resolving class path of buildqualifier.p001... [INFO] The project's OSGi version is 0.0.1.foo-bar [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: buildqualifier:noqualifier:0.0.1 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/buildqualifier/noqualifier/pom.xml [INFO] Resolving class path of noqualifier... [INFO] The project's OSGi version is 0.0.1 [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml [INFO] Resolving class path of buildqualifier.p001... [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: buildqualifier:buildqualifier.p002:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/buildqualifier/p002/pom.xml [INFO] Resolving class path of buildqualifier.p002... [INFO] The project's OSGi version is 0.0.1.blah [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml [INFO] Resolving class path of buildqualifier.p001... [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: buildqualifier:buildqualifier.p002:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/buildqualifier/p002/pom.xml [INFO] Resolving class path of buildqualifier.p002... [INFO] The project's OSGi version is 0.0.1.blah [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml [INFO] Resolving class path of buildqualifier.p001... [INFO] The project's OSGi version is 0.0.1.202306220448 [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml [INFO] Resolving class path of buildqualifier.p001... [INFO] The project's OSGi version is 0.0.1.202306220448 [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] Resolving dependencies of MavenProject: stablebuildqualifier:bundle01:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/bundle01/pom.xml [INFO] Resolving class path of bundle01... [INFO] Resolving dependencies of MavenProject: stablebuildqualifier:bundle02:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/bundle02/pom.xml [INFO] Resolving class path of bundle02... [INFO] Resolving dependencies of MavenProject: stablebuildqualifier:feature02:1.0.0.201205191300 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/feature02/pom.xml [INFO] Resolving dependencies of MavenProject: stablebuildqualifier:feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/feature/pom.xml [INFO] Resolving dependencies of MavenProject: stablebuildqualifier:product:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/product/pom.xml [INFO] Resolving dependencies of MavenProject: stablebuildqualifier:bundle01:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/bundle01/pom.xml [INFO] Resolving dependencies of MavenProject: stablebuildqualifier:bundle02:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/bundle02/pom.xml [INFO] Resolving dependencies of MavenProject: stablebuildqualifier:feature02:1.0.0.201205191300 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/feature02/pom.xml [INFO] Resolving dependencies of MavenProject: stablebuildqualifier:feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/feature/pom.xml [INFO] Resolving dependencies of MavenProject: stablebuildqualifier:product:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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 [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.121 s - in org.eclipse.tycho.buildversion.BuildQualifierTest [INFO] Running org.eclipse.tycho.buildversion.ValidateIdTest [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: matchingIds:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/matchingIds/bundle/pom.xml [INFO] Resolving class path of bundle... [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: matchingIds:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/nonMatchingIds/bundle/pom.xml [INFO] Resolving class path of bundle... [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: matchingIds:testbundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/matchingIds/test-plugin/pom.xml [INFO] Resolving class path of testbundle... [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: matchingIds:feature:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/nonMatchingIds/feature/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: 428310:nonMatchingId:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/nonMatchingIds/iu/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: matchingIds:feature:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/matchingIds/feature/pom.xml [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: matchingIds:testbundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/nonMatchingIds/test-plugin/pom.xml [INFO] Resolving class path of testbundle... [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: 428310:matchingId:1.0.0 @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/projects/matchingIds/iu/pom.xml [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.78 s - in org.eclipse.tycho.buildversion.ValidateIdTest [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: 57, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-packaging-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/tycho-packaging-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0: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-3.0.x/tycho-packaging-plugin/target/tycho-packaging-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-packaging-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-packaging-plugin/3.0.5-SNAPSHOT/tycho-packaging-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/tycho-packaging-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-packaging-plugin/3.0.5-SNAPSHOT/tycho-packaging-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/tycho-packaging-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-packaging-plugin/3.0.5-SNAPSHOT/tycho-packaging-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] ---------------------< org.eclipse.tycho:tycho-p2 >--------------------- [INFO] Building Tycho p2 Tools Parent 3.0.5-SNAPSHOT [32/78] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-p2 --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-p2 --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-p2 --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-p2/3.0.5-SNAPSHOT/tycho-p2-3.0.5-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.tycho:tycho-p2-facade >------------------ [INFO] Building Tycho p2 Resolver Component 3.0.5-SNAPSHOT [33/78] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-p2-facade --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-p2-facade --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-facade/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-p2-facade --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-facade/src/main/java/org/eclipse/tycho/p2/resolver/P2DependencyResolver.java: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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.1:generate-metadata (default) @ tycho-p2-facade --- [INFO] Discovered 2 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-p2-facade --- [INFO] Copying 11 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-p2-facade --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.1.1: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-3.0.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.037 s - in org.eclipse.tycho.p2.facade.test.RepositoryLayoutHelperTest [INFO] Running org.eclipse.tycho.p2.resolver.TargetDefinitionFileTest [Fatal Error] :7:11: The end-tag for element type "location" must end with a '>' delimiter. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 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.3.0:jar (default-jar) @ tycho-p2-facade --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-3.0.5-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-3.0.x/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-p2-facade --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-facade/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-p2-facade/3.0.5-SNAPSHOT/tycho-p2-facade-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-p2-facade/3.0.5-SNAPSHOT/tycho-p2-facade-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-p2-facade/3.0.5-SNAPSHOT/tycho-p2-facade-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] ---------------< org.eclipse.tycho:tycho-source-plugin >---------------- [INFO] Building Tycho OSGi Source Plugin 3.0.5-SNAPSHOT [34/78] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-source-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-source-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-source-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-source-plugin/src/main/java/org/eclipse/tycho/source/SourceFeatureMojo.java: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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.9.0:descriptor (default-descriptor) @ tycho-source-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [WARNING] Found unsupported javadoc inline tag 'see' in tycho-source-plugin/src/main/java/org/eclipse/tycho/source/OsgiSourceMojo.java:115 [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ tycho-source-plugin --- [INFO] Discovered 3 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-source-plugin --- [INFO] Copying 8 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-source-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-source-plugin/src/test/java/org/eclipse/tycho/source/OsgiSourceMojoTest.java: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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.1: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-3.0.x/tycho-source-plugin/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tycho.source.SourceFeatureSkeletonTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s - in org.eclipse.tycho.source.SourceFeatureSkeletonTest [INFO] Running org.eclipse.tycho.source.OsgiSourceMojoTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [ERROR] OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving dependencies of MavenProject: sourceplugin:bundle01:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-source-plugin/target/bundle01/pom.xml [INFO] Resolving class path of bundle01... [INFO] Resolving dependencies of MavenProject: sourceplugin:bundle01:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-source-plugin/target/bundle01/pom.xml [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.225 s - in org.eclipse.tycho.source.OsgiSourceMojoTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-source-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-source-plugin/target/tycho-source-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0: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-3.0.x/tycho-source-plugin/target/tycho-source-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-source-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-source-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-source-plugin/3.0.5-SNAPSHOT/tycho-source-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-source-plugin/target/tycho-source-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-source-plugin/3.0.5-SNAPSHOT/tycho-source-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-source-plugin/target/tycho-source-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-source-plugin/3.0.5-SNAPSHOT/tycho-source-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.eclipse.tycho:target-platform-configuration >----------- [INFO] Building Tycho Target Platform Configuration Plugin 3.0.5-SNAPSHOT [35/78] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ target-platform-configuration --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ target-platform-configuration --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ target-platform-configuration --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- maven-plugin-plugin:3.9.0: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] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ target-platform-configuration --- [INFO] Discovered 1 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ target-platform-configuration --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/target-platform-configuration/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ target-platform-configuration --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-test-metadata (default) @ target-platform-configuration --- [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.3.0:jar (default-jar) @ target-platform-configuration --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/target-platform-configuration/target/target-platform-configuration-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0: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-3.0.x/target-platform-configuration/target/target-platform-configuration-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ target-platform-configuration --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/target-platform-configuration/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/target-platform-configuration/3.0.5-SNAPSHOT/target-platform-configuration-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/target-platform-configuration/target/target-platform-configuration-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/target-platform-configuration/3.0.5-SNAPSHOT/target-platform-configuration-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/target-platform-configuration/target/target-platform-configuration-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/target-platform-configuration/3.0.5-SNAPSHOT/target-platform-configuration-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] ----------------< org.eclipse.tycho:tycho-maven-plugin >---------------- [INFO] Building Tycho Maven Build Extension 3.0.5-SNAPSHOT [36/78] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-maven-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-maven-plugin --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-maven-plugin --- [INFO] No sources to compile [INFO] [INFO] --- maven-plugin-plugin:3.9.0: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. [WARNING] Cannot determine the required Maven version automatically, it is recommended to configure some explicit value manually. [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-maven-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-maven-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0: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.3.0:jar (default-jar) @ tycho-maven-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-maven-plugin/target/tycho-maven-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0: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-3.0.x/tycho-maven-plugin/target/tycho-maven-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-maven-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-maven-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-maven-plugin/3.0.5-SNAPSHOT/tycho-maven-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-maven-plugin/target/tycho-maven-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-maven-plugin/3.0.5-SNAPSHOT/tycho-maven-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-maven-plugin/target/tycho-maven-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-maven-plugin/3.0.5-SNAPSHOT/tycho-maven-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] -----------------< org.eclipse.tycho:tycho-ds-plugin >------------------ [INFO] Building Tycho OSGi Declarative Services Plugin 3.0.5-SNAPSHOT [37/78] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-ds-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-ds-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-ds-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/classes [INFO] [INFO] --- maven-plugin-plugin:3.9.0:descriptor (default-descriptor) @ tycho-ds-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 1 mojo descriptor. [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-ds-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-ds-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-ds-plugin --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-ds-plugin --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-ds-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-ds-plugin/target/tycho-ds-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-ds-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-ds-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-ds-plugin/target/tycho-ds-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-ds-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-ds-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-ds-plugin/3.0.5-SNAPSHOT/tycho-ds-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-ds-plugin/target/tycho-ds-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-ds-plugin/3.0.5-SNAPSHOT/tycho-ds-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-ds-plugin/target/tycho-ds-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-ds-plugin/3.0.5-SNAPSHOT/tycho-ds-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] ------------< org.eclipse.tycho:tycho-buildtimestamp-jgit >------------- [INFO] Building Tycho JGit Build Timestamp Provider Plugin 3.0.5-SNAPSHOT [38/78] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-buildtimestamp-jgit --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-buildtimestamp-jgit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-buildtimestamp-jgit/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-buildtimestamp-jgit --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ tycho-buildtimestamp-jgit --- [INFO] Discovered 1 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-buildtimestamp-jgit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-buildtimestamp-jgit/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-buildtimestamp-jgit --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-test-metadata (default) @ tycho-buildtimestamp-jgit --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-buildtimestamp-jgit --- [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-buildtimestamp-jgit --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-buildtimestamp-jgit/target/tycho-buildtimestamp-jgit-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-buildtimestamp-jgit --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-buildtimestamp-jgit/target/tycho-buildtimestamp-jgit-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-buildtimestamp-jgit --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-buildtimestamp-jgit/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-buildtimestamp-jgit/3.0.5-SNAPSHOT/tycho-buildtimestamp-jgit-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-buildtimestamp-jgit/target/tycho-buildtimestamp-jgit-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-buildtimestamp-jgit/3.0.5-SNAPSHOT/tycho-buildtimestamp-jgit-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-buildtimestamp-jgit/target/tycho-buildtimestamp-jgit-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-buildtimestamp-jgit/3.0.5-SNAPSHOT/tycho-buildtimestamp-jgit-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter >------- [INFO] Building Tycho Surefire OSGi Booter Eclipse Application 3.0.5-SNAPSHOT [39/78] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] The project's OSGi version is 3.0.5.202306220444 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] Resolving class path of Tycho Surefire OSGi Booter Eclipse Application... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-dependency-plugin:3.6.0:copy (copy) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-api:3.0.0-M5:jar [INFO] Configured Artifact: org.apache.maven.surefire:surefire-logger-api:3.0.0-M5:jar [INFO] Configured Artifact: org.apache.maven.surefire:surefire-booter:3.0.0-M5:jar [INFO] Configured Artifact: org.apache.maven.surefire:maven-surefire-common:3.0.0-M5:jar [INFO] Configured Artifact: org.apache.maven.surefire:surefire-extensions-api:3.0.0-M5:jar [INFO] Configured Artifact: org.apache.maven.surefire:surefire-shared-utils:3.0.0-M5:jar [INFO] Configured Artifact: org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-java5:3.0.0-M5:jar [INFO] Copying surefire-api-3.0.0-M5.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/jars/surefire-api-3.0.0-M5.jar [INFO] Copying surefire-logger-api-3.0.0-M5.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/jars/surefire-logger-api-3.0.0-M5.jar [INFO] Copying surefire-booter-3.0.0-M5.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/jars/surefire-booter-3.0.0-M5.jar [INFO] Copying maven-surefire-common-3.0.0-M5.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/jars/maven-surefire-common-3.0.0-M5.jar [INFO] Copying surefire-extensions-api-3.0.0-M5.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/jars/surefire-extensions-api-3.0.0-M5.jar [INFO] Copying surefire-shared-utils-3.0.0-M5.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/jars/surefire-shared-utils-3.0.0-M5.jar [INFO] Copying maven-failsafe-plugin-3.0.0-M5.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/jars/maven-failsafe-plugin-3.0.0-M5.jar [INFO] Copying common-java5-3.0.0-M5.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/jars/common-java5-3.0.0-M5.jar [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/org.eclipse.tycho.surefire.osgibooter-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/org.eclipse.tycho.surefire.osgibooter-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5: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:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.osgibooter-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/org.eclipse.tycho.surefire.osgibooter-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.osgibooter-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.osgibooter-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.osgibooter-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/org.eclipse.tycho.surefire.osgibooter-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.osgibooter-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] [INFO] ------------------< org.eclipse.tycho:tycho-surefire >------------------ [INFO] Building Tycho Surefire Parent 3.0.5-SNAPSHOT [40/78] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-surefire --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-surefire --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-surefire --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-surefire/3.0.5-SNAPSHOT/tycho-surefire-3.0.5-SNAPSHOT.pom [INFO] [INFO] ---------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit >--------- [INFO] Building Tycho Surefire OSGi JUnit 3 Runner 3.0.5-SNAPSHOT [41/78] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ org.eclipse.tycho.surefire.junit --- [INFO] [INFO] --- maven-dependency-plugin:3.6.0:unpack (unpack) @ org.eclipse.tycho.surefire.junit --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit3:3.0.0-M5:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-junit3:3.0.0-M5:jar [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.4.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-3.0.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-3.0.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-3.0.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0: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.3.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit/target/org.eclipse.tycho.surefire.junit-3.0.5-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-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit/target/org.eclipse.tycho.surefire.junit-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit/target/org.eclipse.tycho.surefire.junit-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit/target/org.eclipse.tycho.surefire.junit-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit4 >--------- [INFO] Building Tycho Surefire OSGi JUnit 4 Runner 3.0.5-SNAPSHOT [42/78] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ org.eclipse.tycho.surefire.junit4 --- [INFO] [INFO] --- maven-dependency-plugin:3.6.0:unpack (unpack) @ org.eclipse.tycho.surefire.junit4 --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit4:3.0.0-M5:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-junit4:3.0.0-M5:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-junit3:3.0.0-M5:jar [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit4 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit4 --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.4.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-3.0.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-3.0.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-3.0.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit4 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit4/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0: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.3.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit4 --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit4/target/org.eclipse.tycho.surefire.junit4-3.0.5-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-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit4/target/org.eclipse.tycho.surefire.junit4-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit4 --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit4/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit4-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit4/target/org.eclipse.tycho.surefire.junit4-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit4-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit4/target/org.eclipse.tycho.surefire.junit4-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit4-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit47 >-------- [INFO] Building Tycho Surefire OSGi JUnit 4.7 Runner 3.0.5-SNAPSHOT [43/78] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ org.eclipse.tycho.surefire.junit47 --- [INFO] [INFO] --- maven-dependency-plugin:3.6.0:unpack (unpack) @ org.eclipse.tycho.surefire.junit47 --- [INFO] Configured Artifact: org.apache.maven.surefire:common-junit4:3.0.0-M5:jar [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit47:3.0.0-M5:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-junit48:3.0.0-M5:jar [INFO] Configured Artifact: org.apache.maven.surefire:surefire-grouper:3.0.0-M5:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-junit3:3.0.0-M5:jar [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit47 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit47 --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.4.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-3.0.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-3.0.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-3.0.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit47 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit47/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0: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.3.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit47 --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit47/target/org.eclipse.tycho.surefire.junit47-3.0.5-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-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit47/target/org.eclipse.tycho.surefire.junit47-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit47 --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit47/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit47-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit47/target/org.eclipse.tycho.surefire.junit47-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit47-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit47/target/org.eclipse.tycho.surefire.junit47-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit47-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit5 >--------- [INFO] Building Tycho Surefire OSGi JUnit 5 Runner 3.0.5-SNAPSHOT [44/78] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ org.eclipse.tycho.surefire.junit5 --- [INFO] [INFO] --- maven-dependency-plugin:3.6.0:unpack (unpack) @ org.eclipse.tycho.surefire.junit5 --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:3.0.0-M5:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.0.3:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.0.3:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.0.3:jar [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.0.3:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-java5:3.0.0-M5:jar [INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:4.12.3:jar [INFO] Configured Artifact: org.opentest4j:opentest4j:1.0.0:jar [INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.0.0:jar [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit5 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit5 --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.4.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-3.0.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-3.0.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-3.0.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit5 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit5/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0: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.3.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit5 --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit5/target/org.eclipse.tycho.surefire.junit5-3.0.5-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-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit5/target/org.eclipse.tycho.surefire.junit5-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit5 --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit5/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit5-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit5/target/org.eclipse.tycho.surefire.junit5-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit5-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit5/target/org.eclipse.tycho.surefire.junit5-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit5-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit54 >-------- [INFO] Building Tycho Surefire OSGi JUnit 5.4 Runner 3.0.5-SNAPSHOT [45/78] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ org.eclipse.tycho.surefire.junit54 --- [INFO] [INFO] --- maven-dependency-plugin:3.6.0:unpack (unpack) @ org.eclipse.tycho.surefire.junit54 --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:3.0.0-M5:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.4.1:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.4.1:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.4.1:jar [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.4.1:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-java5:3.0.0-M5:jar [INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:5.4.1:jar [INFO] Configured Artifact: org.opentest4j:opentest4j:1.1.1:jar [INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.0.0:jar [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit54 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit54 --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.4.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-3.0.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-3.0.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-3.0.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit54 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit54/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0: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.3.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit54 --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit54/target/org.eclipse.tycho.surefire.junit54-3.0.5-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-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit54/target/org.eclipse.tycho.surefire.junit54-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit54 --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit54/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit54-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit54/target/org.eclipse.tycho.surefire.junit54-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit54-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit54/target/org.eclipse.tycho.surefire.junit54-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit54-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit55 >-------- [INFO] Building Tycho Surefire OSGi JUnit 5.5 Runner 3.0.5-SNAPSHOT [46/78] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ org.eclipse.tycho.surefire.junit55 --- [INFO] [INFO] --- maven-dependency-plugin:3.6.0:unpack (unpack) @ org.eclipse.tycho.surefire.junit55 --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:3.0.0-M5:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.5.1:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.5.1:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.5.1:jar [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.5.1:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-java5:3.0.0-M5:jar [INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:5.5.1:jar [INFO] Configured Artifact: org.opentest4j:opentest4j:1.1.1:jar [INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.0.0:jar [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit55 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit55 --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.4.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-3.0.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-3.0.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-3.0.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit55 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit55/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0: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.3.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit55 --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit55/target/org.eclipse.tycho.surefire.junit55-3.0.5-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-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit55/target/org.eclipse.tycho.surefire.junit55-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit55 --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit55/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit55-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit55/target/org.eclipse.tycho.surefire.junit55-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit55-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit55/target/org.eclipse.tycho.surefire.junit55-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit55-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit56 >-------- [INFO] Building Tycho Surefire OSGi JUnit 5.6 Runner 3.0.5-SNAPSHOT [47/78] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ org.eclipse.tycho.surefire.junit56 --- [INFO] [INFO] --- maven-dependency-plugin:3.6.0:unpack (unpack) @ org.eclipse.tycho.surefire.junit56 --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:3.0.0-M5:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.6.3:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.6.3:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.6.3:jar [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.6.3:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-java5:3.0.0-M5:jar [INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:5.6.3:jar [INFO] Configured Artifact: org.opentest4j:opentest4j:1.2.0:jar [INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.1.0:jar [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit56 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit56 --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.4.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-3.0.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-3.0.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-3.0.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit56 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit56/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0: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.3.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit56 --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit56/target/org.eclipse.tycho.surefire.junit56-3.0.5-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-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit56/target/org.eclipse.tycho.surefire.junit56-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit56 --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit56/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit56-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit56/target/org.eclipse.tycho.surefire.junit56-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit56-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit56/target/org.eclipse.tycho.surefire.junit56-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit56-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit57 >-------- [INFO] Building Tycho Surefire OSGi JUnit 5.7 Runner 3.0.5-SNAPSHOT [48/78] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ org.eclipse.tycho.surefire.junit57 --- [INFO] [INFO] --- maven-dependency-plugin:3.6.0:unpack (unpack) @ org.eclipse.tycho.surefire.junit57 --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:3.0.0-M5:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.7.2:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.7.2:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.7.2:jar [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.7.2:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-java5:3.0.0-M5:jar [INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.1.0:jar [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit57 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit57 --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.4.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-3.0.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-3.0.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-3.0.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit57 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit57/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0: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.3.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit57 --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit57/target/org.eclipse.tycho.surefire.junit57-3.0.5-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-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit57/target/org.eclipse.tycho.surefire.junit57-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit57 --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit57/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit57-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit57/target/org.eclipse.tycho.surefire.junit57-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit57-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit57/target/org.eclipse.tycho.surefire.junit57-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit57-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --< org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage >--- [INFO] Building Tycho Surefire OSGi JUnit 5.7 Runner with JUnit Vintage to execute JUnit 4.x tests as well 3.0.5-SNAPSHOT [49/78] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ org.eclipse.tycho.surefire.junit57withvintage --- [INFO] [INFO] --- maven-dependency-plugin:3.6.0:unpack (unpack) @ org.eclipse.tycho.surefire.junit57withvintage --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:3.0.0-M5:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.7.2:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.7.2:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.7.2:jar [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.7.2:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-java5:3.0.0-M5:jar [INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:5.7.2:jar [INFO] Configured Artifact: org.opentest4j:opentest4j:1.2.0:jar [INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.1.0:jar [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit57withvintage --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit57withvintage --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.4.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit57withvintage --- [WARNING] Cannot consider developer in line '44' of file '/home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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-3.0.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/bnd.bnd [0:0]: Host org.eclipse.tycho.surefire.osgibooter= for this fragment/require bundle cannot be found on the classpath [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/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.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit57withvintage --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit57withvintage --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.surefire.junit57withvintage --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit57withvintage --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/target/org.eclipse.tycho.surefire.junit57withvintage-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit57withvintage --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/target/org.eclipse.tycho.surefire.junit57withvintage-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit57withvintage --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit57withvintage-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/target/org.eclipse.tycho.surefire.junit57withvintage-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit57withvintage-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/target/org.eclipse.tycho.surefire.junit57withvintage-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit57withvintage-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit58 >-------- [INFO] Building Tycho Surefire OSGi JUnit 5.8 Runner 3.0.5-SNAPSHOT [50/78] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ org.eclipse.tycho.surefire.junit58 --- [INFO] [INFO] --- maven-dependency-plugin:3.6.0:unpack (unpack) @ org.eclipse.tycho.surefire.junit58 --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:3.0.0-M5:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.8.2:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.8.2:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.8.2:jar [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.8.2:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-java5:3.0.0-M5:jar [INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.1.2:jar [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit58 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit58 --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.4.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit58 --- [WARNING] Cannot consider developer in line '44' of file '/home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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-3.0.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit58/bnd.bnd [0:0]: Host org.eclipse.tycho.surefire.osgibooter= for this fragment/require bundle cannot be found on the classpath [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit58/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.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit58 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit58/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit58 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.surefire.junit58 --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit58 --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit58/target/org.eclipse.tycho.surefire.junit58-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit58 --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit58/target/org.eclipse.tycho.surefire.junit58-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit58 --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit58/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit58-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit58/target/org.eclipse.tycho.surefire.junit58-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit58-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit58/target/org.eclipse.tycho.surefire.junit58-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit58-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --< org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage >--- [INFO] Building Tycho Surefire OSGi JUnit 5.8 Runner with JUnit Vintage to execute JUnit 4.x tests as well 3.0.5-SNAPSHOT [51/78] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ org.eclipse.tycho.surefire.junit58withvintage --- [INFO] [INFO] --- maven-dependency-plugin:3.6.0:unpack (unpack) @ org.eclipse.tycho.surefire.junit58withvintage --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:3.0.0-M5:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.8.2:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.8.2:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.8.2:jar [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.8.2:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-java5:3.0.0-M5:jar [INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:5.8.2:jar [INFO] Configured Artifact: org.opentest4j:opentest4j:1.2.0:jar [INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.1.2:jar [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit58withvintage --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit58withvintage --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.4.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit58withvintage --- [WARNING] Cannot consider developer in line '44' of file '/home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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-3.0.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/bnd.bnd [0:0]: Host org.eclipse.tycho.surefire.osgibooter= for this fragment/require bundle cannot be found on the classpath [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/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.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit58withvintage --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit58withvintage --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.surefire.junit58withvintage --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit58withvintage --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/target/org.eclipse.tycho.surefire.junit58withvintage-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit58withvintage --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/target/org.eclipse.tycho.surefire.junit58withvintage-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit58withvintage --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit58withvintage-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/target/org.eclipse.tycho.surefire.junit58withvintage-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit58withvintage-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/target/org.eclipse.tycho.surefire.junit58withvintage-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit58withvintage-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit59 >-------- [INFO] Building Tycho Surefire OSGi JUnit 5.9 Runner 3.0.5-SNAPSHOT [52/78] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ org.eclipse.tycho.surefire.junit59 --- [INFO] [INFO] --- maven-dependency-plugin:3.6.0:unpack (unpack) @ org.eclipse.tycho.surefire.junit59 --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:3.0.0-M5:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.9.1:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.9.1:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.9.1:jar [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.9.1:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-java5:3.0.0-M5:jar [INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.1.2:jar [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit59 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit59 --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.4.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit59 --- [WARNING] Cannot consider developer in line '44' of file '/home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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-3.0.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit59/bnd.bnd [0:0]: Host org.eclipse.tycho.surefire.osgibooter= for this fragment/require bundle cannot be found on the classpath [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit59/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.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit59 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit59/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit59 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.surefire.junit59 --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit59 --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit59/target/org.eclipse.tycho.surefire.junit59-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit59 --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit59/target/org.eclipse.tycho.surefire.junit59-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit59 --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit59/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit59-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit59/target/org.eclipse.tycho.surefire.junit59-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit59-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit59/target/org.eclipse.tycho.surefire.junit59-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit59-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --< org.eclipse.tycho:org.eclipse.tycho.surefire.junit59withvintage >--- [INFO] Building Tycho Surefire OSGi JUnit 5.9 Runner with JUnit Vintage to execute JUnit 4.x tests as well 3.0.5-SNAPSHOT [53/78] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ org.eclipse.tycho.surefire.junit59withvintage --- [INFO] [INFO] --- maven-dependency-plugin:3.6.0:unpack (unpack) @ org.eclipse.tycho.surefire.junit59withvintage --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:3.0.0-M5:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.9.1:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.9.1:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.9.1:jar [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.9.1:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-java5:3.0.0-M5:jar [INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:5.9.1:jar [INFO] Configured Artifact: org.opentest4j:opentest4j:1.2.0:jar [INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.1.2:jar [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit59withvintage --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit59withvintage --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.4.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit59withvintage --- [WARNING] Cannot consider developer in line '44' of file '/home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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-3.0.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit59withvintage/bnd.bnd [0:0]: Host org.eclipse.tycho.surefire.osgibooter= for this fragment/require bundle cannot be found on the classpath [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit59withvintage/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.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit59withvintage --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit59withvintage/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit59withvintage --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.surefire.junit59withvintage --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit59withvintage --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit59withvintage/target/org.eclipse.tycho.surefire.junit59withvintage-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit59withvintage --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit59withvintage/target/org.eclipse.tycho.surefire.junit59withvintage-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit59withvintage --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit59withvintage/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit59withvintage-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit59withvintage/target/org.eclipse.tycho.surefire.junit59withvintage-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit59withvintage-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit59withvintage/target/org.eclipse.tycho.surefire.junit59withvintage-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit59withvintage-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.testng >--------- [INFO] Building Tycho Surefire OSGi TestNG Runner 3.0.5-SNAPSHOT [54/78] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ org.eclipse.tycho.surefire.testng --- [INFO] [INFO] --- maven-dependency-plugin:3.6.0:unpack (unpack) @ org.eclipse.tycho.surefire.testng --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-testng-utils:3.0.0-M5:jar [INFO] Configured Artifact: org.apache.maven.surefire:surefire-testng:3.0.0-M5:jar [INFO] Configured Artifact: org.apache.maven.surefire:surefire-grouper:3.0.0-M5:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-java5:3.0.0-M5:jar [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.testng --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ org.eclipse.tycho.surefire.testng --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.4.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-3.0.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-3.0.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-3.0.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.testng --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.testng/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0: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.3.0:jar (default-jar) @ org.eclipse.tycho.surefire.testng --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.testng/target/org.eclipse.tycho.surefire.testng-3.0.5-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-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.testng/target/org.eclipse.tycho.surefire.testng-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.testng --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.testng/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.testng-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.testng/target/org.eclipse.tycho.surefire.testng-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.testng-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.testng/target/org.eclipse.tycho.surefire.testng-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.testng-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.eclipse.tycho:tycho-surefire-plugin >--------------- [INFO] Building Tycho Surefire Plugin 3.0.5-SNAPSHOT [55/78] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-surefire-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-surefire-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-surefire-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 28 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- maven-plugin-plugin:3.9.0:descriptor (default-descriptor) @ tycho-surefire-plugin --- [WARNING] Some dependencies of Maven Plugins are expected to be in provided scope. Please make sure that dependencies listed below declared in POM have set 'provided' as well. The following dependencies are in wrong scope: * org.apache.maven:maven-toolchain:jar:3.0-alpha-2:compile [INFO] Using 'UTF-8' encoding to read mojo source files. [WARNING] Unresolvable link in javadoc tag with value argLine found in tycho-surefire/tycho-surefire-plugin/src/main/java/org/eclipse/tycho/surefire/AbstractTestMojo.java:153: Could not resolve javadoc reference JavadocReference [moduleName=Optional.empty, packageNameClassName=Optional[argLine], member=Optional.empty, label=Optional.empty] [WARNING] Unresolvable link in javadoc tag with value argLine found in tycho-surefire/tycho-surefire-plugin/src/main/java/org/eclipse/tycho/surefire/AbstractTestMojo.java:153: Could not resolve javadoc reference JavadocReference [moduleName=Optional.empty, packageNameClassName=Optional[argLine], member=Optional.empty, label=Optional.empty] [WARNING] Unresolvable link in javadoc tag with value argLine found in tycho-surefire/tycho-surefire-plugin/src/main/java/org/eclipse/tycho/surefire/AbstractTestMojo.java:153: Could not resolve javadoc reference JavadocReference [moduleName=Optional.empty, packageNameClassName=Optional[argLine], member=Optional.empty, label=Optional.empty] [INFO] java-annotations mojo extractor found 2 mojo descriptors. [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ tycho-surefire-plugin --- [INFO] Discovered 16 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-surefire-plugin --- [INFO] Copying 20 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-surefire-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/tycho-surefire-plugin/src/test/java/org/eclipse/tycho/surefire/TestMojoToolchainTests.java: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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.1:generate-test-metadata (default) @ tycho-surefire-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-surefire-plugin --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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.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: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.291 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.014 s - in org.eclipse.tycho.surefire.provider.impl.Junit3ProviderTest [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.Junit47ProviderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.tycho.surefire.provider.impl.Junit47ProviderTest [INFO] Running org.eclipse.tycho.surefire.TestMojoTest [warn] Both parameter 'skipTests' and 'maven.test.skip' are set, 'skipTests' has a higher priority! [debug] Class ATest matches the current filter. [debug] Class AnotherTestCase matches the current filter. [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 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.003 s - in org.eclipse.tycho.surefire.provisioning.ProvisionedInstallationBuilderTest [INFO] Running org.eclipse.tycho.surefire.TestMojoToolchainTests [ERROR] OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.339 s - in org.eclipse.tycho.surefire.TestMojoToolchainTests [INFO] [INFO] Results: [INFO] [INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-surefire-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/tycho-surefire-plugin/target/tycho-surefire-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0: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-3.0.x/tycho-surefire/tycho-surefire-plugin/target/tycho-surefire-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-surefire-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/tycho-surefire-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-surefire-plugin/3.0.5-SNAPSHOT/tycho-surefire-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/tycho-surefire-plugin/target/tycho-surefire-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-surefire-plugin/3.0.5-SNAPSHOT/tycho-surefire-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/tycho-surefire-plugin/target/tycho-surefire-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-surefire-plugin/3.0.5-SNAPSHOT/tycho-surefire-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] ------------------< org.eclipse.tycho:tycho-release >------------------- [INFO] Building Tycho Release Parent 3.0.5-SNAPSHOT [56/78] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-release --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-release --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-release --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-release/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-release/3.0.5-SNAPSHOT/tycho-release-3.0.5-SNAPSHOT.pom [INFO] [INFO] --------------< org.eclipse.tycho:tycho-versions-plugin >--------------- [INFO] Building Tycho Versions Plugin 3.0.5-SNAPSHOT [57/78] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-versions-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-versions-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-versions-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 46 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- maven-plugin-plugin:3.9.0:descriptor (default-descriptor) @ tycho-versions-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 5 mojo descriptors. [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ tycho-versions-plugin --- [INFO] Discovered 11 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-versions-plugin --- [INFO] Copying 258 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-versions-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.1.1: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-3.0.x/tycho-release/tycho-versions-plugin/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tycho.versions.pom.tests.MutablePomFileTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.15 s - in org.eclipse.tycho.versions.pom.tests.MutablePomFileTest [INFO] Running org.eclipse.tycho.versions.bundle.tests.MutableBundleManifestTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.tycho.versions.bundle.tests.MutableBundleManifestTest [INFO] Running org.eclipse.tycho.versions.bundle.tests.ManifestAttributeTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.tycho.versions.bundle.tests.ManifestAttributeTest [INFO] Running org.eclipse.tycho.versions.bundle.tests.MutableManifestElementTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tycho.versions.bundle.tests.MutableManifestElementTest [INFO] Running org.eclipse.tycho.versions.engine.tests.PomUpdaterTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [WARNING] Skipping updating pom in directory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.x/tycho-release/tycho-versions-plugin/target/projects/updatepom [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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-3.0.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-3.0.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-3.0.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-3.0.x/tycho-release/tycho-versions-plugin/target/projects/updatepom/repositoryWith2ProductFiles [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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: 1.011 s - in org.eclipse.tycho.versions.engine.tests.PomUpdaterTest [INFO] Running org.eclipse.tycho.versions.engine.tests.ImportRefVersionConstraintTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tycho.versions.engine.tests.ImportRefVersionConstraintTest [INFO] Running org.eclipse.tycho.versions.engine.tests.EclipseVersionUpdaterTest [WARNING] Skipping updating pom in directory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.x/tycho-release/tycho-versions-plugin/target/projects/updateeclipse [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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-3.0.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-3.0.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-3.0.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-3.0.x/tycho-release/tycho-versions-plugin/target/projects/updateeclipse/repositoryWith2ProductFiles [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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.186 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.001 s - in org.eclipse.tycho.versions.engine.tests.DefaultVersionRangeUpdateStrategyTest [INFO] Running org.eclipse.tycho.versions.engine.tests.ProjectMetadataReaderTest [INFO] Project does not exist at src/test/resources/projects/simple/missing [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in org.eclipse.tycho.versions.engine.tests.ProjectMetadataReaderTest [INFO] Running org.eclipse.tycho.versions.engine.tests.VersionsEngineTest [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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;version: 1.0.0 => 1.0.1 [INFO] META-INF/MANIFEST.MF//Export-Package//org.eclipse.tycho.core;version: 1.0.0 => 1.0.1 [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-release/tycho-versions-plugin/target/projects/dependencysimple [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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-3.0.x/tycho-release/tycho-versions-plugin/target/projects/dependencymanagementotherversion [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-release/tycho-versions-plugin/target/projects/dependencymanagementotherversion/bundle [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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-3.0.x/tycho-release/tycho-versions-plugin/target/projects/versionranges/bundle1 [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] META-INF/MANIFEST.MF//Bundle-Version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] META-INF/MANIFEST.MF//Export-Package//org.bundle1.package1;version: 1.0.0 => 1.0.1 [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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-3.0.x/tycho-release/tycho-versions-plugin/target/projects/versionranges/fragment [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] META-INF/MANIFEST.MF//Bundle-Version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] META-INF/MANIFEST.MF//Fragment-Host//bundle1;bundle-version: 1.0.1 => 1.0.1 [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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-3.0.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-3.0.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-3.0.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-3.0.x/tycho-release/tycho-versions-plugin/target/projects/targetplatform/bundle01 [INFO] pom.xml//project/parent/version: 0.1.0-SNAPSHOT => 0.2.0-SNAPSHOT [INFO] pom.xml//project/version: 0.1.0-SNAPSHOT => 0.2.0-SNAPSHOT [INFO] META-INF/MANIFEST.MF//Bundle-Version: 0.1.0.qualifier => 0.2.0.qualifier [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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-3.0.x/tycho-release/tycho-versions-plugin/target/projects/profile/bundle01 [INFO] pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] META-INF/MANIFEST.MF//Bundle-Version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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-3.0.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-3.0.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-3.0.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-3.0.x/tycho-release/tycho-versions-plugin/target/projects/deepnesting/child/grandchild/bundle [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] META-INF/MANIFEST.MF//Bundle-Version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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-3.0.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-3.0.x/tycho-release/tycho-versions-plugin/target/projects/multimodule/feature01 [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] feature.xml//feature/plugin/@id='bundle'/@version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] feature.xml//feature/@version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] feature.xml//feature/includes/@id='feature02'/@version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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/@plugin='bundle'/@version: 1.0.0(match=perfect) => 1.0.1(match=perfect) [INFO] feature.xml//feature/requires/import/@feature='feature02'/@version: 1.0.0(match=perfect) => 1.0.1(match=perfect) [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-release/tycho-versions-plugin/target/projects/multimodule/product [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] product.product//product/@version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] product.product//product/plugins/plugin/@id=bundle/@version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] product.product//product/features/feature/@id=feature01/@version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-release/tycho-versions-plugin/target/projects/multimodule/repository [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] 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] 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] product.product//product/@version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] category.xml//site/bundle[@id=bundle]/@version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] category.xml//site/feature[@id=feature01]/@version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] category.xml//site/feature[@id=feature01]/@url: features/feature01_1.0.0.qualifier => features/feature01_1.0.1.qualifier [INFO] category.xml//site/feature[@id=feature01]/@version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-release/tycho-versions-plugin/target/projects/multimodule/repository-product-only [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] product2.product//product/@version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] product2.product//product/features/feature/@id=feature01/@version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.x/tycho-release/tycho-versions-plugin/target/projects/dependencyotherversion [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-release/tycho-versions-plugin/target/projects/dependencyotherversion/bundle [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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-3.0.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-3.0.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-3.0.x/tycho-release/tycho-versions-plugin/target/projects/aggregator/detached [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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-3.0.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-3.0.x/tycho-release/tycho-versions-plugin/target/projects/deepnesting/child/grandchild/bundle [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] META-INF/MANIFEST.MF//Bundle-Version: 1.0.0.qualifier => 1.0.1.qualifier [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.x/tycho-release/tycho-versions-plugin/target/projects/pluginmanagement [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] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [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] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-release/tycho-versions-plugin/target/projects/pluginmanagement/plugin [INFO] pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-release/tycho-versions-plugin/target/projects/pluginmanagement/jar [INFO] pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-release/tycho-versions-plugin/target/projects/dependencymanagementsimple [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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-3.0.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-3.0.x/tycho-release/tycho-versions-plugin/target/projects/dependencynoversion/module [INFO] Making changes in /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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: 1.949 s - in org.eclipse.tycho.versions.engine.tests.VersionsEngineTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-versions-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-release/tycho-versions-plugin/target/tycho-versions-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0: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-3.0.x/tycho-release/tycho-versions-plugin/target/tycho-versions-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-versions-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-release/tycho-versions-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-versions-plugin/3.0.5-SNAPSHOT/tycho-versions-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-release/tycho-versions-plugin/target/tycho-versions-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-versions-plugin/3.0.5-SNAPSHOT/tycho-versions-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-release/tycho-versions-plugin/target/tycho-versions-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-versions-plugin/3.0.5-SNAPSHOT/tycho-versions-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] -------------< org.eclipse.tycho:tycho-p2-director-plugin >------------- [INFO] Building Tycho p2 Director Plugin 3.0.5-SNAPSHOT [58/78] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-p2-director-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-p2-director-plugin --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-p2-director-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- maven-plugin-plugin:3.9.0: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.1:generate-metadata (default) @ tycho-p2-director-plugin --- [INFO] Discovered 1 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-p2-director-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-director-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-p2-director-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.1.1: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-3.0.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.tar.TarGzArchiverTest [info] Building tar: /tmp/junit9864550579782634628/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/junit6508761638823896453/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/junit16100070621427071268/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/junit16100070621427071268/dir1/testSymLink relative to /tmp/junit16100070621427071268/dir1 [info] Building tar: /tmp/junit7286633424090901096/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/junit7286633424090901096/dir1/dir2/testSymLink relative to /tmp/junit7286633424090901096/dir1 [debug] Computed symlink target path .. for symlink /tmp/junit7286633424090901096/dir1/dir2/testSymLink relative to /tmp/junit7286633424090901096/dir1/dir2 [debug] Computed symlink target path for symlink /tmp/junit7286633424090901096/dir1/dir2/testSymLink relative to /tmp/junit7286633424090901096/dir1 [info] Building tar: /tmp/junit12308922312369326808/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/junit16900556264280978303/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/junit7254299163802327012/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/junit7254299163802327012/dir1/dir2/testSymLink relative to /tmp/junit7254299163802327012/dir1 [debug] Computed symlink target path ../test.sh for symlink /tmp/junit7254299163802327012/dir1/dir2/testSymLink relative to /tmp/junit7254299163802327012/dir1/dir2 [info] Building tar: /tmp/junit2863654578378534318/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/junit2863654578378534318/dir1/testSymLink relative to /tmp/junit2863654578378534318/dir1 [debug] Computed symlink target path dir2/dir3/test.sh for symlink /tmp/junit2863654578378534318/dir1/testSymLink relative to /tmp/junit2863654578378534318/dir1 [info] Building tar: /tmp/junit2012973101529933962/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/junit2012973101529933962/dir1/testDirSymLink relative to /tmp/junit2012973101529933962/dir1 [debug] Adding entry testDirSymLink/test.txt [info] Building tar: /tmp/junit3003381214220302585/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/junit3003381214220302585/dir1/dir2/testSymLink relative to /tmp/junit3003381214220302585/dir1 [debug] Computed symlink target path dir3/test.sh for symlink /tmp/junit3003381214220302585/dir1/dir2/testSymLink relative to /tmp/junit3003381214220302585/dir1/dir2 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.236 s - in org.eclipse.tycho.plugins.tar.TarGzArchiverTest [INFO] Running org.eclipse.tycho.plugins.tar.FilePermissionHelperTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.tycho.plugins.tar.FilePermissionHelperTest [INFO] Running org.eclipse.tycho.plugins.p2.director.ProductArchiverMojoTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 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.004 s - in org.eclipse.tycho.plugins.p2.director.ProfileNameTest [INFO] Running org.eclipse.tycho.plugins.p2.director.ProductConfigTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.16 s - in org.eclipse.tycho.plugins.p2.director.ProductConfigTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-p2-director-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-director-plugin/target/tycho-p2-director-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0: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-3.0.x/tycho-p2/tycho-p2-director-plugin/target/tycho-p2-director-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-p2-director-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-director-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-p2-director-plugin/3.0.5-SNAPSHOT/tycho-p2-director-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-director-plugin/target/tycho-p2-director-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-p2-director-plugin/3.0.5-SNAPSHOT/tycho-p2-director-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-director-plugin/target/tycho-p2-director-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-p2-director-plugin/3.0.5-SNAPSHOT/tycho-p2-director-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] -------------< org.eclipse.tycho:tycho-artifactcomparator >------------- [INFO] Building Tycho Artifactor Comparator Plugin 3.0.5-SNAPSHOT [59/78] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-artifactcomparator --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-artifactcomparator --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-artifactcomparator/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-artifactcomparator --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ tycho-artifactcomparator --- [INFO] Discovered 6 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-artifactcomparator --- [INFO] Copying 8 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-artifactcomparator --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.1.1: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-3.0.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: 0.706 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.016 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.3.0:jar (default-jar) @ tycho-artifactcomparator --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-artifactcomparator/target/tycho-artifactcomparator-3.0.5-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-3.0.x/tycho-artifactcomparator/target/tycho-artifactcomparator-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-artifactcomparator --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-artifactcomparator/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-artifactcomparator/3.0.5-SNAPSHOT/tycho-artifactcomparator-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-artifactcomparator/target/tycho-artifactcomparator-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-artifactcomparator/3.0.5-SNAPSHOT/tycho-artifactcomparator-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-artifactcomparator/target/tycho-artifactcomparator-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-artifactcomparator/3.0.5-SNAPSHOT/tycho-artifactcomparator-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] -----------------< org.eclipse.tycho:tycho-p2-plugin >------------------ [INFO] Building Tycho p2 Metadata Plugin 3.0.5-SNAPSHOT [60/78] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-p2-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-p2-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-p2-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 12 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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.9.0:descriptor (default-descriptor) @ tycho-p2-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 7 mojo descriptors. [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ tycho-p2-plugin --- [INFO] Discovered 1 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-p2-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-p2-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.1.1: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-3.0.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.069 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.3.0:jar (default-jar) @ tycho-p2-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-plugin/target/tycho-p2-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0: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-3.0.x/tycho-p2/tycho-p2-plugin/target/tycho-p2-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-p2-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-p2-plugin/3.0.5-SNAPSHOT/tycho-p2-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-plugin/target/tycho-p2-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-p2-plugin/3.0.5-SNAPSHOT/tycho-p2-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-plugin/target/tycho-p2-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-p2-plugin/3.0.5-SNAPSHOT/tycho-p2-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] ------------< org.eclipse.tycho:tycho-p2-publisher-plugin >------------- [INFO] Building Tycho p2 Publisher Plugin 3.0.5-SNAPSHOT [61/78] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-p2-publisher-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-p2-publisher-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-p2-publisher-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 17] to target/classes [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-publisher-plugin/src/main/java/org/eclipse/tycho/plugins/p2/publisher/PublishEEProfileMojo.java:[54,62] publishEEProfile(java.io.File) in org.eclipse.tycho.p2.tools.publisher.facade.PublisherService has been deprecated and marked for removal [INFO] [INFO] --- maven-plugin-plugin:3.9.0:descriptor (default-descriptor) @ tycho-p2-publisher-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [WARNING] Unresolvable link in javadoc tag with value https://wiki.eclipse.org/Equinox/p2/Publisher found in tycho-p2/tycho-p2-publisher-plugin/src/main/java/org/eclipse/tycho/plugins/p2/publisher/PublishProductMojo.java:58: Could not resolve javadoc reference JavadocReference [moduleName=Optional[https://wiki.eclipse.org/Equinox/p2], packageNameClassName=Optional[Publisher], member=Optional.empty, label=Optional.empty] [WARNING] Unresolvable link in javadoc tag with value https://wiki.eclipse.org/Equinox/p2/Publisher found in tycho-p2/tycho-p2-publisher-plugin/src/main/java/org/eclipse/tycho/plugins/p2/publisher/PublishCategoriesMojo.java:47: Could not resolve javadoc reference JavadocReference [moduleName=Optional[https://wiki.eclipse.org/Equinox/p2], packageNameClassName=Optional[Publisher], member=Optional.empty, label=Optional.empty] [INFO] java-annotations mojo extractor found 5 mojo descriptors. [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-p2-publisher-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-publisher-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-p2-publisher-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to 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-3.0.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.125 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.3.0:jar (default-jar) @ tycho-p2-publisher-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-publisher-plugin/target/tycho-p2-publisher-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0: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-3.0.x/tycho-p2/tycho-p2-publisher-plugin/target/tycho-p2-publisher-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-p2-publisher-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-publisher-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-p2-publisher-plugin/3.0.5-SNAPSHOT/tycho-p2-publisher-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-publisher-plugin/target/tycho-p2-publisher-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-p2-publisher-plugin/3.0.5-SNAPSHOT/tycho-p2-publisher-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-publisher-plugin/target/tycho-p2-publisher-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-p2-publisher-plugin/3.0.5-SNAPSHOT/tycho-p2-publisher-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] ------------< org.eclipse.tycho:tycho-p2-repository-plugin >------------ [INFO] Building Tycho p2 Repository Plugin 3.0.5-SNAPSHOT [62/78] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-p2-repository-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-p2-repository-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-p2-repository-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-repository-plugin/src/main/java/org/eclipse/tycho/plugins/p2/repository/MavenP2SiteMojo.java: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-repository-plugin/src/main/java/org/eclipse/tycho/plugins/p2/repository/MavenP2SiteMojo.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-repository-plugin/src/main/java/org/eclipse/tycho/plugins/p2/repository/MavenP2SiteMojo.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-plugin-plugin:3.9.0: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.3.1:testResources (default-testResources) @ tycho-p2-repository-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-repository-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0: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.3.0:jar (default-jar) @ tycho-p2-repository-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-repository-plugin/target/tycho-p2-repository-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0: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-3.0.x/tycho-p2/tycho-p2-repository-plugin/target/tycho-p2-repository-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-p2-repository-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-repository-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-p2-repository-plugin/3.0.5-SNAPSHOT/tycho-p2-repository-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-repository-plugin/target/tycho-p2-repository-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-p2-repository-plugin/3.0.5-SNAPSHOT/tycho-p2-repository-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-repository-plugin/target/tycho-p2-repository-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-p2-repository-plugin/3.0.5-SNAPSHOT/tycho-p2-repository-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] -----------------< org.eclipse.tycho:tycho-gpg-plugin >----------------- [INFO] Building Tycho GPG plugin 3.0.5-SNAPSHOT [63/78] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-gpg-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-gpg-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-gpg-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-gpg-plugin/src/main/java/org/eclipse/tycho/gpg/SignRepositoryArtifactsMojo.java:[119,51] FORMAT_PACKED in org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor has been deprecated and marked for removal [INFO] [INFO] --- maven-plugin-plugin:3.9.0:descriptor (default-descriptor) @ tycho-gpg-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 1 mojo descriptor. [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ tycho-gpg-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-gpg-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-gpg-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-gpg-plugin --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-test-metadata (default) @ tycho-gpg-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-gpg-plugin --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-gpg-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-gpg-plugin/target/tycho-gpg-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-gpg-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-gpg-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-gpg-plugin/target/tycho-gpg-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-gpg-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-gpg-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-gpg-plugin/3.0.5-SNAPSHOT/tycho-gpg-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-gpg-plugin/target/tycho-gpg-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-gpg-plugin/3.0.5-SNAPSHOT/tycho-gpg-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-gpg-plugin/target/tycho-gpg-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-gpg-plugin/3.0.5-SNAPSHOT/tycho-gpg-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] ---------------< org.eclipse.tycho.extras:tycho-extras >---------------- [INFO] Building Tycho Extras 3.0.5-SNAPSHOT [64/78] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-extras --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-extras --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-extras --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/extras/tycho-extras/3.0.5-SNAPSHOT/tycho-extras-3.0.5-SNAPSHOT.pom [INFO] [INFO] -------< org.eclipse.tycho.extras:tycho-document-bundle-plugin >-------- [INFO] Building Tycho Document Bundle Plugin 3.0.5-SNAPSHOT [65/78] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-document-bundle-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-document-bundle-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-document-bundle-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- maven-plugin-plugin:3.9.0: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.1:generate-metadata (default) @ tycho-document-bundle-plugin --- [INFO] Discovered 1 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-document-bundle-plugin --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-document-bundle-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.1.1: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-3.0.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.PackageNameMatcherTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.tycho.extras.docbundle.PackageNameMatcherTest [INFO] Running org.eclipse.tycho.extras.docbundle.TestJavadocRunner [ERROR] OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.171 s - in org.eclipse.tycho.extras.docbundle.TestJavadocRunner [INFO] [INFO] Results: [INFO] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-document-bundle-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/tycho-document-bundle-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0: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-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/tycho-document-bundle-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-invoker-plugin:3.3.0:install (integration-test) @ tycho-document-bundle-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-bundles/3.0.5-SNAPSHOT/tycho-bundles-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho/3.0.5-SNAPSHOT/tycho-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-facade/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/3.0.5-SNAPSHOT/tycho-p2-facade-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/3.0.5-SNAPSHOT/tycho-p2-facade-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/3.0.5-SNAPSHOT/tycho-p2-facade-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-p2/3.0.5-SNAPSHOT/tycho-p2-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/tycho-core-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/tycho-core-3.0.5-SNAPSHOT-system-packages-companion.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT-system-packages-companion.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/tycho-core-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/tycho-core-3.0.5-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-launching/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-launching/3.0.5-SNAPSHOT/sisu-equinox-launching-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-launching/target/sisu-equinox-launching-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-launching/3.0.5-SNAPSHOT/sisu-equinox-launching-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-launching/target/sisu-equinox-launching-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-launching/3.0.5-SNAPSHOT/sisu-equinox-launching-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi/3.0.5-SNAPSHOT/sisu-osgi-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-api/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-api/3.0.5-SNAPSHOT/sisu-osgi-api-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-api/target/sisu-osgi-api-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-api/3.0.5-SNAPSHOT/sisu-osgi-api-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-api/target/sisu-osgi-api-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-api/3.0.5-SNAPSHOT/sisu-osgi-api-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-embedder-api/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/3.0.5-SNAPSHOT/tycho-embedder-api-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-embedder-api/target/tycho-embedder-api-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/3.0.5-SNAPSHOT/tycho-embedder-api-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-embedder-api/target/tycho-embedder-api-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/3.0.5-SNAPSHOT/tycho-embedder-api-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-metadata-model/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/3.0.5-SNAPSHOT/tycho-metadata-model-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-metadata-model/target/tycho-metadata-model-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/3.0.5-SNAPSHOT/tycho-metadata-model-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-metadata-model/target/tycho-metadata-model-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/3.0.5-SNAPSHOT/tycho-metadata-model-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-testing-harness/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/3.0.5-SNAPSHOT/tycho-testing-harness-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-testing-harness/target/tycho-testing-harness-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/3.0.5-SNAPSHOT/tycho-testing-harness-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-testing-harness/target/tycho-testing-harness-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/3.0.5-SNAPSHOT/tycho-testing-harness-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-embedder/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/3.0.5-SNAPSHOT/sisu-equinox-embedder-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-embedder/target/sisu-equinox-embedder-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/3.0.5-SNAPSHOT/sisu-equinox-embedder-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-embedder/target/sisu-equinox-embedder-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/3.0.5-SNAPSHOT/sisu-equinox-embedder-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/p2-maven-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/p2-maven-plugin/3.0.5-SNAPSHOT/p2-maven-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/p2-maven-plugin/target/p2-maven-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/p2-maven-plugin/3.0.5-SNAPSHOT/p2-maven-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/p2-maven-plugin/target/p2-maven-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/p2-maven-plugin/3.0.5-SNAPSHOT/p2-maven-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-connect/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-connect/3.0.5-SNAPSHOT/sisu-osgi-connect-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-connect/target/sisu-osgi-connect-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-connect/3.0.5-SNAPSHOT/sisu-osgi-connect-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-connect/target/sisu-osgi-connect-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-connect/3.0.5-SNAPSHOT/sisu-osgi-connect-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-extras/3.0.5-SNAPSHOT/tycho-extras-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-document-bundle-plugin/3.0.5-SNAPSHOT/tycho-document-bundle-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/tycho-document-bundle-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-document-bundle-plugin/3.0.5-SNAPSHOT/tycho-document-bundle-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/tycho-document-bundle-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-document-bundle-plugin/3.0.5-SNAPSHOT/tycho-document-bundle-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-invoker-plugin:3.3.0:run (integration-test) @ tycho-document-bundle-plugin --- [INFO] Building: additionalDepsTest/pom.xml [INFO] run post-build script verify.groovy [INFO] additionalDepsTest/pom.xml ....................... SUCCESS (14.6 s) [INFO] Building: test1/pom.xml [INFO] run post-build script verify.groovy [INFO] test1/pom.xml .................................... SUCCESS (16.5 s) [INFO] ------------------------------------------------- [INFO] Build Summary: [INFO] Passed: 2, Failed: 0, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-document-bundle-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/extras/tycho-document-bundle-plugin/3.0.5-SNAPSHOT/tycho-document-bundle-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/tycho-document-bundle-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/extras/tycho-document-bundle-plugin/3.0.5-SNAPSHOT/tycho-document-bundle-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/tycho-document-bundle-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/extras/tycho-document-bundle-plugin/3.0.5-SNAPSHOT/tycho-document-bundle-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.eclipse.tycho.extras:tycho-version-bump-plugin >--------- [INFO] Building Tycho Version Bump Plugin 3.0.5-SNAPSHOT [66/78] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-version-bump-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-version-bump-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-version-bump-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- maven-plugin-plugin:3.9.0:descriptor (default-descriptor) @ tycho-version-bump-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 2 mojo descriptors. [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-version-bump-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-version-bump-plugin --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-version-bump-plugin --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-version-bump-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/tycho-version-bump-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-version-bump-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-version-bump-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/tycho-version-bump-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-invoker-plugin:3.3.0:install (integration-test) @ tycho-version-bump-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-bundles/3.0.5-SNAPSHOT/tycho-bundles-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho/3.0.5-SNAPSHOT/tycho-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-facade/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/3.0.5-SNAPSHOT/tycho-p2-facade-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/3.0.5-SNAPSHOT/tycho-p2-facade-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/3.0.5-SNAPSHOT/tycho-p2-facade-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-p2/3.0.5-SNAPSHOT/tycho-p2-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/tycho-core-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/tycho-core-3.0.5-SNAPSHOT-system-packages-companion.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT-system-packages-companion.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/tycho-core-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/tycho-core-3.0.5-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-launching/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-launching/3.0.5-SNAPSHOT/sisu-equinox-launching-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-launching/target/sisu-equinox-launching-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-launching/3.0.5-SNAPSHOT/sisu-equinox-launching-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-launching/target/sisu-equinox-launching-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-launching/3.0.5-SNAPSHOT/sisu-equinox-launching-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi/3.0.5-SNAPSHOT/sisu-osgi-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-api/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-api/3.0.5-SNAPSHOT/sisu-osgi-api-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-api/target/sisu-osgi-api-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-api/3.0.5-SNAPSHOT/sisu-osgi-api-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-api/target/sisu-osgi-api-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-api/3.0.5-SNAPSHOT/sisu-osgi-api-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-embedder-api/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/3.0.5-SNAPSHOT/tycho-embedder-api-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-embedder-api/target/tycho-embedder-api-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/3.0.5-SNAPSHOT/tycho-embedder-api-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-embedder-api/target/tycho-embedder-api-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/3.0.5-SNAPSHOT/tycho-embedder-api-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-metadata-model/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/3.0.5-SNAPSHOT/tycho-metadata-model-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-metadata-model/target/tycho-metadata-model-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/3.0.5-SNAPSHOT/tycho-metadata-model-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-metadata-model/target/tycho-metadata-model-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/3.0.5-SNAPSHOT/tycho-metadata-model-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-testing-harness/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/3.0.5-SNAPSHOT/tycho-testing-harness-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-testing-harness/target/tycho-testing-harness-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/3.0.5-SNAPSHOT/tycho-testing-harness-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-testing-harness/target/tycho-testing-harness-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/3.0.5-SNAPSHOT/tycho-testing-harness-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-embedder/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/3.0.5-SNAPSHOT/sisu-equinox-embedder-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-embedder/target/sisu-equinox-embedder-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/3.0.5-SNAPSHOT/sisu-equinox-embedder-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-embedder/target/sisu-equinox-embedder-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/3.0.5-SNAPSHOT/sisu-equinox-embedder-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/p2-maven-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/p2-maven-plugin/3.0.5-SNAPSHOT/p2-maven-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/p2-maven-plugin/target/p2-maven-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/p2-maven-plugin/3.0.5-SNAPSHOT/p2-maven-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/p2-maven-plugin/target/p2-maven-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/p2-maven-plugin/3.0.5-SNAPSHOT/p2-maven-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-connect/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-connect/3.0.5-SNAPSHOT/sisu-osgi-connect-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-connect/target/sisu-osgi-connect-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-connect/3.0.5-SNAPSHOT/sisu-osgi-connect-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-connect/target/sisu-osgi-connect-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-connect/3.0.5-SNAPSHOT/sisu-osgi-connect-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-extras/3.0.5-SNAPSHOT/tycho-extras-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-version-bump-plugin/3.0.5-SNAPSHOT/tycho-version-bump-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/tycho-version-bump-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-version-bump-plugin/3.0.5-SNAPSHOT/tycho-version-bump-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/tycho-version-bump-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-version-bump-plugin/3.0.5-SNAPSHOT/tycho-version-bump-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-invoker-plugin:3.3.0:run (integration-test) @ tycho-version-bump-plugin --- [INFO] Building: update-target/pom.xml [INFO] run post-build script verify.groovy [INFO] update-target/pom.xml ............................ SUCCESS (6.5 s) [INFO] ------------------------------------------------- [INFO] Build Summary: [INFO] Passed: 1, Failed: 0, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-version-bump-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/extras/tycho-version-bump-plugin/3.0.5-SNAPSHOT/tycho-version-bump-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/tycho-version-bump-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/extras/tycho-version-bump-plugin/3.0.5-SNAPSHOT/tycho-version-bump-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/tycho-version-bump-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/extras/tycho-version-bump-plugin/3.0.5-SNAPSHOT/tycho-version-bump-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.eclipse.tycho.extras:tycho-p2-extras-plugin >----------- [INFO] Building Tycho p2 Extras Plugin 3.0.5-SNAPSHOT [67/78] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-p2-extras-plugin --- [INFO] Deleting /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/src/test/resources (includes = [**/testProject/target/], excludes = []) [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-p2-extras-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-p2-extras-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/src/main/java/org/eclipse/tycho/plugins/p2/extras/PublishFeaturesAndBundlesMojo.java: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/src/main/java/org/eclipse/tycho/plugins/p2/extras/PublishFeaturesAndBundlesMojo.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/src/main/java/org/eclipse/tycho/plugins/p2/extras/PublishFeaturesAndBundlesMojo.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-plugin-plugin:3.9.0:descriptor (default-descriptor) @ tycho-p2-extras-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [WARNING] Unresolvable link in javadoc tag with value also {@link #targetPlatformAsSource} and {@link #currentModuleAsSource} found in tycho-extras/tycho-p2-extras-plugin/src/main/java/org/eclipse/tycho/plugins/p2/extras/MirrorMojo.java:76: Could not resolve javadoc reference JavadocReference [moduleName=Optional.empty, packageNameClassName=Optional[also], member=Optional.empty, label=Optional[{@link #targetPlatformAsSource} and {@link #currentModuleAsSource}]] [WARNING] Unresolvable link in javadoc tag with value https://wiki.eclipse.org/Equinox/p2/Publisher#Features_And_Bundles_Publisher_Application found in tycho-extras/tycho-p2-extras-plugin/src/main/java/org/eclipse/tycho/plugins/p2/extras/PublishFeaturesAndBundlesMojo.java:39: Could not resolve javadoc reference JavadocReference [moduleName=Optional[https://wiki.eclipse.org/Equinox/p2], packageNameClassName=Optional[Publisher], member=Optional[Features_And_Bundles_Publisher_Application], label=Optional.empty] [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ tycho-p2-extras-plugin --- [INFO] Discovered 1 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-p2-extras-plugin --- [INFO] Copying 20 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-properties-plugin:0.0.2:filter-file (default) @ tycho-p2-extras-plugin --- [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-p2-extras-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-test-metadata (default) @ tycho-p2-extras-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-p2-extras-plugin --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tycho.plugins.p2.extras.PublishFeaturesAndBundlesMojoTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. SLF4J: Class path contains SLF4J bindings targeting slf4j-api versions 1.7.x or earlier. SLF4J: Ignoring binding found at [jar:file:/home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/apache/maven/maven-slf4j-provider/3.8.6/maven-slf4j-provider-3.8.6.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See https://www.slf4j.org/codes.html#ignoredBindings for an explanation. id: local url: file:///home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/ layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] blocked: false Generating metadata for .. Generation completed with success [0 seconds]. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.073 s - in org.eclipse.tycho.plugins.p2.extras.PublishFeaturesAndBundlesMojoTest [INFO] Running org.eclipse.tycho.plugins.p2.extras.MirrorMojoTest [INFO] Mirroring to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/mirroring/testProject/target/repository... Mirroring: osgi.bundle,testbundle,1.0.0.201105311425 (Descriptor: canonical: osgi.bundle,testbundle,1.0.0.201105311425) [WARNING] [f3742391-224b-46ba-8f1c-78fbcc3d870c][Not called from a ClassRealm] No digest algorithm is available to verify download of osgi.bundle,testbundle,1.0.0.201105311425. Mirroring: org.eclipse.update.feature,testfeature,1.0.0.201105311425 (Descriptor: canonical: org.eclipse.update.feature,testfeature,1.0.0.201105311425) [WARNING] [f3742391-224b-46ba-8f1c-78fbcc3d870c][Not called from a ClassRealm] No digest algorithm is available to verify download of org.eclipse.update.feature,testfeature,1.0.0.201105311425. [INFO] Mirroring to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/mirroring/testProject/target/repository... [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from toolingorg.eclipse.equinox.launcher 1.6.0.v20200915-1508 to osgi.bundle; org.eclipse.equinox.launcher 1.6.0.v20200915-1508.; Unable to satisfy dependency from toolingorg.eclipse.equinox.launcher 1.6.0.v20200915-1508 to osgi.bundle; org.eclipse.equinox.launcher 1.6.0.v20200915-1508.; Unable to satisfy dependency from toolingorg.eclipse.equinox.launcher.gtk.linux.x86_64 1.2.0.v20200915-1442 to osgi.bundle; org.eclipse.equinox.launcher.gtk.linux.x86_64 1.2.0.v20200915-1442.; Unable to satisfy dependency from toolingorg.eclipse.equinox.launcher.gtk.linux.x86_64 1.2.0.v20200915-1442 to osgi.bundle; org.eclipse.equinox.launcher.gtk.linux.x86_64 1.2.0.v20200915-1442.; Unable to satisfy dependency from dummy.executable.gtk.linux.x86_64 0.0.1.202102201955 to org.eclipse.equinox.p2.iu; org.eclipse.equinox.launcher.gtk.linux.x86_64 0.0.0.] Mirroring: binary,dummy.executable.gtk.linux.x86_64,0.0.1.202102201955 (Descriptor: canonical: binary,dummy.executable.gtk.linux.x86_64,0.0.1.202102201955) [INFO] Mirroring to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/mirroring/testProject/target/repository... Mirroring: osgi.bundle,test.bundle1,1.0.0.201108100850 (Descriptor: canonical: osgi.bundle,test.bundle1,1.0.0.201108100850) [WARNING] [f3742391-224b-46ba-8f1c-78fbcc3d870c][Not called from a ClassRealm] No digest algorithm is available to verify download of osgi.bundle,test.bundle1,1.0.0.201108100850. Mirroring: osgi.bundle,test.bundle2,1.0.0.201108100850 (Descriptor: canonical: osgi.bundle,test.bundle2,1.0.0.201108100850) [WARNING] [f3742391-224b-46ba-8f1c-78fbcc3d870c][Not called from a ClassRealm] No digest algorithm is available to verify download of osgi.bundle,test.bundle2,1.0.0.201108100850. [INFO] Mirroring to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/mirroring/testProject/target/repository... Mirroring: osgi.bundle,test.bundle1,1.0.0.201108100850 (Descriptor: canonical: osgi.bundle,test.bundle1,1.0.0.201108100850) [WARNING] [f3742391-224b-46ba-8f1c-78fbcc3d870c][Not called from a ClassRealm] No digest algorithm is available to verify download of osgi.bundle,test.bundle1,1.0.0.201108100850. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.39 s - in org.eclipse.tycho.plugins.p2.extras.MirrorMojoTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-p2-extras-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/tycho-p2-extras-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-p2-extras-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-p2-extras-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/tycho-p2-extras-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-invoker-plugin:3.3.0:install (integration-test) @ tycho-p2-extras-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-launching/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-launching/3.0.5-SNAPSHOT/sisu-equinox-launching-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-launching/target/sisu-equinox-launching-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-launching/3.0.5-SNAPSHOT/sisu-equinox-launching-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-launching/target/sisu-equinox-launching-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-launching/3.0.5-SNAPSHOT/sisu-equinox-launching-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi/3.0.5-SNAPSHOT/sisu-osgi-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho/3.0.5-SNAPSHOT/tycho-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-bundles/3.0.5-SNAPSHOT/tycho-bundles-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-api/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-api/3.0.5-SNAPSHOT/sisu-osgi-api-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-api/target/sisu-osgi-api-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-api/3.0.5-SNAPSHOT/sisu-osgi-api-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-api/target/sisu-osgi-api-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-api/3.0.5-SNAPSHOT/sisu-osgi-api-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-testing-harness/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/3.0.5-SNAPSHOT/tycho-testing-harness-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-testing-harness/target/tycho-testing-harness-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/3.0.5-SNAPSHOT/tycho-testing-harness-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-testing-harness/target/tycho-testing-harness-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/3.0.5-SNAPSHOT/tycho-testing-harness-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-embedder-api/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/3.0.5-SNAPSHOT/tycho-embedder-api-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-embedder-api/target/tycho-embedder-api-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/3.0.5-SNAPSHOT/tycho-embedder-api-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-embedder-api/target/tycho-embedder-api-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/3.0.5-SNAPSHOT/tycho-embedder-api-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-embedder/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/3.0.5-SNAPSHOT/sisu-equinox-embedder-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-embedder/target/sisu-equinox-embedder-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/3.0.5-SNAPSHOT/sisu-equinox-embedder-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-embedder/target/sisu-equinox-embedder-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/3.0.5-SNAPSHOT/sisu-equinox-embedder-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-facade/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/3.0.5-SNAPSHOT/tycho-p2-facade-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/3.0.5-SNAPSHOT/tycho-p2-facade-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/3.0.5-SNAPSHOT/tycho-p2-facade-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-p2/3.0.5-SNAPSHOT/tycho-p2-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/tycho-core-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/tycho-core-3.0.5-SNAPSHOT-system-packages-companion.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT-system-packages-companion.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/tycho-core-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/tycho-core-3.0.5-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-metadata-model/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/3.0.5-SNAPSHOT/tycho-metadata-model-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-metadata-model/target/tycho-metadata-model-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/3.0.5-SNAPSHOT/tycho-metadata-model-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-metadata-model/target/tycho-metadata-model-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/3.0.5-SNAPSHOT/tycho-metadata-model-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/p2-maven-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/p2-maven-plugin/3.0.5-SNAPSHOT/p2-maven-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/p2-maven-plugin/target/p2-maven-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/p2-maven-plugin/3.0.5-SNAPSHOT/p2-maven-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/p2-maven-plugin/target/p2-maven-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/p2-maven-plugin/3.0.5-SNAPSHOT/p2-maven-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-connect/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-connect/3.0.5-SNAPSHOT/sisu-osgi-connect-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-connect/target/sisu-osgi-connect-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-connect/3.0.5-SNAPSHOT/sisu-osgi-connect-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-connect/target/sisu-osgi-connect-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-connect/3.0.5-SNAPSHOT/sisu-osgi-connect-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-artifactcomparator/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-artifactcomparator/3.0.5-SNAPSHOT/tycho-artifactcomparator-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-artifactcomparator/target/tycho-artifactcomparator-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-artifactcomparator/3.0.5-SNAPSHOT/tycho-artifactcomparator-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-artifactcomparator/target/tycho-artifactcomparator-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-artifactcomparator/3.0.5-SNAPSHOT/tycho-artifactcomparator-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-extras/3.0.5-SNAPSHOT/tycho-extras-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-p2-extras-plugin/3.0.5-SNAPSHOT/tycho-p2-extras-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/tycho-p2-extras-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-p2-extras-plugin/3.0.5-SNAPSHOT/tycho-p2-extras-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/tycho-p2-extras-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-p2-extras-plugin/3.0.5-SNAPSHOT/tycho-p2-extras-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-invoker-plugin:3.3.0:run (integration-test) @ tycho-p2-extras-plugin --- [INFO] Building: baseline/pom.xml [INFO] baseline/pom.xml ................................. SUCCESS (94.4 s) [INFO] ------------------------------------------------- [INFO] Build Summary: [INFO] Passed: 1, Failed: 0, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-p2-extras-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/extras/tycho-p2-extras-plugin/3.0.5-SNAPSHOT/tycho-p2-extras-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/tycho-p2-extras-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/extras/tycho-p2-extras-plugin/3.0.5-SNAPSHOT/tycho-p2-extras-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/tycho-p2-extras-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/extras/tycho-p2-extras-plugin/3.0.5-SNAPSHOT/tycho-p2-extras-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.tycho.extras:tycho-custom-bundle-plugin >--------- [INFO] Building Tycho Custom Bundle Plugin 3.0.5-SNAPSHOT [68/78] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-custom-bundle-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-custom-bundle-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-custom-bundle-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- maven-plugin-plugin:3.9.0:descriptor (default-descriptor) @ tycho-custom-bundle-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 1 mojo descriptor. [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ tycho-custom-bundle-plugin --- [INFO] Discovered 2 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-custom-bundle-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-custom-bundle-plugin --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-test-metadata (default) @ tycho-custom-bundle-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-custom-bundle-plugin --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-custom-bundle-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/tycho-custom-bundle-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-custom-bundle-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-custom-bundle-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/tycho-custom-bundle-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-invoker-plugin:3.3.0:install (integration-test) @ tycho-custom-bundle-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/tycho-core-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/tycho-core-3.0.5-SNAPSHOT-system-packages-companion.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT-system-packages-companion.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/tycho-core-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/tycho-core-3.0.5-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho/3.0.5-SNAPSHOT/tycho-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-launching/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-launching/3.0.5-SNAPSHOT/sisu-equinox-launching-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-launching/target/sisu-equinox-launching-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-launching/3.0.5-SNAPSHOT/sisu-equinox-launching-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-launching/target/sisu-equinox-launching-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-launching/3.0.5-SNAPSHOT/sisu-equinox-launching-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi/3.0.5-SNAPSHOT/sisu-osgi-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-bundles/3.0.5-SNAPSHOT/tycho-bundles-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-api/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-api/3.0.5-SNAPSHOT/sisu-osgi-api-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-api/target/sisu-osgi-api-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-api/3.0.5-SNAPSHOT/sisu-osgi-api-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-api/target/sisu-osgi-api-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-api/3.0.5-SNAPSHOT/sisu-osgi-api-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-embedder-api/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/3.0.5-SNAPSHOT/tycho-embedder-api-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-embedder-api/target/tycho-embedder-api-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/3.0.5-SNAPSHOT/tycho-embedder-api-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-embedder-api/target/tycho-embedder-api-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/3.0.5-SNAPSHOT/tycho-embedder-api-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-metadata-model/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/3.0.5-SNAPSHOT/tycho-metadata-model-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-metadata-model/target/tycho-metadata-model-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/3.0.5-SNAPSHOT/tycho-metadata-model-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-metadata-model/target/tycho-metadata-model-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/3.0.5-SNAPSHOT/tycho-metadata-model-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-testing-harness/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/3.0.5-SNAPSHOT/tycho-testing-harness-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-testing-harness/target/tycho-testing-harness-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/3.0.5-SNAPSHOT/tycho-testing-harness-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-testing-harness/target/tycho-testing-harness-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/3.0.5-SNAPSHOT/tycho-testing-harness-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-embedder/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/3.0.5-SNAPSHOT/sisu-equinox-embedder-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-embedder/target/sisu-equinox-embedder-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/3.0.5-SNAPSHOT/sisu-equinox-embedder-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-embedder/target/sisu-equinox-embedder-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/3.0.5-SNAPSHOT/sisu-equinox-embedder-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/p2-maven-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/p2-maven-plugin/3.0.5-SNAPSHOT/p2-maven-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/p2-maven-plugin/target/p2-maven-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/p2-maven-plugin/3.0.5-SNAPSHOT/p2-maven-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/p2-maven-plugin/target/p2-maven-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/p2-maven-plugin/3.0.5-SNAPSHOT/p2-maven-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-connect/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-connect/3.0.5-SNAPSHOT/sisu-osgi-connect-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-connect/target/sisu-osgi-connect-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-connect/3.0.5-SNAPSHOT/sisu-osgi-connect-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-connect/target/sisu-osgi-connect-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-connect/3.0.5-SNAPSHOT/sisu-osgi-connect-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-facade/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/3.0.5-SNAPSHOT/tycho-p2-facade-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/3.0.5-SNAPSHOT/tycho-p2-facade-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/3.0.5-SNAPSHOT/tycho-p2-facade-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-p2/3.0.5-SNAPSHOT/tycho-p2-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-extras/3.0.5-SNAPSHOT/tycho-extras-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/3.0.5-SNAPSHOT/tycho-custom-bundle-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/tycho-custom-bundle-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/3.0.5-SNAPSHOT/tycho-custom-bundle-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/tycho-custom-bundle-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/3.0.5-SNAPSHOT/tycho-custom-bundle-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-invoker-plugin:3.3.0:run (integration-test) @ tycho-custom-bundle-plugin --- [INFO] Building: custom-bundle-parent/pom.xml [INFO] run post-build script verify.groovy [INFO] custom-bundle-parent/pom.xml ..................... SUCCESS (12.2 s) [INFO] Building: unresolvable-custom-bundle/pom.xml [INFO] run post-build script verify.groovy [INFO] unresolvable-custom-bundle/pom.xml ............... SUCCESS (9.0 s) [INFO] ------------------------------------------------- [INFO] Build Summary: [INFO] Passed: 2, Failed: 0, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-custom-bundle-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/3.0.5-SNAPSHOT/tycho-custom-bundle-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/tycho-custom-bundle-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/3.0.5-SNAPSHOT/tycho-custom-bundle-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/tycho-custom-bundle-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/3.0.5-SNAPSHOT/tycho-custom-bundle-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.eclipse.tycho.extras:tycho-eclipserun-plugin >---------- [INFO] Building Tycho Eclipserun Plugin 3.0.5-SNAPSHOT [69/78] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-eclipserun-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-eclipserun-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-eclipserun-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/classes [INFO] [INFO] --- maven-plugin-plugin:3.9.0:descriptor (default-descriptor) @ tycho-eclipserun-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [WARNING] Unresolvable link in javadoc tag with value also {@link #targetPlatformAsSource} and {@link #currentModuleAsSource} found in tycho-extras/tycho-eclipserun-plugin/target/maven-plugin-plugin-sources/org.eclipse.tycho.extras/tycho-p2-extras-plugin/3.0.5-SNAPSHOT/sources/org/eclipse/tycho/plugins/p2/extras/MirrorMojo.java:76: Could not resolve javadoc reference JavadocReference [moduleName=Optional.empty, packageNameClassName=Optional[also], member=Optional.empty, label=Optional[{@link #targetPlatformAsSource} and {@link #currentModuleAsSource}]] [INFO] java-annotations mojo extractor found 1 mojo descriptor. [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-eclipserun-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-eclipserun-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-eclipserun-plugin --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tycho.extras.eclipserun.EclipseRunMojoTest [ERROR] OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 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: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.439 s - in org.eclipse.tycho.extras.eclipserun.EclipseRunMojoTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-eclipserun-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/tycho-eclipserun-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-eclipserun-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-eclipserun-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/tycho-eclipserun-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-invoker-plugin:3.3.0:install (integration-test) @ tycho-eclipserun-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-launching/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-launching/3.0.5-SNAPSHOT/sisu-equinox-launching-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-launching/target/sisu-equinox-launching-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-launching/3.0.5-SNAPSHOT/sisu-equinox-launching-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-launching/target/sisu-equinox-launching-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-launching/3.0.5-SNAPSHOT/sisu-equinox-launching-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi/3.0.5-SNAPSHOT/sisu-osgi-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho/3.0.5-SNAPSHOT/tycho-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-bundles/3.0.5-SNAPSHOT/tycho-bundles-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-api/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-api/3.0.5-SNAPSHOT/sisu-osgi-api-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-api/target/sisu-osgi-api-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-api/3.0.5-SNAPSHOT/sisu-osgi-api-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-api/target/sisu-osgi-api-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-api/3.0.5-SNAPSHOT/sisu-osgi-api-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-testing-harness/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/3.0.5-SNAPSHOT/tycho-testing-harness-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-testing-harness/target/tycho-testing-harness-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/3.0.5-SNAPSHOT/tycho-testing-harness-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-testing-harness/target/tycho-testing-harness-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/3.0.5-SNAPSHOT/tycho-testing-harness-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-embedder-api/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/3.0.5-SNAPSHOT/tycho-embedder-api-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-embedder-api/target/tycho-embedder-api-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/3.0.5-SNAPSHOT/tycho-embedder-api-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-embedder-api/target/tycho-embedder-api-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/3.0.5-SNAPSHOT/tycho-embedder-api-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-embedder/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/3.0.5-SNAPSHOT/sisu-equinox-embedder-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-embedder/target/sisu-equinox-embedder-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/3.0.5-SNAPSHOT/sisu-equinox-embedder-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-embedder/target/sisu-equinox-embedder-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/3.0.5-SNAPSHOT/sisu-equinox-embedder-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-facade/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/3.0.5-SNAPSHOT/tycho-p2-facade-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/3.0.5-SNAPSHOT/tycho-p2-facade-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/3.0.5-SNAPSHOT/tycho-p2-facade-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-p2/3.0.5-SNAPSHOT/tycho-p2-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/tycho-core-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/tycho-core-3.0.5-SNAPSHOT-system-packages-companion.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT-system-packages-companion.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/tycho-core-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/tycho-core-3.0.5-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-metadata-model/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/3.0.5-SNAPSHOT/tycho-metadata-model-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-metadata-model/target/tycho-metadata-model-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/3.0.5-SNAPSHOT/tycho-metadata-model-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-metadata-model/target/tycho-metadata-model-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/3.0.5-SNAPSHOT/tycho-metadata-model-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/p2-maven-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/p2-maven-plugin/3.0.5-SNAPSHOT/p2-maven-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/p2-maven-plugin/target/p2-maven-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/p2-maven-plugin/3.0.5-SNAPSHOT/p2-maven-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/p2-maven-plugin/target/p2-maven-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/p2-maven-plugin/3.0.5-SNAPSHOT/p2-maven-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-connect/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-connect/3.0.5-SNAPSHOT/sisu-osgi-connect-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-connect/target/sisu-osgi-connect-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-connect/3.0.5-SNAPSHOT/sisu-osgi-connect-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-connect/target/sisu-osgi-connect-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-connect/3.0.5-SNAPSHOT/sisu-osgi-connect-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-p2-extras-plugin/3.0.5-SNAPSHOT/tycho-p2-extras-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/tycho-p2-extras-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-p2-extras-plugin/3.0.5-SNAPSHOT/tycho-p2-extras-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/tycho-p2-extras-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-p2-extras-plugin/3.0.5-SNAPSHOT/tycho-p2-extras-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-extras/3.0.5-SNAPSHOT/tycho-extras-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-artifactcomparator/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-artifactcomparator/3.0.5-SNAPSHOT/tycho-artifactcomparator-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-artifactcomparator/target/tycho-artifactcomparator-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-artifactcomparator/3.0.5-SNAPSHOT/tycho-artifactcomparator-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-artifactcomparator/target/tycho-artifactcomparator-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-artifactcomparator/3.0.5-SNAPSHOT/tycho-artifactcomparator-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-eclipserun-plugin/3.0.5-SNAPSHOT/tycho-eclipserun-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/tycho-eclipserun-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-eclipserun-plugin/3.0.5-SNAPSHOT/tycho-eclipserun-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/tycho-eclipserun-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-eclipserun-plugin/3.0.5-SNAPSHOT/tycho-eclipserun-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-invoker-plugin:3.3.0:run (integration-test) @ tycho-eclipserun-plugin --- [INFO] Building: eclipse-antrunner/pom.xml [INFO] run post-build script verify.groovy [INFO] eclipse-antrunner/pom.xml ........................ SUCCESS (10.6 s) [INFO] ------------------------------------------------- [INFO] Build Summary: [INFO] Passed: 1, Failed: 0, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-eclipserun-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/extras/tycho-eclipserun-plugin/3.0.5-SNAPSHOT/tycho-eclipserun-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/tycho-eclipserun-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/extras/tycho-eclipserun-plugin/3.0.5-SNAPSHOT/tycho-eclipserun-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/tycho-eclipserun-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/extras/tycho-eclipserun-plugin/3.0.5-SNAPSHOT/tycho-eclipserun-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.eclipse.tycho.extras:tycho-sourceref-jgit >------------ [INFO] Building Tycho JGit Source Reference Provider Plugin 3.0.5-SNAPSHOT [70/78] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-sourceref-jgit --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-sourceref-jgit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-sourceref-jgit/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-sourceref-jgit --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/classes [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ tycho-sourceref-jgit --- [INFO] Discovered 1 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-sourceref-jgit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-sourceref-jgit/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-sourceref-jgit --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-test-metadata (default) @ tycho-sourceref-jgit --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-sourceref-jgit --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-sourceref-jgit/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tycho.extras.sourceref.jgit.JGitSourceReferencesProviderTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.364 s - in org.eclipse.tycho.extras.sourceref.jgit.JGitSourceReferencesProviderTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-sourceref-jgit --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-sourceref-jgit/target/tycho-sourceref-jgit-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-sourceref-jgit --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-sourceref-jgit/target/tycho-sourceref-jgit-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-sourceref-jgit --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-sourceref-jgit/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/extras/tycho-sourceref-jgit/3.0.5-SNAPSHOT/tycho-sourceref-jgit-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-sourceref-jgit/target/tycho-sourceref-jgit-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/extras/tycho-sourceref-jgit/3.0.5-SNAPSHOT/tycho-sourceref-jgit-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-sourceref-jgit/target/tycho-sourceref-jgit-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/extras/tycho-sourceref-jgit/3.0.5-SNAPSHOT/tycho-sourceref-jgit-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.eclipse.tycho.extras:target-platform-validation-plugin >----- [INFO] Building Tycho Target Platform Validation Plugin 3.0.5-SNAPSHOT [71/78] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ target-platform-validation-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ target-platform-validation-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ target-platform-validation-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- maven-plugin-plugin:3.9.0:descriptor (default-descriptor) @ target-platform-validation-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 1 mojo descriptor. [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ target-platform-validation-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/target-platform-validation-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ target-platform-validation-plugin --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ target-platform-validation-plugin --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ target-platform-validation-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/target-platform-validation-plugin/target/target-platform-validation-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ target-platform-validation-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ target-platform-validation-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/target-platform-validation-plugin/target/target-platform-validation-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ target-platform-validation-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/target-platform-validation-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/extras/target-platform-validation-plugin/3.0.5-SNAPSHOT/target-platform-validation-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/target-platform-validation-plugin/target/target-platform-validation-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/extras/target-platform-validation-plugin/3.0.5-SNAPSHOT/target-platform-validation-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/target-platform-validation-plugin/target/target-platform-validation-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/extras/target-platform-validation-plugin/3.0.5-SNAPSHOT/target-platform-validation-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] ---------------< org.eclipse.tycho.extras:tycho-pomless >--------------- [INFO] Building Tycho POM-less build extension 3.0.5-SNAPSHOT [72/78] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-pomless --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-pomless --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-pomless/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-pomless --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 23 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ tycho-pomless --- [INFO] Discovered 8 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-pomless --- [INFO] Copying 51 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-pomless --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-test-metadata (default) @ tycho-pomless --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-pomless --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-pomless/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tycho.pomless.TychoModelReaderTest 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. [Fatal Error] :6:10: The end-tag for element type "feature" must end with a '>' delimiter. [Fatal Error] :7:10: The end-tag for element type "product" must end with a '>' delimiter. [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.311 s - in org.eclipse.tycho.pomless.TychoModelReaderTest [INFO] Running org.eclipse.tycho.pomless.TychoMappingTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.tycho.pomless.TychoMappingTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-pomless --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-pomless/target/tycho-pomless-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-pomless --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-pomless/target/tycho-pomless-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-pomless --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-pomless/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/extras/tycho-pomless/3.0.5-SNAPSHOT/tycho-pomless-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-pomless/target/tycho-pomless-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/extras/tycho-pomless/3.0.5-SNAPSHOT/tycho-pomless-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-pomless/target/tycho-pomless-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/extras/tycho-pomless/3.0.5-SNAPSHOT/tycho-pomless-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.eclipse.tycho.extras:tycho-dependency-tools-plugin >------- [INFO] Building Tycho Dependency Tools Plugin 3.0.5-SNAPSHOT [73/78] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-dependency-tools-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-dependency-tools-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-dependency-tools-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/classes [INFO] [INFO] --- maven-plugin-plugin:3.9.0:descriptor (default-descriptor) @ tycho-dependency-tools-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.1:generate-metadata (default) @ tycho-dependency-tools-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-dependency-tools-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-dependency-tools-plugin --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-test-metadata (default) @ tycho-dependency-tools-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-dependency-tools-plugin --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-dependency-tools-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/tycho-dependency-tools-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-dependency-tools-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-dependency-tools-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/tycho-dependency-tools-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-invoker-plugin:3.3.0:install (integration-test) @ tycho-dependency-tools-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/tycho-core-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/tycho-core-3.0.5-SNAPSHOT-system-packages-companion.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT-system-packages-companion.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/tycho-core-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/tycho-core-3.0.5-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho/3.0.5-SNAPSHOT/tycho-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-launching/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-launching/3.0.5-SNAPSHOT/sisu-equinox-launching-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-launching/target/sisu-equinox-launching-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-launching/3.0.5-SNAPSHOT/sisu-equinox-launching-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-launching/target/sisu-equinox-launching-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-launching/3.0.5-SNAPSHOT/sisu-equinox-launching-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi/3.0.5-SNAPSHOT/sisu-osgi-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-bundles/3.0.5-SNAPSHOT/tycho-bundles-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-api/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-api/3.0.5-SNAPSHOT/sisu-osgi-api-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-api/target/sisu-osgi-api-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-api/3.0.5-SNAPSHOT/sisu-osgi-api-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-api/target/sisu-osgi-api-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-api/3.0.5-SNAPSHOT/sisu-osgi-api-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-embedder-api/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/3.0.5-SNAPSHOT/tycho-embedder-api-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-embedder-api/target/tycho-embedder-api-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/3.0.5-SNAPSHOT/tycho-embedder-api-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-embedder-api/target/tycho-embedder-api-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/3.0.5-SNAPSHOT/tycho-embedder-api-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-metadata-model/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/3.0.5-SNAPSHOT/tycho-metadata-model-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-metadata-model/target/tycho-metadata-model-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/3.0.5-SNAPSHOT/tycho-metadata-model-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-metadata-model/target/tycho-metadata-model-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/3.0.5-SNAPSHOT/tycho-metadata-model-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-testing-harness/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/3.0.5-SNAPSHOT/tycho-testing-harness-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-testing-harness/target/tycho-testing-harness-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/3.0.5-SNAPSHOT/tycho-testing-harness-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-testing-harness/target/tycho-testing-harness-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/3.0.5-SNAPSHOT/tycho-testing-harness-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-embedder/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/3.0.5-SNAPSHOT/sisu-equinox-embedder-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-embedder/target/sisu-equinox-embedder-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/3.0.5-SNAPSHOT/sisu-equinox-embedder-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-embedder/target/sisu-equinox-embedder-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/3.0.5-SNAPSHOT/sisu-equinox-embedder-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/p2content.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/p2-maven-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/p2-maven-plugin/3.0.5-SNAPSHOT/p2-maven-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/p2-maven-plugin/target/p2-maven-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/p2-maven-plugin/3.0.5-SNAPSHOT/p2-maven-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/p2-maven-plugin/target/p2-maven-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/p2-maven-plugin/3.0.5-SNAPSHOT/p2-maven-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-connect/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-connect/3.0.5-SNAPSHOT/sisu-osgi-connect-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-connect/target/sisu-osgi-connect-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-connect/3.0.5-SNAPSHOT/sisu-osgi-connect-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-connect/target/sisu-osgi-connect-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/sisu-osgi-connect/3.0.5-SNAPSHOT/sisu-osgi-connect-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-extras/3.0.5-SNAPSHOT/tycho-extras-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-dependency-tools-plugin/3.0.5-SNAPSHOT/tycho-dependency-tools-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/tycho-dependency-tools-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-dependency-tools-plugin/3.0.5-SNAPSHOT/tycho-dependency-tools-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/tycho-dependency-tools-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-dependency-tools-plugin/3.0.5-SNAPSHOT/tycho-dependency-tools-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-invoker-plugin:3.3.0:run (integration-test) @ tycho-dependency-tools-plugin --- [INFO] No projects were selected for execution. [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-dependency-tools-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/extras/tycho-dependency-tools-plugin/3.0.5-SNAPSHOT/tycho-dependency-tools-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/tycho-dependency-tools-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/extras/tycho-dependency-tools-plugin/3.0.5-SNAPSHOT/tycho-dependency-tools-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/tycho-dependency-tools-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/extras/tycho-dependency-tools-plugin/3.0.5-SNAPSHOT/tycho-dependency-tools-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] -------------------< org.eclipse.tycho:tycho-build >-------------------- [INFO] Building tycho-build 3.0.5-SNAPSHOT [74/78] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-build --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-build --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 0 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-build --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-build/src/main/java/org/eclipse/tycho/build/TychoCiFriendlyVersions.java: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-build/src/main/java/org/eclipse/tycho/build/TychoCiFriendlyVersions.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-build/src/main/java/org/eclipse/tycho/build/TychoCiFriendlyVersions.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ tycho-build --- [INFO] Discovered 5 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-build --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-build/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-build --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-test-metadata (default) @ tycho-build --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-build --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-build --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-build/target/tycho-build-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-build --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-build/target/tycho-build-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-build --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-build/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-build/3.0.5-SNAPSHOT/tycho-build-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-build/target/tycho-build-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-build/3.0.5-SNAPSHOT/tycho-build-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-build/target/tycho-build-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-build/3.0.5-SNAPSHOT/tycho-build-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.eclipse.tycho:tycho-apitools-plugin >--------------- [INFO] Building Plugin for performing API analysis tasks 3.0.5-SNAPSHOT [75/78] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-apitools-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-apitools-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-apitools-plugin/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-apitools-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/classes [INFO] [INFO] --- maven-plugin-plugin:3.9.0:descriptor (default-descriptor) @ tycho-apitools-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.1:generate-metadata (default) @ tycho-apitools-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-apitools-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-apitools-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-apitools-plugin --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-test-metadata (default) @ tycho-apitools-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-apitools-plugin --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-apitools-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-apitools-plugin/target/tycho-apitools-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-apitools-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-apitools-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-apitools-plugin/target/tycho-apitools-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-apitools-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-apitools-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-apitools-plugin/3.0.5-SNAPSHOT/tycho-apitools-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-apitools-plugin/target/tycho-apitools-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-apitools-plugin/3.0.5-SNAPSHOT/tycho-apitools-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-apitools-plugin/target/tycho-apitools-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-apitools-plugin/3.0.5-SNAPSHOT/tycho-apitools-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] -----------------< org.eclipse.tycho:tycho-bnd-plugin >----------------- [INFO] Building Tycho BND Plugin 3.0.5-SNAPSHOT [76/78] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-bnd-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-bnd-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bnd-plugin/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-bnd-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- maven-plugin-plugin:3.9.0:descriptor (default-descriptor) @ tycho-bnd-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 5 mojo descriptors. [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ tycho-bnd-plugin --- [INFO] Discovered 2 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-bnd-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bnd-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-bnd-plugin --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-test-metadata (default) @ tycho-bnd-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-bnd-plugin --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-bnd-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bnd-plugin/target/tycho-bnd-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-bnd-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-bnd-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bnd-plugin/target/tycho-bnd-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-bnd-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bnd-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-bnd-plugin/3.0.5-SNAPSHOT/tycho-bnd-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bnd-plugin/target/tycho-bnd-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-bnd-plugin/3.0.5-SNAPSHOT/tycho-bnd-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bnd-plugin/target/tycho-bnd-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-bnd-plugin/3.0.5-SNAPSHOT/tycho-bnd-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --------------------< org.eclipse.tycho:tycho-its >--------------------- [INFO] Building Tycho Integration Tests 3.0.5-SNAPSHOT [77/78] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-its --- [INFO] [INFO] --- maven-dependency-plugin:3.6.0:unpack-dependencies (unpack-maven) @ tycho-its --- [INFO] Expanding: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/apache/maven/apache-maven/3.8.6/apache-maven-3.8.6-bin.tar.gz into /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-its/target [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-its --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-its/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-its --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-its --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-properties-plugin:0.0.2:filter-file (default) @ tycho-its --- [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-its --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 174 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-its/src/test/java/org/eclipse/tycho/test/product/Tycho465RootFilesTest.java: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-its/src/test/java/org/eclipse/tycho/test/product/Tycho465RootFilesTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-its/src/test/java/org/eclipse/tycho/test/product/Tycho465RootFilesTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-its --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-its/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tycho.test.compiler.FragmentsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.203 s - in org.eclipse.tycho.test.compiler.FragmentsTest [INFO] Running org.eclipse.tycho.test.compiler.CompilerExtraExportsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.266 s - in org.eclipse.tycho.test.compiler.CompilerExtraExportsTest [INFO] Running org.eclipse.tycho.test.compiler.RequireJREPackagesImportTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 s - in org.eclipse.tycho.test.compiler.RequireJREPackagesImportTest [INFO] Running org.eclipse.tycho.test.compiler.FailOnWarningTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.382 s - in org.eclipse.tycho.test.compiler.FailOnWarningTest [INFO] Running org.eclipse.tycho.test.compiler.MisconfigurationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.763 s - in org.eclipse.tycho.test.compiler.MisconfigurationTest [INFO] Running org.eclipse.tycho.test.compiler.JavaxAnnotationImportTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.801 s - in org.eclipse.tycho.test.compiler.JavaxAnnotationImportTest [INFO] Running org.eclipse.tycho.test.compiler.CompilerExtraExportsJava17Test [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.212 s - in org.eclipse.tycho.test.compiler.CompilerExtraExportsJava17Test [INFO] Running org.eclipse.tycho.test.compiler.TestErrorMessages [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.087 s - in org.eclipse.tycho.test.compiler.TestErrorMessages [INFO] Running org.eclipse.tycho.test.compiler.AnnotationProcessorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.381 s - in org.eclipse.tycho.test.compiler.AnnotationProcessorTest [INFO] Running org.eclipse.tycho.test.compiler.MavenCompilerPluginTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.682 s - in org.eclipse.tycho.test.compiler.MavenCompilerPluginTest [INFO] Running org.eclipse.tycho.test.compiler.CompilerClasspathEntryTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 59.984 s - in org.eclipse.tycho.test.compiler.CompilerClasspathEntryTest [INFO] Running org.eclipse.tycho.test.compiler.CompilerExcludeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.882 s - in org.eclipse.tycho.test.compiler.CompilerExcludeTest [INFO] Running org.eclipse.tycho.test.eeProfile.CustomProfileIntegrationTest [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 21.215 s - in org.eclipse.tycho.test.eeProfile.CustomProfileIntegrationTest [INFO] Running org.eclipse.tycho.test.eeProfile.Java17ResolutionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.771 s - in org.eclipse.tycho.test.eeProfile.Java17ResolutionTest [INFO] Running org.eclipse.tycho.test.eeProfile.FragmentsAttachedTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.139 s - in org.eclipse.tycho.test.eeProfile.FragmentsAttachedTest [INFO] Running org.eclipse.tycho.test.eeProfile.Java11ResolutionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.032 s - in org.eclipse.tycho.test.eeProfile.Java11ResolutionTest [INFO] Running org.eclipse.tycho.test.eeProfile.Java7ResolutionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.426 s - in org.eclipse.tycho.test.eeProfile.Java7ResolutionTest [INFO] Running org.eclipse.tycho.test.eeProfile.DependencyResolverEETest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.205 s - in org.eclipse.tycho.test.eeProfile.DependencyResolverEETest [INFO] Running org.eclipse.tycho.test.product.ProductDefinitionCrosstalkTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.706 s - in org.eclipse.tycho.test.product.ProductDefinitionCrosstalkTest [INFO] Running org.eclipse.tycho.test.product.ProductMixedVersionsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.393 s - in org.eclipse.tycho.test.product.ProductMixedVersionsTest [INFO] Running org.eclipse.tycho.test.product.Tycho188P2EnabledRcpTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.867 s - in org.eclipse.tycho.test.product.Tycho188P2EnabledRcpTest [INFO] Running org.eclipse.tycho.test.product.ProductTypesTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.629 s - in org.eclipse.tycho.test.product.ProductTypesTest [INFO] Running org.eclipse.tycho.test.product.ReferenceBetweenProductsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.448 s - in org.eclipse.tycho.test.product.ReferenceBetweenProductsTest [INFO] Running org.eclipse.tycho.test.product.BuildProductWithIgnoredContentTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.82 s - in org.eclipse.tycho.test.product.BuildProductWithIgnoredContentTest [INFO] Running org.eclipse.tycho.test.product.Tycho465RootFilesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.435 s - in org.eclipse.tycho.test.product.Tycho465RootFilesTest [INFO] Running org.eclipse.tycho.test.product.MetaRequirementsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.743 s - in org.eclipse.tycho.test.product.MetaRequirementsTest [INFO] Running org.eclipse.tycho.test.product.BuildProductWithoutCleanTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.281 s - in org.eclipse.tycho.test.product.BuildProductWithoutCleanTest [INFO] Running org.eclipse.tycho.test.product.ProductDuplicateIUsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.179 s - in org.eclipse.tycho.test.product.ProductDuplicateIUsTest [INFO] Running org.eclipse.tycho.test.product.ProductBuildTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.96 s - in org.eclipse.tycho.test.product.ProductBuildTest [INFO] Running org.eclipse.tycho.test.product.ProductArchiveFormatTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.916 s - in org.eclipse.tycho.test.product.ProductArchiveFormatTest [INFO] Running org.eclipse.tycho.test.product.InvalidProductTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.381 s - in org.eclipse.tycho.test.product.InvalidProductTest [INFO] Running org.eclipse.tycho.test.iu.ProductWithIUTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.823 s - in org.eclipse.tycho.test.iu.ProductWithIUTest [INFO] Running org.eclipse.tycho.test.iu.IUMetadataGenerationTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.069 s - in org.eclipse.tycho.test.iu.IUMetadataGenerationTest [INFO] Running org.eclipse.tycho.test.TYCHO0209tychoRepositoryRoundtrip.TychoRepositoryRoundtripTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.476 s - in org.eclipse.tycho.test.TYCHO0209tychoRepositoryRoundtrip.TychoRepositoryRoundtripTest [INFO] Running org.eclipse.tycho.test.mngeclipse937.CustomSourceEncodingTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.668 s - in org.eclipse.tycho.test.mngeclipse937.CustomSourceEncodingTest [INFO] Running org.eclipse.tycho.test.TYCHO240includeLaunchers.IncludeLaunchersTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.593 s - in org.eclipse.tycho.test.TYCHO240includeLaunchers.IncludeLaunchersTest [INFO] Running org.eclipse.tycho.test.symlinks.SymbolicLinkTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.765 s - in org.eclipse.tycho.test.symlinks.SymbolicLinkTest [INFO] Running org.eclipse.tycho.test.TYCHO192sourceBundles.Tycho192SourceBundleTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.589 s - in org.eclipse.tycho.test.TYCHO192sourceBundles.Tycho192SourceBundleTest [INFO] Running org.eclipse.tycho.test.TYCHO308importSystemPackage.ImportSystemPackagesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.036 s - in org.eclipse.tycho.test.TYCHO308importSystemPackage.ImportSystemPackagesTest [INFO] Running org.eclipse.tycho.test.TYCHO0294ProductP2TargetPlatformResolver.ProductP2TargetPlatformResolverTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.077 s - in org.eclipse.tycho.test.TYCHO0294ProductP2TargetPlatformResolver.ProductP2TargetPlatformResolverTest [INFO] Running org.eclipse.tycho.test.multiplatform.MultiplatformProductTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.721 s - in org.eclipse.tycho.test.multiplatform.MultiplatformProductTest [INFO] Running org.eclipse.tycho.test.multiplatform.MultiplatformReactorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.192 s - in org.eclipse.tycho.test.multiplatform.MultiplatformReactorTest [INFO] Running org.eclipse.tycho.test.issue271.Issue271Test [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.897 s - in org.eclipse.tycho.test.issue271.Issue271Test [INFO] Running org.eclipse.tycho.test.surefire.JUnit5Test [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 88.534 s - in org.eclipse.tycho.test.surefire.JUnit5Test [INFO] Running org.eclipse.tycho.test.surefire.TestFragmentTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.006 s - in org.eclipse.tycho.test.surefire.TestFragmentTest [INFO] Running org.eclipse.tycho.test.surefire.TestBundleShapeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.544 s - in org.eclipse.tycho.test.surefire.TestBundleShapeTest [INFO] Running org.eclipse.tycho.test.surefire.ExplodedTestDependenciesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.51 s - in org.eclipse.tycho.test.surefire.ExplodedTestDependenciesTest [INFO] Running org.eclipse.tycho.test.surefire.RunOrderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.232 s - in org.eclipse.tycho.test.surefire.RunOrderTest [INFO] Running org.eclipse.tycho.test.surefire.DirectTestPluginInvocationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.154 s - in org.eclipse.tycho.test.surefire.DirectTestPluginInvocationTest [INFO] Running org.eclipse.tycho.test.surefire.FailIfNoTestsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.239 s - in org.eclipse.tycho.test.surefire.FailIfNoTestsTest [INFO] Running org.eclipse.tycho.test.surefire.OpenTest4JTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.937 s - in org.eclipse.tycho.test.surefire.OpenTest4JTest [INFO] Running org.eclipse.tycho.test.surefire.BundleStartInSurefireTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.189 s - in org.eclipse.tycho.test.surefire.BundleStartInSurefireTest [INFO] Running org.eclipse.tycho.test.surefire.TestsInBundleTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 66.905 s - in org.eclipse.tycho.test.surefire.TestsInBundleTest [INFO] Running org.eclipse.tycho.test.surefire.SystemPropertiesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.601 s - in org.eclipse.tycho.test.surefire.SystemPropertiesTest [INFO] Running org.eclipse.tycho.test.surefire.P2InstalledTestRuntimeTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 65.528 s - in org.eclipse.tycho.test.surefire.P2InstalledTestRuntimeTest [INFO] Running org.eclipse.tycho.test.surefire.CategoriesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.209 s - in org.eclipse.tycho.test.surefire.CategoriesTest [INFO] Running org.eclipse.tycho.test.surefire.EnableAssertionsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.137 s - in org.eclipse.tycho.test.surefire.EnableAssertionsTest [INFO] Running org.eclipse.tycho.test.surefire.ParallelTestExecutionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.192 s - in org.eclipse.tycho.test.surefire.ParallelTestExecutionTest [INFO] Running org.eclipse.tycho.test.surefire.EnvVarTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.101 s - in org.eclipse.tycho.test.surefire.EnvVarTest [INFO] Running org.eclipse.tycho.test.surefire.FrameworkExtensionsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.614 s - in org.eclipse.tycho.test.surefire.FrameworkExtensionsTest [INFO] Running org.eclipse.tycho.test.surefire.ExtraTestApplicationArgumentsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.838 s - in org.eclipse.tycho.test.surefire.ExtraTestApplicationArgumentsTest [INFO] Running org.eclipse.tycho.test.surefire.RequireBundleTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.517 s - in org.eclipse.tycho.test.surefire.RequireBundleTest [INFO] Running org.eclipse.tycho.test.surefire.RunSingleTestTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.436 s - in org.eclipse.tycho.test.surefire.RunSingleTestTest [INFO] Running org.eclipse.tycho.test.surefire.TestOptionalDependenciesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.791 s - in org.eclipse.tycho.test.surefire.TestOptionalDependenciesTest [INFO] Running org.eclipse.tycho.test.surefire.JUnit5TempDirTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.342 s - in org.eclipse.tycho.test.surefire.JUnit5TempDirTest [INFO] Running org.eclipse.tycho.test.surefire.JavaToolchainInSurefireTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.381 s - in org.eclipse.tycho.test.surefire.JavaToolchainInSurefireTest [INFO] Running org.eclipse.tycho.test.surefire.Junit4TestBundleTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.008 s - in org.eclipse.tycho.test.surefire.Junit4TestBundleTest [INFO] Running org.eclipse.tycho.test.surefire.TwoJunitVersionsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.034 s - in org.eclipse.tycho.test.surefire.TwoJunitVersionsTest [INFO] Running org.eclipse.tycho.test.surefire.TestNGBundleTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.877 s - in org.eclipse.tycho.test.surefire.TestNGBundleTest [INFO] Running org.eclipse.tycho.test.surefire.JVMArgsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.429 s - in org.eclipse.tycho.test.surefire.JVMArgsTest [INFO] Running org.eclipse.tycho.test.licenseFeature.SetLicenseFeatureVersionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.176 s - in org.eclipse.tycho.test.licenseFeature.SetLicenseFeatureVersionTest [INFO] Running org.eclipse.tycho.test.licenseFeature.LicenseFeatureTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.71 s - in org.eclipse.tycho.test.licenseFeature.LicenseFeatureTest [INFO] Running org.eclipse.tycho.test.limitations.NonUniqueBasedirsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.361 s - in org.eclipse.tycho.test.limitations.NonUniqueBasedirsTest [INFO] Running org.eclipse.tycho.test.limitations.MixedTychoVersionsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.842 s - in org.eclipse.tycho.test.limitations.MixedTychoVersionsTest [INFO] Running org.eclipse.tycho.test.MissingPluginVersionsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.937 s - in org.eclipse.tycho.test.MissingPluginVersionsTest [INFO] Running org.eclipse.tycho.test.issue697.Issue697Test [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.tycho.test.issue697.Issue697Test [INFO] Running org.eclipse.tycho.test.resolver.Tycho1127AddjarsIssueTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.166 s - in org.eclipse.tycho.test.resolver.Tycho1127AddjarsIssueTest [INFO] Running org.eclipse.tycho.test.resolver.ReexportedRequireBundleTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.366 s - in org.eclipse.tycho.test.resolver.ReexportedRequireBundleTest [INFO] Running org.eclipse.tycho.test.resolver.OptionalDependenciesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.332 s - in org.eclipse.tycho.test.resolver.OptionalDependenciesTest [INFO] Running org.eclipse.tycho.test.resolver.ExtraCompilerRequirementsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 73.672 s - in org.eclipse.tycho.test.resolver.ExtraCompilerRequirementsTest [INFO] Running org.eclipse.tycho.test.resolver.PomDependenciesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.181 s - in org.eclipse.tycho.test.resolver.PomDependenciesTest [INFO] Running org.eclipse.tycho.test.resolver.CycleTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.669 s - in org.eclipse.tycho.test.resolver.CycleTest [INFO] Running org.eclipse.tycho.test.resolver.SplitPackagesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.903 s - in org.eclipse.tycho.test.resolver.SplitPackagesTest [INFO] Running org.eclipse.tycho.test.resolver.BundleNativeCodeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.532 s - in org.eclipse.tycho.test.resolver.BundleNativeCodeTest [INFO] Running org.eclipse.tycho.test.resolver.ResolverTests [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 56.888 s - in org.eclipse.tycho.test.resolver.ResolverTests [INFO] Running org.eclipse.tycho.test.workspacereader.WorkspaceReaderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.071 s - in org.eclipse.tycho.test.workspacereader.WorkspaceReaderTest [INFO] Running org.eclipse.tycho.test.TYCHO449SrcIncludesExcludes.Tycho449SrcIncludesExcludesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.149 s - in org.eclipse.tycho.test.TYCHO449SrcIncludesExcludes.Tycho449SrcIncludesExcludesTest [INFO] Running org.eclipse.tycho.test.TYCHO279HttpProxy.ProxySupportTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.701 s - in org.eclipse.tycho.test.TYCHO279HttpProxy.ProxySupportTest [INFO] Running org.eclipse.tycho.test.p2Repository.P2RepositoryPropertiesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.428 s - in org.eclipse.tycho.test.p2Repository.P2RepositoryPropertiesTest [INFO] Running org.eclipse.tycho.test.p2Repository.QualifierExpansionAndArtifactAssemblyTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.446 s - in org.eclipse.tycho.test.p2Repository.QualifierExpansionAndArtifactAssemblyTest [INFO] Running org.eclipse.tycho.test.p2Repository.TransitiveP2RepoTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.713 s - in org.eclipse.tycho.test.p2Repository.TransitiveP2RepoTest [INFO] Running org.eclipse.tycho.test.p2Repository.DownloadStatsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.703 s - in org.eclipse.tycho.test.p2Repository.DownloadStatsTest [INFO] Running org.eclipse.tycho.test.p2Repository.P2ArtifactMappingToMavenRepoTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.572 s - in org.eclipse.tycho.test.p2Repository.P2ArtifactMappingToMavenRepoTest [INFO] Running org.eclipse.tycho.test.p2Repository.RepoRefLocationP2RepositoryIntegrationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.579 s - in org.eclipse.tycho.test.p2Repository.RepoRefLocationP2RepositoryIntegrationTest [INFO] Running org.eclipse.tycho.test.p2Repository.BasicP2RepositoryIntegrationTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.747 s - in org.eclipse.tycho.test.p2Repository.BasicP2RepositoryIntegrationTest [INFO] Running org.eclipse.tycho.test.p2Repository.P2RepositoryValidateTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.939 s - in org.eclipse.tycho.test.p2Repository.P2RepositoryValidateTest [INFO] Running org.eclipse.tycho.test.p2Repository.MavenP2SiteTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 47.374 s - in org.eclipse.tycho.test.p2Repository.MavenP2SiteTest [INFO] Running org.eclipse.tycho.test.p2Repository.P2RepositoryDownloadTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.305 s - in org.eclipse.tycho.test.p2Repository.P2RepositoryDownloadTest [INFO] Running org.eclipse.tycho.test.tycho937.Tycho937Test [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.473 s - in org.eclipse.tycho.test.tycho937.Tycho937Test [INFO] Running org.eclipse.tycho.test.TYCHO300launcherIcons.LauncherIconsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.099 s - in org.eclipse.tycho.test.TYCHO300launcherIcons.LauncherIconsTest [INFO] Running org.eclipse.tycho.test.TYCHO418pomDependencyConsider.PomDependencyConsiderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.016 s - in org.eclipse.tycho.test.TYCHO418pomDependencyConsider.PomDependencyConsiderTest [INFO] Running org.eclipse.tycho.test.featurePatch.EclipseRepoIncludingFeaturePatchTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.154 s - in org.eclipse.tycho.test.featurePatch.EclipseRepoIncludingFeaturePatchTest [INFO] Running org.eclipse.tycho.test.featurePatch.FeaturePatchTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.85 s - in org.eclipse.tycho.test.featurePatch.FeaturePatchTest [INFO] Running org.eclipse.tycho.test.tycho503.TYCHO503DoubleEncodedUrlTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.788 s - in org.eclipse.tycho.test.tycho503.TYCHO503DoubleEncodedUrlTest [INFO] Running org.eclipse.tycho.test.issue1093.Issue1093Test [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.074 s - in org.eclipse.tycho.test.issue1093.Issue1093Test [INFO] Running org.eclipse.tycho.test.packaging.BaselineValidateAndReplaceTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 216.509 s - in org.eclipse.tycho.test.packaging.BaselineValidateAndReplaceTest [INFO] Running org.eclipse.tycho.test.packaging.PackageNestedJarsAndDirsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.755 s - in org.eclipse.tycho.test.packaging.PackageNestedJarsAndDirsTest [INFO] Running org.eclipse.tycho.test.packaging.ConsumerPomTest [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 12.053 s - in org.eclipse.tycho.test.packaging.ConsumerPomTest [INFO] Running org.eclipse.tycho.test.packaging.DefaultBuildTimestampProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.711 s - in org.eclipse.tycho.test.packaging.DefaultBuildTimestampProviderTest [INFO] Running org.eclipse.tycho.test.packaging.AttachedZipTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.189 s - in org.eclipse.tycho.test.packaging.AttachedZipTest [INFO] Running org.eclipse.tycho.test.pomDependencies.PomDependencyWrapTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.727 s - in org.eclipse.tycho.test.pomDependencies.PomDependencyWrapTest [INFO] Running org.eclipse.tycho.test.sourceBundle.AutoNoSourceBundleTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.487 s - in org.eclipse.tycho.test.sourceBundle.AutoNoSourceBundleTest [INFO] Running org.eclipse.tycho.test.sourceBundle.SourceBundlesNestedJarsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.025 s - in org.eclipse.tycho.test.sourceBundle.SourceBundlesNestedJarsTest [INFO] Running org.eclipse.tycho.test.sourceBundle.AutoGenerateSourceArtifactsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.245 s - in org.eclipse.tycho.test.sourceBundle.AutoGenerateSourceArtifactsTest [INFO] Running org.eclipse.tycho.test.sourceBundle.TychoSourcePluginTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 55.968 s - in org.eclipse.tycho.test.sourceBundle.TychoSourcePluginTest [INFO] Running org.eclipse.tycho.test.tycho026.Tycho26MissingFeatureTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.752 s - in org.eclipse.tycho.test.tycho026.Tycho26MissingFeatureTest [INFO] Running org.eclipse.tycho.test.pomDependencyConsider.PomDependencyIgnoreTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.594 s - in org.eclipse.tycho.test.pomDependencyConsider.PomDependencyIgnoreTest [INFO] Running org.eclipse.tycho.test.pomDependencyConsider.PackagingPomDependencyWithTimestampProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.748 s - in org.eclipse.tycho.test.pomDependencyConsider.PackagingPomDependencyWithTimestampProviderTest [INFO] Running org.eclipse.tycho.test.pomDependencyConsider.PomDependencyOnLocallyBuiltTychoArtifactTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.033 s - in org.eclipse.tycho.test.pomDependencyConsider.PomDependencyOnLocallyBuiltTychoArtifactTest [INFO] Running org.eclipse.tycho.test.pomDependencyConsider.PomDependencyOnNonTychoArtifactTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.832 s - in org.eclipse.tycho.test.pomDependencyConsider.PomDependencyOnNonTychoArtifactTest [INFO] Running org.eclipse.tycho.test.pomDependencyConsider.PomDependencySystemScopedTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.149 s - in org.eclipse.tycho.test.pomDependencyConsider.PomDependencySystemScopedTest [INFO] Running org.eclipse.tycho.test.issue23.Issue23Test [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.497 s - in org.eclipse.tycho.test.issue23.Issue23Test [INFO] Running org.eclipse.tycho.test.target.OfflineModeTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 60.106 s - in org.eclipse.tycho.test.target.OfflineModeTest [INFO] Running org.eclipse.tycho.test.target.TargetDefinitionPackagingTypeTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.886 s - in org.eclipse.tycho.test.target.TargetDefinitionPackagingTypeTest [INFO] Running org.eclipse.tycho.test.target.PasswordProtectedP2RepositoryTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.092 s - in org.eclipse.tycho.test.target.PasswordProtectedP2RepositoryTest [INFO] Running org.eclipse.tycho.test.target.TargetRestrictionThroughTargetFilesTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 43.531 s - in org.eclipse.tycho.test.target.TargetRestrictionThroughTargetFilesTest [INFO] Running org.eclipse.tycho.test.target.TargetDependenciesAccrossLocationsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.161 s - in org.eclipse.tycho.test.target.TargetDependenciesAccrossLocationsTest [INFO] Running org.eclipse.tycho.test.target.PasswordProtectedM2RepositoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.415 s - in org.eclipse.tycho.test.target.PasswordProtectedM2RepositoryTest [INFO] Running org.eclipse.tycho.test.target.TargetPlatformFilteringIntegrationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.481 s - in org.eclipse.tycho.test.target.TargetPlatformFilteringIntegrationTest [INFO] Running org.eclipse.tycho.test.target.TargetPlatformLocationsTest [WARNING] Tests run: 11, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 127.357 s - in org.eclipse.tycho.test.target.TargetPlatformLocationsTest [INFO] Running org.eclipse.tycho.test.TYCHO350ClassCastException.TYCHO350ClassCastExceptionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.197 s - in org.eclipse.tycho.test.TYCHO350ClassCastException.TYCHO350ClassCastExceptionTest [INFO] Running org.eclipse.tycho.test.compare.CompareWithBaselineTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.167 s - in org.eclipse.tycho.test.compare.CompareWithBaselineTest [INFO] Running org.eclipse.tycho.test.TYCHO330validateVersion.ValidateVersionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.465 s - in org.eclipse.tycho.test.TYCHO330validateVersion.ValidateVersionTest [INFO] Running org.eclipse.tycho.test.MNGECLIPSE949jarDirectoryBundles.JarDirectoryBundlesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.133 s - in org.eclipse.tycho.test.MNGECLIPSE949jarDirectoryBundles.JarDirectoryBundlesTest [INFO] Running org.eclipse.tycho.test.TYCHO321deployableFeature.DeployableFeatureTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.911 s - in org.eclipse.tycho.test.TYCHO321deployableFeature.DeployableFeatureTest [INFO] Running org.eclipse.tycho.test.feature.FeatureWithRestrictionsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.302 s - in org.eclipse.tycho.test.feature.FeatureWithRestrictionsTest [INFO] Running org.eclipse.tycho.test.feature.FeatureWithMultipleFiltersTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.987 s - in org.eclipse.tycho.test.feature.FeatureWithMultipleFiltersTest [INFO] Running org.eclipse.tycho.test.feature.FeatureWithDependenciesTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 71.907 s - in org.eclipse.tycho.test.feature.FeatureWithDependenciesTest [INFO] Running org.eclipse.tycho.test.tycho98.Tycho98MultiSourcesBundleJarTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.983 s - in org.eclipse.tycho.test.tycho98.Tycho98MultiSourcesBundleJarTest [INFO] Running org.eclipse.tycho.test.selundqma.SeLundqmaTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.346 s - in org.eclipse.tycho.test.selundqma.SeLundqmaTest [INFO] Running org.eclipse.tycho.test.TYCHO109product.Tycho109ProductExportTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 46.34 s - in org.eclipse.tycho.test.TYCHO109product.Tycho109ProductExportTest [INFO] Running org.eclipse.tycho.test.TYCHO0453expandReleaseVersion.ExpandReleaseVersionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.349 s - in org.eclipse.tycho.test.TYCHO0453expandReleaseVersion.ExpandReleaseVersionTest [INFO] Running org.eclipse.tycho.test.jarsigning.JarSigningTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.747 s - in org.eclipse.tycho.test.jarsigning.JarSigningTest [INFO] Running org.eclipse.tycho.test.TYCHO0367localRepositoryCrosstalk.LocalRepositoryCrosstalkTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.273 s - in org.eclipse.tycho.test.TYCHO0367localRepositoryCrosstalk.LocalRepositoryCrosstalkTest [INFO] Running org.eclipse.tycho.test.buildextension.PomlessTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.139 s - in org.eclipse.tycho.test.buildextension.PomlessTest [INFO] Running org.eclipse.tycho.test.buildextension.CiFriendlyVersionsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 53.594 s - in org.eclipse.tycho.test.buildextension.CiFriendlyVersionsTest [INFO] Running org.eclipse.tycho.test.reactor.makeBehaviour.MavenReactorMakeOptionsTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 98.264 s - in org.eclipse.tycho.test.reactor.makeBehaviour.MavenReactorMakeOptionsTest [INFO] Running org.eclipse.tycho.test.tycho001.P2MetadataGenerationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.65 s - in org.eclipse.tycho.test.tycho001.P2MetadataGenerationTest [INFO] Running org.eclipse.tycho.test.TYCHO0383dotQualifierMatching.DotQualifierMatchingTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.793 s - in org.eclipse.tycho.test.TYCHO0383dotQualifierMatching.DotQualifierMatchingTest [INFO] Running org.eclipse.tycho.test.mngeclipse1007.BinExcludedTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.709 s - in org.eclipse.tycho.test.mngeclipse1007.BinExcludedTest [INFO] Running org.eclipse.tycho.test.TYCHO285EclipseSourceBundles.TYCHO285EclipseSourceBundlesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.467 s - in org.eclipse.tycho.test.TYCHO285EclipseSourceBundles.TYCHO285EclipseSourceBundlesTest [INFO] Running org.eclipse.tycho.test.versionsplugin.TychoVersionsPluginCompatibilityTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.612 s - in org.eclipse.tycho.test.versionsplugin.TychoVersionsPluginCompatibilityTest [INFO] Running org.eclipse.tycho.test.TYCHO0439repositoryCategories.RepositoryCategoriesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.746 s - in org.eclipse.tycho.test.TYCHO0439repositoryCategories.RepositoryCategoriesTest [INFO] Running org.eclipse.tycho.test.TYCHO246rcpSourceBundles.TYCHO246rcpSourceBundlesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.078 s - in org.eclipse.tycho.test.TYCHO246rcpSourceBundles.TYCHO246rcpSourceBundlesTest [INFO] Running org.eclipse.tycho.test.apitools.ApiToolsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.907 s - in org.eclipse.tycho.test.apitools.ApiToolsTest [INFO] Running org.eclipse.tycho.test.tycho476.ExecutionEnvironmentTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.188 s - in org.eclipse.tycho.test.tycho476.ExecutionEnvironmentTest [INFO] Running org.eclipse.tycho.test.p2Inf.HostRequiresFragmentWithP2InfTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.723 s - in org.eclipse.tycho.test.p2Inf.HostRequiresFragmentWithP2InfTest [INFO] Running org.eclipse.tycho.test.p2Inf.ExtraUnitsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.537 s - in org.eclipse.tycho.test.p2Inf.ExtraUnitsTest [INFO] Running org.eclipse.tycho.test.p2Inf.MultienvP2infTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.443 s - in org.eclipse.tycho.test.p2Inf.MultienvP2infTest [INFO] Running org.eclipse.tycho.test.xtend.TychoXtendTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.275 s - in org.eclipse.tycho.test.xtend.TychoXtendTest [INFO] Running org.eclipse.tycho.test.TYCHO309pomDependencyConsider.PomDependencyConsiderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.952 s - in org.eclipse.tycho.test.TYCHO309pomDependencyConsider.PomDependencyConsiderTest [INFO] Running org.eclipse.tycho.test.eclipserun.EclipseRunBundleStartLevelTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.272 s - in org.eclipse.tycho.test.eclipserun.EclipseRunBundleStartLevelTest [INFO] Running org.eclipse.tycho.test.TYCHO0404pomDependencyConsiderExtraClasspath.PomDependencyConsiderExtraClasspathTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.928 s - in org.eclipse.tycho.test.TYCHO0404pomDependencyConsiderExtraClasspath.PomDependencyConsiderExtraClasspathTest [INFO] Running org.eclipse.tycho.test.TYCHO253extraClassPathEntries.ExtraClassPathEntriesTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.478 s - in org.eclipse.tycho.test.TYCHO253extraClassPathEntries.ExtraClassPathEntriesTest [INFO] Running org.eclipse.tycho.test.tycho154.Tycho154BundleJarTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.516 s - in org.eclipse.tycho.test.tycho154.Tycho154BundleJarTest [INFO] Running org.eclipse.tycho.test.DemoTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.872 s - in org.eclipse.tycho.test.DemoTest [INFO] Running org.eclipse.tycho.test.TYCHO502sourceBundleQualifier.Tycho502SourceBundleQualifierTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.901 s - in org.eclipse.tycho.test.TYCHO502sourceBundleQualifier.Tycho502SourceBundleQualifierTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 299, Failures: 0, Errors: 0, Skipped: 5 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-its --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-its/target/tycho-its-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-its --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-its --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-its/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-its/3.0.5-SNAPSHOT/tycho-its-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-its/target/tycho-its-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/tycho-its/3.0.5-SNAPSHOT/tycho-its-3.0.5-SNAPSHOT.jar [INFO] [INFO] -------------< org.eclipse.tycho.extras:tycho-extras-its >-------------- [INFO] Building Tycho Extras Integration Tests 3.0.5-SNAPSHOT [78/78] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.1:clean (default-clean) @ tycho-extras-its --- [INFO] [INFO] --- maven-dependency-plugin:3.6.0:unpack-dependencies (unpack-maven) @ tycho-extras-its --- [INFO] Expanding: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/apache/maven/apache-maven/3.8.6/apache-maven-3.8.6-bin.tar.gz into /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-extras-its/target [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-extras-its --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-extras-its/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-extras-its --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-extras-its --- [INFO] Copying 31 resources from src/test/resources to target/test-classes [INFO] Copying 29 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-extras-its --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-extras-its --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-extras-its/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tycho.extras.pomless.TychoPomlessITest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 63.267 s - in org.eclipse.tycho.extras.pomless.TychoPomlessITest [INFO] Running org.eclipse.tycho.extras.pomless.SetVersionPomlessITest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.179 s - in org.eclipse.tycho.extras.pomless.SetVersionPomlessITest [INFO] Running org.eclipse.tycho.extras.pde.TestListDependencies [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.866 s - in org.eclipse.tycho.extras.pde.TestListDependencies [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-extras-its --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-extras-its/target/tycho-extras-its-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-extras-its --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-extras-its --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-extras-its/pom.xml to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/extras/tycho-extras-its/3.0.5-SNAPSHOT/tycho-extras-its-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-extras-its/target/tycho-extras-its-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/.m2/repository/org/eclipse/tycho/extras/tycho-extras-its/3.0.5-SNAPSHOT/tycho-extras-its-3.0.5-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Tycho 3.0.5-SNAPSHOT: [INFO] [INFO] Tycho .............................................. SUCCESS [ 2.748 s] [INFO] Tycho OSGi Bundles Parent .......................... SUCCESS [ 0.007 s] [INFO] Tycho OSGi Bundles Target Platform ................. SUCCESS [ 0.175 s] [INFO] Tycho Embedder API Maven/OSGi Shared Classes ....... SUCCESS [ 4.003 s] [INFO] Tycho Core Maven/OSGi Shared Classes ............... SUCCESS [ 0.460 s] [INFO] Tycho p2 Resolver Maven/OSGi Shared Classes ........ SUCCESS [ 0.594 s] [INFO] Tycho p2 Tools Maven/OSGi Shared Classes ........... SUCCESS [ 0.313 s] [INFO] Tycho Maven/p2 Repository Integration .............. SUCCESS [ 0.908 s] [INFO] Tycho p2 Resolver Bundle ........................... SUCCESS [ 2.204 s] [INFO] Tycho p2 Tools Bundle .............................. SUCCESS [ 0.509 s] [INFO] Tycho Noop Equinox password provider ............... SUCCESS [ 0.137 s] [INFO] Tycho Core Maven/OSGi Shared Classes Tests ......... SUCCESS [ 3.250 s] [INFO] Tycho Test Utilities ............................... SUCCESS [ 1.085 s] [INFO] Tycho p2 Resolver Bundle Tests ..................... SUCCESS [ 25.371 s] [INFO] Tycho p2 Resolver Maven/OSGi Shared Classes Tests .. SUCCESS [ 2.735 s] [INFO] Tycho Maven/p2 Repository Integration Tests ........ SUCCESS [ 38.233 s] [INFO] Tycho p2 Tools Tests ............................... SUCCESS [ 22.823 s] [INFO] Sisu OSGi/Plexus bridge ............................ SUCCESS [ 0.004 s] [INFO] Sisu OSGi Services API ............................. SUCCESS [ 3.955 s] [INFO] Sisu Equinox Embedder .............................. SUCCESS [ 0.980 s] [INFO] Sisu Equinox Launching ............................. SUCCESS [ 4.460 s] [INFO] Sisu Implementation of the OSGi R8 Framework Connect Specification SUCCESS [ 0.675 s] [INFO] Tycho Embedder API ................................. SUCCESS [ 1.005 s] [INFO] P2 Maven Integration ............................... SUCCESS [ 14.583 s] [INFO] Tycho Eclipse Project Metadata Model ............... SUCCESS [ 1.091 s] [INFO] Tycho Testing Harness .............................. SUCCESS [ 0.566 s] [INFO] Tycho Core ......................................... SUCCESS [ 19.108 s] [INFO] Tycho JVM Library Detector ......................... SUCCESS [ 0.464 s] [INFO] Tycho JDT Compiler Component ....................... SUCCESS [ 1.540 s] [INFO] Tycho OSGi Compiler Plugin ......................... SUCCESS [ 11.034 s] [INFO] Tycho OSGi Packaging Plugin ........................ SUCCESS [ 13.254 s] [INFO] Tycho p2 Tools Parent .............................. SUCCESS [ 0.004 s] [INFO] Tycho p2 Resolver Component ........................ SUCCESS [ 1.464 s] [INFO] Tycho OSGi Source Plugin ........................... SUCCESS [ 7.820 s] [INFO] Tycho Target Platform Configuration Plugin ......... SUCCESS [ 1.655 s] [INFO] Tycho Maven Build Extension ........................ SUCCESS [ 1.139 s] [INFO] Tycho OSGi Declarative Services Plugin ............. SUCCESS [ 1.433 s] [INFO] Tycho JGit Build Timestamp Provider Plugin ......... SUCCESS [ 3.060 s] [INFO] Tycho Surefire OSGi Booter Eclipse Application ..... SUCCESS [ 2.224 s] [INFO] Tycho Surefire Parent .............................. SUCCESS [ 0.003 s] [INFO] Tycho Surefire OSGi JUnit 3 Runner ................. SUCCESS [ 0.740 s] [INFO] Tycho Surefire OSGi JUnit 4 Runner ................. SUCCESS [ 0.106 s] [INFO] Tycho Surefire OSGi JUnit 4.7 Runner ............... SUCCESS [ 0.451 s] [INFO] Tycho Surefire OSGi JUnit 5 Runner ................. SUCCESS [ 0.911 s] [INFO] Tycho Surefire OSGi JUnit 5.4 Runner ............... SUCCESS [ 0.761 s] [INFO] Tycho Surefire OSGi JUnit 5.5 Runner ............... SUCCESS [ 0.843 s] [INFO] Tycho Surefire OSGi JUnit 5.6 Runner ............... SUCCESS [ 0.883 s] [INFO] Tycho Surefire OSGi JUnit 5.7 Runner ............... SUCCESS [ 0.754 s] [INFO] Tycho Surefire OSGi JUnit 5.7 Runner with JUnit Vintage to execute JUnit 4.x tests as well SUCCESS [ 0.642 s] [INFO] Tycho Surefire OSGi JUnit 5.8 Runner ............... SUCCESS [ 0.618 s] [INFO] Tycho Surefire OSGi JUnit 5.8 Runner with JUnit Vintage to execute JUnit 4.x tests as well SUCCESS [ 0.497 s] [INFO] Tycho Surefire OSGi JUnit 5.9 Runner ............... SUCCESS [ 0.608 s] [INFO] Tycho Surefire OSGi JUnit 5.9 Runner with JUnit Vintage to execute JUnit 4.x tests as well SUCCESS [ 0.548 s] [INFO] Tycho Surefire OSGi TestNG Runner .................. SUCCESS [ 0.270 s] [INFO] Tycho Surefire Plugin .............................. SUCCESS [ 5.940 s] [INFO] Tycho Release Parent ............................... SUCCESS [ 0.003 s] [INFO] Tycho Versions Plugin .............................. SUCCESS [ 5.995 s] [INFO] Tycho p2 Director Plugin ........................... SUCCESS [ 2.791 s] [INFO] Tycho Artifactor Comparator Plugin ................. SUCCESS [ 1.149 s] [INFO] Tycho p2 Metadata Plugin ........................... SUCCESS [ 2.409 s] [INFO] Tycho p2 Publisher Plugin .......................... SUCCESS [ 2.860 s] [INFO] Tycho p2 Repository Plugin ......................... SUCCESS [ 1.415 s] [INFO] Tycho GPG plugin ................................... SUCCESS [ 0.934 s] [INFO] Tycho Extras ....................................... SUCCESS [ 0.003 s] [INFO] Tycho Document Bundle Plugin ....................... SUCCESS [ 36.515 s] [INFO] Tycho Version Bump Plugin .......................... SUCCESS [ 9.412 s] [INFO] Tycho p2 Extras Plugin ............................. SUCCESS [01:43 min] [INFO] Tycho Custom Bundle Plugin ......................... SUCCESS [ 24.002 s] [INFO] Tycho Eclipserun Plugin ............................ SUCCESS [ 17.076 s] [INFO] Tycho JGit Source Reference Provider Plugin ........ SUCCESS [ 4.428 s] [INFO] Tycho Target Platform Validation Plugin ............ SUCCESS [ 1.395 s] [INFO] Tycho POM-less build extension ..................... SUCCESS [ 6.135 s] [INFO] Tycho Dependency Tools Plugin ...................... SUCCESS [ 2.923 s] [INFO] tycho-build ........................................ SUCCESS [ 0.642 s] [INFO] Plugin for performing API analysis tasks ........... SUCCESS [ 1.158 s] [INFO] Tycho BND Plugin ................................... SUCCESS [ 1.639 s] [INFO] Tycho Integration Tests ............................ SUCCESS [ 01:00 h] [INFO] Tycho Extras Integration Tests ..................... SUCCESS [01:33 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:09 h [INFO] Finished at: 2023-06-22T05:54:33Z [INFO] ------------------------------------------------------------------------ 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) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh + mvn --batch-mode -V deploy -DskipTests -DaltDeploymentRepository=repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/3.8.5 Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [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. [INFO] Resolving target definition file:/home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/tycho-bundles-target/tycho-bundles-target.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@41a8f0d8... 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] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 5.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.12.10, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.12.10, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 4.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.embedder.shared:3.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml [INFO] Fetching R-4.25-202208311800&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.25/ (63B) [INFO] Fetching org.eclipse.osgi_3.18.100.v20220817-1601.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (1.47MB) [INFO] Fetching org.bouncycastle.bcpg_1.71.0.v20220723-1943.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (379.48kB) [INFO] Fetching org.bouncycastle.bcprov_1.71.0.v20220723-1943.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (6.02MB) [INFO] Fetching org.eclipse.equinox.registry_3.11.200.v20220817-1601.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (196.21kB) [INFO] Fetching org.eclipse.equinox.common_3.16.200.v20220817-1601.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (146.41kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.9.200.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (79.47kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.300.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (362.07kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.700.v20220722-0431.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (251kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.core.shared:3.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:3.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml [INFO] Fetching org.eclipse.equinox.preferences_3.10.100.v20220710-1223.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (135.73kB) [INFO] Fetching org.eclipse.core.jobs_3.13.100.v20220817-1539.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (109.8kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.6.200.v20220819-1949.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (176.33kB) [INFO] Fetching org.eclipse.equinox.security_1.3.1000.v20220801-1135.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (115.07kB) [INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (19.69kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:3.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.resolver.impl:3.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/pom.xml [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (51.82kB) [INFO] Fetching org.eclipse.osgi.services_3.11.0.v20220618-0838.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (48.17kB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (367.61kB) [INFO] Fetching org.apache.commons.commons-io_2.11.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (319.47kB) [INFO] Fetching org.eclipse.core.contenttype_3.8.200.v20220817-1539.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (101.83kB) [INFO] Fetching org.eclipse.core.net_1.4.0.v20220813-1037.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (49.45kB) [INFO] Fetching org.eclipse.core.runtime_3.26.0.v20220813-0916.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (74.34kB) [INFO] Fetching org.eclipse.equinox.app_1.6.200.v20220720-2012.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (90.9kB) [INFO] Fetching org.eclipse.ecf_3.10.0.v20210925-0032.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (127.97kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (64.2kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (26.38kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (52.52kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.800.v20220215-0126.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (129.12kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.100.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (38.37kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (69.13kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.500.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (169.5kB) [INFO] Fetching org.tukaani.xz_1.9.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (113.29kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.300.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (68.04kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.5.400.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (112.39kB) [INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (429.55kB) [INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (432.64kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.100.v20220620-1617.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (48.41kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.500.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (221.38kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (132.68kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.200.v20220805-0804.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (103.71kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.100.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (242.35kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (26.34kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.2.300.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (100.51kB) [INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (46.59kB) [INFO] Fetching org.osgi.service.wireadmin_1.0.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (42.85kB) [INFO] Fetching org.osgi.service.provisioning_1.2.0.201505202024.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (13.38kB) [INFO] Fetching org.osgi.service.upnp_1.2.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (30.58kB) [INFO] Fetching org.osgi.service.useradmin_1.1.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (35.82kB) [INFO] Fetching org.osgi.service.component_1.5.0.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (64.86kB) [INFO] Fetching org.osgi.service.device_1.1.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (19.88kB) [INFO] Fetching org.osgi.service.cm_1.6.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (54.28kB) [INFO] Fetching org.osgi.service.metatype_1.4.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (29.67kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.maven.repository:3.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.tools.impl:3.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/pom.xml [INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.200.v20220802-0626.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (61.67kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.100.v20220504-1755.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (252.96kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.noopsecurity:3.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.core.shared.tests:3.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/pom.xml [INFO] Fetching com.ibm.icu_67.1.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (12.5MB) [INFO] Fetching com.sun.jna_5.8.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (1.65MB) [INFO] Fetching com.sun.jna.platform_5.8.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (1.28MB) [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (46.27kB) [INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (32.41kB) [INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (20.34kB) [INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (353.59kB) [INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (144.34kB) [INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (23.5kB) [INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (703.81kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (71.45kB) [INFO] Fetching org.apache.felix.scr_2.2.2.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (393.3kB) [INFO] Fetching org.eclipse.compare_3.8.500.v20220812-1406.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (806.64kB) [INFO] Fetching org.eclipse.ui_3.201.100.v20220826-1037.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (434.35kB) [INFO] Fetching org.eclipse.core.resources_3.18.0.v20220828-0546.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (893.32kB) [INFO] Fetching org.eclipse.jface.text_3.21.0.v20220817-1340.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (1.04MB) [INFO] Fetching org.eclipse.ui.ide_3.19.100.v20220820-0412.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (2.41MB) [INFO] Fetching org.eclipse.ui.views_3.11.200.v20220817-1444.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (107.38kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.600.v20220809-1658.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (690.83kB) [INFO] Fetching org.eclipse.core.expressions_3.8.200.v20220613-1047.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (93.93kB) [INFO] Fetching org.eclipse.ui.editors_3.14.400.v20220730-1844.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (620.52kB) [INFO] Fetching org.eclipse.ui.forms_3.11.400.v20220817-1444.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (331.65kB) [INFO] Fetching org.eclipse.compare.core_3.7.100.v20220812-1406.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (69.26kB) [INFO] Fetching org.eclipse.core.commands_3.10.200.v20220512-0851.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (114.56kB) [INFO] Fetching org.eclipse.core.databinding_1.11.100.v20220817-1444.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (289.67kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.12.0.v20211231-1006.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (313kB) [INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (163.08kB) [INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (115.6kB) [INFO] Fetching org.eclipse.text_3.12.200.v20220817-1340.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (295.31kB) [INFO] Fetching org.eclipse.core.filesystem_1.9.500.v20220817-1539.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (71.65kB) [INFO] Fetching org.eclipse.e4.core.commands_1.0.200.v20220629-1225.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (27.8kB) [INFO] Fetching org.eclipse.e4.core.di_1.8.300.v20220817-1539.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (54.29kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.11.0.v20220716-0839.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (57.49kB) [INFO] Fetching org.eclipse.e4.core.services_2.3.300.v20220613-1047.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (71.46kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.200.v20220613-1008.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (13.81kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.200.v20220613-1008.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (12.96kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.400.v20220613-1047.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (42.3kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (51.03kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (317.8kB) [INFO] Fetching org.eclipse.emf.ecore_2.28.0.v20220817-1401.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (1.26MB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (45.85kB) [INFO] Fetching org.eclipse.swt_3.121.0.v20220829-1402.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (18.79kB) [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (24.31kB) [INFO] Fetching org.eclipse.jface_3.27.0.v20220817-1444.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (1.11MB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.300.v20220809-1237.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (215.89kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.600.v20220621-1327.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (204.9kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.100.v20220310-1056.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (28.11kB) [INFO] Fetching org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (16.41kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.300.v20220815-1831.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (58.52kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.16.100.v20220310-1350.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (11.51kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.200.v20220817-1444.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (397.11kB) [INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (33.33kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (13.3kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.13.200.v20220808-2019.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (266.92kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (89.66kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.17.0.v20220817-1334.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (232.67kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.400.v20211102-0453.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (118.14kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.600.v20220715-1400.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (252.14kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.600.v20220607-1204.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (149.46kB) [INFO] Fetching org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (295.36kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (21.08kB) [INFO] Fetching org.eclipse.urischeme_1.2.100.v20211001-1648.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (51.9kB) [INFO] Fetching org.eclipse.emf.common_2.26.0.v20220817-1401.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (369.7kB) [INFO] Fetching org.eclipse.equinox.bidi_1.4.200.v20220710-1223.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (52.55kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (52.65kB) [INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (270.25kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.13.0.v20220822-0502.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (343.24kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.200.v20220808-2221.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (470.76kB) [INFO] Fetching org.eclipse.ui.navigator_3.10.300.v20220817-1444.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (424.9kB) [INFO] Fetching org.eclipse.team.core_3.9.500.v20220817-1539.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (402.85kB) [INFO] Fetching org.eclipse.team.ui_3.9.400.v20220817-1539.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (1.42MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.121.0.v20220829-1402.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (2.06MB) [INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (421.77kB) [INFO] Fetching org.eclipse.ui.workbench_3.126.0.v20220823-0718.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (3.49MB) [INFO] Fetching org.eclipse.ui.ide.application_1.4.500.v20220623-0641.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (114.89kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.400.v20220203-1803.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (172.29kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.200.v20220717-1456.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (110.71kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (65.43kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (21.23kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.resolver.impl.test:3.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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.25/R-4.25-202208311800/plugins/ (81.03kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.300.v20220512-1321.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (45.06kB) [INFO] Fetching org.eclipse.jetty.http_10.0.11.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (243.32kB) [INFO] Fetching org.eclipse.jetty.io_10.0.11.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (205.78kB) [INFO] Fetching org.eclipse.jetty.util_10.0.11.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (548.83kB) [INFO] Fetching org.eclipse.jetty.security_10.0.11.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (118.17kB) [INFO] Fetching org.eclipse.jetty.server_10.0.11.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (775.74kB) [INFO] Fetching org.eclipse.jetty.servlet_10.0.11.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (161.93kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared.tests:3.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/pom.xml [INFO] Fetching junit-platform-commons_1.9.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (100.3kB) [INFO] Fetching org.opentest4j_1.2.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (7.47kB) [INFO] Fetching org.apiguardian.api_1.1.2.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (6.65kB) [INFO] Fetching org.junit.jupiter.api_5.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220531185310/repository/plugins/ (219.09kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.maven.repository.tests:3.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.tools.tests:3.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.test.utils:3.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.test.utils/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:3.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/pom.xml [WARNING] The project org.eclipse.tycho:tycho:pom:3.0.5-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 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 Noop Equinox password provider [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 OSGi/Plexus bridge [pom] [INFO] Sisu OSGi Services API [jar] [INFO] Sisu Equinox Embedder [jar] [INFO] Sisu Equinox Launching [jar] [INFO] Sisu Implementation of the OSGi R8 Framework Connect Specification [jar] [INFO] Tycho Embedder API [jar] [INFO] P2 Maven Integration [maven-plugin] [INFO] Tycho Eclipse Project Metadata Model [jar] [INFO] Tycho Testing Harness [jar] [INFO] Tycho Core [jar] [INFO] Tycho JVM Library Detector [jar] [INFO] Tycho JDT Compiler Component [jar] [INFO] Tycho OSGi Compiler Plugin [maven-plugin] [INFO] Tycho OSGi Packaging Plugin [maven-plugin] [INFO] Tycho 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 OSGi Declarative Services Plugin [maven-plugin] [INFO] Tycho JGit Build Timestamp Provider Plugin [jar] [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 JUnit 5.7 Runner with JUnit Vintage to execute JUnit 4.x tests as well [jar] [INFO] Tycho Surefire OSGi JUnit 5.8 Runner [jar] [INFO] Tycho Surefire OSGi JUnit 5.8 Runner with JUnit Vintage to execute JUnit 4.x tests as well [jar] [INFO] Tycho Surefire OSGi JUnit 5.9 Runner [jar] [INFO] Tycho Surefire OSGi JUnit 5.9 Runner with JUnit Vintage to execute JUnit 4.x tests as well [jar] [INFO] Tycho Surefire OSGi TestNG Runner [jar] [INFO] Tycho Surefire Plugin [maven-plugin] [INFO] 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 GPG plugin [maven-plugin] [INFO] Tycho Extras [pom] [INFO] Tycho Document Bundle Plugin [maven-plugin] [INFO] Tycho Version Bump Plugin [maven-plugin] [INFO] Tycho p2 Extras Plugin [maven-plugin] [INFO] Tycho Custom Bundle Plugin [maven-plugin] [INFO] Tycho Eclipserun Plugin [maven-plugin] [INFO] Tycho JGit Source Reference Provider Plugin [jar] [INFO] Tycho Target Platform Validation Plugin [maven-plugin] [INFO] Tycho POM-less build extension [jar] [INFO] Tycho Dependency Tools Plugin [maven-plugin] [INFO] tycho-build [jar] [INFO] Plugin for performing API analysis tasks [maven-plugin] [INFO] Tycho BND Plugin [maven-plugin] [INFO] [INFO] ----------------------< org.eclipse.tycho:tycho >----------------------- [INFO] Building Tycho 3.0.5-SNAPSHOT [1/76] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho/3.0.5-SNAPSHOT/tycho-3.0.5-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] ------------------< org.eclipse.tycho:tycho-bundles >------------------- [INFO] Building Tycho OSGi Bundles Parent 3.0.5-SNAPSHOT [2/76] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-bundles --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-bundles --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-bundles/3.0.5-SNAPSHOT/tycho-bundles-3.0.5-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho-bundles --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] ---------------< org.eclipse.tycho:tycho-bundles-target >--------------- [INFO] Building Tycho OSGi Bundles Target Platform 3.0.5-SNAPSHOT [3/76] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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:3.1.1:install (default-install) @ tycho-bundles-target --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/tycho-bundles-target/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-bundles-target/3.0.5-SNAPSHOT/tycho-bundles-target-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/tycho-bundles-target/tycho-bundles-target.target to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-bundles-target/3.0.5-SNAPSHOT/tycho-bundles-target-3.0.5-SNAPSHOT.target [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho-bundles-target --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.embedder.shared >--------- [INFO] Building Tycho Embedder API Maven/OSGi Shared Classes 3.0.5-SNAPSHOT [4/76] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.embedder.shared --- [INFO] The project's OSGi version is 3.0.5.202306220554 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.tycho.embedder.shared --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.tycho.embedder.shared --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.tycho.embedder.shared --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.tycho.embedder.shared --- [INFO] Resolving class path of Tycho Embedder API Maven/OSGi Shared Classes... [INFO] Fetching org.eclipse.equinox.region_1.5.300.v20220720-2012.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (79.16kB) [INFO] Fetching org.eclipse.equinox.transforms.hook_1.3.200.v20220710-1223.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (31.77kB) [INFO] Fetching org.eclipse.equinox.weaving.hook_1.3.200.v20220720-1916.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (52.92kB) [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.embedder.shared --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.tycho.embedder.shared --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.tycho.embedder.shared --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.embedder.shared --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] Tests are skipped. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tycho.embedder.shared --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.tycho.embedder.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.tycho.embedder.shared --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.tycho.embedder.shared --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.embedder.shared --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.tycho.embedder.shared --- [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ org.eclipse.tycho.embedder.shared --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] ----------< org.eclipse.tycho:org.eclipse.tycho.core.shared >----------- [INFO] Building Tycho Core Maven/OSGi Shared Classes 3.0.5-SNAPSHOT [5/76] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.core.shared --- [INFO] The project's OSGi version is 3.0.5.202306220554 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.tycho.core.shared --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.tycho.core.shared --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.tycho.core.shared --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.tycho.core.shared --- [INFO] Resolving class path of Tycho Core Maven/OSGi Shared Classes... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.core.shared --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.tycho.core.shared --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.tycho.core.shared --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.core.shared --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] Tests are skipped. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tycho.core.shared --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.tycho.core.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.tycho.core.shared --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.tycho.core.shared --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.core.shared --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.tycho.core.shared --- [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ org.eclipse.tycho.core.shared --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] -------< org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared >------- [INFO] Building Tycho p2 Resolver Maven/OSGi Shared Classes 3.0.5-SNAPSHOT [6/76] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] The project's OSGi version is 3.0.5.202306220554 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] Resolving class path of Tycho p2 Resolver Maven/OSGi Shared Classes... [INFO] Fetching org.eclipse.equinox.security.linux_1.0.200.v20210616-0726.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (23.39kB) [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] Tests are skipped. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ org.eclipse.tycho.p2.resolver.shared --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared >--------- [INFO] Building Tycho p2 Tools Maven/OSGi Shared Classes 3.0.5-SNAPSHOT [7/76] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.p2.tools.shared --- [INFO] The project's OSGi version is 3.0.5.202306220554 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.tycho.p2.tools.shared --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.tycho.p2.tools.shared --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.tycho.p2.tools.shared --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.tycho.p2.tools.shared --- [INFO] Resolving class path of Tycho p2 Tools Maven/OSGi Shared Classes... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.p2.tools.shared --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.tycho.p2.tools.shared --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.tycho.p2.tools.shared --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.p2.tools.shared --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] Tests are skipped. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tycho.p2.tools.shared --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.tycho.p2.tools.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.tycho.p2.tools.shared --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.tycho.p2.tools.shared --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.p2.tools.shared --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.tycho.p2.tools.shared --- [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ org.eclipse.tycho.p2.tools.shared --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] ------< org.eclipse.tycho:org.eclipse.tycho.p2.maven.repository >------- [INFO] Building Tycho Maven/p2 Repository Integration 3.0.5-SNAPSHOT [8/76] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.p2.maven.repository --- [INFO] The project's OSGi version is 3.0.5.202306220554 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.tycho.p2.maven.repository --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.tycho.p2.maven.repository --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.tycho.p2.maven.repository --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.tycho.p2.maven.repository --- [INFO] Resolving class path of Tycho Maven/p2 Repository Integration... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.p2.maven.repository --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.tycho.p2.maven.repository --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.tycho.p2.maven.repository --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.p2.maven.repository --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] Tests are skipped. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tycho.p2.maven.repository --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.tycho.p2.maven.repository --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.tycho.p2.maven.repository --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.tycho.p2.maven.repository --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.p2.maven.repository --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.tycho.p2.maven.repository --- [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ org.eclipse.tycho.p2.maven.repository --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.p2.resolver.impl >-------- [INFO] Building Tycho p2 Resolver Bundle 3.0.5-SNAPSHOT [9/76] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] The project's OSGi version is 3.0.5.202306220554 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] Resolving class path of Tycho p2 Resolver Bundle... [INFO] Fetching org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (15.43kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (9.69kB) [INFO] Fetching org.eclipse.core.net.linux_1.0.200.v20220812-1406.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (16.24kB) [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] Tests are skipped. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ org.eclipse.tycho.p2.resolver.impl --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] ---------< org.eclipse.tycho:org.eclipse.tycho.p2.tools.impl >---------- [INFO] Building Tycho p2 Tools Bundle 3.0.5-SNAPSHOT [10/76] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.p2.tools.impl --- [INFO] The project's OSGi version is 3.0.5.202306220554 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.tycho.p2.tools.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.tycho.p2.tools.impl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.tycho.p2.tools.impl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.tycho.p2.tools.impl --- [INFO] Resolving class path of Tycho p2 Tools Bundle... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.p2.tools.impl --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.tycho.p2.tools.impl --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.tycho.p2.tools.impl --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.p2.tools.impl --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] Tests are skipped. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tycho.p2.tools.impl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.tycho.p2.tools.impl --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.tycho.p2.tools.impl --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.tycho.p2.tools.impl --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.p2.tools.impl --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.tycho.p2.tools.impl --- [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ org.eclipse.tycho.p2.tools.impl --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] ----------< org.eclipse.tycho:org.eclipse.tycho.noopsecurity >---------- [INFO] Building Tycho Noop Equinox password provider 3.0.5-SNAPSHOT [11/76] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.noopsecurity --- [INFO] The project's OSGi version is 3.0.5.202306220554 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.tycho.noopsecurity --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.tycho.noopsecurity --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.tycho.noopsecurity --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.tycho.noopsecurity --- [INFO] Resolving class path of Tycho Noop Equinox password provider... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.noopsecurity --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.tycho.noopsecurity --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.tycho.noopsecurity --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.noopsecurity --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.tycho.noopsecurity --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.noopsecurity --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tycho.noopsecurity --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.tycho.noopsecurity --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.tycho.noopsecurity --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.tycho.noopsecurity --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.noopsecurity --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.noopsecurity/target/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.5-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.tycho.noopsecurity --- [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ org.eclipse.tycho.noopsecurity --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] -------< org.eclipse.tycho:org.eclipse.tycho.core.shared.tests >-------- [INFO] Building Tycho Core Maven/OSGi Shared Classes Tests 3.0.5-SNAPSHOT [12/76] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.core.shared.tests --- [INFO] The project's OSGi version is 3.0.5.202306220554 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.tycho.core.shared.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.tycho.core.shared.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.tycho.core.shared.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.tycho.core.shared.tests --- [INFO] Resolving class path of Tycho Core Maven/OSGi Shared Classes Tests... [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.600.v20220720-1916.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (87.79kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.400.v20220812-1420.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (13.13kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (10.74kB) [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.core.shared.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.tycho.core.shared.tests --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.core.shared.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tycho.core.shared.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.tycho.core.shared.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/org.eclipse.tycho.core.shared.tests-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/org.eclipse.tycho.core.shared.tests-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.tycho.core.shared.tests --- [INFO] Skipping tests [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.core.shared.tests --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared.tests-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/org.eclipse.tycho.core.shared.tests-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared.tests-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared.tests-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared.tests-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/org.eclipse.tycho.core.shared.tests-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.core.shared.tests-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.tycho.core.shared.tests --- [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ org.eclipse.tycho.core.shared.tests --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] -----------< org.eclipse.tycho:org.eclipse.tycho.test.utils >----------- [INFO] Building Tycho Test Utilities 3.0.5-SNAPSHOT [13/76] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.test.utils --- [INFO] The project's OSGi version is 3.0.5.202306220554 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.tycho.test.utils --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.tycho.test.utils --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.tycho.test.utils --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.tycho.test.utils --- [INFO] Resolving class path of Tycho Test Utilities... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.test.utils --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.test.utils/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.tycho.test.utils --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.tycho.test.utils --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.test.utils --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.test.utils/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] Tests are skipped. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tycho.test.utils --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.tycho.test.utils --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.test.utils/target/org.eclipse.tycho.test.utils-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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-3.0.x/tycho-bundles/org.eclipse.tycho.test.utils/target/org.eclipse.tycho.test.utils-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.tycho.test.utils --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.tycho.test.utils --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.test.utils --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.test.utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.test.utils/3.0.5-SNAPSHOT/org.eclipse.tycho.test.utils-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.test.utils/target/org.eclipse.tycho.test.utils-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.test.utils/3.0.5-SNAPSHOT/org.eclipse.tycho.test.utils-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.test.utils/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.test.utils/3.0.5-SNAPSHOT/org.eclipse.tycho.test.utils-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.test.utils/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.test.utils/3.0.5-SNAPSHOT/org.eclipse.tycho.test.utils-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.test.utils/target/org.eclipse.tycho.test.utils-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.test.utils/3.0.5-SNAPSHOT/org.eclipse.tycho.test.utils-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.tycho.test.utils --- [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ org.eclipse.tycho.test.utils --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] -----< org.eclipse.tycho:org.eclipse.tycho.p2.resolver.impl.test >------ [INFO] Building Tycho p2 Resolver Bundle Tests 3.0.5-SNAPSHOT [14/76] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] The project's OSGi version is 3.0.5.202306220554 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] Resolving class path of Tycho p2 Resolver Bundle Tests... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/org.eclipse.tycho.p2.resolver.impl.test-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/org.eclipse.tycho.p2.resolver.impl.test-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] Skipping tests [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl.test/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl.test-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/org.eclipse.tycho.p2.resolver.impl.test-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl.test/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl.test-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl.test/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl.test-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl.test/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl.test-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/org.eclipse.tycho.p2.resolver.impl.test-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl.test/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl.test-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ org.eclipse.tycho.p2.resolver.impl.test --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] ----< org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared.tests >---- [INFO] Building Tycho p2 Resolver Maven/OSGi Shared Classes Tests 3.0.5-SNAPSHOT [15/76] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] The project's OSGi version is 3.0.5.202306220554 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] Resolving class path of Tycho p2 Resolver Maven/OSGi Shared Classes Tests... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/org.eclipse.tycho.p2.resolver.shared.tests-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/org.eclipse.tycho.p2.resolver.shared.tests-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] Skipping tests [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared.tests-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/org.eclipse.tycho.p2.resolver.shared.tests-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared.tests-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared.tests-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared.tests-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/org.eclipse.tycho.p2.resolver.shared.tests-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared.tests-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ org.eclipse.tycho.p2.resolver.shared.tests --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] ---< org.eclipse.tycho:org.eclipse.tycho.p2.maven.repository.tests >---- [INFO] Building Tycho Maven/p2 Repository Integration Tests 3.0.5-SNAPSHOT [16/76] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] The project's OSGi version is 3.0.5.202306220554 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] Resolving class path of Tycho Maven/p2 Repository Integration Tests... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/org.eclipse.tycho.p2.maven.repository.tests-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/org.eclipse.tycho.p2.maven.repository.tests-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] Skipping tests [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository.tests-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/org.eclipse.tycho.p2.maven.repository.tests-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository.tests-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository.tests-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository.tests-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/org.eclipse.tycho.p2.maven.repository.tests-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.maven.repository.tests-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ org.eclipse.tycho.p2.maven.repository.tests --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] ---------< org.eclipse.tycho:org.eclipse.tycho.p2.tools.tests >--------- [INFO] Building Tycho p2 Tools Tests 3.0.5-SNAPSHOT [17/76] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.p2.tools.tests --- [INFO] The project's OSGi version is 3.0.5.202306220554 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.tycho.p2.tools.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.tycho.p2.tools.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.tycho.p2.tools.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.tycho.p2.tools.tests --- [INFO] Resolving class path of Tycho p2 Tools Tests... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.p2.tools.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.tycho.p2.tools.tests --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.p2.tools.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tycho.p2.tools.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.tycho.p2.tools.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/org.eclipse.tycho.p2.tools.tests-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/org.eclipse.tycho.p2.tools.tests-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.tycho.p2.tools.tests --- [INFO] Skipping tests [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.p2.tools.tests --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.tests-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/org.eclipse.tycho.p2.tools.tests-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.tests-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.tests-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.tests-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/org.eclipse.tycho.p2.tools.tests-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.tests/3.0.5-SNAPSHOT/org.eclipse.tycho.p2.tools.tests-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.tycho.p2.tools.tests --- [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ org.eclipse.tycho.p2.tools.tests --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] --------------------< org.eclipse.tycho:sisu-osgi >--------------------- [INFO] Building Sisu OSGi/Plexus bridge 3.0.5-SNAPSHOT [18/76] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ sisu-osgi --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ sisu-osgi --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/sisu-osgi/3.0.5-SNAPSHOT/sisu-osgi-3.0.5-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ sisu-osgi --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] ------------------< org.eclipse.tycho:sisu-osgi-api >------------------- [INFO] Building Sisu OSGi Services API 3.0.5-SNAPSHOT [19/76] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ sisu-osgi-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-api/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ sisu-osgi-api --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ sisu-osgi-api --- [INFO] Writing manifest: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-api/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ sisu-osgi-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ sisu-osgi-api --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ sisu-osgi-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ sisu-osgi-api --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ sisu-osgi-api --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ sisu-osgi-api --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/sisu-osgi-api/3.0.5-SNAPSHOT/sisu-osgi-api-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-api/target/sisu-osgi-api-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/sisu-osgi-api/3.0.5-SNAPSHOT/sisu-osgi-api-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-api/target/sisu-osgi-api-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/sisu-osgi-api/3.0.5-SNAPSHOT/sisu-osgi-api-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ sisu-osgi-api --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] --------------< org.eclipse.tycho:sisu-equinox-embedder >--------------- [INFO] Building Sisu Equinox Embedder 3.0.5-SNAPSHOT [20/76] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ sisu-equinox-embedder --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-embedder/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ sisu-equinox-embedder --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ sisu-equinox-embedder --- [INFO] Discovered 1 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ sisu-equinox-embedder --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-embedder/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ sisu-equinox-embedder --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-test-metadata (default) @ sisu-equinox-embedder --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ sisu-equinox-embedder --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ sisu-equinox-embedder --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-embedder/target/sisu-equinox-embedder-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ sisu-equinox-embedder --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ sisu-equinox-embedder --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-embedder/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/sisu-equinox-embedder/3.0.5-SNAPSHOT/sisu-equinox-embedder-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-embedder/target/sisu-equinox-embedder-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/sisu-equinox-embedder/3.0.5-SNAPSHOT/sisu-equinox-embedder-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-embedder/target/sisu-equinox-embedder-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/sisu-equinox-embedder/3.0.5-SNAPSHOT/sisu-equinox-embedder-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ sisu-equinox-embedder --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] --------------< org.eclipse.tycho:sisu-equinox-launching >-------------- [INFO] Building Sisu Equinox Launching 3.0.5-SNAPSHOT [21/76] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ sisu-equinox-launching --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-launching/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ sisu-equinox-launching --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ sisu-equinox-launching --- [INFO] Discovered 2 component descriptors(s) [INFO] [INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ sisu-equinox-launching --- [INFO] Writing manifest: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-launching/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ sisu-equinox-launching --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-launching/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ sisu-equinox-launching --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-test-metadata (default) @ sisu-equinox-launching --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ sisu-equinox-launching --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ sisu-equinox-launching --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-launching/target/sisu-equinox-launching-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ sisu-equinox-launching --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ sisu-equinox-launching --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-launching/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/sisu-equinox-launching/3.0.5-SNAPSHOT/sisu-equinox-launching-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-launching/target/sisu-equinox-launching-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/sisu-equinox-launching/3.0.5-SNAPSHOT/sisu-equinox-launching-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-equinox-launching/target/sisu-equinox-launching-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/sisu-equinox-launching/3.0.5-SNAPSHOT/sisu-equinox-launching-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ sisu-equinox-launching --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] ----------------< org.eclipse.tycho:sisu-osgi-connect >----------------- [INFO] Building Sisu Implementation of the OSGi R8 Framework Connect Specification 3.0.5-SNAPSHOT [22/76] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ sisu-osgi-connect --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ sisu-osgi-connect --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ sisu-osgi-connect --- [INFO] Discovered 1 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ sisu-osgi-connect --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-connect/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ sisu-osgi-connect --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-test-metadata (default) @ sisu-osgi-connect --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ sisu-osgi-connect --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ sisu-osgi-connect --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-connect/target/sisu-osgi-connect-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ sisu-osgi-connect --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ sisu-osgi-connect --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-connect/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/sisu-osgi-connect/3.0.5-SNAPSHOT/sisu-osgi-connect-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-connect/target/sisu-osgi-connect-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/sisu-osgi-connect/3.0.5-SNAPSHOT/sisu-osgi-connect-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/sisu-osgi/sisu-osgi-connect/target/sisu-osgi-connect-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/sisu-osgi-connect/3.0.5-SNAPSHOT/sisu-osgi-connect-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ sisu-osgi-connect --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] ----------------< org.eclipse.tycho:tycho-embedder-api >---------------- [INFO] Building Tycho Embedder API 3.0.5-SNAPSHOT [23/76] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-embedder-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-embedder-api/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-embedder-api --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ tycho-embedder-api --- [INFO] Writing manifest: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-embedder-api/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-embedder-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-embedder-api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0: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] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-embedder-api --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-embedder-api/target/tycho-embedder-api-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-embedder-api --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-embedder-api --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-embedder-api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-embedder-api/3.0.5-SNAPSHOT/tycho-embedder-api-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-embedder-api/target/tycho-embedder-api-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-embedder-api/3.0.5-SNAPSHOT/tycho-embedder-api-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-embedder-api/target/tycho-embedder-api-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-embedder-api/3.0.5-SNAPSHOT/tycho-embedder-api-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho-embedder-api --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] -----------------< org.eclipse.tycho:p2-maven-plugin >------------------ [INFO] Building P2 Maven Integration 3.0.5-SNAPSHOT [24/76] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ p2-maven-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ p2-maven-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 39 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/p2-maven-plugin/src/main/java/org/eclipse/tycho/p2maven/repository/P2ArtifactRepositoryLayout.java: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/p2-maven-plugin/src/main/java/org/eclipse/tycho/p2maven/repository/P2ArtifactRepositoryLayout.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/p2-maven-plugin/src/main/java/org/eclipse/tycho/p2maven/repository/P2ArtifactRepositoryLayout.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-plugin-plugin:3.9.0:descriptor (default-descriptor) @ p2-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 0 mojo descriptor. [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ p2-maven-plugin --- [INFO] Discovered 21 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ p2-maven-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/p2-maven-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ p2-maven-plugin --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-test-metadata (default) @ p2-maven-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ p2-maven-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ p2-maven-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/p2-maven-plugin/target/p2-maven-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ p2-maven-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ p2-maven-plugin --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ p2-maven-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/p2-maven-plugin/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/p2-maven-plugin/3.0.5-SNAPSHOT/p2-maven-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/p2-maven-plugin/target/p2-maven-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/p2-maven-plugin/3.0.5-SNAPSHOT/p2-maven-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/p2-maven-plugin/target/p2-maven-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/p2-maven-plugin/3.0.5-SNAPSHOT/p2-maven-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ p2-maven-plugin --- [WARNING] [WARNING] You are about to deploy a maven-plugin using Maven 3.8.5. [WARNING] This plugin should be used ONLY with Maven 3.9.0 and newer, as MNG-7055 [WARNING] is fixed in those versions of Maven only! [WARNING] [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] ---------------< org.eclipse.tycho:tycho-metadata-model >--------------- [INFO] Building Tycho Eclipse Project Metadata Model 3.0.5-SNAPSHOT [25/76] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-metadata-model --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-metadata-model/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-metadata-model --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 12 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-metadata-model --- [INFO] Copying 7 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-metadata-model --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-metadata-model --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-metadata-model --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-metadata-model/target/tycho-metadata-model-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-metadata-model --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-metadata-model --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-metadata-model/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-metadata-model/3.0.5-SNAPSHOT/tycho-metadata-model-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-metadata-model/target/tycho-metadata-model-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-metadata-model/3.0.5-SNAPSHOT/tycho-metadata-model-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-metadata-model/target/tycho-metadata-model-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-metadata-model/3.0.5-SNAPSHOT/tycho-metadata-model-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho-metadata-model --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] --------------< org.eclipse.tycho:tycho-testing-harness >--------------- [INFO] Building Tycho Testing Harness 3.0.5-SNAPSHOT [26/76] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-testing-harness --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-testing-harness --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-testing-harness/src/main/java/org/eclipse/tycho/testing/AbstractTychoMojoTestCase.java: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-testing-harness/src/main/java/org/eclipse/tycho/testing/AbstractTychoMojoTestCase.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.x/tycho-testing-harness/src/main/java/org/eclipse/tycho/test/util/TychoMatchers.java: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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.1:generate-metadata (default) @ tycho-testing-harness --- [INFO] Discovered 2 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-testing-harness --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-testing-harness/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-testing-harness --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-test-metadata (default) @ tycho-testing-harness --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-testing-harness --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-testing-harness --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-testing-harness/target/tycho-testing-harness-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-testing-harness --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-testing-harness --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-testing-harness/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-testing-harness/3.0.5-SNAPSHOT/tycho-testing-harness-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-testing-harness/target/tycho-testing-harness-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-testing-harness/3.0.5-SNAPSHOT/tycho-testing-harness-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-testing-harness/target/tycho-testing-harness-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-testing-harness/3.0.5-SNAPSHOT/tycho-testing-harness-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho-testing-harness --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] --------------------< org.eclipse.tycho:tycho-core >-------------------- [INFO] Building Tycho Core 3.0.5-SNAPSHOT [27/76] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (compile-system-packages-companion-jar) @ tycho-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 9] to target/classes [WARNING] system modules path not set in conjunction with -source 9 [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (system-packages-companion-jar) @ tycho-core --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/tycho-core-3.0.5-SNAPSHOT-system-packages-companion.jar [INFO] [INFO] --- maven-antrun-plugin:3.1.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-3.0.x/tycho-core/src/main/resources [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-core --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 100 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/src/main/java/org/eclipse/tycho/core/osgitools/OsgiManifest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/src/main/java/org/eclipse/tycho/core/osgitools/OsgiManifest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ tycho-core --- [INFO] Discovered 37 component descriptors(s) [INFO] [INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ tycho-core --- [INFO] Writing manifest: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-core --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] Copying 380 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 28 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/src/test/java/org/eclipse/tycho/core/test/MavenDependencyCollectorTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/src/test/java/org/eclipse/tycho/core/test/MavenDependencyCollectorTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/src/test/java/org/eclipse/tycho/core/resolver/TychoMirrorSelectorTest.java: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/src/test/java/org/eclipse/tycho/core/resolver/TychoMirrorSelectorTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/src/test/java/org/eclipse/tycho/core/resolver/TychoMirrorSelectorTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- plexus-component-metadata:2.1.1: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] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-core --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/tycho-core-3.0.5-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-3.0.x/tycho-core/target/tycho-core-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-jar-plugin:3.3.0:test-jar (test-jar) @ tycho-core --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/tycho-core-3.0.5-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-core --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/tycho-core-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/tycho-core-3.0.5-SNAPSHOT-system-packages-companion.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT-system-packages-companion.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/tycho-core-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-core/target/tycho-core-3.0.5-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/3.0.5-SNAPSHOT/tycho-core-3.0.5-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho-core --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] ----------------< org.eclipse.tycho:tycho-lib-detector >---------------- [INFO] Building Tycho JVM Library Detector 3.0.5-SNAPSHOT [28/76] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-lib-detector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-lib-detector/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-lib-detector --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-lib-detector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-lib-detector/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0: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] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-lib-detector --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-lib-detector --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-lib-detector --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-lib-detector/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-lib-detector/3.0.5-SNAPSHOT/tycho-lib-detector-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-lib-detector/target/tycho-lib-detector-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-lib-detector/3.0.5-SNAPSHOT/tycho-lib-detector-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-lib-detector/target/tycho-lib-detector-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-lib-detector/3.0.5-SNAPSHOT/tycho-lib-detector-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho-lib-detector --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] ----------------< org.eclipse.tycho:tycho-compiler-jdt >---------------- [INFO] Building Tycho JDT Compiler Component 3.0.5-SNAPSHOT [29/76] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-compiler-jdt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-jdt/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-compiler-jdt --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ tycho-compiler-jdt --- [INFO] Discovered 2 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-compiler-jdt --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-compiler-jdt --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-test-metadata (default) @ tycho-compiler-jdt --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-compiler-jdt --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-compiler-jdt --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-jdt/target/tycho-compiler-jdt-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-compiler-jdt --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-compiler-jdt --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-jdt/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-compiler-jdt/3.0.5-SNAPSHOT/tycho-compiler-jdt-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-jdt/target/tycho-compiler-jdt-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-compiler-jdt/3.0.5-SNAPSHOT/tycho-compiler-jdt-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-jdt/target/tycho-compiler-jdt-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-compiler-jdt/3.0.5-SNAPSHOT/tycho-compiler-jdt-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho-compiler-jdt --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] --------------< org.eclipse.tycho:tycho-compiler-plugin >--------------- [INFO] Building Tycho OSGi Compiler Plugin 3.0.5-SNAPSHOT [30/76] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-compiler-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-compiler-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 17] to target/classes [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/src/main/java/copied/org/apache/maven/plugin/AbstractCompilerMojo.java:[129,20] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/src/main/java/copied/org/apache/maven/plugin/AbstractCompilerMojo.java:[228,33] deprecated item is not annotated with @Deprecated [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/src/main/java/org/eclipse/tycho/compiler/AbstractOsgiCompilerMojo.java: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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.9.0:descriptor (default-descriptor) @ tycho-compiler-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-compiler-plugin --- [INFO] Copying 258 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-compiler-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/src/test/java/org/eclipse/tycho/osgicompiler/test/OsgiCompilerTest.java: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/src/test/java/org/eclipse/tycho/osgicompiler/test/OsgiCompilerTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/src/test/java/org/eclipse/tycho/osgicompiler/test/OsgiCompilerTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-compiler-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-compiler-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/tycho-compiler-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-compiler-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-compiler-plugin --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-compiler-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-compiler-plugin/3.0.5-SNAPSHOT/tycho-compiler-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/tycho-compiler-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-compiler-plugin/3.0.5-SNAPSHOT/tycho-compiler-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-compiler-plugin/target/tycho-compiler-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-compiler-plugin/3.0.5-SNAPSHOT/tycho-compiler-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho-compiler-plugin --- [WARNING] [WARNING] You are about to deploy a maven-plugin using Maven 3.8.5. [WARNING] This plugin should be used ONLY with Maven 3.9.0 and newer, as MNG-7055 [WARNING] is fixed in those versions of Maven only! [WARNING] [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] --------------< org.eclipse.tycho:tycho-packaging-plugin >-------------- [INFO] Building Tycho OSGi Packaging Plugin 3.0.5-SNAPSHOT [31/76] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-packaging-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-packaging-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 32 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/src/main/java/org/eclipse/tycho/packaging/UpdateSiteAssembler.java: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/src/main/java/org/eclipse/tycho/packaging/UpdateSiteAssembler.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/src/main/java/org/eclipse/tycho/packaging/UpdateSiteAssembler.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-plugin-plugin:3.9.0:descriptor (default-descriptor) @ tycho-packaging-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 10 mojo descriptors. [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ tycho-packaging-plugin --- [INFO] Discovered 8 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-packaging-plugin --- [INFO] Copying 111 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-packaging-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 14 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/src/test/java/org/eclipse/tycho/buildnumber/test/PackageIUMojoTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/src/test/java/org/eclipse/tycho/buildnumber/test/PackageIUMojoTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plexus-component-metadata:2.1.1: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] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-packaging-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/tycho-packaging-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-packaging-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-packaging-plugin --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-packaging-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-packaging-plugin/3.0.5-SNAPSHOT/tycho-packaging-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/tycho-packaging-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-packaging-plugin/3.0.5-SNAPSHOT/tycho-packaging-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-packaging-plugin/target/tycho-packaging-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-packaging-plugin/3.0.5-SNAPSHOT/tycho-packaging-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho-packaging-plugin --- [WARNING] [WARNING] You are about to deploy a maven-plugin using Maven 3.8.5. [WARNING] This plugin should be used ONLY with Maven 3.9.0 and newer, as MNG-7055 [WARNING] is fixed in those versions of Maven only! [WARNING] [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] ---------------------< org.eclipse.tycho:tycho-p2 >--------------------- [INFO] Building Tycho p2 Tools Parent 3.0.5-SNAPSHOT [32/76] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-p2 --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-p2 --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2/3.0.5-SNAPSHOT/tycho-p2-3.0.5-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho-p2 --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] -----------------< org.eclipse.tycho:tycho-p2-facade >------------------ [INFO] Building Tycho p2 Resolver Component 3.0.5-SNAPSHOT [33/76] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-p2-facade --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-facade/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-p2-facade --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-facade/src/main/java/org/eclipse/tycho/p2/resolver/P2DependencyResolver.java: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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.1:generate-metadata (default) @ tycho-p2-facade --- [INFO] Discovered 2 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-p2-facade --- [INFO] Copying 11 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-p2-facade --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-test-metadata (default) @ tycho-p2-facade --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-p2-facade --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-p2-facade --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-p2-facade --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-p2-facade --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-facade/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2-facade/3.0.5-SNAPSHOT/tycho-p2-facade-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2-facade/3.0.5-SNAPSHOT/tycho-p2-facade-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2-facade/3.0.5-SNAPSHOT/tycho-p2-facade-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho-p2-facade --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] ---------------< org.eclipse.tycho:tycho-source-plugin >---------------- [INFO] Building Tycho OSGi Source Plugin 3.0.5-SNAPSHOT [34/76] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-source-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-source-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-source-plugin/src/main/java/org/eclipse/tycho/source/SourceFeatureMojo.java: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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.9.0:descriptor (default-descriptor) @ tycho-source-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [WARNING] Found unsupported javadoc inline tag 'see' in tycho-source-plugin/src/main/java/org/eclipse/tycho/source/OsgiSourceMojo.java:115 [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ tycho-source-plugin --- [INFO] Discovered 3 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-source-plugin --- [INFO] Copying 8 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-source-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-source-plugin/src/test/java/org/eclipse/tycho/source/OsgiSourceMojoTest.java: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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.1:generate-test-metadata (default) @ tycho-source-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-source-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-source-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-source-plugin/target/tycho-source-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-source-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-source-plugin --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-source-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-source-plugin/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-source-plugin/3.0.5-SNAPSHOT/tycho-source-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-source-plugin/target/tycho-source-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-source-plugin/3.0.5-SNAPSHOT/tycho-source-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-source-plugin/target/tycho-source-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-source-plugin/3.0.5-SNAPSHOT/tycho-source-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho-source-plugin --- [WARNING] [WARNING] You are about to deploy a maven-plugin using Maven 3.8.5. [WARNING] This plugin should be used ONLY with Maven 3.9.0 and newer, as MNG-7055 [WARNING] is fixed in those versions of Maven only! [WARNING] [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] ----------< org.eclipse.tycho:target-platform-configuration >----------- [INFO] Building Tycho Target Platform Configuration Plugin 3.0.5-SNAPSHOT [35/76] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ target-platform-configuration --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ target-platform-configuration --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- maven-plugin-plugin:3.9.0: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] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ target-platform-configuration --- [INFO] Discovered 1 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ target-platform-configuration --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/target-platform-configuration/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ target-platform-configuration --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-test-metadata (default) @ target-platform-configuration --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ target-platform-configuration --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ target-platform-configuration --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/target-platform-configuration/target/target-platform-configuration-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ target-platform-configuration --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ target-platform-configuration --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ target-platform-configuration --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/target-platform-configuration/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/target-platform-configuration/3.0.5-SNAPSHOT/target-platform-configuration-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/target-platform-configuration/target/target-platform-configuration-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/target-platform-configuration/3.0.5-SNAPSHOT/target-platform-configuration-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/target-platform-configuration/target/target-platform-configuration-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/target-platform-configuration/3.0.5-SNAPSHOT/target-platform-configuration-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ target-platform-configuration --- [WARNING] [WARNING] You are about to deploy a maven-plugin using Maven 3.8.5. [WARNING] This plugin should be used ONLY with Maven 3.9.0 and newer, as MNG-7055 [WARNING] is fixed in those versions of Maven only! [WARNING] [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] ----------------< org.eclipse.tycho:tycho-maven-plugin >---------------- [INFO] Building Tycho Maven Build Extension 3.0.5-SNAPSHOT [36/76] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-maven-plugin --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-maven-plugin --- [INFO] No sources to compile [INFO] [INFO] --- maven-plugin-plugin:3.9.0: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. [WARNING] Cannot determine the required Maven version automatically, it is recommended to configure some explicit value manually. [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-maven-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-maven-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0: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] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-maven-plugin --- [INFO] [INFO] --- maven-plugin-plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-maven-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-maven-plugin --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-maven-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-maven-plugin/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-maven-plugin/3.0.5-SNAPSHOT/tycho-maven-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-maven-plugin/target/tycho-maven-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-maven-plugin/3.0.5-SNAPSHOT/tycho-maven-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-maven-plugin/target/tycho-maven-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-maven-plugin/3.0.5-SNAPSHOT/tycho-maven-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho-maven-plugin --- [WARNING] [WARNING] You are about to deploy a maven-plugin using Maven 3.8.5. [WARNING] This plugin should be used ONLY with Maven 3.9.0 and newer, as MNG-7055 [WARNING] is fixed in those versions of Maven only! [WARNING] [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] -----------------< org.eclipse.tycho:tycho-ds-plugin >------------------ [INFO] Building Tycho OSGi Declarative Services Plugin 3.0.5-SNAPSHOT [37/76] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-ds-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-ds-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/classes [INFO] [INFO] --- maven-plugin-plugin:3.9.0:descriptor (default-descriptor) @ tycho-ds-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 1 mojo descriptor. [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-ds-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-ds-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-ds-plugin --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-ds-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-ds-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-ds-plugin/target/tycho-ds-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-ds-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-ds-plugin --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-ds-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-ds-plugin/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-ds-plugin/3.0.5-SNAPSHOT/tycho-ds-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-ds-plugin/target/tycho-ds-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-ds-plugin/3.0.5-SNAPSHOT/tycho-ds-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-ds-plugin/target/tycho-ds-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-ds-plugin/3.0.5-SNAPSHOT/tycho-ds-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho-ds-plugin --- [WARNING] [WARNING] You are about to deploy a maven-plugin using Maven 3.8.5. [WARNING] This plugin should be used ONLY with Maven 3.9.0 and newer, as MNG-7055 [WARNING] is fixed in those versions of Maven only! [WARNING] [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] ------------< org.eclipse.tycho:tycho-buildtimestamp-jgit >------------- [INFO] Building Tycho JGit Build Timestamp Provider Plugin 3.0.5-SNAPSHOT [38/76] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-buildtimestamp-jgit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-buildtimestamp-jgit/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-buildtimestamp-jgit --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ tycho-buildtimestamp-jgit --- [INFO] Discovered 1 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-buildtimestamp-jgit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-buildtimestamp-jgit/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-buildtimestamp-jgit --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-test-metadata (default) @ tycho-buildtimestamp-jgit --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-buildtimestamp-jgit --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-buildtimestamp-jgit --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-buildtimestamp-jgit/target/tycho-buildtimestamp-jgit-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-buildtimestamp-jgit --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-buildtimestamp-jgit --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-buildtimestamp-jgit/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-buildtimestamp-jgit/3.0.5-SNAPSHOT/tycho-buildtimestamp-jgit-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-buildtimestamp-jgit/target/tycho-buildtimestamp-jgit-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-buildtimestamp-jgit/3.0.5-SNAPSHOT/tycho-buildtimestamp-jgit-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-buildtimestamp-jgit/target/tycho-buildtimestamp-jgit-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-buildtimestamp-jgit/3.0.5-SNAPSHOT/tycho-buildtimestamp-jgit-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho-buildtimestamp-jgit --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] ------< org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter >------- [INFO] Building Tycho Surefire OSGi Booter Eclipse Application 3.0.5-SNAPSHOT [39/76] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] The project's OSGi version is 3.0.5.202306220554 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] Resolving class path of Tycho Surefire OSGi Booter Eclipse Application... [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-dependency-plugin:3.6.0:copy (copy) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-api:3.0.0-M5:jar [INFO] Configured Artifact: org.apache.maven.surefire:surefire-logger-api:3.0.0-M5:jar [INFO] Configured Artifact: org.apache.maven.surefire:surefire-booter:3.0.0-M5:jar [INFO] Configured Artifact: org.apache.maven.surefire:maven-surefire-common:3.0.0-M5:jar [INFO] Configured Artifact: org.apache.maven.surefire:surefire-extensions-api:3.0.0-M5:jar [INFO] Configured Artifact: org.apache.maven.surefire:surefire-shared-utils:3.0.0-M5:jar [INFO] Configured Artifact: org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-java5:3.0.0-M5:jar [INFO] Copying surefire-api-3.0.0-M5.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/jars/surefire-api-3.0.0-M5.jar [INFO] Copying surefire-logger-api-3.0.0-M5.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/jars/surefire-logger-api-3.0.0-M5.jar [INFO] Copying surefire-booter-3.0.0-M5.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/jars/surefire-booter-3.0.0-M5.jar [INFO] Copying maven-surefire-common-3.0.0-M5.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/jars/maven-surefire-common-3.0.0-M5.jar [INFO] Copying surefire-extensions-api-3.0.0-M5.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/jars/surefire-extensions-api-3.0.0-M5.jar [INFO] Copying surefire-shared-utils-3.0.0-M5.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/jars/surefire-shared-utils-3.0.0-M5.jar [INFO] Copying maven-failsafe-plugin-3.0.0-M5.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/jars/maven-failsafe-plugin-3.0.0-M5.jar [INFO] Copying common-java5-3.0.0-M5.jar to /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/jars/common-java5-3.0.0-M5.jar [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] Tests are skipped. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/org.eclipse.tycho.surefire.osgibooter-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/org.eclipse.tycho.surefire.osgibooter-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.osgibooter-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/org.eclipse.tycho.surefire.osgibooter-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.osgibooter-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.osgibooter-3.0.5-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.osgibooter-3.0.5-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/org.eclipse.tycho.surefire.osgibooter-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.osgibooter-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ org.eclipse.tycho.surefire.osgibooter --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] ------------------< org.eclipse.tycho:tycho-surefire >------------------ [INFO] Building Tycho Surefire Parent 3.0.5-SNAPSHOT [40/76] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-surefire --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-surefire --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-surefire/3.0.5-SNAPSHOT/tycho-surefire-3.0.5-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho-surefire --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] ---------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit >--------- [INFO] Building Tycho Surefire OSGi JUnit 3 Runner 3.0.5-SNAPSHOT [41/76] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.6.0:unpack (unpack) @ org.eclipse.tycho.surefire.junit --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit3:3.0.0-M5:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-junit3:3.0.0-M5:jar [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.4.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-3.0.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-3.0.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-3.0.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0: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] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit/target/org.eclipse.tycho.surefire.junit-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit/target/org.eclipse.tycho.surefire.junit-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit/target/org.eclipse.tycho.surefire.junit-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ org.eclipse.tycho.surefire.junit --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit4 >--------- [INFO] Building Tycho Surefire OSGi JUnit 4 Runner 3.0.5-SNAPSHOT [42/76] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.6.0:unpack (unpack) @ org.eclipse.tycho.surefire.junit4 --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit4:3.0.0-M5:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-junit4:3.0.0-M5:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-junit3:3.0.0-M5:jar [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit4 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit4 --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.4.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-3.0.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-3.0.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-3.0.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit4 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit4/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0: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] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit4 --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit4/target/org.eclipse.tycho.surefire.junit4-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit4 --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit4 --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit4/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit4-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit4/target/org.eclipse.tycho.surefire.junit4-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit4-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit4/target/org.eclipse.tycho.surefire.junit4-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit4-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ org.eclipse.tycho.surefire.junit4 --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit47 >-------- [INFO] Building Tycho Surefire OSGi JUnit 4.7 Runner 3.0.5-SNAPSHOT [43/76] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.6.0:unpack (unpack) @ org.eclipse.tycho.surefire.junit47 --- [INFO] Configured Artifact: org.apache.maven.surefire:common-junit4:3.0.0-M5:jar [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit47:3.0.0-M5:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-junit48:3.0.0-M5:jar [INFO] Configured Artifact: org.apache.maven.surefire:surefire-grouper:3.0.0-M5:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-junit3:3.0.0-M5:jar [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit47 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit47 --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.4.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-3.0.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-3.0.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-3.0.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit47 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit47/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0: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] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit47 --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit47/target/org.eclipse.tycho.surefire.junit47-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit47 --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit47 --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit47/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit47-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit47/target/org.eclipse.tycho.surefire.junit47-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit47-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit47/target/org.eclipse.tycho.surefire.junit47-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit47-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ org.eclipse.tycho.surefire.junit47 --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit5 >--------- [INFO] Building Tycho Surefire OSGi JUnit 5 Runner 3.0.5-SNAPSHOT [44/76] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.6.0:unpack (unpack) @ org.eclipse.tycho.surefire.junit5 --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:3.0.0-M5:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.0.3:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.0.3:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.0.3:jar [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.0.3:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-java5:3.0.0-M5:jar [INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:4.12.3:jar [INFO] Configured Artifact: org.opentest4j:opentest4j:1.0.0:jar [INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.0.0:jar [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit5 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit5 --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.4.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-3.0.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-3.0.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-3.0.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit5 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit5/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0: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] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit5 --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit5/target/org.eclipse.tycho.surefire.junit5-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit5 --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit5 --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit5/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit5-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit5/target/org.eclipse.tycho.surefire.junit5-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit5-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit5/target/org.eclipse.tycho.surefire.junit5-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit5-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ org.eclipse.tycho.surefire.junit5 --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit54 >-------- [INFO] Building Tycho Surefire OSGi JUnit 5.4 Runner 3.0.5-SNAPSHOT [45/76] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.6.0:unpack (unpack) @ org.eclipse.tycho.surefire.junit54 --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:3.0.0-M5:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.4.1:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.4.1:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.4.1:jar [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.4.1:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-java5:3.0.0-M5:jar [INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:5.4.1:jar [INFO] Configured Artifact: org.opentest4j:opentest4j:1.1.1:jar [INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.0.0:jar [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit54 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit54 --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.4.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-3.0.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-3.0.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-3.0.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit54 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit54/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0: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] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit54 --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit54/target/org.eclipse.tycho.surefire.junit54-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit54 --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit54 --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit54/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit54-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit54/target/org.eclipse.tycho.surefire.junit54-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit54-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit54/target/org.eclipse.tycho.surefire.junit54-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit54-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ org.eclipse.tycho.surefire.junit54 --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit55 >-------- [INFO] Building Tycho Surefire OSGi JUnit 5.5 Runner 3.0.5-SNAPSHOT [46/76] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.6.0:unpack (unpack) @ org.eclipse.tycho.surefire.junit55 --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:3.0.0-M5:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.5.1:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.5.1:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.5.1:jar [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.5.1:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-java5:3.0.0-M5:jar [INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:5.5.1:jar [INFO] Configured Artifact: org.opentest4j:opentest4j:1.1.1:jar [INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.0.0:jar [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit55 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit55 --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.4.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-3.0.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-3.0.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-3.0.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit55 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit55/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0: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] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit55 --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit55/target/org.eclipse.tycho.surefire.junit55-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit55 --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit55 --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit55/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit55-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit55/target/org.eclipse.tycho.surefire.junit55-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit55-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit55/target/org.eclipse.tycho.surefire.junit55-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit55-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ org.eclipse.tycho.surefire.junit55 --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit56 >-------- [INFO] Building Tycho Surefire OSGi JUnit 5.6 Runner 3.0.5-SNAPSHOT [47/76] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.6.0:unpack (unpack) @ org.eclipse.tycho.surefire.junit56 --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:3.0.0-M5:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.6.3:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.6.3:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.6.3:jar [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.6.3:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-java5:3.0.0-M5:jar [INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:5.6.3:jar [INFO] Configured Artifact: org.opentest4j:opentest4j:1.2.0:jar [INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.1.0:jar [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit56 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit56 --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.4.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-3.0.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-3.0.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-3.0.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit56 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit56/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0: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] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit56 --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit56/target/org.eclipse.tycho.surefire.junit56-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit56 --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit56 --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit56/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit56-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit56/target/org.eclipse.tycho.surefire.junit56-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit56-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit56/target/org.eclipse.tycho.surefire.junit56-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit56-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ org.eclipse.tycho.surefire.junit56 --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit57 >-------- [INFO] Building Tycho Surefire OSGi JUnit 5.7 Runner 3.0.5-SNAPSHOT [48/76] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.6.0:unpack (unpack) @ org.eclipse.tycho.surefire.junit57 --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:3.0.0-M5:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.7.2:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.7.2:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.7.2:jar [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.7.2:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-java5:3.0.0-M5:jar [INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.1.0:jar [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit57 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit57 --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.4.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-3.0.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-3.0.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-3.0.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit57 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit57/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0: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] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit57 --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit57/target/org.eclipse.tycho.surefire.junit57-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit57 --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit57 --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit57/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit57-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit57/target/org.eclipse.tycho.surefire.junit57-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit57-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit57/target/org.eclipse.tycho.surefire.junit57-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit57-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ org.eclipse.tycho.surefire.junit57 --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] --< org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage >--- [INFO] Building Tycho Surefire OSGi JUnit 5.7 Runner with JUnit Vintage to execute JUnit 4.x tests as well 3.0.5-SNAPSHOT [49/76] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.6.0:unpack (unpack) @ org.eclipse.tycho.surefire.junit57withvintage --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:3.0.0-M5:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.7.2:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.7.2:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.7.2:jar [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.7.2:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-java5:3.0.0-M5:jar [INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:5.7.2:jar [INFO] Configured Artifact: org.opentest4j:opentest4j:1.2.0:jar [INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.1.0:jar [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit57withvintage --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit57withvintage --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.4.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit57withvintage --- [WARNING] Cannot consider developer in line '44' of file '/home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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-3.0.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/bnd.bnd [0:0]: Host org.eclipse.tycho.surefire.osgibooter= for this fragment/require bundle cannot be found on the classpath [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/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.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit57withvintage --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit57withvintage --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.surefire.junit57withvintage --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit57withvintage --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/target/org.eclipse.tycho.surefire.junit57withvintage-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit57withvintage --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit57withvintage --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit57withvintage-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/target/org.eclipse.tycho.surefire.junit57withvintage-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit57withvintage-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/target/org.eclipse.tycho.surefire.junit57withvintage-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit57withvintage-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ org.eclipse.tycho.surefire.junit57withvintage --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit58 >-------- [INFO] Building Tycho Surefire OSGi JUnit 5.8 Runner 3.0.5-SNAPSHOT [50/76] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.6.0:unpack (unpack) @ org.eclipse.tycho.surefire.junit58 --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:3.0.0-M5:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.8.2:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.8.2:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.8.2:jar [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.8.2:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-java5:3.0.0-M5:jar [INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.1.2:jar [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit58 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit58 --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.4.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit58 --- [WARNING] Cannot consider developer in line '44' of file '/home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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-3.0.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit58/bnd.bnd [0:0]: Host org.eclipse.tycho.surefire.osgibooter= for this fragment/require bundle cannot be found on the classpath [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit58/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.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit58 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit58/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit58 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.surefire.junit58 --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit58 --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit58/target/org.eclipse.tycho.surefire.junit58-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit58 --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit58 --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit58/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit58-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit58/target/org.eclipse.tycho.surefire.junit58-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit58-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit58/target/org.eclipse.tycho.surefire.junit58-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit58-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ org.eclipse.tycho.surefire.junit58 --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] --< org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage >--- [INFO] Building Tycho Surefire OSGi JUnit 5.8 Runner with JUnit Vintage to execute JUnit 4.x tests as well 3.0.5-SNAPSHOT [51/76] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.6.0:unpack (unpack) @ org.eclipse.tycho.surefire.junit58withvintage --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:3.0.0-M5:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.8.2:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.8.2:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.8.2:jar [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.8.2:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-java5:3.0.0-M5:jar [INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:5.8.2:jar [INFO] Configured Artifact: org.opentest4j:opentest4j:1.2.0:jar [INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.1.2:jar [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit58withvintage --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit58withvintage --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.4.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit58withvintage --- [WARNING] Cannot consider developer in line '44' of file '/home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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-3.0.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/bnd.bnd [0:0]: Host org.eclipse.tycho.surefire.osgibooter= for this fragment/require bundle cannot be found on the classpath [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/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.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit58withvintage --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit58withvintage --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.surefire.junit58withvintage --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit58withvintage --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/target/org.eclipse.tycho.surefire.junit58withvintage-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit58withvintage --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit58withvintage --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit58withvintage-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/target/org.eclipse.tycho.surefire.junit58withvintage-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit58withvintage-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/target/org.eclipse.tycho.surefire.junit58withvintage-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit58withvintage-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ org.eclipse.tycho.surefire.junit58withvintage --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit59 >-------- [INFO] Building Tycho Surefire OSGi JUnit 5.9 Runner 3.0.5-SNAPSHOT [52/76] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.6.0:unpack (unpack) @ org.eclipse.tycho.surefire.junit59 --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:3.0.0-M5:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.9.1:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.9.1:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.9.1:jar [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.9.1:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-java5:3.0.0-M5:jar [INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.1.2:jar [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit59 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit59 --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.4.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit59 --- [WARNING] Cannot consider developer in line '44' of file '/home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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-3.0.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit59/bnd.bnd [0:0]: Host org.eclipse.tycho.surefire.osgibooter= for this fragment/require bundle cannot be found on the classpath [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit59/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.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit59 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit59/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit59 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.surefire.junit59 --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit59 --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit59/target/org.eclipse.tycho.surefire.junit59-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit59 --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit59 --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit59/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit59-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit59/target/org.eclipse.tycho.surefire.junit59-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit59-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit59/target/org.eclipse.tycho.surefire.junit59-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit59-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ org.eclipse.tycho.surefire.junit59 --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] --< org.eclipse.tycho:org.eclipse.tycho.surefire.junit59withvintage >--- [INFO] Building Tycho Surefire OSGi JUnit 5.9 Runner with JUnit Vintage to execute JUnit 4.x tests as well 3.0.5-SNAPSHOT [53/76] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.6.0:unpack (unpack) @ org.eclipse.tycho.surefire.junit59withvintage --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:3.0.0-M5:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.9.1:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.9.1:jar [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.9.1:jar [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.9.1:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-java5:3.0.0-M5:jar [INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:5.9.1:jar [INFO] Configured Artifact: org.opentest4j:opentest4j:1.2.0:jar [INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.1.2:jar [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.junit59withvintage --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ org.eclipse.tycho.surefire.junit59withvintage --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.4.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit59withvintage --- [WARNING] Cannot consider developer in line '44' of file '/home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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-3.0.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit59withvintage/bnd.bnd [0:0]: Host org.eclipse.tycho.surefire.osgibooter= for this fragment/require bundle cannot be found on the classpath [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit59withvintage/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.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit59withvintage --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit59withvintage/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit59withvintage --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.surefire.junit59withvintage --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit59withvintage --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit59withvintage/target/org.eclipse.tycho.surefire.junit59withvintage-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit59withvintage --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.junit59withvintage --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit59withvintage/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit59withvintage-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit59withvintage/target/org.eclipse.tycho.surefire.junit59withvintage-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit59withvintage-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.junit59withvintage/target/org.eclipse.tycho.surefire.junit59withvintage-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.junit59withvintage-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ org.eclipse.tycho.surefire.junit59withvintage --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.testng >--------- [INFO] Building Tycho Surefire OSGi TestNG Runner 3.0.5-SNAPSHOT [54/76] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.6.0:unpack (unpack) @ org.eclipse.tycho.surefire.testng --- [INFO] Configured Artifact: org.apache.maven.surefire:surefire-testng-utils:3.0.0-M5:jar [INFO] Configured Artifact: org.apache.maven.surefire:surefire-testng:3.0.0-M5:jar [INFO] Configured Artifact: org.apache.maven.surefire:surefire-grouper:3.0.0-M5:jar [INFO] Configured Artifact: org.apache.maven.surefire:common-java5:3.0.0-M5:jar [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ org.eclipse.tycho.surefire.testng --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ org.eclipse.tycho.surefire.testng --- [INFO] No sources to compile [INFO] [INFO] --- bnd-maven-plugin:6.4.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-3.0.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-3.0.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-3.0.x/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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.3.1:testResources (default-testResources) @ org.eclipse.tycho.surefire.testng --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.testng/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0: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] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ org.eclipse.tycho.surefire.testng --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.testng/target/org.eclipse.tycho.surefire.testng-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.testng --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.tycho.surefire.testng --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.testng/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.testng-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.testng/target/org.eclipse.tycho.surefire.testng-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.testng-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/org.eclipse.tycho.surefire.testng/target/org.eclipse.tycho.surefire.testng-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/3.0.5-SNAPSHOT/org.eclipse.tycho.surefire.testng-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ org.eclipse.tycho.surefire.testng --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] --------------< org.eclipse.tycho:tycho-surefire-plugin >--------------- [INFO] Building Tycho Surefire Plugin 3.0.5-SNAPSHOT [55/76] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-surefire-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-surefire-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 28 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- maven-plugin-plugin:3.9.0:descriptor (default-descriptor) @ tycho-surefire-plugin --- [WARNING] Some dependencies of Maven Plugins are expected to be in provided scope. Please make sure that dependencies listed below declared in POM have set 'provided' as well. The following dependencies are in wrong scope: * org.apache.maven:maven-toolchain:jar:3.0-alpha-2:compile [INFO] Using 'UTF-8' encoding to read mojo source files. [WARNING] Unresolvable link in javadoc tag with value argLine found in tycho-surefire/tycho-surefire-plugin/src/main/java/org/eclipse/tycho/surefire/AbstractTestMojo.java:153: Could not resolve javadoc reference JavadocReference [moduleName=Optional.empty, packageNameClassName=Optional[argLine], member=Optional.empty, label=Optional.empty] [WARNING] Unresolvable link in javadoc tag with value argLine found in tycho-surefire/tycho-surefire-plugin/src/main/java/org/eclipse/tycho/surefire/AbstractTestMojo.java:153: Could not resolve javadoc reference JavadocReference [moduleName=Optional.empty, packageNameClassName=Optional[argLine], member=Optional.empty, label=Optional.empty] [WARNING] Unresolvable link in javadoc tag with value argLine found in tycho-surefire/tycho-surefire-plugin/src/main/java/org/eclipse/tycho/surefire/AbstractTestMojo.java:153: Could not resolve javadoc reference JavadocReference [moduleName=Optional.empty, packageNameClassName=Optional[argLine], member=Optional.empty, label=Optional.empty] [INFO] java-annotations mojo extractor found 2 mojo descriptors. [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ tycho-surefire-plugin --- [INFO] Discovered 16 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-surefire-plugin --- [INFO] Copying 20 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-surefire-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/tycho-surefire-plugin/src/test/java/org/eclipse/tycho/surefire/TestMojoToolchainTests.java: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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.1:generate-test-metadata (default) @ tycho-surefire-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-surefire-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-surefire-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/tycho-surefire-plugin/target/tycho-surefire-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-surefire-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-surefire-plugin --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-surefire-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/tycho-surefire-plugin/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-surefire-plugin/3.0.5-SNAPSHOT/tycho-surefire-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/tycho-surefire-plugin/target/tycho-surefire-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-surefire-plugin/3.0.5-SNAPSHOT/tycho-surefire-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-surefire/tycho-surefire-plugin/target/tycho-surefire-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-surefire-plugin/3.0.5-SNAPSHOT/tycho-surefire-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho-surefire-plugin --- [WARNING] [WARNING] You are about to deploy a maven-plugin using Maven 3.8.5. [WARNING] This plugin should be used ONLY with Maven 3.9.0 and newer, as MNG-7055 [WARNING] is fixed in those versions of Maven only! [WARNING] [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] ------------------< org.eclipse.tycho:tycho-release >------------------- [INFO] Building Tycho Release Parent 3.0.5-SNAPSHOT [56/76] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-release --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-release --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-release/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-release/3.0.5-SNAPSHOT/tycho-release-3.0.5-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho-release --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] --------------< org.eclipse.tycho:tycho-versions-plugin >--------------- [INFO] Building Tycho Versions Plugin 3.0.5-SNAPSHOT [57/76] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-versions-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-versions-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 46 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- maven-plugin-plugin:3.9.0:descriptor (default-descriptor) @ tycho-versions-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 5 mojo descriptors. [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ tycho-versions-plugin --- [INFO] Discovered 11 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-versions-plugin --- [INFO] Copying 258 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-versions-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-test-metadata (default) @ tycho-versions-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-versions-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-versions-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-release/tycho-versions-plugin/target/tycho-versions-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-versions-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-versions-plugin --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-versions-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-release/tycho-versions-plugin/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-versions-plugin/3.0.5-SNAPSHOT/tycho-versions-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-release/tycho-versions-plugin/target/tycho-versions-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-versions-plugin/3.0.5-SNAPSHOT/tycho-versions-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-release/tycho-versions-plugin/target/tycho-versions-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-versions-plugin/3.0.5-SNAPSHOT/tycho-versions-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho-versions-plugin --- [WARNING] [WARNING] You are about to deploy a maven-plugin using Maven 3.8.5. [WARNING] This plugin should be used ONLY with Maven 3.9.0 and newer, as MNG-7055 [WARNING] is fixed in those versions of Maven only! [WARNING] [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] -------------< org.eclipse.tycho:tycho-p2-director-plugin >------------- [INFO] Building Tycho p2 Director Plugin 3.0.5-SNAPSHOT [58/76] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-p2-director-plugin --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-p2-director-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- maven-plugin-plugin:3.9.0: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.1:generate-metadata (default) @ tycho-p2-director-plugin --- [INFO] Discovered 1 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-p2-director-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-director-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-p2-director-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.1.1: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] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-p2-director-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-director-plugin/target/tycho-p2-director-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-p2-director-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-p2-director-plugin --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-p2-director-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-director-plugin/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2-director-plugin/3.0.5-SNAPSHOT/tycho-p2-director-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-director-plugin/target/tycho-p2-director-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2-director-plugin/3.0.5-SNAPSHOT/tycho-p2-director-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-director-plugin/target/tycho-p2-director-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2-director-plugin/3.0.5-SNAPSHOT/tycho-p2-director-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho-p2-director-plugin --- [WARNING] [WARNING] You are about to deploy a maven-plugin using Maven 3.8.5. [WARNING] This plugin should be used ONLY with Maven 3.9.0 and newer, as MNG-7055 [WARNING] is fixed in those versions of Maven only! [WARNING] [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] -------------< org.eclipse.tycho:tycho-artifactcomparator >------------- [INFO] Building Tycho Artifactor Comparator Plugin 3.0.5-SNAPSHOT [59/76] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-artifactcomparator --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-artifactcomparator/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-artifactcomparator --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ tycho-artifactcomparator --- [INFO] Discovered 6 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-artifactcomparator --- [INFO] Copying 8 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-artifactcomparator --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.1.1: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] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-artifactcomparator --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-artifactcomparator/target/tycho-artifactcomparator-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-artifactcomparator --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-artifactcomparator --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-artifactcomparator/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-artifactcomparator/3.0.5-SNAPSHOT/tycho-artifactcomparator-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-artifactcomparator/target/tycho-artifactcomparator-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-artifactcomparator/3.0.5-SNAPSHOT/tycho-artifactcomparator-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-artifactcomparator/target/tycho-artifactcomparator-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-artifactcomparator/3.0.5-SNAPSHOT/tycho-artifactcomparator-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho-artifactcomparator --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] -----------------< org.eclipse.tycho:tycho-p2-plugin >------------------ [INFO] Building Tycho p2 Metadata Plugin 3.0.5-SNAPSHOT [60/76] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-p2-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-p2-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 12 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.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-3.0.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.9.0:descriptor (default-descriptor) @ tycho-p2-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 7 mojo descriptors. [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ tycho-p2-plugin --- [INFO] Discovered 1 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-p2-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-p2-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-test-metadata (default) @ tycho-p2-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-p2-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-p2-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-plugin/target/tycho-p2-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-p2-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-p2-plugin --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-p2-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-plugin/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2-plugin/3.0.5-SNAPSHOT/tycho-p2-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-plugin/target/tycho-p2-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2-plugin/3.0.5-SNAPSHOT/tycho-p2-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-plugin/target/tycho-p2-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2-plugin/3.0.5-SNAPSHOT/tycho-p2-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho-p2-plugin --- [WARNING] [WARNING] You are about to deploy a maven-plugin using Maven 3.8.5. [WARNING] This plugin should be used ONLY with Maven 3.9.0 and newer, as MNG-7055 [WARNING] is fixed in those versions of Maven only! [WARNING] [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] ------------< org.eclipse.tycho:tycho-p2-publisher-plugin >------------- [INFO] Building Tycho p2 Publisher Plugin 3.0.5-SNAPSHOT [61/76] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-p2-publisher-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-p2-publisher-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 17] to target/classes [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-publisher-plugin/src/main/java/org/eclipse/tycho/plugins/p2/publisher/PublishEEProfileMojo.java:[54,62] publishEEProfile(java.io.File) in org.eclipse.tycho.p2.tools.publisher.facade.PublisherService has been deprecated and marked for removal [INFO] [INFO] --- maven-plugin-plugin:3.9.0:descriptor (default-descriptor) @ tycho-p2-publisher-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [WARNING] Unresolvable link in javadoc tag with value https://wiki.eclipse.org/Equinox/p2/Publisher found in tycho-p2/tycho-p2-publisher-plugin/src/main/java/org/eclipse/tycho/plugins/p2/publisher/PublishProductMojo.java:58: Could not resolve javadoc reference JavadocReference [moduleName=Optional[https://wiki.eclipse.org/Equinox/p2], packageNameClassName=Optional[Publisher], member=Optional.empty, label=Optional.empty] [WARNING] Unresolvable link in javadoc tag with value https://wiki.eclipse.org/Equinox/p2/Publisher found in tycho-p2/tycho-p2-publisher-plugin/src/main/java/org/eclipse/tycho/plugins/p2/publisher/PublishCategoriesMojo.java:47: Could not resolve javadoc reference JavadocReference [moduleName=Optional[https://wiki.eclipse.org/Equinox/p2], packageNameClassName=Optional[Publisher], member=Optional.empty, label=Optional.empty] [INFO] java-annotations mojo extractor found 5 mojo descriptors. [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-p2-publisher-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-publisher-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-p2-publisher-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-p2-publisher-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-p2-publisher-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-publisher-plugin/target/tycho-p2-publisher-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-p2-publisher-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-p2-publisher-plugin --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-p2-publisher-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-publisher-plugin/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2-publisher-plugin/3.0.5-SNAPSHOT/tycho-p2-publisher-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-publisher-plugin/target/tycho-p2-publisher-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2-publisher-plugin/3.0.5-SNAPSHOT/tycho-p2-publisher-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-publisher-plugin/target/tycho-p2-publisher-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2-publisher-plugin/3.0.5-SNAPSHOT/tycho-p2-publisher-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho-p2-publisher-plugin --- [WARNING] [WARNING] You are about to deploy a maven-plugin using Maven 3.8.5. [WARNING] This plugin should be used ONLY with Maven 3.9.0 and newer, as MNG-7055 [WARNING] is fixed in those versions of Maven only! [WARNING] [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] ------------< org.eclipse.tycho:tycho-p2-repository-plugin >------------ [INFO] Building Tycho p2 Repository Plugin 3.0.5-SNAPSHOT [62/76] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-p2-repository-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-p2-repository-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-repository-plugin/src/main/java/org/eclipse/tycho/plugins/p2/repository/MavenP2SiteMojo.java: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-repository-plugin/src/main/java/org/eclipse/tycho/plugins/p2/repository/MavenP2SiteMojo.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-repository-plugin/src/main/java/org/eclipse/tycho/plugins/p2/repository/MavenP2SiteMojo.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-plugin-plugin:3.9.0: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.3.1:testResources (default-testResources) @ tycho-p2-repository-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-repository-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0: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] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-p2-repository-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-repository-plugin/target/tycho-p2-repository-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-p2-repository-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-p2-repository-plugin --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-p2-repository-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-repository-plugin/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2-repository-plugin/3.0.5-SNAPSHOT/tycho-p2-repository-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-repository-plugin/target/tycho-p2-repository-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2-repository-plugin/3.0.5-SNAPSHOT/tycho-p2-repository-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-p2/tycho-p2-repository-plugin/target/tycho-p2-repository-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2-repository-plugin/3.0.5-SNAPSHOT/tycho-p2-repository-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho-p2-repository-plugin --- [WARNING] [WARNING] You are about to deploy a maven-plugin using Maven 3.8.5. [WARNING] This plugin should be used ONLY with Maven 3.9.0 and newer, as MNG-7055 [WARNING] is fixed in those versions of Maven only! [WARNING] [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] -----------------< org.eclipse.tycho:tycho-gpg-plugin >----------------- [INFO] Building Tycho GPG plugin 3.0.5-SNAPSHOT [63/76] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-gpg-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-gpg-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [WARNING] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-gpg-plugin/src/main/java/org/eclipse/tycho/gpg/SignRepositoryArtifactsMojo.java:[119,51] FORMAT_PACKED in org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor has been deprecated and marked for removal [INFO] [INFO] --- maven-plugin-plugin:3.9.0:descriptor (default-descriptor) @ tycho-gpg-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 1 mojo descriptor. [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ tycho-gpg-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-gpg-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-gpg-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-gpg-plugin --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-test-metadata (default) @ tycho-gpg-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-gpg-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-gpg-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-gpg-plugin/target/tycho-gpg-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-gpg-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-gpg-plugin --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-gpg-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-gpg-plugin/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-gpg-plugin/3.0.5-SNAPSHOT/tycho-gpg-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-gpg-plugin/target/tycho-gpg-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-gpg-plugin/3.0.5-SNAPSHOT/tycho-gpg-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-gpg-plugin/target/tycho-gpg-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-gpg-plugin/3.0.5-SNAPSHOT/tycho-gpg-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho-gpg-plugin --- [WARNING] [WARNING] You are about to deploy a maven-plugin using Maven 3.8.5. [WARNING] This plugin should be used ONLY with Maven 3.9.0 and newer, as MNG-7055 [WARNING] is fixed in those versions of Maven only! [WARNING] [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] ---------------< org.eclipse.tycho.extras:tycho-extras >---------------- [INFO] Building Tycho Extras 3.0.5-SNAPSHOT [64/76] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-extras --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-extras --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-extras/3.0.5-SNAPSHOT/tycho-extras-3.0.5-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho-extras --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] -------< org.eclipse.tycho.extras:tycho-document-bundle-plugin >-------- [INFO] Building Tycho Document Bundle Plugin 3.0.5-SNAPSHOT [65/76] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-document-bundle-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-document-bundle-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- maven-plugin-plugin:3.9.0: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.1:generate-metadata (default) @ tycho-document-bundle-plugin --- [INFO] Discovered 1 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-document-bundle-plugin --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-document-bundle-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.1.1: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] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-document-bundle-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/tycho-document-bundle-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-document-bundle-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-document-bundle-plugin --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-document-bundle-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-document-bundle-plugin/3.0.5-SNAPSHOT/tycho-document-bundle-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/tycho-document-bundle-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-document-bundle-plugin/3.0.5-SNAPSHOT/tycho-document-bundle-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-document-bundle-plugin/target/tycho-document-bundle-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-document-bundle-plugin/3.0.5-SNAPSHOT/tycho-document-bundle-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho-document-bundle-plugin --- [WARNING] [WARNING] You are about to deploy a maven-plugin using Maven 3.8.5. [WARNING] This plugin should be used ONLY with Maven 3.9.0 and newer, as MNG-7055 [WARNING] is fixed in those versions of Maven only! [WARNING] [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] ---------< org.eclipse.tycho.extras:tycho-version-bump-plugin >--------- [INFO] Building Tycho Version Bump Plugin 3.0.5-SNAPSHOT [66/76] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-version-bump-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-version-bump-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- maven-plugin-plugin:3.9.0:descriptor (default-descriptor) @ tycho-version-bump-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 2 mojo descriptors. [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-version-bump-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-version-bump-plugin --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-version-bump-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-version-bump-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/tycho-version-bump-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-version-bump-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-version-bump-plugin --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-version-bump-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-version-bump-plugin/3.0.5-SNAPSHOT/tycho-version-bump-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/tycho-version-bump-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-version-bump-plugin/3.0.5-SNAPSHOT/tycho-version-bump-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-version-bump-plugin/target/tycho-version-bump-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-version-bump-plugin/3.0.5-SNAPSHOT/tycho-version-bump-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho-version-bump-plugin --- [WARNING] [WARNING] You are about to deploy a maven-plugin using Maven 3.8.5. [WARNING] This plugin should be used ONLY with Maven 3.9.0 and newer, as MNG-7055 [WARNING] is fixed in those versions of Maven only! [WARNING] [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] ----------< org.eclipse.tycho.extras:tycho-p2-extras-plugin >----------- [INFO] Building Tycho p2 Extras Plugin 3.0.5-SNAPSHOT [67/76] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-p2-extras-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-p2-extras-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/src/main/java/org/eclipse/tycho/plugins/p2/extras/PublishFeaturesAndBundlesMojo.java: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/src/main/java/org/eclipse/tycho/plugins/p2/extras/PublishFeaturesAndBundlesMojo.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/src/main/java/org/eclipse/tycho/plugins/p2/extras/PublishFeaturesAndBundlesMojo.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-plugin-plugin:3.9.0:descriptor (default-descriptor) @ tycho-p2-extras-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [WARNING] Unresolvable link in javadoc tag with value also {@link #targetPlatformAsSource} and {@link #currentModuleAsSource} found in tycho-extras/tycho-p2-extras-plugin/src/main/java/org/eclipse/tycho/plugins/p2/extras/MirrorMojo.java:76: Could not resolve javadoc reference JavadocReference [moduleName=Optional.empty, packageNameClassName=Optional[also], member=Optional.empty, label=Optional[{@link #targetPlatformAsSource} and {@link #currentModuleAsSource}]] [WARNING] Unresolvable link in javadoc tag with value https://wiki.eclipse.org/Equinox/p2/Publisher#Features_And_Bundles_Publisher_Application found in tycho-extras/tycho-p2-extras-plugin/src/main/java/org/eclipse/tycho/plugins/p2/extras/PublishFeaturesAndBundlesMojo.java:39: Could not resolve javadoc reference JavadocReference [moduleName=Optional[https://wiki.eclipse.org/Equinox/p2], packageNameClassName=Optional[Publisher], member=Optional[Features_And_Bundles_Publisher_Application], label=Optional.empty] [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ tycho-p2-extras-plugin --- [INFO] Discovered 1 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-p2-extras-plugin --- [INFO] Copying 20 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-properties-plugin:0.0.2:filter-file (default) @ tycho-p2-extras-plugin --- [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-p2-extras-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-test-metadata (default) @ tycho-p2-extras-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-p2-extras-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-p2-extras-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/tycho-p2-extras-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-p2-extras-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-p2-extras-plugin --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-p2-extras-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-p2-extras-plugin/3.0.5-SNAPSHOT/tycho-p2-extras-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/tycho-p2-extras-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-p2-extras-plugin/3.0.5-SNAPSHOT/tycho-p2-extras-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-p2-extras-plugin/target/tycho-p2-extras-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-p2-extras-plugin/3.0.5-SNAPSHOT/tycho-p2-extras-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho-p2-extras-plugin --- [WARNING] [WARNING] You are about to deploy a maven-plugin using Maven 3.8.5. [WARNING] This plugin should be used ONLY with Maven 3.9.0 and newer, as MNG-7055 [WARNING] is fixed in those versions of Maven only! [WARNING] [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] --------< org.eclipse.tycho.extras:tycho-custom-bundle-plugin >--------- [INFO] Building Tycho Custom Bundle Plugin 3.0.5-SNAPSHOT [68/76] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-custom-bundle-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-custom-bundle-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- maven-plugin-plugin:3.9.0:descriptor (default-descriptor) @ tycho-custom-bundle-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 1 mojo descriptor. [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ tycho-custom-bundle-plugin --- [INFO] Discovered 2 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-custom-bundle-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-custom-bundle-plugin --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-test-metadata (default) @ tycho-custom-bundle-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-custom-bundle-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-custom-bundle-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/tycho-custom-bundle-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-custom-bundle-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-custom-bundle-plugin --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-custom-bundle-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/3.0.5-SNAPSHOT/tycho-custom-bundle-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/tycho-custom-bundle-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/3.0.5-SNAPSHOT/tycho-custom-bundle-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-custom-bundle-plugin/target/tycho-custom-bundle-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/3.0.5-SNAPSHOT/tycho-custom-bundle-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho-custom-bundle-plugin --- [WARNING] [WARNING] You are about to deploy a maven-plugin using Maven 3.8.5. [WARNING] This plugin should be used ONLY with Maven 3.9.0 and newer, as MNG-7055 [WARNING] is fixed in those versions of Maven only! [WARNING] [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] ----------< org.eclipse.tycho.extras:tycho-eclipserun-plugin >---------- [INFO] Building Tycho Eclipserun Plugin 3.0.5-SNAPSHOT [69/76] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-eclipserun-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-eclipserun-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/classes [INFO] [INFO] --- maven-plugin-plugin:3.9.0:descriptor (default-descriptor) @ tycho-eclipserun-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [WARNING] Unresolvable link in javadoc tag with value also {@link #targetPlatformAsSource} and {@link #currentModuleAsSource} found in tycho-extras/tycho-eclipserun-plugin/target/maven-plugin-plugin-sources/org.eclipse.tycho.extras/tycho-p2-extras-plugin/3.0.5-SNAPSHOT/sources/org/eclipse/tycho/plugins/p2/extras/MirrorMojo.java:76: Could not resolve javadoc reference JavadocReference [moduleName=Optional.empty, packageNameClassName=Optional[also], member=Optional.empty, label=Optional[{@link #targetPlatformAsSource} and {@link #currentModuleAsSource}]] [INFO] java-annotations mojo extractor found 1 mojo descriptor. [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-eclipserun-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-eclipserun-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-eclipserun-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-eclipserun-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/tycho-eclipserun-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-eclipserun-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-eclipserun-plugin --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-eclipserun-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-eclipserun-plugin/3.0.5-SNAPSHOT/tycho-eclipserun-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/tycho-eclipserun-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-eclipserun-plugin/3.0.5-SNAPSHOT/tycho-eclipserun-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-eclipserun-plugin/target/tycho-eclipserun-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-eclipserun-plugin/3.0.5-SNAPSHOT/tycho-eclipserun-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho-eclipserun-plugin --- [WARNING] [WARNING] You are about to deploy a maven-plugin using Maven 3.8.5. [WARNING] This plugin should be used ONLY with Maven 3.9.0 and newer, as MNG-7055 [WARNING] is fixed in those versions of Maven only! [WARNING] [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] -----------< org.eclipse.tycho.extras:tycho-sourceref-jgit >------------ [INFO] Building Tycho JGit Source Reference Provider Plugin 3.0.5-SNAPSHOT [70/76] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-sourceref-jgit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-sourceref-jgit/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-sourceref-jgit --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/classes [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ tycho-sourceref-jgit --- [INFO] Discovered 1 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-sourceref-jgit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-sourceref-jgit/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-sourceref-jgit --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-test-metadata (default) @ tycho-sourceref-jgit --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-sourceref-jgit --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-sourceref-jgit --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-sourceref-jgit/target/tycho-sourceref-jgit-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-sourceref-jgit --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-sourceref-jgit --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-sourceref-jgit/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-sourceref-jgit/3.0.5-SNAPSHOT/tycho-sourceref-jgit-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-sourceref-jgit/target/tycho-sourceref-jgit-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-sourceref-jgit/3.0.5-SNAPSHOT/tycho-sourceref-jgit-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-sourceref-jgit/target/tycho-sourceref-jgit-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-sourceref-jgit/3.0.5-SNAPSHOT/tycho-sourceref-jgit-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho-sourceref-jgit --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] -----< org.eclipse.tycho.extras:target-platform-validation-plugin >----- [INFO] Building Tycho Target Platform Validation Plugin 3.0.5-SNAPSHOT [71/76] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ target-platform-validation-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ target-platform-validation-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- maven-plugin-plugin:3.9.0:descriptor (default-descriptor) @ target-platform-validation-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 1 mojo descriptor. [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ target-platform-validation-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/target-platform-validation-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ target-platform-validation-plugin --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ target-platform-validation-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ target-platform-validation-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/target-platform-validation-plugin/target/target-platform-validation-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ target-platform-validation-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ target-platform-validation-plugin --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ target-platform-validation-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/target-platform-validation-plugin/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/extras/target-platform-validation-plugin/3.0.5-SNAPSHOT/target-platform-validation-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/target-platform-validation-plugin/target/target-platform-validation-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/extras/target-platform-validation-plugin/3.0.5-SNAPSHOT/target-platform-validation-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/target-platform-validation-plugin/target/target-platform-validation-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/extras/target-platform-validation-plugin/3.0.5-SNAPSHOT/target-platform-validation-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ target-platform-validation-plugin --- [WARNING] [WARNING] You are about to deploy a maven-plugin using Maven 3.8.5. [WARNING] This plugin should be used ONLY with Maven 3.9.0 and newer, as MNG-7055 [WARNING] is fixed in those versions of Maven only! [WARNING] [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] ---------------< org.eclipse.tycho.extras:tycho-pomless >--------------- [INFO] Building Tycho POM-less build extension 3.0.5-SNAPSHOT [72/76] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-pomless --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-pomless/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-pomless --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 23 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ tycho-pomless --- [INFO] Discovered 8 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-pomless --- [INFO] Copying 51 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-pomless --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-test-metadata (default) @ tycho-pomless --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-pomless --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-pomless --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-pomless/target/tycho-pomless-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-pomless --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-pomless --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-pomless/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-pomless/3.0.5-SNAPSHOT/tycho-pomless-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-pomless/target/tycho-pomless-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-pomless/3.0.5-SNAPSHOT/tycho-pomless-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-pomless/target/tycho-pomless-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-pomless/3.0.5-SNAPSHOT/tycho-pomless-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho-pomless --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] -------< org.eclipse.tycho.extras:tycho-dependency-tools-plugin >------- [INFO] Building Tycho Dependency Tools Plugin 3.0.5-SNAPSHOT [73/76] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-dependency-tools-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-dependency-tools-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/classes [INFO] [INFO] --- maven-plugin-plugin:3.9.0:descriptor (default-descriptor) @ tycho-dependency-tools-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.1:generate-metadata (default) @ tycho-dependency-tools-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-dependency-tools-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-dependency-tools-plugin --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-test-metadata (default) @ tycho-dependency-tools-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-dependency-tools-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-dependency-tools-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/tycho-dependency-tools-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-dependency-tools-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-dependency-tools-plugin --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-dependency-tools-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-dependency-tools-plugin/3.0.5-SNAPSHOT/tycho-dependency-tools-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/tycho-dependency-tools-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-dependency-tools-plugin/3.0.5-SNAPSHOT/tycho-dependency-tools-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-extras/tycho-dependency-tools-plugin/target/tycho-dependency-tools-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-dependency-tools-plugin/3.0.5-SNAPSHOT/tycho-dependency-tools-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho-dependency-tools-plugin --- [WARNING] [WARNING] You are about to deploy a maven-plugin using Maven 3.8.5. [WARNING] This plugin should be used ONLY with Maven 3.9.0 and newer, as MNG-7055 [WARNING] is fixed in those versions of Maven only! [WARNING] [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] -------------------< org.eclipse.tycho:tycho-build >-------------------- [INFO] Building tycho-build 3.0.5-SNAPSHOT [74/76] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-build --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 0 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-build --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-build/src/main/java/org/eclipse/tycho/build/TychoCiFriendlyVersions.java: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-build/src/main/java/org/eclipse/tycho/build/TychoCiFriendlyVersions.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-build/src/main/java/org/eclipse/tycho/build/TychoCiFriendlyVersions.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ tycho-build --- [INFO] Discovered 5 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-build --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-build/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-build --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-test-metadata (default) @ tycho-build --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-build --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-build --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-build/target/tycho-build-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-build --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-build --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-build/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-build/3.0.5-SNAPSHOT/tycho-build-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-build/target/tycho-build-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-build/3.0.5-SNAPSHOT/tycho-build-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-build/target/tycho-build-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-build/3.0.5-SNAPSHOT/tycho-build-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho-build --- [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] --------------< org.eclipse.tycho:tycho-apitools-plugin >--------------- [INFO] Building Plugin for performing API analysis tasks 3.0.5-SNAPSHOT [75/76] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-apitools-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-apitools-plugin/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-apitools-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/classes [INFO] [INFO] --- maven-plugin-plugin:3.9.0:descriptor (default-descriptor) @ tycho-apitools-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.1:generate-metadata (default) @ tycho-apitools-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-apitools-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-apitools-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-apitools-plugin --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-test-metadata (default) @ tycho-apitools-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-apitools-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-apitools-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-apitools-plugin/target/tycho-apitools-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-apitools-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-apitools-plugin --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-apitools-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-apitools-plugin/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-apitools-plugin/3.0.5-SNAPSHOT/tycho-apitools-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-apitools-plugin/target/tycho-apitools-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-apitools-plugin/3.0.5-SNAPSHOT/tycho-apitools-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-apitools-plugin/target/tycho-apitools-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-apitools-plugin/3.0.5-SNAPSHOT/tycho-apitools-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho-apitools-plugin --- [WARNING] [WARNING] You are about to deploy a maven-plugin using Maven 3.8.5. [WARNING] This plugin should be used ONLY with Maven 3.9.0 and newer, as MNG-7055 [WARNING] is fixed in those versions of Maven only! [WARNING] [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] [INFO] -----------------< org.eclipse.tycho:tycho-bnd-plugin >----------------- [INFO] Building Tycho BND Plugin 3.0.5-SNAPSHOT [76/76] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ tycho-bnd-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bnd-plugin/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ tycho-bnd-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- maven-plugin-plugin:3.9.0:descriptor (default-descriptor) @ tycho-bnd-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 5 mojo descriptors. [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ tycho-bnd-plugin --- [INFO] Discovered 2 component descriptors(s) [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ tycho-bnd-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bnd-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ tycho-bnd-plugin --- [INFO] No sources to compile [INFO] [INFO] --- plexus-component-metadata:2.1.1:generate-test-metadata (default) @ tycho-bnd-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-bnd-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tycho-bnd-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bnd-plugin/target/tycho-bnd-plugin-3.0.5-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-bnd-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-bnd-plugin --- [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ tycho-bnd-plugin --- [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bnd-plugin/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-bnd-plugin/3.0.5-SNAPSHOT/tycho-bnd-plugin-3.0.5-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bnd-plugin/target/tycho-bnd-plugin-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-bnd-plugin/3.0.5-SNAPSHOT/tycho-bnd-plugin-3.0.5-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-github_tycho-3.0.x/tycho-bnd-plugin/target/tycho-bnd-plugin-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-bnd-plugin/3.0.5-SNAPSHOT/tycho-bnd-plugin-3.0.5-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ tycho-bnd-plugin --- [WARNING] [WARNING] You are about to deploy a maven-plugin using Maven 3.8.5. [WARNING] This plugin should be used ONLY with Maven 3.9.0 and newer, as MNG-7055 [WARNING] is fixed in those versions of Maven only! [WARNING] [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/tycho-snapshots/ [WARNING] Using legacy syntax for alternative repository. Use "repo.eclipse.org::https://repo.eclipse.org/content/repositories/tycho-snapshots/" instead. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Tycho 3.0.5-SNAPSHOT: [INFO] [INFO] Tycho .............................................. SUCCESS [ 2.262 s] [INFO] Tycho OSGi Bundles Parent .......................... SUCCESS [ 0.819 s] [INFO] Tycho OSGi Bundles Target Platform ................. SUCCESS [ 1.093 s] [INFO] Tycho Embedder API Maven/OSGi Shared Classes ....... SUCCESS [ 4.471 s] [INFO] Tycho Core Maven/OSGi Shared Classes ............... SUCCESS [ 1.278 s] [INFO] Tycho p2 Resolver Maven/OSGi Shared Classes ........ SUCCESS [ 1.013 s] [INFO] Tycho p2 Tools Maven/OSGi Shared Classes ........... SUCCESS [ 0.912 s] [INFO] Tycho Maven/p2 Repository Integration .............. SUCCESS [ 1.215 s] [INFO] Tycho p2 Resolver Bundle ........................... SUCCESS [ 3.072 s] [INFO] Tycho p2 Tools Bundle .............................. SUCCESS [ 1.084 s] [INFO] Tycho Noop Equinox password provider ............... SUCCESS [ 1.333 s] [INFO] Tycho Core Maven/OSGi Shared Classes Tests ......... SUCCESS [ 2.199 s] [INFO] Tycho Test Utilities ............................... SUCCESS [ 1.866 s] [INFO] Tycho p2 Resolver Bundle Tests ..................... SUCCESS [ 1.384 s] [INFO] Tycho p2 Resolver Maven/OSGi Shared Classes Tests .. SUCCESS [ 1.654 s] [INFO] Tycho Maven/p2 Repository Integration Tests ........ SUCCESS [ 1.575 s] [INFO] Tycho p2 Tools Tests ............................... SUCCESS [ 1.260 s] [INFO] Sisu OSGi/Plexus bridge ............................ SUCCESS [ 0.565 s] [INFO] Sisu OSGi Services API ............................. SUCCESS [ 6.087 s] [INFO] Sisu Equinox Embedder .............................. SUCCESS [ 2.511 s] [INFO] Sisu Equinox Launching ............................. SUCCESS [ 2.258 s] [INFO] Sisu Implementation of the OSGi R8 Framework Connect Specification SUCCESS [ 1.421 s] [INFO] Tycho Embedder API ................................. SUCCESS [ 1.504 s] [INFO] P2 Maven Integration ............................... SUCCESS [ 16.214 s] [INFO] Tycho Eclipse Project Metadata Model ............... SUCCESS [ 1.179 s] [INFO] Tycho Testing Harness .............................. SUCCESS [ 1.530 s] [INFO] Tycho Core ......................................... SUCCESS [ 6.860 s] [INFO] Tycho JVM Library Detector ......................... SUCCESS [ 0.711 s] [INFO] Tycho JDT Compiler Component ....................... SUCCESS [ 1.230 s] [INFO] Tycho OSGi Compiler Plugin ......................... SUCCESS [ 3.135 s] [INFO] Tycho OSGi Packaging Plugin ........................ SUCCESS [ 3.898 s] [INFO] Tycho p2 Tools Parent .............................. SUCCESS [ 0.436 s] [INFO] Tycho p2 Resolver Component ........................ SUCCESS [ 1.148 s] [INFO] Tycho OSGi Source Plugin ........................... SUCCESS [ 4.243 s] [INFO] Tycho Target Platform Configuration Plugin ......... SUCCESS [ 2.342 s] [INFO] Tycho Maven Build Extension ........................ SUCCESS [ 1.835 s] [INFO] Tycho OSGi Declarative Services Plugin ............. SUCCESS [ 2.091 s] [INFO] Tycho JGit Build Timestamp Provider Plugin ......... SUCCESS [ 1.225 s] [INFO] Tycho Surefire OSGi Booter Eclipse Application ..... SUCCESS [ 6.226 s] [INFO] Tycho Surefire Parent .............................. SUCCESS [ 0.698 s] [INFO] Tycho Surefire OSGi JUnit 3 Runner ................. SUCCESS [ 2.958 s] [INFO] Tycho Surefire OSGi JUnit 4 Runner ................. SUCCESS [ 1.103 s] [INFO] Tycho Surefire OSGi JUnit 4.7 Runner ............... SUCCESS [ 1.297 s] [INFO] Tycho Surefire OSGi JUnit 5 Runner ................. SUCCESS [ 1.950 s] [INFO] Tycho Surefire OSGi JUnit 5.4 Runner ............... SUCCESS [ 1.647 s] [INFO] Tycho Surefire OSGi JUnit 5.5 Runner ............... SUCCESS [ 1.617 s] [INFO] Tycho Surefire OSGi JUnit 5.6 Runner ............... SUCCESS [ 1.572 s] [INFO] Tycho Surefire OSGi JUnit 5.7 Runner ............... SUCCESS [ 1.419 s] [INFO] Tycho Surefire OSGi JUnit 5.7 Runner with JUnit Vintage to execute JUnit 4.x tests as well SUCCESS [ 1.267 s] [INFO] Tycho Surefire OSGi JUnit 5.8 Runner ............... SUCCESS [ 1.508 s] [INFO] Tycho Surefire OSGi JUnit 5.8 Runner with JUnit Vintage to execute JUnit 4.x tests as well SUCCESS [ 1.519 s] [INFO] Tycho Surefire OSGi JUnit 5.9 Runner ............... SUCCESS [ 1.337 s] [INFO] Tycho Surefire OSGi JUnit 5.9 Runner with JUnit Vintage to execute JUnit 4.x tests as well SUCCESS [ 1.480 s] [INFO] Tycho Surefire OSGi TestNG Runner .................. SUCCESS [ 1.015 s] [INFO] Tycho Surefire Plugin .............................. SUCCESS [ 3.931 s] [INFO] Tycho Release Parent ............................... SUCCESS [ 0.689 s] [INFO] Tycho Versions Plugin .............................. SUCCESS [ 3.003 s] [INFO] Tycho p2 Director Plugin ........................... SUCCESS [ 2.777 s] [INFO] Tycho Artifactor Comparator Plugin ................. SUCCESS [ 1.010 s] [INFO] Tycho p2 Metadata Plugin ........................... SUCCESS [ 2.555 s] [INFO] Tycho p2 Publisher Plugin .......................... SUCCESS [ 3.254 s] [INFO] Tycho p2 Repository Plugin ......................... SUCCESS [ 2.270 s] [INFO] Tycho GPG plugin ................................... SUCCESS [ 1.985 s] [INFO] Tycho Extras ....................................... SUCCESS [ 0.508 s] [INFO] Tycho Document Bundle Plugin ....................... SUCCESS [ 2.384 s] [INFO] Tycho Version Bump Plugin .......................... SUCCESS [ 2.251 s] [INFO] Tycho p2 Extras Plugin ............................. SUCCESS [ 5.281 s] [INFO] Tycho Custom Bundle Plugin ......................... SUCCESS [ 2.194 s] [INFO] Tycho Eclipserun Plugin ............................ SUCCESS [ 2.541 s] [INFO] Tycho JGit Source Reference Provider Plugin ........ SUCCESS [ 1.242 s] [INFO] Tycho Target Platform Validation Plugin ............ SUCCESS [ 2.383 s] [INFO] Tycho POM-less build extension ..................... SUCCESS [ 1.507 s] [INFO] Tycho Dependency Tools Plugin ...................... SUCCESS [ 2.271 s] [INFO] tycho-build ........................................ SUCCESS [ 1.382 s] [INFO] Plugin for performing API analysis tasks ........... SUCCESS [ 2.107 s] [INFO] Tycho BND Plugin ................................... SUCCESS [ 2.625 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:12 min [INFO] Finished at: 2023-06-22T05:57:50Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy sitedocs) Stage "Deploy sitedocs" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS