Started by user Ed Willink Rebuilds build #391 Running as Ed Willink Agent centos-7-jc1qw is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-jc1qw" namespace: "ocl" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.ocl.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-jc1qw" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-jc1qw" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.ocl.svc.cluster.local/ocl/" image: "docker.io/eclipsecbi/jiro-agent-centos-7: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/.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-ocl" 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 centos-7-jc1qw (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/ocl-branch-tests The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://git.eclipse.org/r/ocl/org.eclipse.ocl > git init /home/jenkins/agent/workspace/ocl-branch-tests # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/ocl/org.eclipse.ocl > git --version # timeout=10 > git --version # 'git version 2.36.6' > git fetch --tags --force --progress -- https://git.eclipse.org/r/ocl/org.eclipse.ocl +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/ocl/org.eclipse.ocl # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/ewillink/master^{commit} # timeout=10 Checking out Revision 0644358f2b1686c2d4c1256c4ec78d56d88bae52 (refs/remotes/origin/ewillink/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0644358f2b1686c2d4c1256c4ec78d56d88bae52 # timeout=10 Commit message: "[583104] Fix bad test path for testStandaloneExecution_execute_model_self_relative" > git rev-list --no-walk fc34312fb80f3a3dde148f08e41e2d8ace076926 # timeout=10 First time build. Skipping changelog. Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [ocl-branch-tests] $ Xvnc -help Starting xvnc [ocl-branch-tests] $ Xvnc :43 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset Xvnc TigerVNC 1.8.0 - built May 6 2024 15:01:46 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt) See http://www.tigervnc.org for information on TigerVNC. Underlying X server release 12004000, The X.Org Foundation Tue May 21 14:22:52 2024 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5943 vncext: created VNC server for screen 0 [ocl-branch-tests] $ /opt/tools/apache-maven/3.6.3/bin/mvn -f releng/org.eclipse.ocl.releng.tycho/pom.xml -DBUILD_TYPE=nightly -DBRANCH_NAME=origin/ewillink/master -DBUILD_TYPE=nightly -Dmaven.repo.local=/home/jenkins/agent/workspace/ocl-branch-tests/.repository --show-version clean verify -Pnightly --global-toolchains toolchains.xml Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/3.6.3 Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.classic/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.codegen/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.debug/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.debug.ui/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.debug.vm/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.debug.vm.ui/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.emf.validation.validity/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.emf.validation.validity.ui/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.eventmanager/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.extlibrary/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.impactanalyzer/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.impactanalyzer.ui/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.impactanalyzer.util/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.interpreter/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.project.completeocltutorial/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.project.royalandloyal/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.standalone/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.ui/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.unified/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.validity/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.xtext.console/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/features/org.eclipse.ocl-feature/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/features/org.eclipse.ocl.all-feature/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/features/org.eclipse.ocl.all.sdk-feature/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/features/org.eclipse.ocl.build-feature/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/features/org.eclipse.ocl.core.sdk-feature/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/features/org.eclipse.ocl.doc-feature/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/features/org.eclipse.ocl.edit-feature/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/features/org.eclipse.ocl.examples-feature/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/features/org.eclipse.ocl.examples.classic-feature/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/features/org.eclipse.ocl.examples.tests-feature/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/features/org.eclipse.ocl.examples.unified-feature/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/features/org.eclipse.ocl.master-feature/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/features/org.eclipse.ocl.simrel.classic-feature/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/features/org.eclipse.ocl.tests-feature/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/features/org.eclipse.ocl.tools-feature/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/features/org.eclipse.ocl.ui-feature/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/features/org.eclipse.ocl.uml-feature/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/features/org.eclipse.ocl.unified.core-feature/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/features/org.eclipse.ocl.unified.ui-feature/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.common/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.common.ui/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.ecore/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.ecore.edit/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.edit/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.master/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.pivot/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.pivot.ui/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.pivot.uml/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.ui/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.uml/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.uml.edit/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.uml.ui/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.base/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.base.ui/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.completeocl/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.completeocl.ui/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.essentialocl/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.essentialocl.ui/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.idioms/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.idioms.ui/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.markup/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.markup.ui/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.oclinecore/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.oclinecore.ui/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.oclstdlib/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.oclstdlib.ui/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/tests/org.eclipse.ocl.examples.impactanalyzer.testmodel.company/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/tests/org.eclipse.ocl.examples.impactanalyzer.testmodel.ngpm/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/tests/org.eclipse.ocl.examples.impactanalyzer.testutils/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/tests/org.eclipse.ocl.examples.testutils/.polyglot.build.properties /home/jenkins/agent/workspace/ocl-branch-tests/tests/org.eclipse.ocl.examples.validity.test/.polyglot.build.properties [INFO] Resolving target definition file:/home/jenkins/agent/workspace/ocl-branch-tests/releng/org.eclipse.ocl.releng.tycho/targetPlatforms/nightly.target for environments=[win32/win32/x86_64, linux/gtk/x86_64, macosx/cocoa/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@58189b85... SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.doc:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/doc/org.eclipse.ocl.doc/pom.xml [INFO] Fetching bcpg_1.78.1.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (465.68kB) [INFO] Fetching bcprov_1.78.1.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (7.94MB) [INFO] Fetching bcutil_1.78.1.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (688.61kB) [INFO] Fetching biz.aQute.bnd.util_7.0.0.202310060912.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (431.41kB) [INFO] Fetching biz.aQute.bndlib_7.0.0.202310060912.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (3.09MB) [INFO] Fetching org.eclipse.osgi_3.20.0.v20240509-1421.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (1.48MB) [INFO] Fetching org.osgi.service.repository_1.1.0.201505202024.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (24.84kB) [INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (23.09kB) [INFO] Fetching org.osgi.util.promise_1.3.0.202212101352.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (83.65kB) [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (51.82kB) [INFO] Fetching bndtools.api_7.0.0.202310060912.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (61.81kB) [INFO] Fetching org.eclipse.core.runtime_3.31.100.v20240422-1722.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (79.76kB) [INFO] Fetching org.eclipse.equinox.common_3.19.100.v20240425-1316.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (158.15kB) [INFO] Fetching org.eclipse.core.resources_3.20.200.v20240513-1323.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (929.47kB) [INFO] Fetching org.eclipse.equinox.registry_3.12.100.v20240321-1445.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (199.43kB) [INFO] Fetching jakarta.annotation-api_2.1.1.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (25.53kB) [INFO] Fetching jakarta.inject.jakarta.inject-api_2.0.1.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (10.43kB) [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (46.27kB) [INFO] Fetching org.apache.ant_1.10.14.v20230922-1200.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (3.26MB) [INFO] Fetching org.apache.felix.scr_2.2.10.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (394.12kB) [INFO] Fetching org.osgi.service.component_1.5.1.202212101352.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (64.89kB) [INFO] Fetching org.apache.log4j_1.2.25.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (325.51kB) [INFO] Fetching org.bndtools.versioncontrol.ignores.manager_7.0.0.202310060912.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (16.68kB) [INFO] Fetching org.bndtools.versioncontrol.ignores.plugin.git_7.0.0.202310060912.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (11.59kB) [INFO] Fetching org.eclipse.ant.core_3.7.400.v20240413-1529.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (109.58kB) [INFO] Fetching org.eclipse.core.variables_3.6.400.v20240413-1529.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (37.54kB) [INFO] Fetching org.eclipse.compare.core_3.8.500.v20240415-1311.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (69.89kB) [INFO] Fetching org.eclipse.core.commands_3.12.100.v20240424-0956.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (117.84kB) [INFO] Fetching org.eclipse.core.contenttype_3.9.400.v20240507-1301.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (103.28kB) [INFO] Fetching org.eclipse.equinox.preferences_3.11.100.v20240327-0645.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (125.24kB) [INFO] Fetching org.eclipse.core.expressions_3.9.400.v20240413-1529.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (95.4kB) [INFO] Fetching org.eclipse.core.filebuffers_3.8.300.v20240207-1054.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (116.92kB) [INFO] Fetching org.eclipse.text_3.14.100.v20240424-0956.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (351.02kB) [INFO] Fetching org.eclipse.core.filesystem_1.10.400.v20240426-1040.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (73.51kB) [INFO] Fetching org.eclipse.core.jobs_3.15.300.v20240418-0734.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (115.89kB) [INFO] Fetching org.eclipse.equinox.app_1.7.100.v20240321-1445.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (92.03kB) [INFO] Fetching org.eclipse.debug.core_3.21.400.v20240415-0528.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (402.75kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.12.600.v20240413-1529.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (56.73kB) [INFO] Fetching org.eclipse.e4.core.di_1.9.400.v20240414-1643.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (63.06kB) [INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (46.59kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.8.400.v20240413-1529.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (13.82kB) [INFO] Fetching org.eclipse.e4.core.services_2.4.400.v20240413-1529.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (71.78kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.3.200.v20240321-1450.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (39.11kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.3.200.v20240321-1450.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (72.55kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.5.400.v20240416-0654.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (174.18kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.9.100.v20240416-0654.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (369.6kB) [INFO] Fetching org.tukaani.xz_1.9.0.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (113.29kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.12.0.v20240515-1919.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (81.24kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.3.400.v20240321-1450.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (64.5kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.9.100.v20240511-1722.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (190.56kB) [INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (19.69kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.6.400.v20240321-1450.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (113.37kB) [INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (429.55kB) [INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (432.64kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.5.300.v20240424-1301.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (53.98kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.10.200.v20240425-1316.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (240.75kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.5.400.v20240515-1919.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (139.07kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.3.300.v20240321-1450.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (26.99kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.9.200.v20240429-0755.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (105.63kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.6.100.v20240519-2013.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (251.84kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.3.200.v20240321-1450.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (28.85kB) [INFO] Fetching org.eclipse.equinox.security_1.4.300.v20240419-2334.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (116.3kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.4.400.v20240416-0654.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (259.99kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.4.300.v20240511-1722.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (136.72kB) [INFO] Fetching org.eclipse.help_3.10.400.v20240415-0528.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (276.47kB) [INFO] Fetching org.eclipse.jdt.annotation_2.3.0.v20240111-2306.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (31.08kB) [INFO] Fetching org.eclipse.jdt.core_3.38.0.v20240521-0659.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240521-0600/plugins/ (4.1MB) [INFO] Fetching org.eclipse.jdt.core.compiler.batch_3.38.0.v20240516-0852.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (3.13MB) [INFO] Fetching org.eclipse.jdt.debug_3.21.400.v20240418-1414.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (929.79kB) [INFO] Fetching org.eclipse.jdt.launching_3.22.0.v20240424-1830.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (588.95kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (251.64kB) [INFO] Fetching org.eclipse.pde.build_3.12.400.v20240515-2132.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (508.44kB) [INFO] Fetching org.eclipse.pde.core_3.18.100.v20240519-1427.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (1.47MB) [INFO] Fetching org.eclipse.team.core_3.10.400.v20240413-1529.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (405.35kB) [INFO] Fetching org.eclipse.xtext.logging_2.35.0.v20240520-1842.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (14.38kB) [INFO] Fetching org.eclipse.jdt.launching.macosx_3.6.300.v20240321-1645.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (21.36kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.examples:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples/pom.xml [INFO] Fetching com.ibm.icu_75.1.0.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (13.65MB) [INFO] Fetching com.sun.jna_5.14.0.v20231211-1200.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (1.81MB) [INFO] Fetching com.sun.jna.platform_5.14.0.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (1.31MB) [INFO] Fetching org.apache.batik.constants_1.17.0.v20231009-1000.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202311130907/plugins/ (16.43kB) [INFO] Fetching org.apache.batik.css_1.17.0.v20231009-1000.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202311130907/plugins/ (356.04kB) [INFO] Fetching org.eclipse.orbit.xml-apis-ext_1.0.0.v20230923-0644.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (140.72kB) [INFO] Fetching org.apache.xmlgraphics_2.9.0.v20230916-1600.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (712.18kB) [INFO] Fetching org.apache.batik.i18n_1.17.0.v20231009-1000.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202311130907/plugins/ (19.65kB) [INFO] Fetching org.apache.batik.util_1.17.0.v20231009-1000.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202311130907/plugins/ (140.9kB) [INFO] Fetching org.apache.commons.commons-io_2.16.1.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (496.9kB) [INFO] Fetching org.apache.commons.logging_1.2.0.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/nightly/N202405211104/plugins/ (60.38kB) [INFO] Fetching org.eclipse.core.databinding_1.13.300.v20240424-0444.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (288.03kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.13.300.v20240424-0444.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (315.34kB) [INFO] Fetching org.eclipse.core.databinding.property_1.10.300.v20240424-0444.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (166.07kB) [INFO] Fetching org.eclipse.e4.core.commands_1.1.400.v20240424-0444.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (29.41kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.18.300.v20240413-1529.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (12.96kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.17.500.v20240419-1233.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (41.54kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.4.300.v20240321-1245.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (54kB) [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20201118194144/repository/ (63B) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (317.8kB) [INFO] Fetching org.eclipse.emf.ecore_2.36.0.v20240203-0859.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (1.29MB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.14.400.v20240321-1245.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (48.56kB) [INFO] Fetching org.eclipse.swt_3.126.0.v20240521-0719.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240521-0600/plugins/ (18.43kB) [INFO] Fetching org.eclipse.e4.ui.services_1.6.300.v20231201-1637.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (26.42kB) [INFO] Fetching org.eclipse.jface_3.34.0.v20240502-1134.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (1.14MB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.14.400.v20240427-1520.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (219.51kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.15.400.v20240321-1245.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (204.32kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.14.400.v20240424-0956.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (30.18kB) [INFO] Fetching org.eclipse.e4.ui.di_1.5.400.v20240321-1245.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (18.22kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.5.0.v20240424-0957.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (58.88kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.4.300.v20240321-1245.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (396.75kB) [INFO] Fetching org.eclipse.equinox.event_1.7.100.v20240321-1445.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (35.52kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.4.100.v20231201-1637.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (15.11kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.15.400.v20240502-1134.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (269.49kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.16.0.v20231208-1346.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (91.5kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.37.0.v20231208-1346.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (238.56kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.5.400.v20240416-0658.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (121.06kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.16.400.v20240418-1547.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (259.71kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.17.400.v20240425-0840.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (151.01kB) [INFO] Fetching org.eclipse.jface.databinding_1.15.300.v20240424-0444.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (292.66kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.17.400.v20240321-1245.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (23.24kB) [INFO] Fetching org.eclipse.urischeme_1.3.300.v20240424-0956.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (55.24kB) [INFO] Fetching org.eclipse.emf.common_2.30.0.v20240314-0928.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (381.31kB) [INFO] Fetching org.eclipse.emf.common.ui_2.22.0.v20231002-1020.jar from https://download.eclipse.org/modeling/emf/emf/builds/nightly/N202403141008/plugins/ (166.89kB) [INFO] Fetching org.eclipse.ui_3.206.0.v20240322-0723.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (434.21kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.126.0.v20240521-0719.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240521-0600/plugins/ (2.6MB) [INFO] Fetching org.eclipse.ui.workbench_3.132.0.v20240510-1319.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (3.51MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.126.0.v20240521-0719.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240521-0600/plugins/ (2.13MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240521-0719.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240521-0600/plugins/ (2.59MB) [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.examples.classic:5.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.classic/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.examples.codegen:2.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.codegen/.polyglot.build.properties [INFO] Fetching com.google.guava.failureaccess_1.0.2.jar from https://download.eclipse.org/modeling/emft/mwe/updates/nightly/plugins/ (4.63kB) [INFO] Fetching com.google.guava_33.2.0.jre.jar from https://download.eclipse.org/modeling/emft/mwe/updates/nightly/plugins/ (2.91MB) [INFO] Fetching com.google.inject_7.0.0.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (782.99kB) [INFO] Fetching org.aopalliance_1.0.0.v20230720-0728.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (12.69kB) [INFO] Fetching org.eclipse.emf.codegen_2.23.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/nightly/N202403141008/plugins/ (370.77kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.38.0.v20240314-1003.jar from https://download.eclipse.org/modeling/emf/emf/builds/nightly/N202403141008/plugins/ (1.11MB) [INFO] Fetching org.eclipse.emf.edit_2.21.0.v20231208-1346.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (301.63kB) [INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.2.v20221116-1811.jar from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202211161811/plugins/ (353.45kB) [INFO] Fetching org.eclipse.xtext.util_2.35.0.v20240520-1842.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (318.2kB) [INFO] Fetching org.objectweb.asm_9.7.0.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (122.49kB) [INFO] Fetching org.eclipse.uml2.types_2.5.0.v20221116-1811.jar from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202211161811/plugins/ (20.57kB) [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20221116-1811.jar from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202211161811/plugins/ (96.18kB) [INFO] Fetching org.eclipse.xtend.lib_2.35.0.v20240520-1842.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (132.07kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.35.0.v20240520-1842.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (164.41kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.35.0.v20240520-1842.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (80.41kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.examples.debug:2.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.debug/.polyglot.build.properties [INFO] Fetching org.antlr.runtime_3.2.0.v20230929-1400.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (167.39kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.12.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/nightly/N202403141008/plugins/ (44.17kB) [INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20221116-1811.jar from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202211161811/plugins/ (259.97kB) [INFO] Fetching org.eclipse.xtext_2.35.0.v20240520-1842.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (2.55MB) [INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20221116-1811.jar from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202211161811/plugins/ (3.41MB) [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20221116-1811.jar from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202211161811/plugins/ (138.71kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.examples.debug.ui:2.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.debug.ui/.polyglot.build.properties [INFO] Fetching io.github.classgraph.classgraph_4.8.172.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (557.26kB) [INFO] Fetching org.eclipse.compare_3.11.0.v20240516-1116.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (811.48kB) [INFO] Fetching org.eclipse.jface.text_3.25.100.v20240424-1254.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (1.01MB) [INFO] Fetching org.eclipse.ui.ide_3.22.200.v20240507-1617.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (2.32MB) [INFO] Fetching org.eclipse.ui.views_3.12.300.v20240321-1245.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (107.55kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.17.400.v20240508-1057.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (713.55kB) [INFO] Fetching org.eclipse.ui.editors_3.17.300.v20240416-0658.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (615.79kB) [INFO] Fetching org.eclipse.ui.forms_3.13.300.v20240424-0956.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (333.53kB) [INFO] Fetching org.eclipse.debug.ui_3.18.400.v20240516-0857.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (3.06MB) [INFO] Fetching org.eclipse.ui.console_3.14.100.v20240429-1358.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (248.1kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.17.200.v20231201-1637.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (13.28kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.14.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/nightly/N202403141008/plugins/ (188.1kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.18.0.v20230224-1122.jar from https://download.eclipse.org/modeling/emf/emf/builds/nightly/N202403141008/plugins/ (130kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/nightly/N202403141008/plugins/ (353.34kB) [INFO] Fetching org.eclipse.equinox.bidi_1.5.100.v20240321-1445.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (52.96kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.21.100.v20240516-1803.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (4.14MB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.14.400.v20240321-1245.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (346.38kB) [INFO] Fetching org.eclipse.search.core_3.16.200.v20240502-1134.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (59.91kB) [INFO] Fetching org.eclipse.jdt.ui_3.32.100.v20240516-1208.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (9.75MB) [INFO] Fetching org.eclipse.search_3.16.200.v20240426-0859.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (465.5kB) [INFO] Fetching org.eclipse.team.ui_3.10.400.v20240416-0654.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (1.43MB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.13.400.v20240321-1245.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (471.48kB) [INFO] Fetching org.eclipse.ui.navigator_3.12.400.v20240424-0956.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (429.7kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.9.300.v20240506-0929.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (181.68kB) [INFO] Fetching org.eclipse.xtext.ui_2.35.0.v20240520-1842.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (1.9MB) [INFO] Fetching org.eclipse.xtext.builder_2.35.0.v20240520-1842.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (399.85kB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.35.0.v20240520-1842.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (63.09kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.35.0.v20240520-1842.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (136.19kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.10.300.v20240424-0956.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (110.81kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.35.0.v20240520-1842.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (255.29kB) [INFO] Fetching org.eclipse.xtext.smap_2.35.0.v20240520-1842.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (23.23kB) [INFO] Fetching org.eclipse.xtext.common.types_2.35.0.v20240520-1842.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (512.42kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.35.0.v20240520-1842.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (251.41kB) [INFO] Fetching org.eclipse.xtext.ide_2.35.0.v20240520-1842.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (499.12kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.35.0.v20240520-1842.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (196.56kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.35.0.v20240520-1842.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (135.41kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.examples.debug.vm:2.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.debug.vm/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.examples.debug.vm.ui:2.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.debug.vm.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.examples.emf.validation.validity:2.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.emf.validation.validity/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.examples.emf.validation.validity.ui:2.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.emf.validation.validity.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.examples.eventmanager:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.eventmanager/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.examples.extlibrary:6.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.extlibrary/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.examples.impactanalyzer:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.impactanalyzer/.polyglot.build.properties [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/nightly/N202405211104/plugins/ (114.66kB) [INFO] Fetching org.eclipse.emf_2.9.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/nightly/N202403141008/plugins/ (14.59kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.examples.impactanalyzer.ui:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.impactanalyzer.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.examples.impactanalyzer.util:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.impactanalyzer.util/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.examples.interpreter:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.interpreter/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.examples.project.completeocltutorial:1.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.project.completeocltutorial/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.examples.project.royalandloyal:1.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.project.royalandloyal/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.examples.standalone:2.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.standalone/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.examples.ui:1.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.examples.unified:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.unified/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.examples.validity:2.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.validity/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.examples.xtext.console:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.xtext.console/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl.features:org.eclipse.ocl:3.20.1-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/features/org.eclipse.ocl-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl.features:org.eclipse.ocl.all:5.20.1-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/features/org.eclipse.ocl.all-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl.features:org.eclipse.ocl.all.sdk:5.20.1-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/features/org.eclipse.ocl.all.sdk-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl.features:org.eclipse.ocl.build:6.20.1-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/features/org.eclipse.ocl.build-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl.features:org.eclipse.ocl.core.sdk:5.20.1-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/features/org.eclipse.ocl.core.sdk-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl.features:org.eclipse.ocl.doc:3.20.1-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/features/org.eclipse.ocl.doc-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl.features:org.eclipse.ocl.edit:5.20.1-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/features/org.eclipse.ocl.edit-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl.features:org.eclipse.ocl.examples:6.20.1-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/features/org.eclipse.ocl.examples-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl.features:org.eclipse.ocl.examples.classic:5.20.1-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/features/org.eclipse.ocl.examples.classic-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl.features:org.eclipse.ocl.examples.tests:1.20.1-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/features/org.eclipse.ocl.examples.tests-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl.features:org.eclipse.ocl.examples.unified:4.20.1-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/features/org.eclipse.ocl.examples.unified-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl.features:org.eclipse.ocl.master:6.20.1-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/features/org.eclipse.ocl.master-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl.features:org.eclipse.ocl.simrel.classic:5.20.1-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/features/org.eclipse.ocl.simrel.classic-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl.features:org.eclipse.ocl.tests:5.20.1-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/features/org.eclipse.ocl.tests-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl.features:org.eclipse.ocl.tools:3.20.1-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/features/org.eclipse.ocl.tools-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl.features:org.eclipse.ocl.ui:2.20.1-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/features/org.eclipse.ocl.ui-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl.features:org.eclipse.ocl.uml:5.20.1-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/features/org.eclipse.ocl.uml-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl.features:org.eclipse.ocl.unified.core:1.20.1-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/features/org.eclipse.ocl.unified.core-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl.features:org.eclipse.ocl.unified.ui:1.20.1-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/features/org.eclipse.ocl.unified.ui-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.common:1.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.common/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.common.ui:1.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.common.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.ecore:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.ecore/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.ecore.edit:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.ecore.edit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.edit:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.edit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.master:6.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.master/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.pivot:1.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.pivot/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.pivot.ui:1.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.pivot.ui/.polyglot.build.properties [INFO] Fetching com.google.guava_32.1.3.jre.jar from https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202310290844/plugins/ (2.9MB) [INFO] Fetching org.eclipse.emf.transaction_1.9.2.202208110935.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R202208110935/plugins/ (175.44kB) [INFO] Fetching org.eclipse.emf.validation_1.8.3.202305230712.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202305230712/plugins/ (411.07kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.2.202208110935.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R202208110935/plugins/ (88.93kB) [INFO] Fetching org.eclipse.sirius_7.3.0.202311270829.jar from https://download.eclipse.org/sirius/updates/releases/7.3.0/2023-03/plugins/ (879.76kB) [INFO] Fetching org.eclipse.sirius.common_7.3.0.202311270829.jar from https://download.eclipse.org/sirius/updates/releases/7.3.0/2023-03/plugins/ (259.81kB) [INFO] Fetching org.eclipse.sirius.ecore.extender_7.3.0.202311270829.jar from https://download.eclipse.org/sirius/updates/releases/7.3.0/2023-03/plugins/ (95.79kB) [INFO] Fetching org.eclipse.sirius.model_7.3.0.202311270829.jar from https://download.eclipse.org/sirius/updates/releases/7.3.0/2023-03/plugins/ (643.15kB) [INFO] Fetching org.eclipse.sirius.ext.base_7.3.0.202311270829.jar from https://download.eclipse.org/sirius/updates/releases/7.3.0/2023-03/plugins/ (31.16kB) [INFO] Fetching org.eclipse.sirius.ext.emf_7.3.0.202311270829.jar from https://download.eclipse.org/sirius/updates/releases/7.3.0/2023-03/plugins/ (19.39kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx_7.3.0.202311270829.jar from https://download.eclipse.org/sirius/updates/releases/7.3.0/2023-03/plugins/ (11.45kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.pivot.uml:1.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.pivot.uml/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.ui:1.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.uml:5.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.uml/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.uml.edit:5.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.uml.edit/.polyglot.build.properties [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20221116-1811.jar from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202211161811/plugins/ (873.19kB) [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20221116-1811.jar from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202211161811/plugins/ (32.12kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.uml.ui:2.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.uml.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.xtext.base:1.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.base/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.xtext.base.ui:1.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.base.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.xtext.completeocl:1.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.completeocl/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.xtext.completeocl.ui:1.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.completeocl.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.xtext.essentialocl:1.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.essentialocl/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.xtext.essentialocl.ui:1.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.essentialocl.ui/.polyglot.build.properties [INFO] Fetching org.eclipse.xtext.ui.codemining_2.35.0.v20240520-1842.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (21.4kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.xtext.idioms:1.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.idioms/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.xtext.idioms.ui:1.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.idioms.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.xtext.markup:1.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.markup/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.xtext.markup.ui:1.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.markup.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.xtext.oclinecore:1.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.oclinecore/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.xtext.oclinecore.ui:1.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.oclinecore.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.xtext.oclstdlib:1.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.oclstdlib/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.xtext.oclstdlib.ui:1.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.oclstdlib.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.releng.build-site:6.20.1-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/releng/org.eclipse.ocl.releng.build-site/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.tests:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/tests/org.eclipse.ocl.tests/pom.xml [INFO] Fetching org.eclipse.jdt.junit.runtime_3.7.400.v20231214-1952.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (59.13kB) [INFO] Fetching org.junit_4.13.2.v20230809-1000.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (414.97kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.3.100.v20231214-1952.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (28.39kB) [INFO] Fetching org.eclipse.pde.junit.runtime_3.8.100.v20240130-1723.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (23.26kB) [INFO] Fetching org.hamcrest_2.2.0.v20210711-0821.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (147.32kB) [INFO] Fetching org.hamcrest.core_2.2.0.v20230809-1000.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (9.19kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.ecore.tests:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/tests/org.eclipse.ocl.ecore.tests/pom.xml [INFO] Fetching org.eclipse.core.net_1.5.400.v20240413-1529.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (49.82kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.800.v20240513-1750.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (47.16kB) [INFO] Fetching org.eclipse.ui.ide.application_1.5.400.v20240416-0658.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (130.42kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.uml.tests:5.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/tests/org.eclipse.ocl.uml.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.examples.eventmanager.tests:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/tests/org.eclipse.ocl.examples.eventmanager.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.examples.impactanalyzer.testmodel.company:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/tests/org.eclipse.ocl.examples.impactanalyzer.testmodel.company/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.examples.impactanalyzer.testmodel.ngpm:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/tests/org.eclipse.ocl.examples.impactanalyzer.testmodel.ngpm/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.examples.impactanalyzer.tests:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/tests/org.eclipse.ocl.examples.impactanalyzer.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.examples.impactanalyzer.testutils:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/tests/org.eclipse.ocl.examples.impactanalyzer.testutils/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.examples.tests:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/tests/org.eclipse.ocl.examples.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.examples.testutils:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/tests/org.eclipse.ocl.examples.testutils/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.examples.validity.test:2.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/tests/org.eclipse.ocl.examples.validity.test/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.examples.xtext.tests:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-branch-tests/tests/org.eclipse.ocl.examples.xtext.tests/pom.xml [INFO] Fetching org.apache.commons.cli_1.7.0.jar from https://download.eclipse.org/modeling/emft/mwe/updates/nightly/plugins/ (71.03kB) [INFO] Fetching org.eclipse.emf.converter_2.13.0.v20240203-0859.jar from https://download.eclipse.org/modeling/emf/emf/builds/nightly/N202403141008/plugins/ (94.83kB) [INFO] Fetching org.eclipse.emf.importer_2.13.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/nightly/N202403141008/plugins/ (82.99kB) [INFO] Fetching org.eclipse.emf.mwe.core_1.12.0.v20240517-0722.jar from https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202405170722/plugins/ (197.65kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.18.0.v20240517-0722.jar from https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202405170722/plugins/ (16.78kB) [INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20221116-1811.jar from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202211161811/plugins/ (220.23kB) [INFO] Fetching org.eclipse.uml2.uml.ecore.importer_3.5.0.v20221116-1811.jar from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202211161811/plugins/ (47.08kB) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] org.eclipse.ocl.releng.tycho [pom] [INFO] org.eclipse.ocl.doc-folder [pom] [INFO] org.eclipse.ocl.doc [eclipse-plugin] [INFO] org.eclipse.ocl.examples-folder [pom] [INFO] org.eclipse.ocl.examples [eclipse-plugin] [INFO] org.eclipse.ocl.examples.classic [eclipse-plugin] [INFO] org.eclipse.ocl.plugins-folder [pom] [INFO] org.eclipse.ocl.common [eclipse-plugin] [INFO] org.eclipse.ocl.pivot [eclipse-plugin] [INFO] org.eclipse.ocl.examples.codegen [eclipse-plugin] [INFO] org.eclipse.ocl.pivot.uml [eclipse-plugin] [INFO] org.eclipse.ocl.xtext.base [eclipse-plugin] [INFO] org.eclipse.ocl.xtext.essentialocl [eclipse-plugin] [INFO] org.eclipse.ocl.xtext.completeocl [eclipse-plugin] [INFO] org.eclipse.ocl.xtext.oclinecore [eclipse-plugin] [INFO] org.eclipse.ocl.xtext.oclstdlib [eclipse-plugin] [INFO] org.eclipse.ocl.examples.debug.vm [eclipse-plugin] [INFO] org.eclipse.ocl.examples.debug [eclipse-plugin] [INFO] org.eclipse.ocl.common.ui [eclipse-plugin] [INFO] org.eclipse.ocl.examples.debug.vm.ui [eclipse-plugin] [INFO] org.eclipse.ocl.examples.emf.validation.validity [eclipse-plugin] [INFO] org.eclipse.ocl.examples.ui [eclipse-plugin] [INFO] org.eclipse.ocl.examples.emf.validation.validity.ui [eclipse-plugin] [INFO] org.eclipse.ocl.xtext.base.ui [eclipse-plugin] [INFO] org.eclipse.ocl.xtext.markup [eclipse-plugin] [INFO] org.eclipse.ocl.xtext.markup.ui [eclipse-plugin] [INFO] org.eclipse.ocl.xtext.essentialocl.ui [eclipse-plugin] [INFO] org.eclipse.ocl.xtext.oclinecore.ui [eclipse-plugin] [INFO] org.eclipse.ocl.xtext.completeocl.ui [eclipse-plugin] [INFO] org.eclipse.ocl.examples.debug.ui [eclipse-plugin] [INFO] org.eclipse.ocl.examples.eventmanager [eclipse-plugin] [INFO] org.eclipse.ocl.examples.extlibrary [eclipse-plugin] [INFO] org.eclipse.ocl [eclipse-plugin] [INFO] org.eclipse.ocl.ecore [eclipse-plugin] [INFO] org.eclipse.ocl.examples.impactanalyzer.util [eclipse-plugin] [INFO] org.eclipse.ocl.examples.impactanalyzer [eclipse-plugin] [INFO] org.eclipse.ocl.examples.impactanalyzer.ui [eclipse-plugin] [INFO] org.eclipse.ocl.uml [eclipse-plugin] [INFO] org.eclipse.ocl.examples.interpreter [eclipse-plugin] [INFO] org.eclipse.ocl.examples.project.completeocltutorial [eclipse-plugin] [INFO] org.eclipse.ocl.examples.project.royalandloyal [eclipse-plugin] [INFO] org.eclipse.ocl.examples.xtext.console [eclipse-plugin] [INFO] org.eclipse.ocl.examples.validity [eclipse-plugin] [INFO] org.eclipse.ocl.examples.standalone [eclipse-plugin] [INFO] org.eclipse.ocl.examples.unified [eclipse-plugin] [INFO] org.eclipse.ocl.features-folder [pom] [INFO] org.eclipse.ocl.tools [eclipse-feature] [INFO] org.eclipse.ocl [eclipse-feature] [INFO] org.eclipse.ocl.uml [eclipse-feature] [INFO] org.eclipse.ocl.all [eclipse-feature] [INFO] org.eclipse.ocl.doc [eclipse-feature] [INFO] org.eclipse.ocl.edit [eclipse-plugin] [INFO] org.eclipse.ocl.ecore.edit [eclipse-plugin] [INFO] org.eclipse.ocl.uml.edit [eclipse-plugin] [INFO] org.eclipse.ocl.edit [eclipse-feature] [INFO] org.eclipse.ocl.ui [eclipse-plugin] [INFO] org.eclipse.ocl.uml.ui [eclipse-plugin] [INFO] org.eclipse.ocl.ui [eclipse-feature] [INFO] org.eclipse.ocl.simrel.classic [eclipse-feature] [INFO] org.eclipse.ocl.all.sdk [eclipse-feature] [INFO] org.eclipse.ocl.build [eclipse-feature] [INFO] org.eclipse.ocl.core.sdk [eclipse-feature] [INFO] org.eclipse.ocl.examples.classic [eclipse-feature] [INFO] org.eclipse.ocl.xtext.oclstdlib.ui [eclipse-plugin] [INFO] org.eclipse.ocl.pivot.ui [eclipse-plugin] [INFO] org.eclipse.ocl.xtext.idioms [eclipse-plugin] [INFO] org.eclipse.ocl.unified.core [eclipse-feature] [INFO] org.eclipse.ocl.xtext.idioms.ui [eclipse-plugin] [INFO] org.eclipse.ocl.unified.ui [eclipse-feature] [INFO] org.eclipse.ocl.examples.unified [eclipse-feature] [INFO] org.eclipse.ocl.examples [eclipse-feature] [INFO] org.eclipse.ocl.tests-folder [pom] [INFO] org.eclipse.ocl.examples.eventmanager.tests [eclipse-test-plugin] [INFO] org.eclipse.ocl.examples.impactanalyzer.testmodel.company [eclipse-plugin] [INFO] org.eclipse.ocl.examples.impactanalyzer.testmodel.ngpm [eclipse-plugin] [INFO] org.eclipse.ocl.examples.testutils [eclipse-plugin] [INFO] org.eclipse.ocl.examples.impactanalyzer.testutils [eclipse-plugin] [INFO] org.eclipse.ocl.examples.impactanalyzer.tests [eclipse-test-plugin] [INFO] org.eclipse.ocl.examples.validity.test [eclipse-plugin] [INFO] org.eclipse.ocl.examples.tests [eclipse-test-plugin] [INFO] org.eclipse.ocl.examples.xtext.tests [eclipse-test-plugin] [INFO] org.eclipse.ocl.examples.tests [eclipse-feature] [INFO] org.eclipse.ocl.master [eclipse-plugin] [INFO] org.eclipse.ocl.master [eclipse-feature] [INFO] org.eclipse.ocl.tests [eclipse-plugin] [INFO] org.eclipse.ocl.ecore.tests [eclipse-test-plugin] [INFO] org.eclipse.ocl.uml.tests [eclipse-test-plugin] [INFO] org.eclipse.ocl.tests [eclipse-feature] [INFO] org.eclipse.ocl.releng-folder [pom] [INFO] org.eclipse.ocl.releng.build-site [eclipse-repository] [INFO] [INFO] ------------< org.eclipse.ocl:org.eclipse.ocl.releng.tycho >------------ [INFO] Building org.eclipse.ocl.releng.tycho 6.20.1-SNAPSHOT [1/90] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.releng.tycho --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.releng.tycho --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.releng.tycho --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.releng.tycho --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.releng.tycho --- [INFO] [INFO] -------------< org.eclipse.ocl:org.eclipse.ocl.doc-folder >------------- [INFO] Building org.eclipse.ocl.doc-folder 6.20.1-SNAPSHOT [2/90] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.doc-folder --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.doc-folder --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.doc-folder --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.doc-folder --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.doc-folder --- [INFO] [INFO] ----------------< org.eclipse.ocl:org.eclipse.ocl.doc >----------------- [INFO] Building org.eclipse.ocl.doc 3.20.0-SNAPSHOT [3/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.doc --- [INFO] The project's OSGi version is 3.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.doc --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.doc --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.doc --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.doc --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.doc --- [INFO] Resolving class path of org.eclipse.ocl.doc... [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.400.v20220812-1420.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (13.13kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (59.56kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (29.61kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (27.41kB) [INFO] Fetching org.eclipse.equinox.security.win32_1.3.0.v20240419-2334.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (15.11kB) [INFO] Fetching org.eclipse.equinox.security.linux_1.1.300.v20240419-2334.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (25.06kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (39.29kB) [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/doc/org.eclipse.ocl.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.doc --- [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl.doc --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/doc/org.eclipse.ocl.doc/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl.doc --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl.doc --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.doc --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/doc/org.eclipse.ocl.doc/target/org.eclipse.ocl.doc-3.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.ocl.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/doc/org.eclipse.ocl.doc/target/org.eclipse.ocl.doc-3.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.doc --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.doc --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl.doc --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl.doc --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl.doc --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.ocl:org.eclipse.ocl.examples-folder >----------- [INFO] Building org.eclipse.ocl.examples-folder 6.20.1-SNAPSHOT [4/90] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.examples-folder --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.examples-folder --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.examples-folder --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.examples-folder --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.examples-folder --- [INFO] [INFO] --------------< org.eclipse.ocl:org.eclipse.ocl.examples >-------------- [INFO] Building org.eclipse.ocl.examples 3.20.0-SNAPSHOT [5/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.examples --- [INFO] The project's OSGi version is 3.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.examples --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.examples --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.examples --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.examples --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.examples --- [INFO] Resolving class path of org.eclipse.ocl.examples... [INFO] Fetching org.eclipse.ui.cocoa_1.3.200.v20240309-0857.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (11.38kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.14.400.v20240416-0658.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (31.98kB) [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.2.300.v20240416-0658.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (12.16kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.2.200.v20240416-0658.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (12.65kB) [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default) @ org.eclipse.ocl.examples --- [INFO] Executing tasks [INFO] [zip] Building zip: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples/zips/extlibrary.zip [INFO] [zip] Building zip: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples/zips/interpreter.zip [INFO] [zip] Building zip: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples/zips/empty.zip [INFO] [zip] Building zip: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples/zips/completeocltutorial.zip [INFO] [zip] Building zip: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples/zips/oclinecoretutorial.zip [INFO] [zip] Building zip: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples/zips/royalandloyal.zip [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.examples --- [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl.examples --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl.examples --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl.examples --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.examples --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples/target/org.eclipse.ocl.examples-3.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.ocl.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples/target/org.eclipse.ocl.examples-3.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.examples --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.examples --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl.examples --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl.examples --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl.examples --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.ocl:org.eclipse.ocl.examples.classic >---------- [INFO] Building org.eclipse.ocl.examples.classic 5.20.0-SNAPSHOT [6/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.examples.classic --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.examples.classic --- [INFO] The project's OSGi version is 5.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.examples.classic --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.examples.classic --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.examples.classic --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.examples.classic --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.examples.classic --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.examples.classic --- [INFO] Resolving class path of org.eclipse.ocl.examples.classic... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.examples.classic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.classic/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.examples.classic --- [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl.examples.classic --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.examples.classic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.classic/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl.examples.classic --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl.examples.classic --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.examples.classic --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.examples.classic --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.classic/target/org.eclipse.ocl.examples.classic-5.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.ocl.examples.classic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.examples.classic --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.classic/target/org.eclipse.ocl.examples.classic-5.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.examples.classic --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.examples.classic --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl.examples.classic --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl.examples.classic --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl.examples.classic --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.ocl:org.eclipse.ocl.plugins-folder >----------- [INFO] Building org.eclipse.ocl.plugins-folder 6.20.1-SNAPSHOT [7/90] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.plugins-folder --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.plugins-folder --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.plugins-folder --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.plugins-folder --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.plugins-folder --- [INFO] [INFO] ---------------< org.eclipse.ocl:org.eclipse.ocl.common >--------------- [INFO] Building org.eclipse.ocl.common 1.20.0-SNAPSHOT [8/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.common --- [INFO] The project's OSGi version is 1.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.common --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.common --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.common --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.common --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.common --- [INFO] Resolving class path of org.eclipse.ocl.common... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.common --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.common/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl.common --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.common/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl.common --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl.common --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.common --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.common --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.common/target/org.eclipse.ocl.common-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.common --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.common/target/org.eclipse.ocl.common-1.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.common --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.common --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl.common --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl.common --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl.common --- [INFO] No tests to run. [INFO] [INFO] ---------------< org.eclipse.ocl:org.eclipse.ocl.pivot >---------------- [INFO] Building org.eclipse.ocl.pivot 1.20.0-SNAPSHOT [9/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.pivot --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.pivot --- [INFO] The project's OSGi version is 1.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.pivot --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.pivot --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.pivot --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.pivot --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.pivot --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.pivot --- [INFO] Resolving class path of org.eclipse.ocl.pivot... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.pivot --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.pivot/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.pivot --- [INFO] Compiling 1145 source files to /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.pivot/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl.pivot --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.pivot --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.pivot/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl.pivot --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl.pivot --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.pivot --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.pivot --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.pivot/target/org.eclipse.ocl.pivot-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.ocl.pivot --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.pivot --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.pivot/target/org.eclipse.ocl.pivot-1.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.pivot --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.pivot --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl.pivot --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl.pivot --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl.pivot --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.ocl:org.eclipse.ocl.examples.codegen >---------- [INFO] Building org.eclipse.ocl.examples.codegen 2.20.0-SNAPSHOT [10/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.examples.codegen --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.examples.codegen --- [INFO] The project's OSGi version is 2.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.examples.codegen --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.examples.codegen --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.examples.codegen --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.examples.codegen --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.examples.codegen --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.examples.codegen --- [INFO] Resolving class path of org.eclipse.ocl.examples.codegen... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.examples.codegen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.codegen/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.examples.codegen --- [INFO] Compiling 372 source files to /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.codegen/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl.examples.codegen --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.examples.codegen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.codegen/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl.examples.codegen --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl.examples.codegen --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.examples.codegen --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.examples.codegen --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.codegen/target/org.eclipse.ocl.examples.codegen-2.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.examples.codegen --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.codegen/target/org.eclipse.ocl.examples.codegen-2.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.examples.codegen --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.examples.codegen --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl.examples.codegen --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl.examples.codegen --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl.examples.codegen --- [INFO] No tests to run. [INFO] [INFO] -------------< org.eclipse.ocl:org.eclipse.ocl.pivot.uml >-------------- [INFO] Building org.eclipse.ocl.pivot.uml 1.20.0-SNAPSHOT [11/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.pivot.uml --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.pivot.uml --- [INFO] The project's OSGi version is 1.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.pivot.uml --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.pivot.uml --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.pivot.uml --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.pivot.uml --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.pivot.uml --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.pivot.uml --- [INFO] Resolving class path of org.eclipse.ocl.pivot.uml... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.pivot.uml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.pivot.uml/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.pivot.uml --- [INFO] Compiling 72 source files to /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.pivot.uml/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl.pivot.uml --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.pivot.uml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.pivot.uml/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl.pivot.uml --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl.pivot.uml --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.pivot.uml --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.pivot.uml --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.pivot.uml/target/org.eclipse.ocl.pivot.uml-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.pivot.uml --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.pivot.uml/target/org.eclipse.ocl.pivot.uml-1.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.pivot.uml --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.pivot.uml --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl.pivot.uml --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl.pivot.uml --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl.pivot.uml --- [INFO] No tests to run. [INFO] [INFO] -------------< org.eclipse.ocl:org.eclipse.ocl.xtext.base >------------- [INFO] Building org.eclipse.ocl.xtext.base 1.20.0-SNAPSHOT [12/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.xtext.base --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.xtext.base --- [INFO] The project's OSGi version is 1.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.xtext.base --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.xtext.base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.xtext.base --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.xtext.base --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.xtext.base --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.xtext.base --- [INFO] Resolving class path of org.eclipse.ocl.xtext.base... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.xtext.base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.base/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.xtext.base --- [INFO] Compiling 245 source files to /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.base/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl.xtext.base --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.xtext.base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.base/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl.xtext.base --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl.xtext.base --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.xtext.base --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.xtext.base --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.base/target/org.eclipse.ocl.xtext.base-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.xtext.base --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.base/target/org.eclipse.ocl.xtext.base-1.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.xtext.base --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.xtext.base --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl.xtext.base --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl.xtext.base --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl.xtext.base --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.ocl:org.eclipse.ocl.xtext.essentialocl >--------- [INFO] Building org.eclipse.ocl.xtext.essentialocl 1.20.0-SNAPSHOT [13/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.xtext.essentialocl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.xtext.essentialocl --- [INFO] The project's OSGi version is 1.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.xtext.essentialocl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.xtext.essentialocl --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.xtext.essentialocl --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.xtext.essentialocl --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.xtext.essentialocl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.xtext.essentialocl --- [INFO] Resolving class path of org.eclipse.ocl.xtext.essentialocl... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.xtext.essentialocl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.essentialocl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.xtext.essentialocl --- [INFO] Compiling 162 source files to /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.essentialocl/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl.xtext.essentialocl --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.xtext.essentialocl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.essentialocl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl.xtext.essentialocl --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl.xtext.essentialocl --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.xtext.essentialocl --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.xtext.essentialocl --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.essentialocl/target/org.eclipse.ocl.xtext.essentialocl-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.xtext.essentialocl --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.essentialocl/target/org.eclipse.ocl.xtext.essentialocl-1.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.xtext.essentialocl --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.xtext.essentialocl --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl.xtext.essentialocl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl.xtext.essentialocl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl.xtext.essentialocl --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.ocl:org.eclipse.ocl.xtext.completeocl >---------- [INFO] Building org.eclipse.ocl.xtext.completeocl 1.20.0-SNAPSHOT [14/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.xtext.completeocl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.xtext.completeocl --- [INFO] The project's OSGi version is 1.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.xtext.completeocl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.xtext.completeocl --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.xtext.completeocl --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.xtext.completeocl --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.xtext.completeocl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.xtext.completeocl --- [INFO] Resolving class path of org.eclipse.ocl.xtext.completeocl... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.xtext.completeocl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.completeocl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.xtext.completeocl --- [INFO] Compiling 82 source files to /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.completeocl/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl.xtext.completeocl --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.xtext.completeocl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.completeocl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl.xtext.completeocl --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl.xtext.completeocl --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.xtext.completeocl --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.xtext.completeocl --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.completeocl/target/org.eclipse.ocl.xtext.completeocl-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.xtext.completeocl --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.completeocl/target/org.eclipse.ocl.xtext.completeocl-1.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.xtext.completeocl --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.xtext.completeocl --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl.xtext.completeocl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl.xtext.completeocl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl.xtext.completeocl --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.ocl:org.eclipse.ocl.xtext.oclinecore >---------- [INFO] Building org.eclipse.ocl.xtext.oclinecore 1.20.0-SNAPSHOT [15/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.xtext.oclinecore --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.xtext.oclinecore --- [INFO] The project's OSGi version is 1.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.xtext.oclinecore --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.xtext.oclinecore --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.xtext.oclinecore --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.xtext.oclinecore --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.xtext.oclinecore --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.xtext.oclinecore --- [INFO] Resolving class path of org.eclipse.ocl.xtext.oclinecore... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.xtext.oclinecore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.oclinecore/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.xtext.oclinecore --- [INFO] Compiling 52 source files to /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.oclinecore/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl.xtext.oclinecore --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.xtext.oclinecore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.oclinecore/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl.xtext.oclinecore --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl.xtext.oclinecore --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.xtext.oclinecore --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.xtext.oclinecore --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.oclinecore/target/org.eclipse.ocl.xtext.oclinecore-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.xtext.oclinecore --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.oclinecore/target/org.eclipse.ocl.xtext.oclinecore-1.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.xtext.oclinecore --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.xtext.oclinecore --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl.xtext.oclinecore --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl.xtext.oclinecore --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl.xtext.oclinecore --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.ocl:org.eclipse.ocl.xtext.oclstdlib >----------- [INFO] Building org.eclipse.ocl.xtext.oclstdlib 1.20.0-SNAPSHOT [16/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.xtext.oclstdlib --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.xtext.oclstdlib --- [INFO] The project's OSGi version is 1.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.xtext.oclstdlib --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.xtext.oclstdlib --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.xtext.oclstdlib --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.xtext.oclstdlib --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.xtext.oclstdlib --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.xtext.oclstdlib --- [INFO] Resolving class path of org.eclipse.ocl.xtext.oclstdlib... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.xtext.oclstdlib --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.oclstdlib/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.xtext.oclstdlib --- [INFO] Compiling 72 source files to /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.oclstdlib/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl.xtext.oclstdlib --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.xtext.oclstdlib --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.oclstdlib/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl.xtext.oclstdlib --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl.xtext.oclstdlib --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.xtext.oclstdlib --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.xtext.oclstdlib --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.oclstdlib/target/org.eclipse.ocl.xtext.oclstdlib-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.xtext.oclstdlib --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.oclstdlib/target/org.eclipse.ocl.xtext.oclstdlib-1.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.xtext.oclstdlib --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.xtext.oclstdlib --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl.xtext.oclstdlib --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl.xtext.oclstdlib --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl.xtext.oclstdlib --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.ocl:org.eclipse.ocl.examples.debug.vm >---------- [INFO] Building org.eclipse.ocl.examples.debug.vm 2.20.0-SNAPSHOT [17/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.examples.debug.vm --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.examples.debug.vm --- [INFO] The project's OSGi version is 2.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.examples.debug.vm --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.examples.debug.vm --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.examples.debug.vm --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.examples.debug.vm --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.examples.debug.vm --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.examples.debug.vm --- [INFO] Resolving class path of org.eclipse.ocl.examples.debug.vm... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.examples.debug.vm --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.debug.vm/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.examples.debug.vm --- [INFO] Compiling 113 source files to /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.debug.vm/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl.examples.debug.vm --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.examples.debug.vm --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.debug.vm/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl.examples.debug.vm --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl.examples.debug.vm --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.examples.debug.vm --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.examples.debug.vm --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.debug.vm/target/org.eclipse.ocl.examples.debug.vm-2.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.examples.debug.vm --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.debug.vm/target/org.eclipse.ocl.examples.debug.vm-2.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.examples.debug.vm --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.examples.debug.vm --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl.examples.debug.vm --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl.examples.debug.vm --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl.examples.debug.vm --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.ocl:org.eclipse.ocl.examples.debug >----------- [INFO] Building org.eclipse.ocl.examples.debug 2.20.0-SNAPSHOT [18/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.examples.debug --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.examples.debug --- [INFO] The project's OSGi version is 2.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.examples.debug --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.examples.debug --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.examples.debug --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.examples.debug --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.examples.debug --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.examples.debug --- [INFO] Resolving class path of org.eclipse.ocl.examples.debug... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.examples.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.debug/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.examples.debug --- [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.debug/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl.examples.debug --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.examples.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.debug/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl.examples.debug --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl.examples.debug --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.examples.debug --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.examples.debug --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.debug/target/org.eclipse.ocl.examples.debug-2.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.examples.debug --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.debug/target/org.eclipse.ocl.examples.debug-2.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.examples.debug --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.examples.debug --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl.examples.debug --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl.examples.debug --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl.examples.debug --- [INFO] No tests to run. [INFO] [INFO] -------------< org.eclipse.ocl:org.eclipse.ocl.common.ui >-------------- [INFO] Building org.eclipse.ocl.common.ui 1.20.0-SNAPSHOT [19/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.common.ui --- [INFO] The project's OSGi version is 1.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.common.ui --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.common.ui --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.common.ui --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.common.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.common.ui --- [INFO] Resolving class path of org.eclipse.ocl.common.ui... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.common.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.common.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.common.ui --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.common.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl.common.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.common.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.common.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl.common.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl.common.ui --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.common.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.common.ui/target/org.eclipse.ocl.common.ui-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.common.ui/target/org.eclipse.ocl.common.ui-1.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.common.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.common.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl.common.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl.common.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl.common.ui --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.ocl:org.eclipse.ocl.examples.debug.vm.ui >-------- [INFO] Building org.eclipse.ocl.examples.debug.vm.ui 2.20.0-SNAPSHOT [20/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.examples.debug.vm.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.examples.debug.vm.ui --- [INFO] The project's OSGi version is 2.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.examples.debug.vm.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.examples.debug.vm.ui --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.examples.debug.vm.ui --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.examples.debug.vm.ui --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.examples.debug.vm.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.examples.debug.vm.ui --- [INFO] Resolving class path of org.eclipse.ocl.examples.debug.vm.ui... [INFO] Fetching org.eclipse.ui.win32_3.5.300.v20240321-1245.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240520-0600/plugins/ (24.37kB) [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.examples.debug.vm.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.debug.vm.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.examples.debug.vm.ui --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.debug.vm.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl.examples.debug.vm.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.examples.debug.vm.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.debug.vm.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl.examples.debug.vm.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl.examples.debug.vm.ui --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.examples.debug.vm.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.examples.debug.vm.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.debug.vm.ui/target/org.eclipse.ocl.examples.debug.vm.ui-2.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.examples.debug.vm.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.debug.vm.ui/target/org.eclipse.ocl.examples.debug.vm.ui-2.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.examples.debug.vm.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.examples.debug.vm.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl.examples.debug.vm.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl.examples.debug.vm.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl.examples.debug.vm.ui --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.ocl:org.eclipse.ocl.examples.emf.validation.validity >-- [INFO] Building org.eclipse.ocl.examples.emf.validation.validity 2.20.0-SNAPSHOT [21/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.examples.emf.validation.validity --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.examples.emf.validation.validity --- [INFO] The project's OSGi version is 2.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.examples.emf.validation.validity --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.examples.emf.validation.validity --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.examples.emf.validation.validity --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.examples.emf.validation.validity --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.examples.emf.validation.validity --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.examples.emf.validation.validity --- [INFO] Resolving class path of org.eclipse.ocl.examples.emf.validation.validity... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.examples.emf.validation.validity --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.emf.validation.validity/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.examples.emf.validation.validity --- [INFO] Compiling 55 source files to /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.emf.validation.validity/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl.examples.emf.validation.validity --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.examples.emf.validation.validity --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.emf.validation.validity/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl.examples.emf.validation.validity --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl.examples.emf.validation.validity --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.examples.emf.validation.validity --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.examples.emf.validation.validity --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.emf.validation.validity/target/org.eclipse.ocl.examples.emf.validation.validity-2.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.examples.emf.validation.validity --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.emf.validation.validity/target/org.eclipse.ocl.examples.emf.validation.validity-2.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.examples.emf.validation.validity --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.examples.emf.validation.validity --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl.examples.emf.validation.validity --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl.examples.emf.validation.validity --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl.examples.emf.validation.validity --- [INFO] No tests to run. [INFO] [INFO] ------------< org.eclipse.ocl:org.eclipse.ocl.examples.ui >------------- [INFO] Building org.eclipse.ocl.examples.ui 1.20.0-SNAPSHOT [22/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.examples.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.examples.ui --- [INFO] The project's OSGi version is 1.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.examples.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.examples.ui --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.examples.ui --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.examples.ui --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.examples.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.examples.ui --- [INFO] Resolving class path of org.eclipse.ocl.examples.ui... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.examples.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.examples.ui --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl.examples.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.examples.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl.examples.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl.examples.ui --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.examples.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.examples.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.ui/target/org.eclipse.ocl.examples.ui-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.examples.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.ui/target/org.eclipse.ocl.examples.ui-1.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.examples.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.examples.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl.examples.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl.examples.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl.examples.ui --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.ocl:org.eclipse.ocl.examples.emf.validation.validity.ui >-- [INFO] Building org.eclipse.ocl.examples.emf.validation.validity.ui 2.20.0-SNAPSHOT [23/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.examples.emf.validation.validity.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.examples.emf.validation.validity.ui --- [INFO] The project's OSGi version is 2.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.examples.emf.validation.validity.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.examples.emf.validation.validity.ui --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.examples.emf.validation.validity.ui --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.examples.emf.validation.validity.ui --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.examples.emf.validation.validity.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.examples.emf.validation.validity.ui --- [INFO] Resolving class path of org.eclipse.ocl.examples.emf.validation.validity.ui... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.examples.emf.validation.validity.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.emf.validation.validity.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.examples.emf.validation.validity.ui --- [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.emf.validation.validity.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl.examples.emf.validation.validity.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.examples.emf.validation.validity.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.emf.validation.validity.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl.examples.emf.validation.validity.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl.examples.emf.validation.validity.ui --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.examples.emf.validation.validity.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.examples.emf.validation.validity.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.emf.validation.validity.ui/target/org.eclipse.ocl.examples.emf.validation.validity.ui-2.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.examples.emf.validation.validity.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.emf.validation.validity.ui/target/org.eclipse.ocl.examples.emf.validation.validity.ui-2.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.examples.emf.validation.validity.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.examples.emf.validation.validity.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl.examples.emf.validation.validity.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl.examples.emf.validation.validity.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl.examples.emf.validation.validity.ui --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.ocl:org.eclipse.ocl.xtext.base.ui >------------ [INFO] Building org.eclipse.ocl.xtext.base.ui 1.20.0-SNAPSHOT [24/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.xtext.base.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.xtext.base.ui --- [INFO] The project's OSGi version is 1.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.xtext.base.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.xtext.base.ui --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.xtext.base.ui --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.xtext.base.ui --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.xtext.base.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.xtext.base.ui --- [INFO] Resolving class path of org.eclipse.ocl.xtext.base.ui... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.xtext.base.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.base.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.xtext.base.ui --- [INFO] Compiling 56 source files to /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.base.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl.xtext.base.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.xtext.base.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.base.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl.xtext.base.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl.xtext.base.ui --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.xtext.base.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.xtext.base.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.base.ui/target/org.eclipse.ocl.xtext.base.ui-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.xtext.base.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.base.ui/target/org.eclipse.ocl.xtext.base.ui-1.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.xtext.base.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.xtext.base.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl.xtext.base.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl.xtext.base.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl.xtext.base.ui --- [INFO] No tests to run. [INFO] [INFO] ------------< org.eclipse.ocl:org.eclipse.ocl.xtext.markup >------------ [INFO] Building org.eclipse.ocl.xtext.markup 1.20.0-SNAPSHOT [25/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.xtext.markup --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.xtext.markup --- [INFO] The project's OSGi version is 1.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.xtext.markup --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.xtext.markup --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.xtext.markup --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.xtext.markup --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.xtext.markup --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.xtext.markup --- [INFO] Resolving class path of org.eclipse.ocl.xtext.markup... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.xtext.markup --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.markup/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.xtext.markup --- [INFO] Compiling 73 source files to /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.markup/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl.xtext.markup --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.xtext.markup --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.markup/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl.xtext.markup --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl.xtext.markup --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.xtext.markup --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.xtext.markup --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.markup/target/org.eclipse.ocl.xtext.markup-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.xtext.markup --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.markup/target/org.eclipse.ocl.xtext.markup-1.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.xtext.markup --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.xtext.markup --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl.xtext.markup --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl.xtext.markup --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl.xtext.markup --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.ocl:org.eclipse.ocl.xtext.markup.ui >----------- [INFO] Building org.eclipse.ocl.xtext.markup.ui 1.20.0-SNAPSHOT [26/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.xtext.markup.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.xtext.markup.ui --- [INFO] The project's OSGi version is 1.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.xtext.markup.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.xtext.markup.ui --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.xtext.markup.ui --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.xtext.markup.ui --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.xtext.markup.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.xtext.markup.ui --- [INFO] Resolving class path of org.eclipse.ocl.xtext.markup.ui... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.xtext.markup.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.markup.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.xtext.markup.ui --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.markup.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl.xtext.markup.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.xtext.markup.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.markup.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl.xtext.markup.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl.xtext.markup.ui --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.xtext.markup.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.xtext.markup.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.markup.ui/target/org.eclipse.ocl.xtext.markup.ui-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.xtext.markup.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.markup.ui/target/org.eclipse.ocl.xtext.markup.ui-1.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.xtext.markup.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.xtext.markup.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl.xtext.markup.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl.xtext.markup.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl.xtext.markup.ui --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.ocl:org.eclipse.ocl.xtext.essentialocl.ui >-------- [INFO] Building org.eclipse.ocl.xtext.essentialocl.ui 1.20.0-SNAPSHOT [27/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.xtext.essentialocl.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.xtext.essentialocl.ui --- [INFO] The project's OSGi version is 1.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.xtext.essentialocl.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.xtext.essentialocl.ui --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.xtext.essentialocl.ui --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.xtext.essentialocl.ui --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.xtext.essentialocl.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.xtext.essentialocl.ui --- [INFO] Resolving class path of org.eclipse.ocl.xtext.essentialocl.ui... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.xtext.essentialocl.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.essentialocl.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.xtext.essentialocl.ui --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.essentialocl.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl.xtext.essentialocl.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.xtext.essentialocl.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.essentialocl.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl.xtext.essentialocl.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl.xtext.essentialocl.ui --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.xtext.essentialocl.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.xtext.essentialocl.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.essentialocl.ui/target/org.eclipse.ocl.xtext.essentialocl.ui-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.xtext.essentialocl.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.essentialocl.ui/target/org.eclipse.ocl.xtext.essentialocl.ui-1.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.xtext.essentialocl.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.xtext.essentialocl.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl.xtext.essentialocl.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl.xtext.essentialocl.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl.xtext.essentialocl.ui --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.ocl:org.eclipse.ocl.xtext.oclinecore.ui >--------- [INFO] Building org.eclipse.ocl.xtext.oclinecore.ui 1.20.0-SNAPSHOT [28/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.xtext.oclinecore.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.xtext.oclinecore.ui --- [INFO] The project's OSGi version is 1.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.xtext.oclinecore.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.xtext.oclinecore.ui --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.xtext.oclinecore.ui --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.xtext.oclinecore.ui --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.xtext.oclinecore.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.xtext.oclinecore.ui --- [INFO] Resolving class path of org.eclipse.ocl.xtext.oclinecore.ui... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.xtext.oclinecore.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.oclinecore.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.xtext.oclinecore.ui --- [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.oclinecore.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl.xtext.oclinecore.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.xtext.oclinecore.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.oclinecore.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl.xtext.oclinecore.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl.xtext.oclinecore.ui --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.xtext.oclinecore.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.xtext.oclinecore.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.oclinecore.ui/target/org.eclipse.ocl.xtext.oclinecore.ui-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.xtext.oclinecore.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.oclinecore.ui/target/org.eclipse.ocl.xtext.oclinecore.ui-1.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.xtext.oclinecore.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.xtext.oclinecore.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl.xtext.oclinecore.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl.xtext.oclinecore.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl.xtext.oclinecore.ui --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.ocl:org.eclipse.ocl.xtext.completeocl.ui >-------- [INFO] Building org.eclipse.ocl.xtext.completeocl.ui 1.20.0-SNAPSHOT [29/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.xtext.completeocl.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.xtext.completeocl.ui --- [INFO] The project's OSGi version is 1.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.xtext.completeocl.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.xtext.completeocl.ui --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.xtext.completeocl.ui --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.xtext.completeocl.ui --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.xtext.completeocl.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.xtext.completeocl.ui --- [INFO] Resolving class path of org.eclipse.ocl.xtext.completeocl.ui... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.xtext.completeocl.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.completeocl.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.xtext.completeocl.ui --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.completeocl.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl.xtext.completeocl.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.xtext.completeocl.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.completeocl.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl.xtext.completeocl.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl.xtext.completeocl.ui --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.xtext.completeocl.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.xtext.completeocl.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.completeocl.ui/target/org.eclipse.ocl.xtext.completeocl.ui-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.xtext.completeocl.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.xtext.completeocl.ui/target/org.eclipse.ocl.xtext.completeocl.ui-1.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.xtext.completeocl.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.xtext.completeocl.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl.xtext.completeocl.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl.xtext.completeocl.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl.xtext.completeocl.ui --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.ocl:org.eclipse.ocl.examples.debug.ui >---------- [INFO] Building org.eclipse.ocl.examples.debug.ui 2.20.0-SNAPSHOT [30/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.examples.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.examples.debug.ui --- [INFO] The project's OSGi version is 2.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.examples.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.examples.debug.ui --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.examples.debug.ui --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.examples.debug.ui --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.examples.debug.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.examples.debug.ui --- [INFO] Resolving class path of org.eclipse.ocl.examples.debug.ui... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.examples.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.debug.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.examples.debug.ui --- [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.debug.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl.examples.debug.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.examples.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.debug.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl.examples.debug.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl.examples.debug.ui --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.examples.debug.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.examples.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.debug.ui/target/org.eclipse.ocl.examples.debug.ui-2.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.examples.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.debug.ui/target/org.eclipse.ocl.examples.debug.ui-2.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.examples.debug.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.examples.debug.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl.examples.debug.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl.examples.debug.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl.examples.debug.ui --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.ocl:org.eclipse.ocl.examples.eventmanager >-------- [INFO] Building org.eclipse.ocl.examples.eventmanager 3.20.0-SNAPSHOT [31/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.examples.eventmanager --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.examples.eventmanager --- [INFO] The project's OSGi version is 3.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.examples.eventmanager --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.examples.eventmanager --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.examples.eventmanager --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.examples.eventmanager --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.examples.eventmanager --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.examples.eventmanager --- [INFO] Resolving class path of org.eclipse.ocl.examples.eventmanager... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.examples.eventmanager --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.eventmanager/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.examples.eventmanager --- [INFO] Compiling 53 source files to /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.eventmanager/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl.examples.eventmanager --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.examples.eventmanager --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.eventmanager/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl.examples.eventmanager --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl.examples.eventmanager --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.examples.eventmanager --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.examples.eventmanager --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.eventmanager/target/org.eclipse.ocl.examples.eventmanager-3.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.examples.eventmanager --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.eventmanager/target/org.eclipse.ocl.examples.eventmanager-3.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.examples.eventmanager --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.examples.eventmanager --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl.examples.eventmanager --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl.examples.eventmanager --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl.examples.eventmanager --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.ocl:org.eclipse.ocl.examples.extlibrary >--------- [INFO] Building org.eclipse.ocl.examples.extlibrary 6.20.0-SNAPSHOT [32/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.examples.extlibrary --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.examples.extlibrary --- [INFO] The project's OSGi version is 6.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.examples.extlibrary --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.examples.extlibrary --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.examples.extlibrary --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.examples.extlibrary --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.examples.extlibrary --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.examples.extlibrary --- [INFO] Resolving class path of org.eclipse.ocl.examples.extlibrary... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.examples.extlibrary --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.extlibrary/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.examples.extlibrary --- [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.extlibrary/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl.examples.extlibrary --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.examples.extlibrary --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.extlibrary/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl.examples.extlibrary --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl.examples.extlibrary --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.examples.extlibrary --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.examples.extlibrary --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.extlibrary/target/org.eclipse.ocl.examples.extlibrary-6.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.examples.extlibrary --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.extlibrary/target/org.eclipse.ocl.examples.extlibrary-6.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.examples.extlibrary --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.examples.extlibrary --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl.examples.extlibrary --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl.examples.extlibrary --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl.examples.extlibrary --- [INFO] No tests to run. [INFO] [INFO] ------------------< org.eclipse.ocl:org.eclipse.ocl >------------------- [INFO] Building org.eclipse.ocl 3.20.0-SNAPSHOT [33/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl --- [INFO] The project's OSGi version is 3.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl --- [INFO] Resolving class path of org.eclipse.ocl... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl --- [INFO] Compiling 397 source files to /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl/target/org.eclipse.ocl-3.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.ocl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl/target/org.eclipse.ocl-3.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl --- [INFO] No tests to run. [INFO] [INFO] ---------------< org.eclipse.ocl:org.eclipse.ocl.ecore >---------------- [INFO] Building org.eclipse.ocl.ecore 3.20.0-SNAPSHOT [34/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.ecore --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.ecore --- [INFO] The project's OSGi version is 3.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.ecore --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.ecore --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.ecore --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.ecore --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.ecore --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.ecore --- [INFO] Resolving class path of org.eclipse.ocl.ecore... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.ecore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.ecore/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.ecore --- [INFO] Compiling 172 source files to /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.ecore/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl.ecore --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.ecore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.ecore/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl.ecore --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl.ecore --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.ecore --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.ecore --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.ecore/target/org.eclipse.ocl.ecore-3.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.ocl.ecore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.ecore --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.ecore/target/org.eclipse.ocl.ecore-3.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.ecore --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.ecore --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl.ecore --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl.ecore --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl.ecore --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.ocl:org.eclipse.ocl.examples.impactanalyzer.util >---- [INFO] Building org.eclipse.ocl.examples.impactanalyzer.util 3.20.0-SNAPSHOT [35/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.examples.impactanalyzer.util --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.examples.impactanalyzer.util --- [INFO] The project's OSGi version is 3.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.examples.impactanalyzer.util --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.examples.impactanalyzer.util --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.examples.impactanalyzer.util --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.examples.impactanalyzer.util --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.examples.impactanalyzer.util --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.examples.impactanalyzer.util --- [INFO] Resolving class path of org.eclipse.ocl.examples.impactanalyzer.util... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.examples.impactanalyzer.util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.impactanalyzer.util/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.examples.impactanalyzer.util --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.impactanalyzer.util/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl.examples.impactanalyzer.util --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.examples.impactanalyzer.util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.impactanalyzer.util/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl.examples.impactanalyzer.util --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl.examples.impactanalyzer.util --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.examples.impactanalyzer.util --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.examples.impactanalyzer.util --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.impactanalyzer.util/target/org.eclipse.ocl.examples.impactanalyzer.util-3.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.examples.impactanalyzer.util --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.impactanalyzer.util/target/org.eclipse.ocl.examples.impactanalyzer.util-3.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.examples.impactanalyzer.util --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.examples.impactanalyzer.util --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl.examples.impactanalyzer.util --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl.examples.impactanalyzer.util --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl.examples.impactanalyzer.util --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.ocl:org.eclipse.ocl.examples.impactanalyzer >------- [INFO] Building org.eclipse.ocl.examples.impactanalyzer 3.20.0-SNAPSHOT [36/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.examples.impactanalyzer --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.examples.impactanalyzer --- [INFO] The project's OSGi version is 3.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.examples.impactanalyzer --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.examples.impactanalyzer --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.examples.impactanalyzer --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.examples.impactanalyzer --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.examples.impactanalyzer --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.examples.impactanalyzer --- [INFO] Resolving class path of org.eclipse.ocl.examples.impactanalyzer... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.examples.impactanalyzer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.impactanalyzer/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.examples.impactanalyzer --- [INFO] Compiling 111 source files to /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.impactanalyzer/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl.examples.impactanalyzer --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.examples.impactanalyzer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.impactanalyzer/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl.examples.impactanalyzer --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl.examples.impactanalyzer --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.examples.impactanalyzer --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.examples.impactanalyzer --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.impactanalyzer/target/org.eclipse.ocl.examples.impactanalyzer-3.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.examples.impactanalyzer --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.impactanalyzer/target/org.eclipse.ocl.examples.impactanalyzer-3.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.examples.impactanalyzer --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.examples.impactanalyzer --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl.examples.impactanalyzer --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl.examples.impactanalyzer --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl.examples.impactanalyzer --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.ocl:org.eclipse.ocl.examples.impactanalyzer.ui >----- [INFO] Building org.eclipse.ocl.examples.impactanalyzer.ui 3.20.0-SNAPSHOT [37/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.examples.impactanalyzer.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.examples.impactanalyzer.ui --- [INFO] The project's OSGi version is 3.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.examples.impactanalyzer.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.examples.impactanalyzer.ui --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.examples.impactanalyzer.ui --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.examples.impactanalyzer.ui --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.examples.impactanalyzer.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.examples.impactanalyzer.ui --- [INFO] Resolving class path of org.eclipse.ocl.examples.impactanalyzer.ui... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.examples.impactanalyzer.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.impactanalyzer.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.examples.impactanalyzer.ui --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.impactanalyzer.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl.examples.impactanalyzer.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.examples.impactanalyzer.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.impactanalyzer.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl.examples.impactanalyzer.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl.examples.impactanalyzer.ui --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.examples.impactanalyzer.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.examples.impactanalyzer.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.impactanalyzer.ui/target/org.eclipse.ocl.examples.impactanalyzer.ui-3.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.examples.impactanalyzer.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.impactanalyzer.ui/target/org.eclipse.ocl.examples.impactanalyzer.ui-3.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.examples.impactanalyzer.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.examples.impactanalyzer.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl.examples.impactanalyzer.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl.examples.impactanalyzer.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl.examples.impactanalyzer.ui --- [INFO] No tests to run. [INFO] [INFO] ----------------< org.eclipse.ocl:org.eclipse.ocl.uml >----------------- [INFO] Building org.eclipse.ocl.uml 5.20.0-SNAPSHOT [38/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.uml --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.uml --- [INFO] The project's OSGi version is 5.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.uml --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.uml --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.uml --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.uml --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.uml --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.uml --- [INFO] Resolving class path of org.eclipse.ocl.uml... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.uml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.uml/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.uml --- [INFO] Compiling 142 source files to /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.uml/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl.uml --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.uml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.uml/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl.uml --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl.uml --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.uml --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.uml --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.uml/target/org.eclipse.ocl.uml-5.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.ocl.uml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.uml --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.uml/target/org.eclipse.ocl.uml-5.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.uml --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.uml --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl.uml --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl.uml --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl.uml --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.ocl:org.eclipse.ocl.examples.interpreter >-------- [INFO] Building org.eclipse.ocl.examples.interpreter 4.20.0-SNAPSHOT [39/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.examples.interpreter --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.examples.interpreter --- [INFO] The project's OSGi version is 4.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.examples.interpreter --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.examples.interpreter --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.examples.interpreter --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.examples.interpreter --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.examples.interpreter --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.examples.interpreter --- [INFO] Resolving class path of org.eclipse.ocl.examples.interpreter... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.examples.interpreter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.interpreter/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.examples.interpreter --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.interpreter/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl.examples.interpreter --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.examples.interpreter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.interpreter/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl.examples.interpreter --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl.examples.interpreter --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.examples.interpreter --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.examples.interpreter --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.interpreter/target/org.eclipse.ocl.examples.interpreter-4.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.examples.interpreter --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.interpreter/target/org.eclipse.ocl.examples.interpreter-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.examples.interpreter --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.examples.interpreter --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl.examples.interpreter --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl.examples.interpreter --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl.examples.interpreter --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.ocl:org.eclipse.ocl.examples.project.completeocltutorial >-- [INFO] Building org.eclipse.ocl.examples.project.completeocltutorial 1.20.0-SNAPSHOT [40/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.examples.project.completeocltutorial --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.examples.project.completeocltutorial --- [INFO] The project's OSGi version is 1.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.examples.project.completeocltutorial --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.examples.project.completeocltutorial --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.examples.project.completeocltutorial --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.examples.project.completeocltutorial --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.examples.project.completeocltutorial --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.examples.project.completeocltutorial --- [INFO] Resolving class path of org.eclipse.ocl.examples.project.completeocltutorial... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.examples.project.completeocltutorial --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.project.completeocltutorial/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.examples.project.completeocltutorial --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.project.completeocltutorial/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl.examples.project.completeocltutorial --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.examples.project.completeocltutorial --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.project.completeocltutorial/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl.examples.project.completeocltutorial --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl.examples.project.completeocltutorial --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.examples.project.completeocltutorial --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.examples.project.completeocltutorial --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.project.completeocltutorial/target/org.eclipse.ocl.examples.project.completeocltutorial-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.examples.project.completeocltutorial --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.project.completeocltutorial/target/org.eclipse.ocl.examples.project.completeocltutorial-1.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.examples.project.completeocltutorial --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.examples.project.completeocltutorial --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl.examples.project.completeocltutorial --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl.examples.project.completeocltutorial --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl.examples.project.completeocltutorial --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.ocl:org.eclipse.ocl.examples.project.royalandloyal >--- [INFO] Building org.eclipse.ocl.examples.project.royalandloyal 1.20.0-SNAPSHOT [41/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.examples.project.royalandloyal --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.examples.project.royalandloyal --- [INFO] The project's OSGi version is 1.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.examples.project.royalandloyal --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.examples.project.royalandloyal --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.examples.project.royalandloyal --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.examples.project.royalandloyal --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.examples.project.royalandloyal --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.examples.project.royalandloyal --- [INFO] Resolving class path of org.eclipse.ocl.examples.project.royalandloyal... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.examples.project.royalandloyal --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.project.royalandloyal/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.examples.project.royalandloyal --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.project.royalandloyal/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl.examples.project.royalandloyal --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.examples.project.royalandloyal --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.project.royalandloyal/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl.examples.project.royalandloyal --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl.examples.project.royalandloyal --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.examples.project.royalandloyal --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.examples.project.royalandloyal --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.project.royalandloyal/target/org.eclipse.ocl.examples.project.royalandloyal-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.examples.project.royalandloyal --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.project.royalandloyal/target/org.eclipse.ocl.examples.project.royalandloyal-1.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.examples.project.royalandloyal --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.examples.project.royalandloyal --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl.examples.project.royalandloyal --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl.examples.project.royalandloyal --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl.examples.project.royalandloyal --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.ocl:org.eclipse.ocl.examples.xtext.console >------- [INFO] Building org.eclipse.ocl.examples.xtext.console 4.20.0-SNAPSHOT [42/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.examples.xtext.console --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.examples.xtext.console --- [INFO] The project's OSGi version is 4.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.examples.xtext.console --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.examples.xtext.console --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.examples.xtext.console --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.examples.xtext.console --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.examples.xtext.console --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.examples.xtext.console --- [INFO] Resolving class path of org.eclipse.ocl.examples.xtext.console... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.examples.xtext.console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.xtext.console/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.examples.xtext.console --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.xtext.console/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl.examples.xtext.console --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.examples.xtext.console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.xtext.console/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl.examples.xtext.console --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl.examples.xtext.console --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.examples.xtext.console --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.examples.xtext.console --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.xtext.console/target/org.eclipse.ocl.examples.xtext.console-4.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.examples.xtext.console --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.xtext.console/target/org.eclipse.ocl.examples.xtext.console-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.examples.xtext.console --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.examples.xtext.console --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl.examples.xtext.console --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl.examples.xtext.console --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl.examples.xtext.console --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.ocl:org.eclipse.ocl.examples.validity >---------- [INFO] Building org.eclipse.ocl.examples.validity 2.20.0-SNAPSHOT [43/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.examples.validity --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.examples.validity --- [INFO] The project's OSGi version is 2.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.examples.validity --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.examples.validity --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.examples.validity --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.examples.validity --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.examples.validity --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.examples.validity --- [INFO] Resolving class path of org.eclipse.ocl.examples.validity... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.examples.validity --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.validity/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.examples.validity --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.validity/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.ocl.examples.validity --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.examples.validity --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.validity/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.ocl.examples.validity --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.ocl.examples.validity --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.examples.validity --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.ocl.examples.validity --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.validity/target/org.eclipse.ocl.examples.validity-2.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.examples.validity --- [INFO] Building jar: /home/jenkins/agent/workspace/ocl-branch-tests/examples/org.eclipse.ocl.examples.validity/target/org.eclipse.ocl.examples.validity-2.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.examples.validity --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.ocl.examples.validity --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.ocl.examples.validity --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.ocl.examples.validity --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.ocl.examples.validity --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.ocl:org.eclipse.ocl.examples.standalone >--------- [INFO] Building org.eclipse.ocl.examples.standalone 2.20.0-SNAPSHOT [44/90] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- Terminating xvnc. [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.examples.standalone --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.examples.standalone --- [INFO] The project's OSGi version is 2.20.0.v20240521-1422 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.examples.standalone --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.examples.standalone --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.ocl.examples.standalone --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.ocl.examples.standalone --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.examples.standalone --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.examples.standalone --- [INFO] Resolving class path of org.eclipse.ocl.examples.standalone... Build was aborted Aborted by Ed Willink Recording test results ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error? Archiving artifacts Finished: ABORTED