Started by user Michael Masterson Running as Michael Masterson Agent basic-dd12x is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-dd12x" namespace: "osee" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.osee.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-dd12x" - 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: "basic-dd12x" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.osee.svc.cluster.local/osee/" image: "docker.io/eclipsecbi/jiro-agent-basic: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-osee" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-dd12x (basic) in workspace /home/jenkins/agent/workspace/org.eclipse.ote.test.server__JAVA11 The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://git.eclipse.org/r/osee/org.eclipse.ote > git init /home/jenkins/agent/workspace/org.eclipse.ote.test.server__JAVA11/org.eclipse.ote # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/osee/org.eclipse.ote > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://git.eclipse.org/r/osee/org.eclipse.ote +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/osee/org.eclipse.ote # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/mmasterso/java11^{commit} # timeout=10 > git rev-parse mmasterso/java11^{commit} # timeout=10 Checking out Revision abb2335e0fed0ea5921d1c878ea28989c2861fc2 (refs/remotes/origin/mmasterso/java11) > git config core.sparsecheckout # timeout=10 > git checkout -f abb2335e0fed0ea5921d1c878ea28989c2861fc2 # timeout=10 Commit message: "feature: changing tyco source target to 11" First time build. Skipping changelog. [org.eclipse.ote.test.server__JAVA11] $ /bin/sh -xe /tmp/jenkins14970808174964852705.sh + pwd /home/jenkins/agent/workspace/org.eclipse.ote.test.server__JAVA11 + ls -lart total 12 drwxr-sr-x. 3 jenkins 1003000000 49 Sep 21 18:32 .. drwxr-sr-x. 3 jenkins 1003000000 29 Sep 21 18:32 . drwxr-sr-x. 108 jenkins 1003000000 8192 Sep 21 18:32 org.eclipse.ote + cd org.eclipse.ote/ + pwd /home/jenkins/agent/workspace/org.eclipse.ote.test.server__JAVA11/org.eclipse.ote + cd org.eclipse.osee.ote.parent/ + pwd /home/jenkins/agent/workspace/org.eclipse.ote.test.server__JAVA11/org.eclipse.ote/org.eclipse.osee.ote.parent + ls -lart total 40 -rw-r--r--. 1 jenkins 1003000000 220 Sep 21 18:32 .project -rw-r--r--. 1 jenkins 1003000000 12509 Sep 21 18:32 pom.xml -rw-r--r--. 1 jenkins 1003000000 210 Sep 21 18:32 build.sh -rw-r--r--. 1 jenkins 1003000000 424 Sep 21 18:32 buildLocal.sh drwxr-sr-x. 2 jenkins 1003000000 74 Sep 21 18:32 . drwxr-sr-x. 108 jenkins 1003000000 8192 Sep 21 18:32 .. + git status HEAD detached at abb2335e nothing to commit, working tree clean [org.eclipse.ote.test.server__JAVA11] $ /opt/tools/apache-maven/3.5.4/bin/mvn -f /home/jenkins/agent/workspace/org.eclipse.ote.test.server__JAVA11/org.eclipse.ote/org.eclipse.ote.test.server.parent/pom.xml -DORG_ECLIPSE_OTE_BRANCH=mmasterso/java11 -Dote.dependencies.p2=https://ci.eclipse.org/osee/view/OTE_JAVA_11/job/org.eclipse.ote.build.dependencies__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.build/dependencies/ote.dependencies.p2/target/repository/ -Dosee.ote.p2=https://ci.eclipse.org/osee/job/org.eclipse.osee.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.osee.ote.p2/target/repository/ -Dorg.eclipse.ote.p2=https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/ -Dosee-build-stage=nothing -Dno-extern-repos=true -Dmaven.repo.local=/home/jenkins/agent/workspace/org.eclipse.ote.test.server__JAVA11/.repository clean verify -V -B OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0 Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z) Maven home: /opt/tools/apache-maven/3.5.4 Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Computing target platform for MavenProject: org.eclipse.ote.test.server:org.eclipse.ote.test.server.external.feature:0.26.3-SNAPSHOT @ /home/jenkins/agent/workspace/org.eclipse.ote.test.server__JAVA11/org.eclipse.ote/org.eclipse.ote.test.server.external.feature/pom.xml [WARNING] p2 repository with URL https://ci.eclipse.org/osee/view/OTE_JAVA_11/job/org.eclipse.ote.build.dependencies__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.build/dependencies/ote.dependencies.p2/target/repository is associated with multiple IDs; was 'ote.dependencies.p2', now is 'ote-runtime' [INFO] Fetching p2.index from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/ (172B) [INFO] Adding repository https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository [INFO] Fetching content.xml.xz from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/ (79.91kB) [INFO] Fetching p2.index from https://ci.eclipse.org/osee/job/org.eclipse.osee.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.osee.ote.p2/target/repository/ (172B) [INFO] Adding repository https://ci.eclipse.org/osee/job/org.eclipse.osee.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.osee.ote.p2/target/repository [INFO] Fetching content.xml.xz from https://ci.eclipse.org/osee/job/org.eclipse.osee.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.osee.ote.p2/target/repository/ (72kB) [INFO] Adding repository https://ci.eclipse.org/osee/view/OTE_JAVA_11/job/org.eclipse.ote.build.dependencies__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.build/dependencies/ote.dependencies.p2/target/repository [INFO] Fetching content.jar from https://ci.eclipse.org/osee/view/OTE_JAVA_11/job/org.eclipse.ote.build.dependencies__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.build/dependencies/ote.dependencies.p2/target/repository/ (781.44kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.ote.test.server:org.eclipse.ote.test.server.external.feature:0.26.3-SNAPSHOT @ /home/jenkins/agent/workspace/org.eclipse.ote.test.server__JAVA11/org.eclipse.ote/org.eclipse.ote.test.server.external.feature/pom.xml [INFO] Fetching ch.qos.logback.classic_1.2.3.v20200428-2012.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (306.41kB) [INFO] Fetching ch.qos.logback.core_1.2.3.v20200428-2012.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (502.2kB) [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (51.82kB) [INFO] Fetching ch.qos.logback.slf4j_1.2.3.v20200428-2012.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (19.34kB) [INFO] Fetching com.ctc.wstx_4.4.0.v202301040229-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (471.99kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (249kB) [INFO] Fetching org.codehaus.stax2_3.1.4.v202301040229-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (156.97kB) [INFO] Fetching org.eclipse.osgi_3.15.300.v20200520-1959.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (1.41MB) [INFO] Fetching com.google.gson_2.8.9.v20220111-1409.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (279.89kB) [INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (2.89MB) [INFO] Fetching com.google.inject_5.0.1.v20210324-2015.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (802.8kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (14.07kB) [INFO] Fetching org.aopalliance_1.0.0.v201105210816.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (13.05kB) [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (12.94MB) [INFO] Fetching javaewah_1.1.7.v20200107-0831.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (180.59kB) [INFO] Fetching javax.activation_1.1.0.v201211130549.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (56.59kB) [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (46.27kB) [INFO] Fetching javax.mail.glassfish_1.4.1.v201108011116.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (493.5kB) [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (108.23kB) [INFO] Fetching javax.transaction_1.1.1.v201105210645.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (31.33kB) [INFO] Fetching javax.ws.rs_2.1.6.v20200505-2127.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (166.26kB) [INFO] Fetching javax.xml.bind_2.2.0.v201105210648.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (122.02kB) [INFO] Fetching javax.xml.soap_1.3.0.v201105210645.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (29.38kB) [INFO] Fetching javax.xml.ws_2.1.0.v200902101523.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (59.63kB) [INFO] Fetching jms.libraries_1.0.0.v202301170202-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (13.74MB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (71.45kB) [INFO] Fetching org.slf4j.jcl_1.7.2.v20130115-1340.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (24.84kB) [INFO] Fetching org.apache.aries.blueprint_1.4.1.v202301040229-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (403.93kB) [INFO] Fetching org.apache.aries.proxy_1.0.1.v202301040229-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (15kB) [INFO] Fetching org.apache.aries.util_1.1.0.v202301040229-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (107.47kB) [INFO] Fetching org.osgi.service.blueprint_1.0.1.v202301040229-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (33.24kB) [INFO] Fetching org.apache.aries.blueprint.annotation_1.0.1.v202301040229-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (20.68kB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (367.61kB) [INFO] Fetching org.apache.commons.dbcp_1.4.0.v201204271417.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (169.82kB) [INFO] Fetching org.apache.commons.pool_1.6.0.v201204271246.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (123.04kB) [INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar from https://ci.eclipse.org/osee/view/OTE_JAVA_11/job/org.eclipse.ote.build.dependencies__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.build/dependencies/ote.dependencies.p2/target/repository/plugins/ (314.74kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (302.53kB) [INFO] Fetching org.apache.commons.net_3.2.0.v201305141515.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (296.45kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (219.73kB) [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (125.66kB) [INFO] Fetching org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (52.58kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (69.34kB) [INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (406.88kB) [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (71.79kB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (97.69kB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (293.72kB) [INFO] Fetching org.apache.xerces_2.12.2.v20220131-0835.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (1.5MB) [INFO] Fetching org.eclipse.core.contenttype_3.7.700.v20200517-1644.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (98.42kB) [INFO] Fetching org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (133.96kB) [INFO] Fetching org.eclipse.equinox.registry_3.8.800.v20200406-0956.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (190.18kB) [INFO] Fetching org.eclipse.equinox.common_3.12.0.v20200504-1602.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (126.94kB) [INFO] Fetching org.eclipse.core.expressions_3.6.800.v20200319-0911.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (91.99kB) [INFO] Fetching org.eclipse.core.runtime_3.18.0.v20200506-2143.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (72.09kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (65.38kB) [INFO] Fetching org.eclipse.core.jobs_3.10.800.v20200421-0950.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (105.13kB) [INFO] Fetching org.eclipse.core.net_1.3.900.v20200428-1255.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (69.04kB) [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (110.63kB) [INFO] Fetching org.eclipse.core.resources_3.13.700.v20200209-1624.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (873.17kB) [INFO] Fetching org.eclipse.equinox.app_1.4.500.v20200422-1833.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (87.19kB) [INFO] Fetching org.eclipse.equinox.cm_1.4.400.v20200422-1833.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (78.71kB) [INFO] Fetching org.eclipse.equinox.console_1.4.100.v20200525-1407.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (122.92kB) [INFO] Fetching org.eclipse.equinox.ds_1.6.200.v20200422-1833.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (28.49kB) [INFO] Fetching org.eclipse.equinox.event_1.5.400.v20200511-1702.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (34.42kB) [INFO] Fetching org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (51.84kB) [INFO] Fetching org.eclipse.jgit_5.8.0.202006091008-r.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (2.7MB) [INFO] Fetching org.eclipse.osee.logback.config_1.0.0.v202301170202-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (2.31kB) [INFO] Fetching com.lowagie.text_2.1.7.v201004222200.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (1.73MB) [INFO] Fetching org.apache.oro_2.0.8.v201005080400.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (78.63kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (299.1kB) [INFO] Fetching jsk-lib_2.2.2.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (302.49kB) [INFO] Fetching jsk-platform_2.2.2.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (958.62kB) [INFO] Resolving class path of MavenProject: org.eclipse.ote.test.server:org.eclipse.ote.test.server.external.feature:0.26.3-SNAPSHOT @ /home/jenkins/agent/workspace/org.eclipse.ote.test.server__JAVA11/org.eclipse.ote/org.eclipse.ote.test.server.external.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ote.test.server:org.eclipse.ote.test.server.feature:0.26.3-SNAPSHOT @ /home/jenkins/agent/workspace/org.eclipse.ote.test.server__JAVA11/org.eclipse.ote/org.eclipse.ote.test.server.feature/pom.xml [WARNING] p2 repository with URL https://ci.eclipse.org/osee/view/OTE_JAVA_11/job/org.eclipse.ote.build.dependencies__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.build/dependencies/ote.dependencies.p2/target/repository is associated with multiple IDs; was 'ote-runtime', now is 'ote.dependencies.p2' [WARNING] p2 repository with URL https://ci.eclipse.org/osee/view/OTE_JAVA_11/job/org.eclipse.ote.build.dependencies__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.build/dependencies/ote.dependencies.p2/target/repository is associated with multiple IDs; was 'ote.dependencies.p2', now is 'ote-runtime' [INFO] Resolving dependencies of MavenProject: org.eclipse.ote.test.server:org.eclipse.ote.test.server.feature:0.26.3-SNAPSHOT @ /home/jenkins/agent/workspace/org.eclipse.ote.test.server__JAVA11/org.eclipse.ote/org.eclipse.ote.test.server.feature/pom.xml [INFO] Fetching com.fasterxml.jackson.core.jackson-annotations_2.12.1.v20210128-1726.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (89.3kB) [INFO] Fetching com.fasterxml.jackson.core.jackson-core_2.12.1.v20210128-1726.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (372.51kB) [INFO] Fetching com.fasterxml.jackson.core.jackson-databind_2.12.1.v20210128-1726.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (1.49MB) [INFO] Fetching com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.12.1.v20210128-1726.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (47.67kB) [INFO] Fetching com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.12.1.v20210128-1726.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (27.52kB) [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (297.81kB) [INFO] Fetching jakarta.activation-api_2.1.0.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (62.02kB) [INFO] Fetching jakarta.xml.bind-api_3.0.1.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (124.75kB) [INFO] Fetching javax.mail_1.4.0.v201005080615.jar from https://ci.eclipse.org/osee/view/OTE_JAVA_11/job/org.eclipse.ote.build.dependencies__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.build/dependencies/ote.dependencies.p2/target/repository/plugins/ (325.42kB) [INFO] Fetching org.apache.commons.collections4_4.4.0.v20200420-1700.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (790.61kB) [INFO] Fetching org.apache.commons.math3_3.6.1.v20200817-1830.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (2.22MB) [INFO] Fetching org.apache.cxf.cxf-core_3.3.12.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (1.31MB) [INFO] Fetching org.apache.ws.xmlschema.core_2.2.5.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (168.09kB) [INFO] Fetching org.apache.cxf.cxf-rt-frontend-jaxrs_3.3.12.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (675.5kB) [INFO] Fetching org.apache.cxf.cxf-rt-security_3.3.12.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (41.28kB) [INFO] Fetching org.apache.cxf.cxf-rt-transports-http_3.3.12.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (298.99kB) [INFO] Fetching org.apache.cxf.cxf-rt-rs-client_3.3.12.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (183.09kB) [INFO] Fetching org.apache.cxf.cxf-rt-rs-json-basic_3.3.12.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (21.91kB) [INFO] Fetching org.apache.cxf.cxf-rt-rs-security-jose_3.3.12.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (227.45kB) [INFO] Fetching org.apache.cxf.cxf-rt-rs-security-jose-jaxrs_3.3.12.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (77.67kB) [INFO] Fetching org.apache.cxf.cxf-rt-rs-security-oauth2_3.3.12.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (311.59kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar from https://ci.eclipse.org/osee/view/OTE_JAVA_11/job/org.eclipse.ote.build.dependencies__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.build/dependencies/ote.dependencies.p2/target/repository/plugins/ (203.85kB) [INFO] Fetching org.apache.poi_4.1.1.v20200604-1524.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (2.85MB) [INFO] Fetching org.apache.poi.ooxml_4.1.1.v20200820-1148.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (1.85MB) [INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (25.16kB) [INFO] Fetching org.eclipse.osee.activity.api_1.0.0.v202301170202-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (6.61kB) [INFO] Fetching org.eclipse.osee.framework.core_1.0.0.v202301170202-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (2.35MB) [INFO] Fetching org.eclipse.osee.framework.jdk.core_1.0.0.v202301170202-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (458.91kB) [INFO] Fetching org.eclipse.osee.logger_1.0.0.v202301170202-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (2.49kB) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (208.05kB) [INFO] Fetching org.eclipse.osee.framework.logging_1.0.0.v202301170202-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (17.32kB) [INFO] Fetching org.eclipse.osee.framework.plugin.core_1.0.0.v202301170202-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (50.89kB) [INFO] Fetching org.eclipse.osee.jaxrs_1.0.0.v202301170202-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (71.87kB) [INFO] Fetching org.eclipse.osee.ote.connection.jini_0.26.3.v202309211520-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (15.58kB) [INFO] Fetching org.eclipse.osee.ote.connection.service_0.26.3.v202309211520-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (15.38kB) [INFO] Fetching org.eclipse.osee.ote.properties_0.26.3.v202309211520-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (7.11kB) [INFO] Fetching org.eclipse.osee.ote.core_0.26.3.v202309211520-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (1,004.99kB) [INFO] Fetching org.eclipse.osee.ote.io_0.26.3.v202309211520-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (16.68kB) [INFO] Fetching org.eclipse.osee.ote.messaging.dds_0.26.3.v202309211520-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (71.86kB) [INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from https://ci.eclipse.org/osee/view/OTE_JAVA_11/job/org.eclipse.ote.build.dependencies__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.build/dependencies/ote.dependencies.p2/target/repository/plugins/ (421.77kB) [INFO] Fetching org.eclipse.osee.ote.jms_0.26.3.v202309211520-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (4.69kB) [INFO] Fetching org.eclipse.osee.ote.master.rest.client_0.26.3.v202309211520-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (12.63kB) [INFO] Fetching org.eclipse.osee.ote.master.rest.model_0.26.3.v202309211520-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (3.86kB) [INFO] Fetching org.eclipse.osee.ote.server_0.26.3.v202309211520-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (30.95kB) [INFO] Fetching org.eclipse.ote.io_0.26.3.v202309211702-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (16.95kB) [INFO] Fetching org.eclipse.ote.message.manager_0.26.3.v202309211702-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (52.24kB) [INFO] Fetching org.eclipse.ote.services.core_0.26.3.v202309211702-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (12.39kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (65.43kB) [INFO] Resolving class path of MavenProject: org.eclipse.ote.test.server:org.eclipse.ote.test.server.feature:0.26.3-SNAPSHOT @ /home/jenkins/agent/workspace/org.eclipse.ote.test.server__JAVA11/org.eclipse.ote/org.eclipse.ote.test.server.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.ote.test.server:org.eclipse.ote.test.server.p2:0.26.3-SNAPSHOT @ /home/jenkins/agent/workspace/org.eclipse.ote.test.server__JAVA11/org.eclipse.ote/org.eclipse.ote.test.server.p2/pom.xml [WARNING] p2 repository with URL https://ci.eclipse.org/osee/view/OTE_JAVA_11/job/org.eclipse.ote.build.dependencies__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.build/dependencies/ote.dependencies.p2/target/repository is associated with multiple IDs; was 'ote-runtime', now is 'ote.dependencies.p2' [WARNING] p2 repository with URL https://ci.eclipse.org/osee/view/OTE_JAVA_11/job/org.eclipse.ote.build.dependencies__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.build/dependencies/ote.dependencies.p2/target/repository is associated with multiple IDs; was 'ote.dependencies.p2', now is 'ote-runtime' [INFO] Resolving dependencies of MavenProject: org.eclipse.ote.test.server:org.eclipse.ote.test.server.p2:0.26.3-SNAPSHOT @ /home/jenkins/agent/workspace/org.eclipse.ote.test.server__JAVA11/org.eclipse.ote/org.eclipse.ote.test.server.p2/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ote.test.server:org.eclipse.ote.test.server.p2:0.26.3-SNAPSHOT @ /home/jenkins/agent/workspace/org.eclipse.ote.test.server__JAVA11/org.eclipse.ote/org.eclipse.ote.test.server.p2/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] OTE TEST SERVER - Parent (Incubation) [pom] [INFO] OTE Test Server External Feature [eclipse-feature] [INFO] OTE Test Server Feature [eclipse-feature] [INFO] OTE Test Server - p2 Site [eclipse-repository] [INFO] [INFO] ---< org.eclipse.ote.test.server:org.eclipse.ote.test.server.parent >--- [INFO] Building OTE TEST SERVER - Parent (Incubation) 0.26.3-SNAPSHOT [1/4] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ote.test.server.parent --- [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.ote.test.server.parent --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.ote.test.server.parent --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ote.test.server.parent --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ote.test.server.parent --- [INFO] [INFO] --< org.eclipse.ote.test.server:org.eclipse.ote.test.server.external.feature >-- [INFO] Building OTE Test Server External Feature 0.26.3-SNAPSHOT [2/4] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ote.test.server.external.feature --- [INFO] Deleting /home/jenkins/agent/workspace/org.eclipse.ote.test.server__JAVA11/org.eclipse.ote/org.eclipse.ote.test.server.external.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ote.test.server.external.feature --- [INFO] The project's OSGi version is 0.26.3.v202309211832-DEV [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.ote.test.server.external.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.ote.test.server.external.feature --- [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.ote.test.server.external.feature --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.ote.test.server.external.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.ote.test.server.external.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.ote.test.server__JAVA11/org.eclipse.ote/org.eclipse.ote.test.server.external.feature/target/org.eclipse.ote.test.server.external.feature-0.26.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ote.test.server.external.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ote.test.server.external.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.ote.test.server.external.feature --- [INFO] Fetching org.eclipse.core.contenttype.source_3.7.700.v20200517-1644.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (83.21kB) [INFO] Fetching org.eclipse.core.jobs.source_3.10.800.v20200421-0950.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (107.64kB) [INFO] Fetching org.eclipse.core.runtime.source_3.18.0.v20200506-2143.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (84.2kB) [INFO] Fetching javax.inject.source_1.0.0.v20091030.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (22.39kB) [INFO] Fetching org.apache.commons.dbcp.source_1.4.0.v201204271417.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (12.3kB) [INFO] Fetching org.apache.commons.pool.source_1.6.0.v201204271246.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (111.64kB) [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.ote.test.server__JAVA11/org.eclipse.ote/org.eclipse.ote.test.server.external.feature/target/org.eclipse.ote.test.server.external.feature-0.26.3-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ote.test.server.external.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ote.test.server.external.feature --- [INFO] [INFO] --< org.eclipse.ote.test.server:org.eclipse.ote.test.server.feature >--- [INFO] Building OTE Test Server Feature 0.26.3-SNAPSHOT [3/4] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ote.test.server.feature --- [INFO] Deleting /home/jenkins/agent/workspace/org.eclipse.ote.test.server__JAVA11/org.eclipse.ote/org.eclipse.ote.test.server.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ote.test.server.feature --- [INFO] The project's OSGi version is 0.26.3.v202309211832-DEV [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.ote.test.server.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.ote.test.server.feature --- [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.ote.test.server.feature --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.ote.test.server.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.ote.test.server.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.ote.test.server__JAVA11/org.eclipse.ote/org.eclipse.ote.test.server.feature/target/org.eclipse.ote.test.server.feature-0.26.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ote.test.server.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ote.test.server.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.ote.test.server.feature --- [INFO] Fetching org.eclipse.osee.ote.connection.service.source_0.26.3.v202309211520-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (10.91kB) [INFO] Fetching org.eclipse.osee.ote.core.source_0.26.3.v202309211520-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (706.86kB) [INFO] Fetching org.eclipse.osee.ote.messaging.dds.source_0.26.3.v202309211520-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (83.71kB) [INFO] Fetching org.eclipse.osee.ote.server.source_0.26.3.v202309211520-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (17.64kB) [INFO] Fetching org.eclipse.osee.ote.jms.source_0.26.3.v202309211520-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (2.5kB) [INFO] Fetching org.eclipse.osee.ote.master.rest.client.source_0.26.3.v202309211520-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (8.31kB) [INFO] Fetching org.eclipse.osee.ote.master.rest.model.source_0.26.3.v202309211520-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (2.62kB) [INFO] Fetching org.eclipse.osee.ote.connection.jini.source_0.26.3.v202309211520-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (10.58kB) [INFO] Fetching org.eclipse.osee.ote.io.source_0.26.3.v202309211520-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (11.42kB) [INFO] Fetching org.eclipse.osee.ote.properties.source_0.26.3.v202309211520-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (4.39kB) [INFO] Fetching org.eclipse.ote.message.manager.source_0.26.3.v202309211702-DEV.jar from https://ci.eclipse.org/osee/job/org.eclipse.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.ote.p2/target/repository/plugins/ (31.51kB) [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.ote.test.server__JAVA11/org.eclipse.ote/org.eclipse.ote.test.server.feature/target/org.eclipse.ote.test.server.feature-0.26.3-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ote.test.server.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ote.test.server.feature --- [INFO] [INFO] -----< org.eclipse.ote.test.server:org.eclipse.ote.test.server.p2 >----- [INFO] Building OTE Test Server - p2 Site 0.26.3-SNAPSHOT [4/4] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ote.test.server.p2 --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ote.test.server.p2 --- [INFO] The project's OSGi version is 0.26.3.v202309211832-DEV [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.ote.test.server.p2 --- [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.ote.test.server.p2 --- [debug] execute contextualize [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.ote.test.server__JAVA11/org.eclipse.ote/org.eclipse.ote.test.server.p2/src/main/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.ote.test.server.p2 --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.ote.test.server.p2 --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.ote.test.server.p2 --- [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ org.eclipse.ote.test.server.p2 --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ org.eclipse.ote.test.server.p2 --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.ote.test.server.p2 --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ org.eclipse.ote.test.server.p2 --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ org.eclipse.ote.test.server.p2 --- [INFO] Building zip: /home/jenkins/agent/workspace/org.eclipse.ote.test.server__JAVA11/org.eclipse.ote/org.eclipse.ote.test.server.p2/target/org.eclipse.ote.test.server.p2-0.26.3-SNAPSHOT.zip [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.ote.test.server.p2 --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ote.test.server.p2 --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ote.test.server.p2 --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (assemble-repository) @ org.eclipse.ote.test.server.p2 --- [INFO] [INFO] --- maven-antrun-plugin:1.6:run (build-osee-server) @ org.eclipse.ote.test.server.p2 --- [INFO] Executing tasks main: version: [get] Getting: https://ci.eclipse.org/osee/job/org.eclipse.osee.ote__JAVA11/lastSuccessfulBuild/artifact/org.eclipse.ote/org.eclipse.osee.ote.p2/target/repository//versions.txt [get] To: /home/jenkins/agent/workspace/org.eclipse.ote.test.server__JAVA11/org.eclipse.ote/org.eclipse.ote.test.server.p2/target/repository/versions.txt setup: [echo] Packaging Server Runtime [echo] Output-Path: /home/jenkins/agent/workspace/org.eclipse.ote.test.server__JAVA11/org.eclipse.ote/org.eclipse.ote.test.server.p2/target [echo] P2-Content-Path: /home/jenkins/agent/workspace/org.eclipse.ote.test.server__JAVA11/org.eclipse.ote/org.eclipse.ote.test.server.p2/target/repository [echo] Output-Name: ote.server.runtime [echo] Server-Path: /home/jenkins/agent/workspace/org.eclipse.ote.test.server__JAVA11/org.eclipse.ote/org.eclipse.ote.test.server.p2/target/server [echo] Script-Data-Path: /home/jenkins/agent/workspace/org.eclipse.ote.test.server__JAVA11/org.eclipse.ote/org.eclipse.ote.test.server.p2/scriptData [echo] [mkdir] Created dir: /home/jenkins/agent/workspace/org.eclipse.ote.test.server__JAVA11/org.eclipse.ote/org.eclipse.ote.test.server.p2/target/server [mkdir] Created dir: /home/jenkins/agent/workspace/org.eclipse.ote.test.server__JAVA11/org.eclipse.ote/org.eclipse.ote.test.server.p2/target/server/configuration [mkdir] Created dir: /home/jenkins/agent/workspace/org.eclipse.ote.test.server__JAVA11/org.eclipse.ote/org.eclipse.ote.test.server.p2/target/server/plugins [copy] Copying 117 files to /home/jenkins/agent/workspace/org.eclipse.ote.test.server__JAVA11/org.eclipse.ote/org.eclipse.ote.test.server.p2/target/server/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/org.eclipse.ote.test.server__JAVA11/org.eclipse.ote/org.eclipse.ote.test.server.p2/target/server [mkdir] Created dir: /home/jenkins/agent/workspace/org.eclipse.ote.test.server__JAVA11/org.eclipse.ote/org.eclipse.ote.test.server.p2/target/server/etc [copy] Copying 2 files to /home/jenkins/agent/workspace/org.eclipse.ote.test.server__JAVA11/org.eclipse.ote/org.eclipse.ote.test.server.p2/target/server/etc generateConfig: generateLaunchScripts: pack: [zip] Building zip: /home/jenkins/agent/workspace/org.eclipse.ote.test.server__JAVA11/org.eclipse.ote/org.eclipse.ote.test.server.p2/target/ote.server.runtime.zip run: [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (archive-repository) @ org.eclipse.ote.test.server.p2 --- [INFO] Building zip: /home/jenkins/agent/workspace/org.eclipse.ote.test.server__JAVA11/org.eclipse.ote/org.eclipse.ote.test.server.p2/target/org.eclipse.ote.test.server.p2-0.26.3-SNAPSHOT.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] OTE TEST SERVER - Parent (Incubation) 0.26.3-SNAPSHOT SUCCESS [ 1.092 s] [INFO] OTE Test Server External Feature ................... SUCCESS [ 1.382 s] [INFO] OTE Test Server Feature ............................ SUCCESS [ 1.642 s] [INFO] OTE Test Server - p2 Site 0.26.3-SNAPSHOT .......... SUCCESS [ 16.080 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:00 min [INFO] Finished at: 2023-09-21T18:33:41Z [INFO] ------------------------------------------------------------------------ Archiving artifacts Finished: SUCCESS