Started by timer Running as SYSTEM Agent basic-st161 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-st161" namespace: "efxclipse" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.efxclipse.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-st161" - 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-st161" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.efxclipse.svc.cluster.local/efxclipse/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.gradle/daemon" name: "volume-6" readOnly: false - mountPath: "/home/jenkins/.gradle/caches" name: "volume-5" readOnly: false - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - 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/.gradle/gradle.properties" name: "gradle-secret-dir" readOnly: true subPath: "gradle.properties" - mountPath: "/home/jenkins/.gradle/workers" name: "volume-8" readOnly: false - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.gradle/native" name: "volume-7" readOnly: false - 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/.gradle/wrapper" name: "volume-9" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-8" - emptyDir: medium: "" name: "volume-7" - emptyDir: medium: "" name: "volume-9" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" - emptyDir: medium: "" name: "volume-6" - emptyDir: medium: "" name: "volume-5" - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-efxclipse" readOnly: true - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - name: "gradle-secret-dir" secret: secretName: "gradle-secret-dir" Building remotely on basic-st161 (basic) in workspace /home/jenkins/agent/workspace/efxclipse_shared-github_3x [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-gSmFnKFOre4Y/agent.49 SSH_AGENT_PID=51 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/efxclipse_shared-github_3x@tmp/private_key_7733502260372958223.key (/home/jenkins/agent/workspace/efxclipse_shared-github_3x@tmp/private_key_7733502260372958223.key) [ssh-agent] Using credentials genie.efxclipse (ssh://genie.efxclipse@projects-storage.eclipse.org) The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository http://github.com/eclipse/efxclipse-rt.git > git init /home/jenkins/agent/workspace/efxclipse_shared-github_3x # timeout=10 Fetching upstream changes from http://github.com/eclipse/efxclipse-rt.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- http://github.com/eclipse/efxclipse-rt.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url http://github.com/eclipse/efxclipse-rt.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/3.x^{commit} # timeout=10 Checking out Revision cf6ec3461cecf9a572c65c8426c5f233def67c24 (origin/3.x) > git config core.sparsecheckout # timeout=10 > git checkout -f cf6ec3461cecf9a572c65c8426c5f233def67c24 # timeout=10 Commit message: "refs #455 fixed copy&paste error" > git rev-list --no-walk cf6ec3461cecf9a572c65c8426c5f233def67c24 # timeout=10 [efxclipse_shared-github_3x] $ /opt/tools/apache-maven/3.8.4/bin/mvn -f releng/org.eclipse.fx.shared.releng/pom.xml -Dtycho.disableP2Mirrors=true -Dmaven.repo.local=/home/jenkins/agent/workspace/efxclipse_shared-github_3x/.repository clean package -Pbuild-server OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0 Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537) Maven home: /opt/tools/apache-maven/3.8.4 Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... 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] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/ (142B) [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800 [INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/ (133.37kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.shared:org.eclipse.fx.osgi:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_shared-github_3x/modules/core/org.eclipse.fx.osgi/pom.xml [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] Resolving dependencies of MavenProject: org.eclipse.fx.shared:org.eclipse.fx.ui.workbench3:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_shared-github_3x/modules/ui/org.eclipse.fx.ui.workbench3/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.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.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.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.util.promise_1.2.0.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (81.45kB) [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.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.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.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.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.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.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.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.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.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.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.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.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.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] 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.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.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.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.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.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (23.09kB) [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] Fetching org.eclipse.swt.win32.win32.x86_64_3.121.0.v20220829-1402.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (2.47MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.121.0.v20220829-1402.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (2.14MB) [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.shared:org.eclipse.fx.core.shared.feature:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_shared-github_3x/releng/runtime/org.eclipse.fx.core.shared.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.runtime.min.feature:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_shared-github_3x/releng/runtime/org.eclipse.fx.runtime.min.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.shared:org.eclipse.fx.shared.updatesite:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_shared-github_3x/releng/org.eclipse.fx.core.shared.updatesite/pom.xml [WARNING] The project org.eclipse.fx.shared:releng:pom:3.9.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] e(fx)clipse build [pom] [INFO] e(fx)clipse - Runtime - OSGi Integration fragment [eclipse-plugin] [INFO] e(fx)clipse - Runtime - Eclipse SDK integration [eclipse-plugin] [INFO] e(fx)clipse - Runtime - Shared - Features - Basic [eclipse-feature] [INFO] e(fx)clipse - Runtime - Features - Runtime Minimum [eclipse-feature] [INFO] e(fx)clipse - Runtime - Updatesite [eclipse-update-site] [INFO] [INFO] --------------------< org.eclipse.fx.shared:releng >-------------------- [INFO] Building e(fx)clipse build 3.9.0-SNAPSHOT [1/6] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ releng --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ releng --- [INFO] [INFO] -------------< org.eclipse.fx.shared:org.eclipse.fx.osgi >-------------- [INFO] Building e(fx)clipse - Runtime - OSGi Integration fragment 3.9.0-SNAPSHOT [2/6] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.osgi --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.3:build-qualifier (default-build-qualifier) @ org.eclipse.fx.osgi --- [INFO] The project's OSGi version is 3.9.0.202405230500 [INFO] [INFO] --- tycho-packaging-plugin:2.7.3:validate-id (default-validate-id) @ org.eclipse.fx.osgi --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.3:validate-version (default-validate-version) @ org.eclipse.fx.osgi --- [INFO] [INFO] --- target-platform-configuration:2.7.3:target-platform (default-target-platform) @ org.eclipse.fx.osgi --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.3:validate-classpath (default-validate-classpath) @ org.eclipse.fx.osgi --- [INFO] Resolving class path of e(fx)clipse - Runtime - OSGi Integration fragment... [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] 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:2.4.3:resources (default-resources) @ org.eclipse.fx.osgi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:2.7.3:compile (default-compile) @ org.eclipse.fx.osgi --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/efxclipse_shared-github_3x/modules/core/org.eclipse.fx.osgi/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.3:declarative-services (default-declarative-services) @ org.eclipse.fx.osgi --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.osgi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_shared-github_3x/modules/core/org.eclipse.fx.osgi/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.3:testCompile (default-testCompile) @ org.eclipse.fx.osgi --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.osgi --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.osgi --- [INFO] [INFO] --- tycho-source-plugin:2.7.3:plugin-source (plugin-source) @ org.eclipse.fx.osgi --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_shared-github_3x/modules/core/org.eclipse.fx.osgi/target/org.eclipse.fx.osgi-3.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.3:package-plugin (default-package-plugin) @ org.eclipse.fx.osgi --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_shared-github_3x/modules/core/org.eclipse.fx.osgi/target/org.eclipse.fx.osgi-3.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.osgi --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.osgi --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_shared-github_3x/modules/core/org.eclipse.fx.osgi/target/org.eclipse.fx.osgi-3.9.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_shared-github_3x/modules/core/org.eclipse.fx.osgi/target/org.eclipse.fx.osgi-3.9.0-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.eclipse.fx.shared:org.eclipse.fx.ui.workbench3 >--------- [INFO] Building e(fx)clipse - Runtime - Eclipse SDK integration 3.9.0-SNAPSHOT [3/6] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ui.workbench3 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.3:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ui.workbench3 --- [INFO] The project's OSGi version is 3.9.0.202405230500 [INFO] [INFO] --- tycho-packaging-plugin:2.7.3:validate-id (default-validate-id) @ org.eclipse.fx.ui.workbench3 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.3:validate-version (default-validate-version) @ org.eclipse.fx.ui.workbench3 --- [INFO] [INFO] --- target-platform-configuration:2.7.3:target-platform (default-target-platform) @ org.eclipse.fx.ui.workbench3 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration. [INFO] [INFO] --- tycho-compiler-plugin:2.7.3:validate-classpath (default-validate-classpath) @ org.eclipse.fx.ui.workbench3 --- [INFO] Resolving class path of e(fx)clipse - Runtime - Eclipse SDK integration... [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (29.62kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.aarch64_3.121.0.v20220829-1402.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (2.14MB) [INFO] Fetching org.eclipse.swt.gtk.linux.ppc64le_3.121.0.v20220829-1402.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (2.02MB) [INFO] Fetching org.eclipse.tests.urischeme_1.1.200.v20220720-2118.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (88.19kB) [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (10.25kB) [INFO] Fetching org.eclipse.swt.gtk.linux.aarch64_3.121.0.v20220829-1402.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (2.05MB) [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:2.4.3:resources (default-resources) @ org.eclipse.fx.ui.workbench3 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:2.7.3:compile (default-compile) @ org.eclipse.fx.ui.workbench3 --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/efxclipse_shared-github_3x/modules/ui/org.eclipse.fx.ui.workbench3/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.3:declarative-services (default-declarative-services) @ org.eclipse.fx.ui.workbench3 --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ui.workbench3 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_shared-github_3x/modules/ui/org.eclipse.fx.ui.workbench3/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.3:testCompile (default-testCompile) @ org.eclipse.fx.ui.workbench3 --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.fx.ui.workbench3 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.ui.workbench3 --- [INFO] [INFO] --- tycho-source-plugin:2.7.3:plugin-source (plugin-source) @ org.eclipse.fx.ui.workbench3 --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_shared-github_3x/modules/ui/org.eclipse.fx.ui.workbench3/target/org.eclipse.fx.ui.workbench3-3.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.3:package-plugin (default-package-plugin) @ org.eclipse.fx.ui.workbench3 --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_shared-github_3x/modules/ui/org.eclipse.fx.ui.workbench3/target/org.eclipse.fx.ui.workbench3-3.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ui.workbench3 --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ui.workbench3 --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_shared-github_3x/modules/ui/org.eclipse.fx.ui.workbench3/target/org.eclipse.fx.ui.workbench3-3.9.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_shared-github_3x/modules/ui/org.eclipse.fx.ui.workbench3/target/org.eclipse.fx.ui.workbench3-3.9.0-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.eclipse.fx.shared:org.eclipse.fx.core.shared.feature >------ [INFO] Building e(fx)clipse - Runtime - Shared - Features - Basic 3.9.0-SNAPSHOT [4/6] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.core.shared.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.fx.core.shared.feature --- [INFO] The project's OSGi version is 3.9.0.202405230500 [INFO] [INFO] --- tycho-packaging-plugin:2.7.3:validate-id (default-validate-id) @ org.eclipse.fx.core.shared.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.3:validate-version (default-validate-version) @ org.eclipse.fx.core.shared.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.3:target-platform (default-target-platform) @ org.eclipse.fx.core.shared.feature --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration. [INFO] [INFO] --- tycho-packaging-plugin:2.7.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.core.shared.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.3:package-feature (default-package-feature) @ org.eclipse.fx.core.shared.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_shared-github_3x/releng/runtime/org.eclipse.fx.core.shared.feature/target/org.eclipse.fx.core.shared.feature-3.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.core.shared.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.7.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.fx.core.shared.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.core.shared.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_shared-github_3x/releng/runtime/org.eclipse.fx.core.shared.feature/target/org.eclipse.fx.core.shared.feature-3.9.0-SNAPSHOT.jar [INFO] [INFO] -----< org.eclipse.fx.runtime:org.eclipse.fx.runtime.min.feature >------ [INFO] Building e(fx)clipse - Runtime - Features - Runtime Minimum 3.9.0-SNAPSHOT [5/6] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.runtime.min.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.fx.runtime.min.feature --- [INFO] The project's OSGi version is 3.9.0.202405230500 [INFO] [INFO] --- tycho-packaging-plugin:2.7.3:validate-id (default-validate-id) @ org.eclipse.fx.runtime.min.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.3:validate-version (default-validate-version) @ org.eclipse.fx.runtime.min.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.3:target-platform (default-target-platform) @ org.eclipse.fx.runtime.min.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.fx.runtime.min.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.3:package-feature (default-package-feature) @ org.eclipse.fx.runtime.min.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_shared-github_3x/releng/runtime/org.eclipse.fx.runtime.min.feature/target/org.eclipse.fx.runtime.min.feature-3.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.runtime.min.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.7.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.fx.runtime.min.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.runtime.min.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_shared-github_3x/releng/runtime/org.eclipse.fx.runtime.min.feature/target/org.eclipse.fx.runtime.min.feature-3.9.0-SNAPSHOT.jar [INFO] [INFO] -------< org.eclipse.fx.shared:org.eclipse.fx.shared.updatesite >------- [INFO] Building e(fx)clipse - Runtime - Updatesite 3.9.0-SNAPSHOT [6/6] [INFO] ------------------------[ eclipse-update-site ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.shared.updatesite --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.3:build-qualifier (default-build-qualifier) @ org.eclipse.fx.shared.updatesite --- [INFO] The project's OSGi version is 3.9.0.202405230500 [INFO] [INFO] --- target-platform-configuration:2.7.3:target-platform (default-target-platform) @ org.eclipse.fx.shared.updatesite --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration. [INFO] [INFO] --- tycho-packaging-plugin:2.7.3:update-site (default-update-site) @ org.eclipse.fx.shared.updatesite --- [INFO] [INFO] --- tycho-p2-plugin:2.7.3:update-site-p2-metadata (default-update-site-p2-metadata) @ org.eclipse.fx.shared.updatesite --- [INFO] Command line: [/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/bin/java, -jar, /home/jenkins/agent/workspace/efxclipse_shared-github_3x/.repository/org/eclipse/tycho/tycho-bundles-external/2.7.3/eclipse/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar, -configuration, /tmp/tycho-p2-runtime2389981555334401056.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.UpdateSitePublisher, -source, /home/jenkins/agent/workspace/efxclipse_shared-github_3x/releng/org.eclipse.fx.core.shared.updatesite/target/site, -metadataRepository, file:/home/jenkins/agent/workspace/efxclipse_shared-github_3x/releng/org.eclipse.fx.core.shared.updatesite/target/site/, -metadataRepositoryName, e(fx)clipse - Runtime - Updatesite, -artifactRepository, file:/home/jenkins/agent/workspace/efxclipse_shared-github_3x/releng/org.eclipse.fx.core.shared.updatesite/target/site/, -artifactRepositoryName, e(fx)clipse - Runtime - Updatesite Artifacts, -noDefaultIUs, -compress] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] [INFO] --- tycho-packaging-plugin:2.7.3:update-site-packaging (default-update-site-packaging) @ org.eclipse.fx.shared.updatesite --- [INFO] Building zip: /home/jenkins/agent/workspace/efxclipse_shared-github_3x/releng/org.eclipse.fx.core.shared.updatesite/target/site.zip [INFO] Building zip: /home/jenkins/agent/workspace/efxclipse_shared-github_3x/releng/org.eclipse.fx.core.shared.updatesite/target/site_assembly.zip [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.shared.updatesite --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for e(fx)clipse build 3.9.0-SNAPSHOT: [INFO] [INFO] e(fx)clipse build .................................. SUCCESS [ 8.313 s] [INFO] e(fx)clipse - Runtime - OSGi Integration fragment .. SUCCESS [ 22.673 s] [INFO] e(fx)clipse - Runtime - Eclipse SDK integration .... SUCCESS [ 12.082 s] [INFO] e(fx)clipse - Runtime - Shared - Features - Basic .. SUCCESS [ 1.107 s] [INFO] e(fx)clipse - Runtime - Features - Runtime Minimum . SUCCESS [ 0.780 s] [INFO] e(fx)clipse - Runtime - Updatesite ................. SUCCESS [ 2.705 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:25 min [INFO] Finished at: 2024-05-23T05:01:47Z [INFO] ------------------------------------------------------------------------ [efxclipse_shared-github_3x] $ /bin/sh -xe /tmp/jenkins3383935905957333338.sh + ssh genie.efxclipse@projects-storage.eclipse.org rm -rf '/home/data/httpd/download.eclipse.org/efxclipse/runtime-shared-nightly/*' + scp -r releng/org.eclipse.fx.core.shared.updatesite/target/site releng/org.eclipse.fx.core.shared.updatesite/target/site_assembly.zip releng/org.eclipse.fx.core.shared.updatesite/target/site.zip genie.efxclipse@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/efxclipse/runtime-shared-nightly/ $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 51 killed; [ssh-agent] Stopped. Finished: SUCCESS