Started by user Ralph Soika Running as Ralph Soika Agent basic-jdf7c is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-jdf7c" namespace: "bpmn2" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.bpmn2.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-jdf7c" - 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-jdf7c" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.bpmn2.svc.cluster.local/bpmn2/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-bpmn2" 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-jdf7c (basic) in workspace /home/jenkins/agent/workspace/bpmn2-mdt [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [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-WU9ayG3IStjg/agent.56 SSH_AGENT_PID=58 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/bpmn2-mdt@tmp/private_key_3655333209324784078.key (/home/jenkins/agent/workspace/bpmn2-mdt@tmp/private_key_3655333209324784078.key) [ssh-agent] Using credentials genie.bpmn2 (ssh://genie.bpmn2@projects-storage.eclipse.org) The recommended git tool is: NONE using credential projects-storage.eclipse.org-bot-ssh Cloning the remote Git repository Cloning repository https://git.eclipse.org/r/bpmn2/org.eclipse.bpmn2.git > git init /home/jenkins/agent/workspace/bpmn2-mdt # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/bpmn2/org.eclipse.bpmn2.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_SSH to set credentials ssh://genie.bpmn2@projects-storage.eclipse.org [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/bpmn2-mdt@tmp/jenkins-gitclient-ssh18083912059436276270.key Verifying host key using known hosts file > git fetch --tags --force --progress -- https://git.eclipse.org/r/bpmn2/org.eclipse.bpmn2.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/bpmn2/org.eclipse.bpmn2.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 4136e085d7b8898446daee0792493ae59fe90886 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4136e085d7b8898446daee0792493ae59fe90886 # timeout=10 Commit message: "Bug 581078 - clean up settings folder" > git rev-list --no-walk 4136e085d7b8898446daee0792493ae59fe90886 # timeout=10 [bpmn2-mdt] $ /opt/tools/apache-maven/latest/bin/mvn clean install -Pplatform-2022-12,sign -DskipTests Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. 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/releases/2022-12/ (122B) [INFO] Adding repository https://download.eclipse.org/releases/2022-12 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2022-12/ (480B) [INFO] Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2022-12/ (442B) [INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2022-12/202211171200/ (100.44kB) [INFO] Fetching p2.index from https://download.eclipse.org/releases/2022-12/202211181000/ (140B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2022-12/202211181000/ (782.59kB) [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B) [INFO] Adding repository https://download.eclipse.org/cbi/updates/license [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.bpmn2:org.eclipse.bpmn2:1.5.2-SNAPSHOT @ /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2/pom.xml [INFO] Fetching 202211181000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2022-12/ (63B) [INFO] Fetching org.eclipse.osgi_3.18.200.v20221006-1531.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (1.47MB) [INFO] Fetching org.eclipse.core.runtime_3.26.100.v20221021-0005.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (74.44kB) [INFO] Fetching org.eclipse.emf.ecore_2.28.0.v20220817-1401.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (1.26MB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.17.0.v20220817-1334.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (232.69kB) [INFO] Fetching org.eclipse.xsd_2.18.0.v20220925-0948.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (983.84kB) [INFO] Fetching org.eclipse.core.contenttype_3.8.200.v20220817-1539.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (101.83kB) [INFO] Fetching org.eclipse.equinox.preferences_3.10.100.v20220710-1223.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (135.73kB) [INFO] Fetching org.eclipse.equinox.registry_3.11.200.v20220817-1601.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (196.21kB) [INFO] Fetching org.eclipse.equinox.common_3.17.0.v20221108-1156.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (147.01kB) [INFO] Fetching org.eclipse.core.jobs_3.13.200.v20221102-1024.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (114.2kB) [INFO] Fetching org.eclipse.equinox.app_1.6.200.v20220720-2012.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (90.9kB) [INFO] Fetching org.eclipse.emf.common_2.26.0.v20220908-0712.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (369.73kB) [INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (19.69kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.bpmn2:org.eclipse.bpmn2.edit:1.5.2-SNAPSHOT @ /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.edit/pom.xml [INFO] Fetching org.eclipse.emf.edit_2.17.0.v20220201-1551.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (296.75kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (89.67kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.bpmn2:org.eclipse.bpmn2.editor:1.5.2-SNAPSHOT @ /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.editor/pom.xml [INFO] Fetching bcprov_1.72.0.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (10.75MB) [INFO] Fetching com.ibm.icu_72.1.0.v20221115-2007.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (14.23MB) [INFO] Fetching com.sun.jna_5.12.1.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (1.78MB) [INFO] Fetching com.sun.jna.platform_5.12.1.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (1.29MB) [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (46.27kB) [INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (32.41kB) [INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (22.12kB) [INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (361.47kB) [INFO] Fetching org.apache.batik.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (146.86kB) [INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (25.35kB) [INFO] Fetching org.apache.xmlgraphics_2.7.0.v20221018-0736.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (717.41kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (302.53kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (71.45kB) [INFO] Fetching org.apache.felix.scr_2.2.4.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (393.41kB) [INFO] Fetching org.osgi.service.component_1.5.0.202109301733.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (64.86kB) [INFO] Fetching org.osgi.util.promise_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (81.45kB) [INFO] Fetching org.bouncycastle.bcpg_1.72.0.v20221013-1810.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (401.71kB) [INFO] Fetching org.eclipse.core.resources_3.18.100.v20221025-2047.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (891.79kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.22.0.v20220619-0533.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (348.76kB) [INFO] Fetching org.eclipse.ui.ide_3.20.0.v20221027-2208.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (2.41MB) [INFO] Fetching org.eclipse.core.commands_3.10.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (116.38kB) [INFO] Fetching org.eclipse.core.databinding_1.11.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (289.68kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.12.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (314.82kB) [INFO] Fetching org.eclipse.core.databinding.property_1.9.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (164.89kB) [INFO] Fetching org.eclipse.core.expressions_3.8.200.v20220613-1047.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (93.93kB) [INFO] Fetching org.eclipse.core.filesystem_1.9.500.v20220817-1539.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (71.65kB) [INFO] Fetching org.eclipse.e4.core.commands_1.0.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (27.81kB) [INFO] Fetching org.eclipse.e4.core.di_1.8.300.v20220817-1539.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (54.29kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.11.0.v20220716-0839.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (57.49kB) [INFO] Fetching org.eclipse.e4.core.services_2.3.400.v20220915-1347.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (71.46kB) [INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (46.59kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.200.v20220613-1008.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (13.81kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.200.v20220613-1008.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (12.96kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.400.v20220613-1047.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (42.3kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.3.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (52.85kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (317.8kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (47.66kB) [INFO] Fetching org.eclipse.swt_3.122.0.v20221108-0025.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (18.79kB) [INFO] Fetching org.eclipse.e4.ui.services_1.5.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (26.37kB) [INFO] Fetching org.eclipse.jface_3.28.0.v20221024-1426.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (1.11MB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.400.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (215.91kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.700.v20221102-0748.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (205.05kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (30.05kB) [INFO] Fetching org.eclipse.e4.ui.di_1.4.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (18.22kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.400.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (58.52kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.16.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (13.32kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (397.12kB) [INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (33.33kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.3.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (15.12kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.14.0.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (266.96kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.500.v20221028-0801.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (120.02kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.700.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (252.15kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.700.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (149.46kB) [INFO] Fetching org.eclipse.jface.databinding_1.14.0.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (291.45kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (22.9kB) [INFO] Fetching org.eclipse.urischeme_1.2.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (53.71kB) [INFO] Fetching org.eclipse.emf.common.ui_2.20.0.v20220226-1304.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (165.33kB) [INFO] Fetching org.eclipse.ui_3.201.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (434.06kB) [INFO] Fetching org.eclipse.ui.views_3.11.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (107.38kB) [INFO] Fetching org.eclipse.ui.workbench_3.127.0.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (3.49MB) [INFO] Fetching org.eclipse.equinox.bidi_1.4.200.v20220710-1223.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (52.55kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.600.v20221106-1146.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (172.25kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.300.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (362.07kB) [INFO] Fetching org.tukaani.xz_1.9.0.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (113.29kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.9.200.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (79.47kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (68.04kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.6.300.v20221030-1923.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (176.44kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.500.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (221.38kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (132.68kB) [INFO] Fetching org.eclipse.equinox.security_1.3.1000.v20220801-1135.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (115.07kB) [INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (270.25kB) [INFO] Fetching org.eclipse.jface.text_3.21.100.v20221028-1500.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (1.04MB) [INFO] Fetching org.eclipse.text_3.12.300.v20220921-1010.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (297.19kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.122.0.v20221108-0025.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (2.07MB) [INFO] Fetching org.eclipse.ui.navigator_3.10.400.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (424.89kB) [INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (23.09kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (21.23kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.bpmn2.features:org.eclipse.bpmn2.feature:1.5.2-SNAPSHOT @ /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.features/org.eclipse.bpmn2.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.bpmn2:org.eclipse.bpmn2.site:1.5.2-SNAPSHOT @ /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.site/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.bpmn2:org.eclipse.bpmn2.tools.ecoremerger:1.5.2-SNAPSHOT @ /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.tools.ecoremerger/pom.xml [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (14.67kB) [INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (421.77kB) [INFO] Fetching org.eclipse.compare_3.8.500.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (806.64kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.600.v20220809-1658.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (690.83kB) [INFO] Fetching org.eclipse.ui.editors_3.14.400.v20220730-1844.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (620.52kB) [INFO] Fetching org.eclipse.ui.forms_3.11.500.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (331.65kB) [INFO] Fetching org.eclipse.compare.core_3.7.100.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (69.26kB) [INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (115.6kB) [INFO] Fetching org.eclipse.core.net_1.4.0.v20220813-1037.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (49.45kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (52.65kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.13.0.v20220822-0502.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (343.24kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.200.v20220808-2221.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (470.76kB) [INFO] Fetching org.eclipse.team.core_3.9.600.v20220902-2219.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (402.87kB) [INFO] Fetching org.eclipse.team.ui_3.9.500.v20220920-2213.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (1.42MB) [INFO] Fetching org.eclipse.ui.ide.application_1.4.600.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (114.9kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.500.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (174.1kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (110.7kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (65.43kB) [WARNING] The project org.eclipse.bpmn2:bpmn2-parent:pom:1.5.2-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] BPMN 2.0 Metamodel [pom] [INFO] BPMN 2.0 Metamodel - Core [eclipse-plugin] [INFO] BPMN 2.0 Metamodel - Edit Provider [eclipse-plugin] [INFO] BPMN 2.0 Metamodel - Editor [eclipse-plugin] [INFO] BPMN 2.0 Metamodel - Feature [pom] [INFO] BPMN 2.0 Metamodel Feature [eclipse-feature] [INFO] BPMN 2.0 Metamodel - Site [eclipse-repository] [INFO] BPMN 2.0 - ecore merger tool [eclipse-test-plugin] [INFO] [INFO] -------------------< org.eclipse.bpmn2:bpmn2-parent >------------------- [INFO] Building BPMN 2.0 Metamodel 1.5.2-SNAPSHOT [1/8] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ bpmn2-parent --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ bpmn2-parent --- [INFO] [INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ bpmn2-parent --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ bpmn2-parent --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ bpmn2-parent --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ bpmn2-parent --- [INFO] Installing /home/jenkins/agent/workspace/bpmn2-mdt/pom.xml to /home/jenkins/.m2/repository/org/eclipse/bpmn2/bpmn2-parent/1.5.2-SNAPSHOT/bpmn2-parent-1.5.2-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.bpmn2:org.eclipse.bpmn2 >----------------- [INFO] Building BPMN 2.0 Metamodel - Core 1.5.2-SNAPSHOT [2/8] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.bpmn2 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.bpmn2 --- [INFO] The project's OSGi version is 1.5.2.Final-v20221120-1014 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.bpmn2 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.bpmn2 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.bpmn2 --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.bpmn2 --- [INFO] Resolving class path of BPMN 2.0 Metamodel - Core... [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.700.v20220722-0431.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (251kB) [INFO] Fetching org.eclipse.equinox.region_1.5.300.v20220720-2012.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (79.16kB) [INFO] Fetching org.eclipse.equinox.transforms.hook_1.3.200.v20220710-1223.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (31.77kB) [INFO] Fetching org.eclipse.fx.osgi_3.7.0.202010120720.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (46.23kB) [INFO] Fetching org.eclipse.equinox.weaving.hook_1.3.200.v20220720-1916.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (52.92kB) [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.bpmn2 --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.bpmn2 --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 378 source files to /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.bpmn2 --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.bpmn2 --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.bpmn2 --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.bpmn2 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.bpmn2 --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.bpmn2 --- [INFO] Building jar: /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2/target/org.eclipse.bpmn2-1.5.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.bpmn2 --- [INFO] Building jar: /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2/target/org.eclipse.bpmn2-1.5.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.bpmn2 --- [INFO] [INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.bpmn2 --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.bpmn2 --- [WARNING] artifact org.eclipse.bpmn2:org.eclipse.bpmn2:xml:p2metadata:1.5.2-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.bpmn2:org.eclipse.bpmn2:xml:p2artifacts:1.5.2-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.bpmn2 --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.bpmn2 --- [INFO] Tests are skipped. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.bpmn2 --- [INFO] Signing jar: /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2/target/org.eclipse.bpmn2-1.5.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2/target/org.eclipse.bpmn2-1.5.2-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.bpmn2 --- [INFO] Installing /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2/target/org.eclipse.bpmn2-1.5.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/bpmn2/org.eclipse.bpmn2/1.5.2-SNAPSHOT/org.eclipse.bpmn2-1.5.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/bpmn2/org.eclipse.bpmn2/1.5.2-SNAPSHOT/org.eclipse.bpmn2-1.5.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2/target/org.eclipse.bpmn2-1.5.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/bpmn2/org.eclipse.bpmn2/1.5.2-SNAPSHOT/org.eclipse.bpmn2-1.5.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/bpmn2/org.eclipse.bpmn2/1.5.2-SNAPSHOT/org.eclipse.bpmn2-1.5.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/bpmn2/org.eclipse.bpmn2/1.5.2-SNAPSHOT/org.eclipse.bpmn2-1.5.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.bpmn2 --- [INFO] [INFO] --------------< org.eclipse.bpmn2:org.eclipse.bpmn2.edit >-------------- [INFO] Building BPMN 2.0 Metamodel - Edit Provider 1.5.2-SNAPSHOT [3/8] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.bpmn2.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.bpmn2.edit --- [INFO] The project's OSGi version is 1.5.2.Final-v20221120-1014 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.bpmn2.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.bpmn2.edit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.bpmn2.edit --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.bpmn2.edit --- [INFO] Resolving class path of BPMN 2.0 Metamodel - Edit Provider... [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.bpmn2.edit --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.bpmn2.edit --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.edit/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 165 source files to /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.edit/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.bpmn2.edit --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.bpmn2.edit --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.edit/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.bpmn2.edit --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.bpmn2.edit --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.bpmn2.edit --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.bpmn2.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.edit/target/org.eclipse.bpmn2.edit-1.5.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.bpmn2.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.edit/target/org.eclipse.bpmn2.edit-1.5.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.bpmn2.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.bpmn2.edit --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.bpmn2.edit --- [WARNING] artifact org.eclipse.bpmn2:org.eclipse.bpmn2.edit:xml:p2metadata:1.5.2-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.bpmn2:org.eclipse.bpmn2.edit:xml:p2artifacts:1.5.2-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.bpmn2.edit --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.bpmn2.edit --- [INFO] Tests are skipped. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.bpmn2.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.edit/target/org.eclipse.bpmn2.edit-1.5.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.edit/target/org.eclipse.bpmn2.edit-1.5.2-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.bpmn2.edit --- [INFO] Installing /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.edit/target/org.eclipse.bpmn2.edit-1.5.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/bpmn2/org.eclipse.bpmn2.edit/1.5.2-SNAPSHOT/org.eclipse.bpmn2.edit-1.5.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.edit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/bpmn2/org.eclipse.bpmn2.edit/1.5.2-SNAPSHOT/org.eclipse.bpmn2.edit-1.5.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.edit/target/org.eclipse.bpmn2.edit-1.5.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/bpmn2/org.eclipse.bpmn2.edit/1.5.2-SNAPSHOT/org.eclipse.bpmn2.edit-1.5.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/bpmn2/org.eclipse.bpmn2.edit/1.5.2-SNAPSHOT/org.eclipse.bpmn2.edit-1.5.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/bpmn2/org.eclipse.bpmn2.edit/1.5.2-SNAPSHOT/org.eclipse.bpmn2.edit-1.5.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.bpmn2.edit --- [INFO] [INFO] -------------< org.eclipse.bpmn2:org.eclipse.bpmn2.editor >------------- [INFO] Building BPMN 2.0 Metamodel - Editor 1.5.2-SNAPSHOT [4/8] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.bpmn2.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.bpmn2.editor --- [INFO] The project's OSGi version is 1.5.2.Final-v20221120-1014 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.bpmn2.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.bpmn2.editor --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.bpmn2.editor --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.bpmn2.editor --- [INFO] Resolving class path of BPMN 2.0 Metamodel - Editor... [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (29.62kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.aarch64_3.122.0.v20221108-0025.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (2.14MB) [INFO] Fetching org.eclipse.swt.gtk.linux.aarch64_3.122.0.v20221108-0025.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (2.06MB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.300.v20211021-1418.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (40.75kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.122.0.v20221108-0025.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (2.15MB) [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (12.11kB) [INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (9.54kB) [INFO] Fetching org.eclipse.equinox.security.linux_1.0.300.v20220904-1118.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (25.53kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (59.56kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (28.06kB) [INFO] Fetching org.eclipse.core.filesystem.linux.ppc64le_1.4.200.v20220812-1420.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (12.94kB) [INFO] Fetching org.eclipse.ui.win32_3.4.500.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (24.47kB) [INFO] Fetching org.eclipse.core.filesystem.linux.aarch64_1.4.200.v20220812-1420.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (13kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (39.29kB) [INFO] Fetching org.eclipse.swt.gtk.linux.ppc64le_3.122.0.v20221108-0025.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (2.02MB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.400.v20220812-1420.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (13.13kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.122.0.v20221108-0025.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (2.48MB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (10.74kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (27.41kB) [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.bpmn2.editor --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.editor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.bpmn2.editor --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.editor/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.editor/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.bpmn2.editor --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.bpmn2.editor --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.editor/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.bpmn2.editor --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.bpmn2.editor --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.bpmn2.editor --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.bpmn2.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.editor/target/org.eclipse.bpmn2.editor-1.5.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.bpmn2.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.editor/target/org.eclipse.bpmn2.editor-1.5.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.bpmn2.editor --- [INFO] [INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.bpmn2.editor --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.bpmn2.editor --- [WARNING] artifact org.eclipse.bpmn2:org.eclipse.bpmn2.editor:xml:p2metadata:1.5.2-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.bpmn2:org.eclipse.bpmn2.editor:xml:p2artifacts:1.5.2-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.bpmn2.editor --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.bpmn2.editor --- [INFO] Tests are skipped. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.bpmn2.editor --- [INFO] Signing jar: /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.editor/target/org.eclipse.bpmn2.editor-1.5.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.editor/target/org.eclipse.bpmn2.editor-1.5.2-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.bpmn2.editor --- [INFO] Installing /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.editor/target/org.eclipse.bpmn2.editor-1.5.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/bpmn2/org.eclipse.bpmn2.editor/1.5.2-SNAPSHOT/org.eclipse.bpmn2.editor-1.5.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.editor/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/bpmn2/org.eclipse.bpmn2.editor/1.5.2-SNAPSHOT/org.eclipse.bpmn2.editor-1.5.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.editor/target/org.eclipse.bpmn2.editor-1.5.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/bpmn2/org.eclipse.bpmn2.editor/1.5.2-SNAPSHOT/org.eclipse.bpmn2.editor-1.5.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.editor/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/bpmn2/org.eclipse.bpmn2.editor/1.5.2-SNAPSHOT/org.eclipse.bpmn2.editor-1.5.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.editor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/bpmn2/org.eclipse.bpmn2.editor/1.5.2-SNAPSHOT/org.eclipse.bpmn2.editor-1.5.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.bpmn2.editor --- [INFO] [INFO] ------------< org.eclipse.bpmn2:org.eclipse.bpmn2.features >------------ [INFO] Building BPMN 2.0 Metamodel - Feature 1.5.2-SNAPSHOT [5/8] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.bpmn2.features --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.bpmn2.features --- [INFO] [INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.bpmn2.features --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.bpmn2.features --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.bpmn2.features --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.bpmn2.features --- [INFO] Installing /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.features/pom.xml to /home/jenkins/.m2/repository/org/eclipse/bpmn2/org.eclipse.bpmn2.features/1.5.2-SNAPSHOT/org.eclipse.bpmn2.features-1.5.2-SNAPSHOT.pom [INFO] [INFO] --------< org.eclipse.bpmn2.features:org.eclipse.bpmn2.feature >-------- [INFO] Building BPMN 2.0 Metamodel Feature 1.5.2-SNAPSHOT [6/8] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.bpmn2.feature --- [INFO] Deleting /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.features/org.eclipse.bpmn2.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.bpmn2.feature --- [INFO] The project's OSGi version is 1.5.2.Final-v20221120-1014 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.bpmn2.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.bpmn2.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.bpmn2.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.bpmn2.feature --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.bpmn2.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.bpmn2.feature --- [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB) [INFO] Building jar: /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.features/org.eclipse.bpmn2.feature/target/org.eclipse.bpmn2.feature-1.5.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.bpmn2.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.bpmn2.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.bpmn2.feature --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.features/org.eclipse.bpmn2.feature/target/org.eclipse.bpmn2.feature-1.5.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.bpmn2.feature --- [WARNING] artifact org.eclipse.bpmn2.features:org.eclipse.bpmn2.feature:xml:p2metadata:1.5.2-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.bpmn2.features:org.eclipse.bpmn2.feature:xml:p2artifacts:1.5.2-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.bpmn2.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.features/org.eclipse.bpmn2.feature/target/org.eclipse.bpmn2.feature-1.5.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.features/org.eclipse.bpmn2.feature/target/org.eclipse.bpmn2.feature-1.5.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.bpmn2.feature --- [INFO] Installing /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.features/org.eclipse.bpmn2.feature/target/org.eclipse.bpmn2.feature-1.5.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/bpmn2/features/org.eclipse.bpmn2.feature/1.5.2-SNAPSHOT/org.eclipse.bpmn2.feature-1.5.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.features/org.eclipse.bpmn2.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/bpmn2/features/org.eclipse.bpmn2.feature/1.5.2-SNAPSHOT/org.eclipse.bpmn2.feature-1.5.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.features/org.eclipse.bpmn2.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/bpmn2/features/org.eclipse.bpmn2.feature/1.5.2-SNAPSHOT/org.eclipse.bpmn2.feature-1.5.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.features/org.eclipse.bpmn2.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/bpmn2/features/org.eclipse.bpmn2.feature/1.5.2-SNAPSHOT/org.eclipse.bpmn2.feature-1.5.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.features/org.eclipse.bpmn2.feature/target/org.eclipse.bpmn2.feature-1.5.2-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/bpmn2/features/org.eclipse.bpmn2.feature/1.5.2-SNAPSHOT/org.eclipse.bpmn2.feature-1.5.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.bpmn2.feature --- [INFO] [INFO] --------------< org.eclipse.bpmn2:org.eclipse.bpmn2.site >-------------- [INFO] Building BPMN 2.0 Metamodel - Site 1.5.2-SNAPSHOT [7/8] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.bpmn2.site --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.bpmn2.site --- [INFO] The project's OSGi version is 1.5.2.Final-v20221120-1014 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.bpmn2.site --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.bpmn2.site --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.bpmn2.site --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.site/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.bpmn2.site --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-products (default-publish-products) @ org.eclipse.bpmn2.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-categories (default-publish-categories) @ org.eclipse.bpmn2.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:attach-artifacts (default-attach-artifacts) @ org.eclipse.bpmn2.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:assemble-repository (default-assemble-repository) @ org.eclipse.bpmn2.site --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.bpmn2.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:archive-repository (default-archive-repository) @ org.eclipse.bpmn2.site --- [INFO] Building zip: /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.site/target/org.eclipse.bpmn2.site-1.5.2-SNAPSHOT.zip [INFO] [INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.bpmn2.site --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.bpmn2.site --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.bpmn2.site --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.bpmn2.site --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.bpmn2.site --- [INFO] Installing /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.site/target/org.eclipse.bpmn2.site-1.5.2-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/eclipse/bpmn2/org.eclipse.bpmn2.site/1.5.2-SNAPSHOT/org.eclipse.bpmn2.site-1.5.2-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.site/pom.xml to /home/jenkins/.m2/repository/org/eclipse/bpmn2/org.eclipse.bpmn2.site/1.5.2-SNAPSHOT/org.eclipse.bpmn2.site-1.5.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.site/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/bpmn2/org.eclipse.bpmn2.site/1.5.2-SNAPSHOT/org.eclipse.bpmn2.site-1.5.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.site/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/bpmn2/org.eclipse.bpmn2.site/1.5.2-SNAPSHOT/org.eclipse.bpmn2.site-1.5.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.bpmn2.site --- [INFO] [INFO] -------< org.eclipse.bpmn2:org.eclipse.bpmn2.tools.ecoremerger >-------- [INFO] Building BPMN 2.0 - ecore merger tool 1.5.2-SNAPSHOT [8/8] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.bpmn2.tools.ecoremerger --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.bpmn2.tools.ecoremerger --- [INFO] The project's OSGi version is 1.5.2.Final-v20221120-1014 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.bpmn2.tools.ecoremerger --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.bpmn2.tools.ecoremerger --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.bpmn2.tools.ecoremerger --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.bpmn2.tools.ecoremerger --- [INFO] Resolving class path of BPMN 2.0 - ecore merger tool... [INFO] Fetching org.eclipse.core.net.linux_1.0.200.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (16.24kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (136.19kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.700.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (9.6kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (41.14kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (42.61kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (41.14kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (86.39kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (88.49kB) [INFO] Fetching org.eclipse.core.net.win32_1.0.100.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (27.48kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2022-12/202211181000/plugins/ (87.79kB) [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.bpmn2.tools.ecoremerger --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.tools.ecoremerger/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.bpmn2.tools.ecoremerger --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.tools.ecoremerger/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.bpmn2.tools.ecoremerger --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.tools.ecoremerger/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.bpmn2.tools.ecoremerger --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.bpmn2.tools.ecoremerger --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.tools.ecoremerger/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.tools.ecoremerger/target/org.eclipse.bpmn2.tools.ecoremerger-1.5.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.bpmn2.tools.ecoremerger --- [INFO] Building jar: /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.tools.ecoremerger/target/org.eclipse.bpmn2.tools.ecoremerger-1.5.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.bpmn2.tools.ecoremerger --- [INFO] [INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.bpmn2.tools.ecoremerger --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.bpmn2.tools.ecoremerger --- [WARNING] artifact org.eclipse.bpmn2:org.eclipse.bpmn2.tools.ecoremerger:xml:p2metadata:1.5.2-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.bpmn2:org.eclipse.bpmn2.tools.ecoremerger:xml:p2artifacts:1.5.2-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.bpmn2.tools.ecoremerger --- [INFO] Skipping tests [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.bpmn2.tools.ecoremerger --- [INFO] Signing jar: /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.tools.ecoremerger/target/org.eclipse.bpmn2.tools.ecoremerger-1.5.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.tools.ecoremerger/target/org.eclipse.bpmn2.tools.ecoremerger-1.5.2-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.bpmn2.tools.ecoremerger --- [INFO] Installing /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.tools.ecoremerger/target/org.eclipse.bpmn2.tools.ecoremerger-1.5.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/bpmn2/org.eclipse.bpmn2.tools.ecoremerger/1.5.2-SNAPSHOT/org.eclipse.bpmn2.tools.ecoremerger-1.5.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.tools.ecoremerger/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/bpmn2/org.eclipse.bpmn2.tools.ecoremerger/1.5.2-SNAPSHOT/org.eclipse.bpmn2.tools.ecoremerger-1.5.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.tools.ecoremerger/target/org.eclipse.bpmn2.tools.ecoremerger-1.5.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/bpmn2/org.eclipse.bpmn2.tools.ecoremerger/1.5.2-SNAPSHOT/org.eclipse.bpmn2.tools.ecoremerger-1.5.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.tools.ecoremerger/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/bpmn2/org.eclipse.bpmn2.tools.ecoremerger/1.5.2-SNAPSHOT/org.eclipse.bpmn2.tools.ecoremerger-1.5.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/bpmn2-mdt/org.eclipse.bpmn2.tools.ecoremerger/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/bpmn2/org.eclipse.bpmn2.tools.ecoremerger/1.5.2-SNAPSHOT/org.eclipse.bpmn2.tools.ecoremerger-1.5.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.bpmn2.tools.ecoremerger --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for BPMN 2.0 Metamodel 1.5.2-SNAPSHOT: [INFO] [INFO] BPMN 2.0 Metamodel ................................. SUCCESS [ 3.679 s] [INFO] BPMN 2.0 Metamodel - Core .......................... SUCCESS [ 13.214 s] [INFO] BPMN 2.0 Metamodel - Edit Provider ................. SUCCESS [ 4.103 s] [INFO] BPMN 2.0 Metamodel - Editor ........................ SUCCESS [ 5.046 s] [INFO] BPMN 2.0 Metamodel - Feature ....................... SUCCESS [ 0.007 s] [INFO] BPMN 2.0 Metamodel Feature ......................... SUCCESS [ 2.219 s] [INFO] BPMN 2.0 Metamodel - Site .......................... SUCCESS [ 1.929 s] [INFO] BPMN 2.0 - ecore merger tool ....................... SUCCESS [ 2.874 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:12 min [INFO] Finished at: 2022-11-20T10:15:31Z [INFO] ------------------------------------------------------------------------ [bpmn2-mdt] $ /bin/bash /tmp/jenkins16297075450132844436.sh whoami + whoami jenkins pwd + pwd /home/jenkins/agent/workspace/bpmn2-mdt ls -la org.eclipse.bpmn2.site/target/repository/ + ls -la org.eclipse.bpmn2.site/target/repository/ total 40 drwxr-sr-x. 4 jenkins 1002330000 139 Nov 20 10:15 . drwxr-sr-x. 5 jenkins 1002330000 4096 Nov 20 10:15 .. -rw-r--r--. 1 jenkins 1002330000 1525 Nov 20 10:15 artifacts.jar -rw-r--r--. 1 jenkins 1002330000 1396 Nov 20 10:15 artifacts.xml.xz -rw-r--r--. 1 jenkins 1002330000 8256 Nov 20 10:15 content.jar -rw-r--r--. 1 jenkins 1002330000 6724 Nov 20 10:15 content.xml.xz drwxr-sr-x. 2 jenkins 1002330000 141 Nov 20 10:15 features -rw-r--r--. 1 jenkins 1002330000 172 Nov 20 10:15 p2.index drwxr-sr-x. 2 jenkins 1002330000 4096 Nov 20 10:15 plugins uname -a + uname -a Linux basic-jdf7c 5.14.14-200.fc34.x86_64 #1 SMP Wed Oct 20 16:15:12 UTC 2021 x86_64 GNU/Linux ip addr show | grep 'inet ' + ip addr show + grep 'inet ' inet 127.0.0.1/8 scope host lo inet 10.40.19.210/23 brd 10.40.19.255 scope global eth0 ssh genie.bpmn2@projects-storage.eclipse.org ls -la /home/data/httpd/download.eclipse.org/modeling/mdt/bpmn2/updates/nightly/ + ssh genie.bpmn2@projects-storage.eclipse.org ls -la /home/data/httpd/download.eclipse.org/modeling/mdt/bpmn2/updates/nightly/ total 52 drwxrwsr-x 12 genie.bpmn2 modeling.mdt.bpmn2 4096 Nov 17 12:13 . drwxrwsr-x 15 genie.bpmn2 modeling.mdt.bpmn2 4096 Nov 17 12:14 .. drwxrwsr-x 4 genie.bpmn2 modeling.mdt.bpmn2 4096 Aug 14 2020 2020-06 drwxrwsr-x 4 genie.bpmn2 modeling.mdt.bpmn2 4096 Aug 14 2020 2020-09 drwxr-sr-x 4 genie.bpmn2 modeling.mdt.bpmn2 4096 May 28 05:16 2022-06 drwxr-sr-x 4 genie.bpmn2 modeling.mdt.bpmn2 4096 Nov 17 12:13 2022-12 drwxrwsr-x 4 genie.bpmn2 modeling.mdt.bpmn2 4096 Mar 10 2015 kepler drwxrwsr-x 4 genie.bpmn2 modeling.mdt.bpmn2 4096 Mar 13 2015 luna drwxrwsr-x 4 genie.bpmn2 modeling.mdt.bpmn2 4096 Feb 18 2016 mars drwxrwsr-x 4 genie.bpmn2 modeling.mdt.bpmn2 4096 Sep 27 2016 neon drwxrwsr-x 4 genie.bpmn2 modeling.mdt.bpmn2 4096 Jan 16 2018 oxygen drwxrwsr-x 4 genie.bpmn2 modeling.mdt.bpmn2 4096 May 15 2018 photon -rw-rw-r-- 1 genie.bpmn2 modeling.mdt.bpmn2 494 Dec 19 2014 promote if [ ! -d /home/data/httpd/download.eclipse.org/modeling/mdt/bpmn2/updates/nightly/${ECLIPSE_PLATFORM} ] then ssh genie.bpmn2@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/modeling/mdt/bpmn2/updates/nightly/${ECLIPSE_PLATFORM} fi + '[' '!' -d /home/data/httpd/download.eclipse.org/modeling/mdt/bpmn2/updates/nightly/2022-12 ']' + ssh genie.bpmn2@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/modeling/mdt/bpmn2/updates/nightly/2022-12 scp -rvp org.eclipse.bpmn2.site/target/repository/* genie.bpmn2@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/modeling/mdt/bpmn2/updates/nightly/${ECLIPSE_PLATFORM} + scp -rvp org.eclipse.bpmn2.site/target/repository/artifacts.jar org.eclipse.bpmn2.site/target/repository/artifacts.xml.xz org.eclipse.bpmn2.site/target/repository/content.jar org.eclipse.bpmn2.site/target/repository/content.xml.xz org.eclipse.bpmn2.site/target/repository/features org.eclipse.bpmn2.site/target/repository/p2.index org.eclipse.bpmn2.site/target/repository/plugins genie.bpmn2@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/modeling/mdt/bpmn2/updates/nightly/2022-12 Executing: program /usr/bin/ssh host projects-storage.eclipse.org, user genie.bpmn2, command scp -v -r -p -d -t /home/data/httpd/download.eclipse.org/modeling/mdt/bpmn2/updates/nightly/2022-12 OpenSSH_7.9p1 Debian-10+deb10u2, OpenSSL 1.1.1n 15 Mar 2022 debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 19: Applying options for * debug1: Connecting to projects-storage.eclipse.org [172.25.25.150] port 22. debug1: Connection established. debug1: identity file /home/jenkins/.ssh/id_rsa type -1 debug1: identity file /home/jenkins/.ssh/id_rsa-cert type -1 debug1: identity file /home/jenkins/.ssh/id_dsa type -1 debug1: identity file /home/jenkins/.ssh/id_dsa-cert type -1 debug1: identity file /home/jenkins/.ssh/id_ecdsa type -1 debug1: identity file /home/jenkins/.ssh/id_ecdsa-cert type -1 debug1: identity file /home/jenkins/.ssh/id_ed25519 type -1 debug1: identity file /home/jenkins/.ssh/id_ed25519-cert type -1 debug1: identity file /home/jenkins/.ssh/id_xmss type -1 debug1: identity file /home/jenkins/.ssh/id_xmss-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_7.9p1 Debian-10+deb10u2 debug1: Remote protocol version 2.0, remote software version OpenSSH_8.4p1 Ubuntu-6ubuntu2.1 debug1: match: OpenSSH_8.4p1 Ubuntu-6ubuntu2.1 pat OpenSSH* compat 0x04000000 debug1: Authenticating to projects-storage.eclipse.org:22 as 'genie.bpmn2' debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: algorithm: curve25519-sha256 debug1: kex: host key algorithm: rsa-sha2-512 debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: compression: none debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: compression: none debug1: expecting SSH2_MSG_KEX_ECDH_REPLY debug1: Server host key: ssh-rsa SHA256:EHyE7V5CIdQmEjlPswG3ZacMScLzp3hAsAy1h/GmOBw debug1: Host 'projects-storage.eclipse.org' is known and matches the RSA host key. debug1: Found key in /home/jenkins/.ssh/known_hosts:2 debug1: rekey after 134217728 blocks debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug1: SSH2_MSG_NEWKEYS received debug1: rekey after 134217728 blocks debug1: Will attempt key: /home/jenkins/agent/workspace/bpmn2-mdt@tmp/private_key_3655333209324784078.key RSA SHA256:by4I8U3wYWpPUR1OIyvPBhkdzeZ5SnueXVtmwfLV6eg agent debug1: Will attempt key: /home/jenkins/.ssh/id_rsa debug1: Will attempt key: /home/jenkins/.ssh/id_dsa debug1: Will attempt key: /home/jenkins/.ssh/id_ecdsa debug1: Will attempt key: /home/jenkins/.ssh/id_ed25519 debug1: Will attempt key: /home/jenkins/.ssh/id_xmss debug1: SSH2_MSG_EXT_INFO received debug1: kex_input_ext_info: server-sig-algs= debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: Authentications that can continue: publickey,password debug1: Next authentication method: publickey debug1: Offering public key: /home/jenkins/agent/workspace/bpmn2-mdt@tmp/private_key_3655333209324784078.key RSA SHA256:by4I8U3wYWpPUR1OIyvPBhkdzeZ5SnueXVtmwfLV6eg agent debug1: Server accepts key: /home/jenkins/agent/workspace/bpmn2-mdt@tmp/private_key_3655333209324784078.key RSA SHA256:by4I8U3wYWpPUR1OIyvPBhkdzeZ5SnueXVtmwfLV6eg agent debug1: Authentication succeeded (publickey). Authenticated to projects-storage.eclipse.org ([172.25.25.150]:22). debug1: channel 0: new [client-session] debug1: Requesting no-more-sessions@openssh.com debug1: Entering interactive session. debug1: pledge: network debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0 debug1: Remote: /opt/public/hipp/homes/genie.bpmn2/.ssh/authorized_keys:2: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding debug1: Remote: /opt/public/hipp/homes/genie.bpmn2/.ssh/authorized_keys:2: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding debug1: Sending environment. debug1: Sending env LANG = en_US.UTF-8 debug1: Sending env LC_ALL = en_US.UTF-8 debug1: Sending command: scp -v -r -p -d -t /home/data/httpd/download.eclipse.org/modeling/mdt/bpmn2/updates/nightly/2022-12 File mtime 1668939327 atime 1668939328 Sending file timestamps: T1668939327 0 1668939328 0 Sink: T1668939327 0 1668939328 0 Sending file modes: C0644 1525 artifacts.jar Sink: C0644 1525 artifacts.jar File mtime 1668939328 atime 1668939329 Sending file timestamps: T1668939328 0 1668939329 0 Sink: T1668939328 0 1668939329 0 Sending file modes: C0644 1396 artifacts.xml.xz Sink: C0644 1396 artifacts.xml.xz File mtime 1668939327 atime 1668939327 Sending file timestamps: T1668939327 0 1668939327 0 Sink: T1668939327 0 1668939327 0 Sending file modes: C0644 8256 content.jar Sink: C0644 8256 content.jar File mtime 1668939328 atime 1668939329 Sending file timestamps: T1668939328 0 1668939329 0 Sink: T1668939328 0 1668939329 0 Sending file modes: C0644 6724 content.xml.xz Sink: C0644 6724 content.xml.xz File mtime 1668939327 atime 1668939328 Sending file timestamps: T1668939327 0 1668939328 0 Sink: T1668939327 0 1668939328 0 Entering directory: D2755 0 features Sink: D2755 0 features File mtime 1668939327 atime 1668939327 Sending file timestamps: T1668939327 0 1668939327 0 Sink: T1668939327 0 1668939327 0 Sending file modes: C0644 22741 org.eclipse.bpmn2.feature.source_1.5.2.Final-v20221120-1014.jar Sink: C0644 22741 org.eclipse.bpmn2.feature.source_1.5.2.Final-v20221120-1014.jar File mtime 1668939327 atime 1668939327 Sending file timestamps: T1668939327 0 1668939327 0 Sink: T1668939327 0 1668939327 0 Sending file modes: C0644 22257 org.eclipse.bpmn2.feature_1.5.2.Final-v20221120-1014.jar Sink: C0644 22257 org.eclipse.bpmn2.feature_1.5.2.Final-v20221120-1014.jar Sink: E File mtime 1668939328 atime 1668939329 Sending file timestamps: T1668939328 0 1668939329 0 Sink: T1668939328 0 1668939329 0 Sending file modes: C0644 172 p2.index Sink: C0644 172 p2.index File mtime 1668939327 atime 1668939328 Sending file timestamps: T1668939327 0 1668939328 0 Sink: T1668939327 0 1668939328 0 Entering directory: D2755 0 plugins Sink: D2755 0 plugins File mtime 1668939327 atime 1668939327 Sending file timestamps: T1668939327 0 1668939327 0 Sink: T1668939327 0 1668939327 0 Sending file modes: C0644 713229 org.eclipse.bpmn2.source_1.5.2.Final-v20221120-1014.jar Sink: C0644 713229 org.eclipse.bpmn2.source_1.5.2.Final-v20221120-1014.jar File mtime 1668939327 atime 1668939327 Sending file timestamps: T1668939327 0 1668939327 0 Sink: T1668939327 0 1668939327 0 Sending file modes: C0644 823175 org.eclipse.bpmn2.edit_1.5.2.Final-v20221120-1014.jar Sink: C0644 823175 org.eclipse.bpmn2.edit_1.5.2.Final-v20221120-1014.jar File mtime 1668939327 atime 1668939327 Sending file timestamps: T1668939327 0 1668939327 0 Sink: T1668939327 0 1668939327 0 Sending file modes: C0644 342689 org.eclipse.bpmn2.edit.source_1.5.2.Final-v20221120-1014.jar Sink: C0644 342689 org.eclipse.bpmn2.edit.source_1.5.2.Final-v20221120-1014.jar File mtime 1668939327 atime 1668939327 Sending file timestamps: T1668939327 0 1668939327 0 Sink: T1668939327 0 1668939327 0 Sending file modes: C0644 71170 org.eclipse.bpmn2.editor.source_1.5.2.Final-v20221120-1014.jar Sink: C0644 71170 org.eclipse.bpmn2.editor.source_1.5.2.Final-v20221120-1014.jar File mtime 1668939327 atime 1668939327 Sending file timestamps: T1668939327 0 1668939327 0 Sink: T1668939327 0 1668939327 0 Sending file modes: C0644 714923 org.eclipse.bpmn2_1.5.2.Final-v20221120-1014.jar Sink: C0644 714923 org.eclipse.bpmn2_1.5.2.Final-v20221120-1014.jar File mtime 1668939327 atime 1668939327 Sending file timestamps: T1668939327 0 1668939327 0 Sink: T1668939327 0 1668939327 0 Sending file modes: C0644 197244 org.eclipse.bpmn2.editor_1.5.2.Final-v20221120-1014.jar Sink: C0644 197244 org.eclipse.bpmn2.editor_1.5.2.Final-v20221120-1014.jar Sink: E debug1: client_input_channel_req: channel 0 rtype exit-status reply 0 debug1: channel 0: free: client-session, nchannels 1 debug1: fd 0 clearing O_NONBLOCK debug1: fd 2 clearing O_NONBLOCK Transferred: sent 2934936, received 7568 bytes, in 0.8 seconds Bytes per second: sent 3722048.0, received 9597.6 debug1: Exit status 0 ssh genie.bpmn2@projects-storage.eclipse.org ls /home/data/httpd/download.eclipse.org/modeling/mdt/bpmn2/updates/nightly/${ECLIPSE_PLATFORM} + ssh genie.bpmn2@projects-storage.eclipse.org ls /home/data/httpd/download.eclipse.org/modeling/mdt/bpmn2/updates/nightly/2022-12 artifacts.jar artifacts.xml.xz content.jar content.xml.xz features p2.index plugins $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 58 killed; [ssh-agent] Stopped. Sending e-mails to: pleacu@redhat.com ralph.soika@imixs.com Archiving artifacts Finished: SUCCESS