Started by user Ed Willink Running as Ed Willink Agent centos-7-t7plk 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-t7plk" 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-t7plk" - 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-t7plk" - 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-t7plk (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/583197^{commit} # timeout=10 Checking out Revision 5accc743607d606570c8d1f1e8522d6c2d7ed126 (refs/remotes/origin/ewillink/583197) > git config core.sparsecheckout # timeout=10 > git checkout -f 5accc743607d606570c8d1f1e8522d6c2d7ed126 # timeout=10 Commit message: "[583043] Use external ResourceSet when possible" 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 :47 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset Xvnc TigerVNC 1.8.0 - built Feb 5 2024 15:30:47 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 Sat May 11 08:09:57 2024 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5947 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/583197 -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@129e45eb... 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.21.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/I20240508-1800/plugins/ (465.68kB) [INFO] Fetching bcprov_1.78.1.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240508-1800/plugins/ (7.94MB) [INFO] Fetching bcutil_1.78.1.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240508-1800/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/I20240508-1800/plugins/ (431.41kB) [INFO] Fetching biz.aQute.bndlib_7.0.0.202310060912.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240508-1800/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/I20240509-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/plugins/ (158.15kB) [INFO] Fetching org.eclipse.core.resources_3.20.200.v20240426-1040.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240508-1800/plugins/ (929.38kB) [INFO] Fetching org.eclipse.equinox.registry_3.12.100.v20240321-1445.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240508-1800/plugins/ (199.43kB) [INFO] Fetching jakarta.annotation-api_2.1.1.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240508-1800/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/I20240508-1800/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/I20240508-1800/plugins/ (3.26MB) [INFO] Fetching org.apache.felix.scr_2.2.10.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/plugins/ (369.6kB) [INFO] Fetching org.tukaani.xz_1.9.0.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240508-1800/plugins/ (113.29kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.11.100.v20240321-1450.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240508-1800/plugins/ (80.99kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.3.400.v20240321-1450.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240508-1800/plugins/ (64.5kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.9.100.v20240425-1316.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240508-1800/plugins/ (190.14kB) [INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240508-1800/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/I20240508-1800/plugins/ (113.37kB) [INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240508-1800/plugins/ (429.55kB) [INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240508-1800/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/I20240508-1800/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/I20240508-1800/plugins/ (240.75kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.5.400.v20240425-1316.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240508-1800/plugins/ (138.93kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.3.300.v20240321-1450.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240508-1800/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/I20240508-1800/plugins/ (105.63kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.6.100.v20240429-0755.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240508-1800/plugins/ (251.89kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.3.200.v20240321-1450.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240508-1800/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/I20240508-1800/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/I20240508-1800/plugins/ (259.99kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.4.300.v20240321-1450.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240508-1800/plugins/ (135.86kB) [INFO] Fetching org.eclipse.help_3.10.400.v20240415-0528.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240508-1800/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/I20240508-1800/plugins/ (31.08kB) [INFO] Fetching org.eclipse.jdt.core_3.38.0.v20240506-1155.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240508-1800/plugins/ (4.1MB) [INFO] Fetching org.eclipse.jdt.core.compiler.batch_3.38.0.v20240510-0759.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240510-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/plugins/ (251.64kB) [INFO] Fetching org.eclipse.pde.build_3.12.400.v20240425-2254.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240508-1800/plugins/ (508.56kB) [INFO] Fetching org.eclipse.pde.core_3.18.100.v20240508-0943.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240508-1800/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/I20240508-1800/plugins/ (405.35kB) [INFO] Fetching org.eclipse.xtext.logging_2.35.0.v20240509-0058.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/I20240508-1800/plugins/ (21.36kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.examples:3.21.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/I20240508-1800/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/I20240508-1800/plugins/ (1.81MB) [INFO] Fetching com.sun.jna.platform_5.14.0.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/plugins/ (496.9kB) [INFO] Fetching org.apache.commons.logging_1.2.0.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/nightly/N202405081411/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/plugins/ (48.56kB) [INFO] Fetching org.eclipse.swt_3.126.0.v20240510-0608.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240510-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/plugins/ (434.21kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.126.0.v20240510-0608.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240510-1800/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/I20240510-1800/plugins/ (3.51MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.126.0.v20240510-0608.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240510-1800/plugins/ (2.13MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240510-0608.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240510-1800/plugins/ (2.59MB) [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.examples.classic:5.21.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.21.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/I20240508-1800/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.v20240509-0058.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (318.11kB) [INFO] Fetching org.objectweb.asm_9.7.0.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240508-1800/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.v20240509-0058.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (132.06kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.35.0.v20240509-0058.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (164.41kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.35.0.v20240509-0058.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.21.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.v20240509-0058.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.21.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.v20240510-0956.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240510-1800/plugins/ (811.4kB) [INFO] Fetching org.eclipse.jface.text_3.25.100.v20240424-1254.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/plugins/ (333.53kB) [INFO] Fetching org.eclipse.debug.ui_3.18.400.v20240508-1357.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/plugins/ (52.96kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.21.100.v20240510-1457.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240510-1800/plugins/ (4.13MB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.14.400.v20240321-1245.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240508-1800/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/I20240508-1800/plugins/ (59.91kB) [INFO] Fetching org.eclipse.jdt.ui_3.32.100.v20240509-1546.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240509-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/plugins/ (181.68kB) [INFO] Fetching org.eclipse.xtext.ui_2.35.0.v20240509-0058.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (1.9MB) [INFO] Fetching org.eclipse.xtext.builder_2.35.0.v20240509-0058.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (399.84kB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.35.0.v20240509-0058.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (63.08kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.35.0.v20240509-0058.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (136.2kB) [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/I20240508-1800/plugins/ (110.81kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.35.0.v20240509-0058.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (255.28kB) [INFO] Fetching org.eclipse.xtext.smap_2.35.0.v20240509-0058.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (23.23kB) [INFO] Fetching org.eclipse.xtext.common.types_2.35.0.v20240509-0058.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (512.41kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.35.0.v20240509-0058.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (251.4kB) [INFO] Fetching org.eclipse.xtext.ide_2.35.0.v20240509-0058.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (499.13kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.35.0.v20240509-0058.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (196.55kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.35.0.v20240509-0058.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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/N202405081411/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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.0-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.21.0-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.21.0-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.21.0-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.21.0-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.21.0-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.21.0-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.21.0-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.21.0-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.21.0-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.21.0-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.21.0-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.21.0-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.21.0-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.21.0-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.21.0-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.21.0-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.21.0-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.21.0-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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.v20240509-0058.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.0-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.21.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/I20240508-1800/plugins/ (59.13kB) [INFO] Fetching org.junit_4.13.2.v20230809-1000.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/plugins/ (9.19kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.ecore.tests:3.21.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/I20240508-1800/plugins/ (49.82kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.800.v20240507-0701.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240508-1800/plugins/ (47.85kB) [INFO] Fetching org.eclipse.ui.ide.application_1.5.400.v20240416-0658.jar from https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240508-1800/plugins/ (130.42kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.uml.tests:5.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.v20240426-0736.jar from https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202404260736/plugins/ (197.65kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.18.0.v20240426-0736.jar from https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202404260736/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.21.0-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.21.0-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.21.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.21.0.v20240511-0809 [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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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.21.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.21.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.21.0-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.21.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.21.0.v20240511-0809 [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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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/I20240508-1800/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.21.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.21.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.21.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.21.0.v20240511-0809 [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.21.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.21.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.21.0-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.21.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.21.0.v20240511-0809 [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.21.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.21.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.21.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.21.0.v20240511-0809 [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] Reactor Summary: [INFO] [INFO] org.eclipse.ocl.releng.tycho 6.21.0-SNAPSHOT ....... SUCCESS [ 2.807 s] [INFO] org.eclipse.ocl.doc-folder 6.21.0-SNAPSHOT ......... SUCCESS [ 0.005 s] [INFO] org.eclipse.ocl.doc 3.21.0-SNAPSHOT ................ SUCCESS [ 8.595 s] [INFO] org.eclipse.ocl.examples-folder 6.21.0-SNAPSHOT .... SUCCESS [ 0.006 s] [INFO] org.eclipse.ocl.examples 3.21.0-SNAPSHOT ........... SUCCESS [ 1.594 s] [INFO] org.eclipse.ocl.examples.classic 5.21.0-SNAPSHOT ... SUCCESS [ 0.174 s] [INFO] org.eclipse.ocl.plugins-folder 6.21.0-SNAPSHOT ..... SUCCESS [ 0.004 s] [INFO] org.eclipse.ocl.common 1.21.0-SNAPSHOT ............. SUCCESS [ 0.842 s] [INFO] org.eclipse.ocl.pivot 1.21.0-SNAPSHOT .............. FAILURE [ 8.763 s] [INFO] org.eclipse.ocl.examples.codegen 2.21.0-SNAPSHOT ... SKIPPED [INFO] org.eclipse.ocl.pivot.uml 1.21.0-SNAPSHOT .......... SKIPPED [INFO] org.eclipse.ocl.xtext.base 1.21.0-SNAPSHOT ......... SKIPPED [INFO] org.eclipse.ocl.xtext.essentialocl 1.21.0-SNAPSHOT . SKIPPED [INFO] org.eclipse.ocl.xtext.completeocl 1.21.0-SNAPSHOT .. SKIPPED [INFO] org.eclipse.ocl.xtext.oclinecore 1.21.0-SNAPSHOT ... SKIPPED [INFO] org.eclipse.ocl.xtext.oclstdlib 1.21.0-SNAPSHOT .... SKIPPED [INFO] org.eclipse.ocl.examples.debug.vm 2.21.0-SNAPSHOT .. SKIPPED [INFO] org.eclipse.ocl.examples.debug 2.21.0-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.ocl.common.ui 1.21.0-SNAPSHOT .......... SKIPPED [INFO] org.eclipse.ocl.examples.debug.vm.ui 2.21.0-SNAPSHOT SKIPPED [INFO] org.eclipse.ocl.examples.emf.validation.validity 2.21.0-SNAPSHOT SKIPPED [INFO] org.eclipse.ocl.examples.ui 1.21.0-SNAPSHOT ........ SKIPPED [INFO] org.eclipse.ocl.examples.emf.validation.validity.ui 2.21.0-SNAPSHOT SKIPPED [INFO] org.eclipse.ocl.xtext.base.ui 1.21.0-SNAPSHOT ...... SKIPPED [INFO] org.eclipse.ocl.xtext.markup 1.21.0-SNAPSHOT ....... SKIPPED [INFO] org.eclipse.ocl.xtext.markup.ui 1.21.0-SNAPSHOT .... SKIPPED [INFO] org.eclipse.ocl.xtext.essentialocl.ui 1.21.0-SNAPSHOT SKIPPED [INFO] org.eclipse.ocl.xtext.oclinecore.ui 1.21.0-SNAPSHOT SKIPPED [INFO] org.eclipse.ocl.xtext.completeocl.ui 1.21.0-SNAPSHOT SKIPPED [INFO] org.eclipse.ocl.examples.debug.ui 2.21.0-SNAPSHOT .. SKIPPED [INFO] org.eclipse.ocl.examples.eventmanager 3.21.0-SNAPSHOT SKIPPED [INFO] org.eclipse.ocl.examples.extlibrary 6.21.0-SNAPSHOT SKIPPED [INFO] org.eclipse.ocl 3.21.0-SNAPSHOT .................... SKIPPED [INFO] org.eclipse.ocl.ecore 3.21.0-SNAPSHOT .............. SKIPPED [INFO] org.eclipse.ocl.examples.impactanalyzer.util 3.21.0-SNAPSHOT SKIPPED [INFO] org.eclipse.ocl.examples.impactanalyzer 3.21.0-SNAPSHOT SKIPPED [INFO] org.eclipse.ocl.examples.impactanalyzer.ui 3.21.0-SNAPSHOT SKIPPED [INFO] org.eclipse.ocl.uml 5.21.0-SNAPSHOT ................ SKIPPED [INFO] org.eclipse.ocl.examples.interpreter 4.21.0-SNAPSHOT SKIPPED [INFO] org.eclipse.ocl.examples.project.completeocltutorial 1.21.0-SNAPSHOT SKIPPED [INFO] org.eclipse.ocl.examples.project.royalandloyal 1.21.0-SNAPSHOT SKIPPED [INFO] org.eclipse.ocl.examples.xtext.console 4.21.0-SNAPSHOT SKIPPED [INFO] org.eclipse.ocl.examples.validity 2.21.0-SNAPSHOT .. SKIPPED [INFO] org.eclipse.ocl.examples.standalone 2.21.0-SNAPSHOT SKIPPED [INFO] org.eclipse.ocl.examples.unified 4.21.0-SNAPSHOT ... SKIPPED [INFO] org.eclipse.ocl.features-folder 6.21.0-SNAPSHOT .... SKIPPED [INFO] org.eclipse.ocl.tools 3.21.0-SNAPSHOT .............. SKIPPED [INFO] org.eclipse.ocl 3.21.0-SNAPSHOT .................... SKIPPED [INFO] org.eclipse.ocl.uml 5.21.0-SNAPSHOT ................ SKIPPED [INFO] org.eclipse.ocl.all 5.21.0-SNAPSHOT ................ SKIPPED [INFO] org.eclipse.ocl.doc 3.21.0-SNAPSHOT ................ SKIPPED [INFO] org.eclipse.ocl.edit 4.21.0-SNAPSHOT ............... SKIPPED [INFO] org.eclipse.ocl.ecore.edit 4.21.0-SNAPSHOT ......... SKIPPED [INFO] org.eclipse.ocl.uml.edit 5.21.0-SNAPSHOT ........... SKIPPED [INFO] org.eclipse.ocl.edit 5.21.0-SNAPSHOT ............... SKIPPED [INFO] org.eclipse.ocl.ui 1.21.0-SNAPSHOT ................. SKIPPED [INFO] org.eclipse.ocl.uml.ui 2.21.0-SNAPSHOT ............. SKIPPED [INFO] org.eclipse.ocl.ui 2.21.0-SNAPSHOT ................. SKIPPED [INFO] org.eclipse.ocl.simrel.classic 5.21.0-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.ocl.all.sdk 5.21.0-SNAPSHOT ............ SKIPPED [INFO] org.eclipse.ocl.build 6.21.0-SNAPSHOT .............. SKIPPED [INFO] org.eclipse.ocl.core.sdk 5.21.0-SNAPSHOT ........... SKIPPED [INFO] org.eclipse.ocl.examples.classic 5.21.0-SNAPSHOT ... SKIPPED [INFO] org.eclipse.ocl.xtext.oclstdlib.ui 1.21.0-SNAPSHOT . SKIPPED [INFO] org.eclipse.ocl.pivot.ui 1.21.0-SNAPSHOT ........... SKIPPED [INFO] org.eclipse.ocl.xtext.idioms 1.21.0-SNAPSHOT ....... SKIPPED [INFO] org.eclipse.ocl.unified.core 1.21.0-SNAPSHOT ....... SKIPPED [INFO] org.eclipse.ocl.xtext.idioms.ui 1.21.0-SNAPSHOT .... SKIPPED [INFO] org.eclipse.ocl.unified.ui 1.21.0-SNAPSHOT ......... SKIPPED [INFO] org.eclipse.ocl.examples.unified 4.21.0-SNAPSHOT ... SKIPPED [INFO] org.eclipse.ocl.examples 6.21.0-SNAPSHOT ........... SKIPPED [INFO] org.eclipse.ocl.tests-folder 6.21.0-SNAPSHOT ....... SKIPPED [INFO] org.eclipse.ocl.examples.eventmanager.tests 3.21.0-SNAPSHOT SKIPPED [INFO] org.eclipse.ocl.examples.impactanalyzer.testmodel.company 3.21.0-SNAPSHOT SKIPPED [INFO] org.eclipse.ocl.examples.impactanalyzer.testmodel.ngpm 3.21.0-SNAPSHOT SKIPPED [INFO] org.eclipse.ocl.examples.testutils 3.21.0-SNAPSHOT . SKIPPED [INFO] org.eclipse.ocl.examples.impactanalyzer.testutils 3.21.0-SNAPSHOT SKIPPED [INFO] org.eclipse.ocl.examples.impactanalyzer.tests 3.21.0-SNAPSHOT SKIPPED [INFO] org.eclipse.ocl.examples.validity.test 2.21.0-SNAPSHOT SKIPPED [INFO] org.eclipse.ocl.examples.tests 3.21.0-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.ocl.examples.xtext.tests 3.21.0-SNAPSHOT SKIPPED [INFO] org.eclipse.ocl.examples.tests 1.21.0-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.ocl.master 6.21.0-SNAPSHOT ............. SKIPPED [INFO] org.eclipse.ocl.master 6.21.0-SNAPSHOT ............. SKIPPED [INFO] org.eclipse.ocl.tests 3.21.0-SNAPSHOT .............. SKIPPED [INFO] org.eclipse.ocl.ecore.tests 3.21.0-SNAPSHOT ........ SKIPPED [INFO] org.eclipse.ocl.uml.tests 5.21.0-SNAPSHOT .......... SKIPPED [INFO] org.eclipse.ocl.tests 5.21.0-SNAPSHOT .............. SKIPPED [INFO] org.eclipse.ocl.releng-folder 6.21.0-SNAPSHOT ...... SKIPPED [INFO] org.eclipse.ocl.releng.build-site 6.21.0-SNAPSHOT .. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:14 min [INFO] Finished at: 2024-05-11T08:11:13Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:2.7.5:compile (default-compile) on project org.eclipse.ocl.pivot: Compilation failure: Compilation failure: [ERROR] /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.pivot/src/org/eclipse/ocl/pivot/utilities/AbstractEnvironmentFactory.java:[222] [ERROR] System.out.println(Diagnostician.getBracketedThreadName() + " EnvironmentFactory.ctor " + Diagnostician.debugSimpleName(this) + " es " + Diagnostician.debugSimpleName(externalResourceSet) + " as " + Diagnostician.debugSimpleName(asResourceSet)); [ERROR] ^^^^^^^^^^^^^^^^^^^^^^ [ERROR] The method getBracketedThreadName() is undefined for the type Diagnostician [ERROR] /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.pivot/src/org/eclipse/ocl/pivot/utilities/AbstractEnvironmentFactory.java:[222] [ERROR] System.out.println(Diagnostician.getBracketedThreadName() + " EnvironmentFactory.ctor " + Diagnostician.debugSimpleName(this) + " es " + Diagnostician.debugSimpleName(externalResourceSet) + " as " + Diagnostician.debugSimpleName(asResourceSet)); [ERROR] ^^^^^^^^^^^^^^^ [ERROR] The method debugSimpleName(AbstractEnvironmentFactory) is undefined for the type Diagnostician [ERROR] /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.pivot/src/org/eclipse/ocl/pivot/utilities/AbstractEnvironmentFactory.java:[222] [ERROR] System.out.println(Diagnostician.getBracketedThreadName() + " EnvironmentFactory.ctor " + Diagnostician.debugSimpleName(this) + " es " + Diagnostician.debugSimpleName(externalResourceSet) + " as " + Diagnostician.debugSimpleName(asResourceSet)); [ERROR] ^^^^^^^^^^^^^^^ [ERROR] The method debugSimpleName(ResourceSet) is undefined for the type Diagnostician [ERROR] /home/jenkins/agent/workspace/ocl-branch-tests/plugins/org.eclipse.ocl.pivot/src/org/eclipse/ocl/pivot/utilities/AbstractEnvironmentFactory.java:[222] [ERROR] System.out.println(Diagnostician.getBracketedThreadName() + " EnvironmentFactory.ctor " + Diagnostician.debugSimpleName(this) + " es " + Diagnostician.debugSimpleName(externalResourceSet) + " as " + Diagnostician.debugSimpleName(asResourceSet)); [ERROR] ^^^^^^^^^^^^^^^ [ERROR] The method debugSimpleName(ResourceSet) is undefined for the type Diagnostician [ERROR] 4 problems (4 errors) [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :org.eclipse.ocl.pivot Build step 'Invoke top-level Maven targets' marked build as failure Terminating xvnc. Sending e-mails to: ed@willink.me.uk Recording test results ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error? Archiving artifacts Finished: FAILURE