Pull request #188 closed Connecting to https://api.github.com using GitHub app GLSP Obtained Jenkinsfile from 18b57597fd472fee66a7b272e5bb03b3da919d11 [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor Agent basic-8bwbl is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-8bwbl" namespace: "glsp" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.glsp.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-8bwbl" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-8bwbl" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.glsp.svc.cluster.local/glsp/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3044.vb_940a_a_e4f72e" 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-glsp" 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" Running on basic-8bwbl in /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential github-app-glsp Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse-glsp/glsp-server.git > git init /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig # timeout=10 Fetching upstream changes from https://github.com/eclipse-glsp/glsp-server.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub app GLSP > git fetch --no-tags --force --progress -- https://github.com/eclipse-glsp/glsp-server.git +refs/heads/changeloig:refs/remotes/origin/changeloig # timeout=10 Avoid second fetch Checking out Revision 18b57597fd472fee66a7b272e5bb03b3da919d11 (changeloig) Commit message: "Update changelog" > git config remote.origin.url https://github.com/eclipse-glsp/glsp-server.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/changeloig:refs/remotes/origin/changeloig # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 18b57597fd472fee66a7b272e5bb03b3da919d11 # timeout=10 > git rev-list --no-walk 18b57597fd472fee66a7b272e5bb03b3da919d11 # timeout=10 [GitHub Checks] GitHub check (name: CI Jenkins Build, status: in_progress) has been published. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Build: Eclipse-based (P2)) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 30 min [Pipeline] { [Pipeline] sh + mvn clean verify -Pp2 -B Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Resolving target definition file:/home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/targetplatforms/r2022-12.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-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@2c8f65da... 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 MavenDependencyRoots = [GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = false... [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.logging.log4j, ArtifactId = log4j-slf4j2-impl, Version = 2.19.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.logging.log4j, ArtifactId = log4j-core, Version = 2.19.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.logging.log4j, ArtifactId = log4j-api, Version = 2.19.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = false... [INFO] Resolving dependencies of MavenProject: org.eclipse.glsp:org.eclipse.glsp.graph:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.graph/pom.xml [INFO] Fetching 202212071000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2022-12/ (63B) [INFO] Fetching com.google.gson_2.9.1.v20220915-1632.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (289.99kB) [INFO] Fetching com.google.guava_30.1.0.v20221112-0806.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.92MB) [INFO] Fetching org.eclipse.osgi_3.18.200.v20221116-1324.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.47MB) [INFO] Fetching org.eclipse.core.contenttype_3.8.200.v20220817-1539.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (101.83kB) [INFO] Fetching org.eclipse.equinox.preferences_3.10.100.v20220710-1223.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (135.73kB) [INFO] Fetching org.eclipse.equinox.registry_3.11.200.v20220817-1601.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (196.21kB) [INFO] Fetching org.eclipse.equinox.common_3.17.0.v20221108-1156.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (147.01kB) [INFO] Fetching org.eclipse.core.jobs_3.13.200.v20221102-1024.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (114.2kB) [INFO] Fetching org.eclipse.core.runtime_3.26.100.v20221021-0005.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (74.44kB) [INFO] Fetching org.eclipse.equinox.app_1.6.200.v20220720-2012.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (90.9kB) [INFO] Fetching org.eclipse.emf.common_2.27.0.v20221121-1400.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (369.72kB) [INFO] Fetching org.eclipse.emf.ecore_2.29.0.v20221121-1400.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.26MB) [INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (19.69kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.glsp:org.eclipse.glsp.server:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server/pom.xml [INFO] Fetching com.google.inject_5.0.1.v20221112-0806.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (816.86kB) [INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (32.41kB) [INFO] Fetching org.aopalliance_1.0.0.v20220404-1927.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.17kB) [INFO] Fetching org.apache.commons.cli_1.4.0.v20221112-0806.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (66.54kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (89.67kB) [INFO] Fetching org.eclipse.lsp4j_0.19.0.v20221118-0359.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.09MB) [INFO] Fetching org.eclipse.lsp4j.jsonrpc_0.19.0.v20221118-0359.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (134.2kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.29.0.v20221121-0915.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (162kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.glsp:org.eclipse.glsp.server.emf:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server.emf/pom.xml [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (185.77kB) [INFO] Fetching org.eclipse.emf.edit_2.17.0.v20220201-1551.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (296.76kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.17.0.v20220817-1334.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (232.69kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.glsp:org.eclipse.glsp.server.websocket:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server.websocket/pom.xml [INFO] Fetching bcpg_1.72.0.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (393.64kB) [INFO] Fetching bcprov_1.72.0.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (10.75MB) [INFO] Fetching com.ibm.icu_72.1.0.v20221115-2007.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.23MB) [INFO] Fetching com.sun.jna_5.12.1.v20221103-2317.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (1.82MB) [INFO] Fetching com.sun.jna.platform_5.12.1.v20221103-2317.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (1.44MB) [INFO] Fetching jakarta.servlet-api_4.0.0.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (81.03kB) [INFO] Fetching javax.annotation_1.3.5.v20221112-0806.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (48.09kB) [INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (22.12kB) [INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (361.47kB) [INFO] Fetching org.apache.batik.util_1.16.0.v20221027-0840.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (146.86kB) [INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.35kB) [INFO] Fetching org.apache.xmlgraphics_2.7.0.v20221018-0736.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (717.41kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.commons-io_2.11.0.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (319.47kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (71.45kB) [INFO] Fetching org.apache.felix.scr_2.2.4.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (393.41kB) [INFO] Fetching org.osgi.service.component_1.5.0.202109301733.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (64.86kB) [INFO] Fetching org.osgi.util.promise_1.2.0.202109301733.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (81.45kB) [INFO] Fetching org.eclipse.rap.tools.launch.rwt_3.23.0.20221114-1200.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (132.57kB) [INFO] Fetching org.eclipse.compare_3.8.500.v20220812-1406.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (806.64kB) [INFO] Fetching org.eclipse.ui_3.201.200.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (434.06kB) [INFO] Fetching org.eclipse.core.resources_3.18.100.v20221025-2047.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (891.79kB) [INFO] Fetching org.eclipse.jface.text_3.22.0.v20221119-1047.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.04MB) [INFO] Fetching org.eclipse.ui.ide_3.20.0.v20221027-2208.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.41MB) [INFO] Fetching org.eclipse.ui.views_3.11.300.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (107.38kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.600.v20220809-1658.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (690.83kB) [INFO] Fetching org.eclipse.core.expressions_3.8.200.v20220613-1047.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (93.93kB) [INFO] Fetching org.eclipse.ui.editors_3.14.400.v20220730-1844.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (620.52kB) [INFO] Fetching org.eclipse.ui.forms_3.11.500.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (331.65kB) [INFO] Fetching org.eclipse.compare.core_3.7.100.v20220812-1406.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (69.26kB) [INFO] Fetching org.eclipse.core.commands_3.10.300.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (116.38kB) [INFO] Fetching org.eclipse.core.databinding_1.11.200.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (289.68kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.12.100.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (314.82kB) [INFO] Fetching org.eclipse.core.databinding.property_1.9.100.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (164.89kB) [INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (115.6kB) [INFO] Fetching org.eclipse.text_3.12.300.v20220921-1010.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (297.19kB) [INFO] Fetching org.eclipse.core.filesystem_1.9.500.v20220817-1539.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (71.65kB) [INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.64kB) [INFO] Fetching org.eclipse.debug.core_3.20.0.v20220811-0741.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (400.2kB) [INFO] Fetching org.eclipse.debug.ui_3.17.100.v20220926-1344.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (3MB) [INFO] Fetching org.eclipse.ui.console_3.11.400.v20221012-0524.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (245.21kB) [INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (270.25kB) [INFO] Fetching org.eclipse.e4.ui.services_1.5.100.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (26.37kB) [INFO] Fetching org.eclipse.e4.core.commands_1.0.300.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (27.81kB) [INFO] Fetching org.eclipse.e4.core.di_1.8.300.v20220817-1539.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (54.29kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.11.0.v20220716-0839.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (57.49kB) [INFO] Fetching org.eclipse.e4.core.services_2.3.400.v20220915-1347.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (71.46kB) [INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (46.59kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.200.v20220613-1008.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.81kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.200.v20220613-1008.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (12.96kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.400.v20220613-1047.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (42.3kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.3.100.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.85kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (317.8kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.200.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (47.66kB) [INFO] Fetching org.eclipse.swt_3.122.0.v20221123-2302.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (18.79kB) [INFO] Fetching org.eclipse.jface_3.28.0.v20221024-1426.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.11MB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.400.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (215.91kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.700.v20221102-0748.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (205.05kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.200.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (30.05kB) [INFO] Fetching org.eclipse.e4.ui.di_1.4.100.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (18.22kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.400.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (58.52kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.16.200.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.32kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.300.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (397.12kB) [INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (33.33kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.3.100.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.12kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.14.0.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (266.96kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.500.v20221028-0801.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (120.02kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.700.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (252.15kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.700.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (149.46kB) [INFO] Fetching org.eclipse.jface.databinding_1.14.0.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (291.45kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.100.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (22.9kB) [INFO] Fetching org.eclipse.urischeme_1.2.200.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (53.71kB) [INFO] Fetching org.eclipse.equinox.bidi_1.4.200.v20220710-1223.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.55kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.600.v20221106-1146.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (172.25kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.300.v20220817-1208.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (362.07kB) [INFO] Fetching org.tukaani.xz_1.9.0.v20210624-1259.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (131.39kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.9.200.v20220817-1208.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (79.47kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.300.v20220420-1427.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (68.04kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.6.300.v20221030-1923.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (176.44kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.500.v20220817-1208.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (221.38kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (132.68kB) [INFO] Fetching org.eclipse.equinox.security_1.3.1000.v20220801-1135.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (115.07kB) [INFO] Fetching org.eclipse.lsp4j.websocket_0.19.0.v20221118-0359.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (16.01kB) [INFO] Fetching jetty-servlet10.0.13jar from mvn:org.eclipse.jetty:jetty-servlet:10.0.13:jar: [INFO] Fetching jetty-util10.0.13jar from mvn:org.eclipse.jetty:jetty-util:10.0.13:jar: [INFO] Fetching jetty-server10.0.13jar from mvn:org.eclipse.jetty:jetty-server:10.0.13:jar: [INFO] Fetching jetty-webapp10.0.13jar from mvn:org.eclipse.jetty:jetty-webapp:10.0.13:jar: [INFO] Fetching jetty-http10.0.13jar from mvn:org.eclipse.jetty:jetty-http:10.0.13:jar: [INFO] Fetching jetty-io10.0.13jar from mvn:org.eclipse.jetty:jetty-io:10.0.13:jar: [INFO] Fetching jetty-client10.0.13jar from mvn:org.eclipse.jetty:jetty-client:10.0.13:jar: [INFO] Fetching websocket-javax-client10.0.13jar from mvn:org.eclipse.jetty.websocket:websocket-javax-client:10.0.13:jar: [INFO] Fetching websocket-javax-server10.0.13jar from mvn:org.eclipse.jetty.websocket:websocket-javax-server:10.0.13:jar: [INFO] Fetching websocket-javax-common10.0.13jar from mvn:org.eclipse.jetty.websocket:websocket-javax-common:10.0.13:jar: [INFO] Fetching websocket-core-common10.0.13jar from mvn:org.eclipse.jetty.websocket:websocket-core-common:10.0.13:jar: [INFO] Fetching websocket-core-client10.0.13jar from mvn:org.eclipse.jetty.websocket:websocket-core-client:10.0.13:jar: [INFO] Fetching websocket-servlet10.0.13jar from mvn:org.eclipse.jetty.websocket:websocket-servlet:10.0.13:jar: [INFO] Fetching websocket-core-server10.0.13jar from mvn:org.eclipse.jetty.websocket:websocket-core-server:10.0.13:jar: [INFO] Fetching javax.websocket_1.1.0.20180730.jar from https://download.eclipse.org/gemini/updates/web/3.0.4/plugins/ (42.28kB) [INFO] Fetching org.eclipse.jdt.core_3.32.0.v20221108-1853.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (6.72MB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.17.0.v20221026-1918.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.2MB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.13.0.v20220822-0502.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (343.24kB) [INFO] Fetching org.eclipse.jdt.launching_3.19.800.v20221107-1851.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (570.86kB) [INFO] Fetching org.eclipse.jdt.debug_3.20.0.v20220922-0905.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (916.98kB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.12.900.v20221001-0715.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.67MB) [INFO] Fetching org.eclipse.jdt.ui_3.27.100.v20221122-0749.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (11.03MB) [INFO] Fetching org.eclipse.search_3.14.300.v20220905-1020.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (491.27kB) [INFO] Fetching org.eclipse.team.ui_3.9.500.v20220920-2213.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.42MB) [INFO] Fetching org.eclipse.team.core_3.9.600.v20220902-2219.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (402.87kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.200.v20220808-2221.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (470.76kB) [INFO] Fetching org.eclipse.ui.navigator_3.10.400.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (424.89kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.500.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (174.1kB) [INFO] Fetching jetty-alpn-client10.0.13jar from mvn:org.eclipse.jetty:jetty-alpn-client:10.0.13:jar: [INFO] Fetching jetty-security10.0.13jar from mvn:org.eclipse.jetty:jetty-security:10.0.13:jar: [INFO] Fetching jetty-util-ajax10.0.13jar from mvn:org.eclipse.jetty:jetty-util-ajax:10.0.13:jar: [INFO] Fetching jetty-xml10.0.13jar from mvn:org.eclipse.jetty:jetty-xml:10.0.13:jar: [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.122.0.v20221123-2302.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.48MB) [INFO] Fetching org.eclipse.ui.workbench_3.127.0.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (3.49MB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.300.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (110.7kB) [INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (23.09kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.23kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.122.0.v20221123-2302.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.07MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.122.0.v20221123-2302.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.15MB) [INFO] Resolving dependencies of MavenProject: org.eclipse.glsp:org.eclipse.glsp.layout:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.layout/pom.xml [INFO] Fetching org.eclipse.elk.core_0.8.1.jar from https://download.eclipse.org/elk/updates/releases/0.8.1/plugins/ (558.52kB) [INFO] Fetching org.eclipse.elk.graph_0.8.1.jar from https://download.eclipse.org/elk/updates/releases/0.8.1/plugins/ (105.15kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.glsp.example:org.eclipse.glsp.example.workflow:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/examples/org.eclipse.glsp.example.workflow/pom.xml [INFO] Fetching org.eclipse.elk.alg.common_0.8.1.jar from https://download.eclipse.org/elk/updates/releases/0.8.1/plugins/ (224.57kB) [INFO] Fetching org.eclipse.elk.alg.layered_0.8.1.jar from https://download.eclipse.org/elk/updates/releases/0.8.1/plugins/ (1.13MB) [INFO] Resolving dependencies of MavenProject: org.eclipse.glsp:org.eclipse.glsp.repository:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/releng/org.eclipse.glsp.repository/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.glsp:org.eclipse.glsp.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/releng/org.eclipse.glsp.feature/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] GLSP Parent [pom] [INFO] org.eclipse.glsp.graph [eclipse-plugin] [INFO] org.eclipse.glsp.server [eclipse-plugin] [INFO] org.eclipse.glsp.server.emf [eclipse-plugin] [INFO] org.eclipse.glsp.server.websocket [eclipse-plugin] [INFO] org.eclipse.glsp.layout [eclipse-plugin] [INFO] org.eclipse.glsp.example.workflow [eclipse-plugin] [INFO] GLSP P2 Releng [pom] [INFO] org.eclipse.glsp.feature [eclipse-feature] [INFO] org.eclipse.glsp.repository [eclipse-repository] [INFO] [INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.parent >-------------- [INFO] Building GLSP Parent 1.1.0-SNAPSHOT [1/10] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.parent --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.glsp.parent --- [INFO] [INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.graph >--------------- [INFO] Building org.eclipse.glsp.graph 1.1.0-SNAPSHOT [2/10] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.graph --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.glsp.graph --- [INFO] The project's OSGi version is 1.1.0.202301240819 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.glsp.graph --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.glsp.graph --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.glsp.graph --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.glsp.graph --- [INFO] Resolving class path of org.eclipse.glsp.graph... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.glsp.graph --- [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/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.graph/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.glsp.graph --- [INFO] Compiling 103 source files to /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.graph/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.glsp.graph --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.glsp.graph --- [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/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.graph/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.glsp.graph --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.glsp.graph --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.glsp.graph --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.glsp.graph --- [INFO] Building jar: /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.graph/target/org.eclipse.glsp.graph-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.glsp.graph --- [INFO] Building jar: /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.graph/target/org.eclipse.glsp.graph-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.glsp.graph --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.glsp.graph --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.glsp.graph --- [INFO] No tests to run. [INFO] [INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.server >-------------- [INFO] Building org.eclipse.glsp.server 1.1.0-SNAPSHOT [3/10] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.server --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.glsp.server --- [INFO] The project's OSGi version is 1.1.0.202301240819 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.glsp.server --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.glsp.server --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.glsp.server --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.glsp.server --- [INFO] Resolving class path of org.eclipse.glsp.server... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.glsp.server --- [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/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.glsp.server --- [INFO] Compiling 221 source files to /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.glsp.server --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.glsp.server --- [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/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.glsp.server --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.glsp.server --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.glsp.server --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.glsp.server --- [INFO] Building jar: /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server/target/org.eclipse.glsp.server-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.glsp.server --- [INFO] Building jar: /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server/target/org.eclipse.glsp.server-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.glsp.server --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.glsp.server --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.glsp.server --- [INFO] No tests to run. [INFO] [INFO] ------------< org.eclipse.glsp:org.eclipse.glsp.server.emf >------------ [INFO] Building org.eclipse.glsp.server.emf 1.1.0-SNAPSHOT [4/10] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.server.emf --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.glsp.server.emf --- [INFO] The project's OSGi version is 1.1.0.202301240819 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.glsp.server.emf --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.glsp.server.emf --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.glsp.server.emf --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.glsp.server.emf --- [INFO] Resolving class path of org.eclipse.glsp.server.emf... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.glsp.server.emf --- [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/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server.emf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.glsp.server.emf --- [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server.emf/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.glsp.server.emf --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.glsp.server.emf --- [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/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server.emf/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.glsp.server.emf --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.glsp.server.emf --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.glsp.server.emf --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.glsp.server.emf --- [INFO] Building jar: /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server.emf/target/org.eclipse.glsp.server.emf-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.glsp.server.emf --- [INFO] Building jar: /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server.emf/target/org.eclipse.glsp.server.emf-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.glsp.server.emf --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.glsp.server.emf --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.glsp.server.emf --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.glsp:org.eclipse.glsp.server.websocket >--------- [INFO] Building org.eclipse.glsp.server.websocket 1.1.0-SNAPSHOT [5/10] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.server.websocket --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.glsp.server.websocket --- [INFO] The project's OSGi version is 1.1.0.202301240819 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.glsp.server.websocket --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.glsp.server.websocket --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.glsp.server.websocket --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.glsp.server.websocket --- [INFO] Resolving class path of org.eclipse.glsp.server.websocket... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.glsp.server.websocket --- [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/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server.websocket/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.glsp.server.websocket --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server.websocket/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.glsp.server.websocket --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.glsp.server.websocket --- [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/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server.websocket/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.glsp.server.websocket --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.glsp.server.websocket --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.glsp.server.websocket --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.glsp.server.websocket --- [INFO] Building jar: /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server.websocket/target/org.eclipse.glsp.server.websocket-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.glsp.server.websocket --- [INFO] Building jar: /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server.websocket/target/org.eclipse.glsp.server.websocket-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.glsp.server.websocket --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.glsp.server.websocket --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.glsp.server.websocket --- [INFO] No tests to run. [INFO] [INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.layout >-------------- [INFO] Building org.eclipse.glsp.layout 1.1.0-SNAPSHOT [6/10] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.layout --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.glsp.layout --- [INFO] The project's OSGi version is 1.1.0.202301240819 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.glsp.layout --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.glsp.layout --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.glsp.layout --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.glsp.layout --- [INFO] Resolving class path of org.eclipse.glsp.layout... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.glsp.layout --- [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/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.layout/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.glsp.layout --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.layout/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.glsp.layout --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.glsp.layout --- [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/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.layout/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.glsp.layout --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.glsp.layout --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.glsp.layout --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.glsp.layout --- [INFO] Building jar: /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.layout/target/org.eclipse.glsp.layout-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.glsp.layout --- [INFO] Building jar: /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.layout/target/org.eclipse.glsp.layout-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.glsp.layout --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.glsp.layout --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.glsp.layout --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.glsp.example:org.eclipse.glsp.example.workflow >----- [INFO] Building org.eclipse.glsp.example.workflow 1.1.0-SNAPSHOT [7/10] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.example.workflow --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.glsp.example.workflow --- [INFO] The project's OSGi version is 1.1.0.202301240819 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.glsp.example.workflow --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.glsp.example.workflow --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.glsp.example.workflow --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.glsp.example.workflow --- [INFO] Resolving class path of org.eclipse.glsp.example.workflow... [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.glsp.example.workflow --- [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/ipse-glsp_glsp-server_changeloig/examples/org.eclipse.glsp.example.workflow/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.glsp.example.workflow --- [INFO] Compiling 58 source files to /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/examples/org.eclipse.glsp.example.workflow/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.glsp.example.workflow --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.glsp.example.workflow --- [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/ipse-glsp_glsp-server_changeloig/examples/org.eclipse.glsp.example.workflow/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.glsp.example.workflow --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.glsp.example.workflow --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.glsp.example.workflow --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.glsp.example.workflow --- [INFO] Building jar: /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/examples/org.eclipse.glsp.example.workflow/target/org.eclipse.glsp.example.workflow-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.glsp.example.workflow --- [INFO] Building jar: /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/examples/org.eclipse.glsp.example.workflow/target/org.eclipse.glsp.example.workflow-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.glsp.example.workflow --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.glsp.example.workflow --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.glsp.example.workflow --- [INFO] No tests to run. [INFO] [INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.releng >-------------- [INFO] Building GLSP P2 Releng 1.1.0-SNAPSHOT [8/10] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.releng --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.glsp.releng --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.glsp.releng --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.glsp.releng --- [INFO] [INFO] -------------< org.eclipse.glsp:org.eclipse.glsp.feature >-------------- [INFO] Building org.eclipse.glsp.feature 1.1.0-SNAPSHOT [9/10] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.feature --- [INFO] Deleting /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/releng/org.eclipse.glsp.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.glsp.feature --- [INFO] The project's OSGi version is 1.1.0.202301240819 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.glsp.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.glsp.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.glsp.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.glsp.feature --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.glsp.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.glsp.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/releng/org.eclipse.glsp.feature/target/org.eclipse.glsp.feature-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.glsp.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.glsp.feature --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.glsp.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/releng/org.eclipse.glsp.feature/target/org.eclipse.glsp.feature-1.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.glsp.feature --- [INFO] [INFO] ------------< org.eclipse.glsp:org.eclipse.glsp.repository >------------ [INFO] Building org.eclipse.glsp.repository 1.1.0-SNAPSHOT [10/10] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.glsp.repository --- [INFO] Clean is skipped. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.glsp.repository --- [INFO] The project's OSGi version is 1.1.0.202301240819 [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ org.eclipse.glsp.repository --- [INFO] Clean is skipped. [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.glsp.repository --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.glsp.repository --- [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/ipse-glsp_glsp-server_changeloig/releng/org.eclipse.glsp.repository/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.glsp.repository --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-products (default-publish-products) @ org.eclipse.glsp.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-categories (default-publish-categories) @ org.eclipse.glsp.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:attach-artifacts (default-attach-artifacts) @ org.eclipse.glsp.repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:assemble-repository (default-assemble-repository) @ org.eclipse.glsp.repository --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.glsp.repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:archive-repository (default-archive-repository) @ org.eclipse.glsp.repository --- [INFO] Building zip: /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/releng/org.eclipse.glsp.repository/target/org.eclipse.glsp.repository-1.1.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.glsp.repository --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.glsp.repository --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for GLSP Parent 1.1.0-SNAPSHOT: [INFO] [INFO] GLSP Parent ........................................ SUCCESS [ 0.589 s] [INFO] org.eclipse.glsp.graph ............................. SUCCESS [ 11.835 s] [INFO] org.eclipse.glsp.server ............................ SUCCESS [ 1.677 s] [INFO] org.eclipse.glsp.server.emf ........................ SUCCESS [ 0.720 s] [INFO] org.eclipse.glsp.server.websocket .................. SUCCESS [ 2.221 s] [INFO] org.eclipse.glsp.layout ............................ SUCCESS [ 1.662 s] [INFO] org.eclipse.glsp.example.workflow .................. SUCCESS [ 0.887 s] [INFO] GLSP P2 Releng .................................... SUCCESS [ 0.003 s] [INFO] org.eclipse.glsp.feature ........................... SUCCESS [ 0.142 s] [INFO] org.eclipse.glsp.repository ........................ SUCCESS [ 3.765 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:00 min [INFO] Finished at: 2023-01-24T08:20:30Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build: Plain Maven (M2)) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 30 min [Pipeline] { [Pipeline] sh + mvn clean verify -Pm2 -B -Dcheckstyle.skip -DskipTests Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] GLSP Parent [pom] [INFO] org.eclipse.glsp.graph [jar] [INFO] org.eclipse.glsp.server [jar] [INFO] org.eclipse.glsp.layout [jar] [INFO] org.eclipse.glsp.server.emf [jar] [INFO] org.eclipse.glsp.server.websocket [jar] [INFO] org.eclipse.glsp.example.workflow [jar] [INFO] org.eclipse.glsp.server.test [jar] [INFO] org.eclipse.glsp.graph.test [jar] [INFO] GLSP Server Tests [pom] [INFO] [INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.parent >-------------- [INFO] Building GLSP Parent 1.1.0-SNAPSHOT [1/10] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.parent --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ org.eclipse.glsp.parent --- [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ org.eclipse.glsp.parent --- [INFO] [INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.graph >--------------- [INFO] Building org.eclipse.glsp.graph 1.1.0-SNAPSHOT [2/10] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.graph --- [INFO] Deleting /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.graph/target [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ org.eclipse.glsp.graph --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ org.eclipse.glsp.graph --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.glsp.graph --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.graph/src/main/resources [INFO] Copying 3 resources to model [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.glsp.graph --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.graph/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.glsp.graph --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.graph/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.glsp.graph --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.glsp.graph --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.glsp.graph --- [INFO] Building jar: /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.graph/target/org.eclipse.glsp.graph-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ org.eclipse.glsp.graph --- [INFO] Building jar: /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.graph/target/org.eclipse.glsp.graph-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.server >-------------- [INFO] Building org.eclipse.glsp.server 1.1.0-SNAPSHOT [3/10] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.server --- [INFO] Deleting /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server/target [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ org.eclipse.glsp.server --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.glsp.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.glsp.server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 221 source files to /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server/target/classes [INFO] /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server/src/org/eclipse/glsp/server/protocol/DefaultGLSPServer.java: /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server/src/org/eclipse/glsp/server/protocol/DefaultGLSPServer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server/src/org/eclipse/glsp/server/protocol/DefaultGLSPServer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.glsp.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.glsp.server --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.glsp.server --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.glsp.server --- [INFO] Building jar: /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server/target/org.eclipse.glsp.server-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ org.eclipse.glsp.server --- [INFO] Building jar: /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server/target/org.eclipse.glsp.server-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.layout >-------------- [INFO] Building org.eclipse.glsp.layout 1.1.0-SNAPSHOT [4/10] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.layout --- [INFO] Deleting /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.layout/target [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ org.eclipse.glsp.layout --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.glsp.layout --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.layout/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.glsp.layout --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.layout/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.glsp.layout --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.layout/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.glsp.layout --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.glsp.layout --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.glsp.layout --- [INFO] Building jar: /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.layout/target/org.eclipse.glsp.layout-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ org.eclipse.glsp.layout --- [INFO] Building jar: /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.layout/target/org.eclipse.glsp.layout-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ------------< org.eclipse.glsp:org.eclipse.glsp.server.emf >------------ [INFO] Building org.eclipse.glsp.server.emf 1.1.0-SNAPSHOT [5/10] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.server.emf --- [INFO] Deleting /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server.emf/target [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ org.eclipse.glsp.server.emf --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ org.eclipse.glsp.server.emf --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.glsp.server.emf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server.emf/src/main/resources [INFO] Copying 2 resources to model [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.glsp.server.emf --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server.emf/target/classes [INFO] /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server.emf/src/org/eclipse/glsp/server/emf/EMFOperationHandler.java: /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server.emf/src/org/eclipse/glsp/server/emf/EMFOperationHandler.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server.emf/src/org/eclipse/glsp/server/emf/EMFOperationHandler.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.glsp.server.emf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server.emf/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.glsp.server.emf --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.glsp.server.emf --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.glsp.server.emf --- [INFO] Building jar: /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server.emf/target/org.eclipse.glsp.server.emf-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ org.eclipse.glsp.server.emf --- [INFO] Building jar: /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server.emf/target/org.eclipse.glsp.server.emf-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.eclipse.glsp:org.eclipse.glsp.server.websocket >--------- [INFO] Building org.eclipse.glsp.server.websocket 1.1.0-SNAPSHOT [6/10] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.server.websocket --- [INFO] Deleting /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server.websocket/target [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ org.eclipse.glsp.server.websocket --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.glsp.server.websocket --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server.websocket/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.glsp.server.websocket --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server.websocket/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.glsp.server.websocket --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server.websocket/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.glsp.server.websocket --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.glsp.server.websocket --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.glsp.server.websocket --- [INFO] Building jar: /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server.websocket/target/org.eclipse.glsp.server.websocket-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ org.eclipse.glsp.server.websocket --- [INFO] Building jar: /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server.websocket/target/org.eclipse.glsp.server.websocket-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.eclipse.glsp.example:org.eclipse.glsp.example.workflow >----- [INFO] Building org.eclipse.glsp.example.workflow 1.1.0-SNAPSHOT [7/10] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.example.workflow --- [INFO] Deleting /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/examples/org.eclipse.glsp.example.workflow/target [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ org.eclipse.glsp.example.workflow --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ org.eclipse.glsp.example.workflow --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.glsp.example.workflow --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/examples/org.eclipse.glsp.example.workflow/src/main/resources [INFO] Copying 2 resources to model [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.glsp.example.workflow --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/examples/org.eclipse.glsp.example.workflow/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.glsp.example.workflow --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/examples/org.eclipse.glsp.example.workflow/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.glsp.example.workflow --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.glsp.example.workflow --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.glsp.example.workflow --- [INFO] Building jar: /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/examples/org.eclipse.glsp.example.workflow/target/org.eclipse.glsp.example.workflow-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ org.eclipse.glsp.example.workflow --- [INFO] Building jar: /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/examples/org.eclipse.glsp.example.workflow/target/org.eclipse.glsp.example.workflow-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.eclipse.glsp:org.eclipse.glsp.server.test >------------ [INFO] Building org.eclipse.glsp.server.test 1.1.0-SNAPSHOT [8/10] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.server.test --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ org.eclipse.glsp.server.test --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.glsp.server.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/tests/org.eclipse.glsp.server.test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.glsp.server.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/tests/org.eclipse.glsp.server.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.glsp.server.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/tests/org.eclipse.glsp.server.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.glsp.server.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/tests/org.eclipse.glsp.server.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.glsp.server.test --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.glsp.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/tests/org.eclipse.glsp.server.test/target/org.eclipse.glsp.server.test-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ org.eclipse.glsp.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/tests/org.eclipse.glsp.server.test/target/org.eclipse.glsp.server.test-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ------------< org.eclipse.glsp:org.eclipse.glsp.graph.test >------------ [INFO] Building org.eclipse.glsp.graph.test 1.1.0-SNAPSHOT [9/10] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.graph.test --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ org.eclipse.glsp.graph.test --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.glsp.graph.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/tests/org.eclipse.glsp.graph.test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.glsp.graph.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/tests/org.eclipse.glsp.graph.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.glsp.graph.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/tests/org.eclipse.glsp.graph.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.glsp.graph.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/tests/org.eclipse.glsp.graph.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.glsp.graph.test --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.glsp.graph.test --- [INFO] Building jar: /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/tests/org.eclipse.glsp.graph.test/target/org.eclipse.glsp.graph.test-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ org.eclipse.glsp.graph.test --- [INFO] Building jar: /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/tests/org.eclipse.glsp.graph.test/target/org.eclipse.glsp.graph.test-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.tests >--------------- [INFO] Building GLSP Server Tests 1.1.0-SNAPSHOT [10/10] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.tests --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ org.eclipse.glsp.tests --- [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ org.eclipse.glsp.tests --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for GLSP Parent 1.1.0-SNAPSHOT: [INFO] [INFO] GLSP Parent ........................................ SUCCESS [ 13.136 s] [INFO] org.eclipse.glsp.graph ............................. SUCCESS [ 10.656 s] [INFO] org.eclipse.glsp.server ............................ SUCCESS [ 1.897 s] [INFO] org.eclipse.glsp.layout ............................ SUCCESS [ 0.519 s] [INFO] org.eclipse.glsp.server.emf ........................ SUCCESS [ 0.507 s] [INFO] org.eclipse.glsp.server.websocket .................. SUCCESS [ 0.289 s] [INFO] org.eclipse.glsp.example.workflow .................. SUCCESS [ 0.604 s] [INFO] org.eclipse.glsp.server.test ....................... SUCCESS [ 0.909 s] [INFO] org.eclipse.glsp.graph.test ........................ SUCCESS [ 0.245 s] [INFO] GLSP Server Tests .................................. SUCCESS [ 0.002 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 28.965 s [INFO] Finished at: 2023-01-24T08:21:02Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Checkstyle) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 30 min [Pipeline] { [Pipeline] sh + mvn checkstyle:check -Pm2 -B Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] GLSP Parent [pom] [INFO] org.eclipse.glsp.graph [jar] [INFO] org.eclipse.glsp.server [jar] [INFO] org.eclipse.glsp.layout [jar] [INFO] org.eclipse.glsp.server.emf [jar] [INFO] org.eclipse.glsp.server.websocket [jar] [INFO] org.eclipse.glsp.example.workflow [jar] [INFO] org.eclipse.glsp.server.test [jar] [INFO] org.eclipse.glsp.graph.test [jar] [INFO] GLSP Server Tests [pom] [INFO] [INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.parent >-------------- [INFO] Building GLSP Parent 1.1.0-SNAPSHOT [1/10] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default-cli) @ org.eclipse.glsp.parent --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.graph >--------------- [INFO] Building org.eclipse.glsp.graph 1.1.0-SNAPSHOT [2/10] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default-cli) @ org.eclipse.glsp.graph --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.server >-------------- [INFO] Building org.eclipse.glsp.server 1.1.0-SNAPSHOT [3/10] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default-cli) @ org.eclipse.glsp.server --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.layout >-------------- [INFO] Building org.eclipse.glsp.layout 1.1.0-SNAPSHOT [4/10] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default-cli) @ org.eclipse.glsp.layout --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] ------------< org.eclipse.glsp:org.eclipse.glsp.server.emf >------------ [INFO] Building org.eclipse.glsp.server.emf 1.1.0-SNAPSHOT [5/10] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default-cli) @ org.eclipse.glsp.server.emf --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] ---------< org.eclipse.glsp:org.eclipse.glsp.server.websocket >--------- [INFO] Building org.eclipse.glsp.server.websocket 1.1.0-SNAPSHOT [6/10] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default-cli) @ org.eclipse.glsp.server.websocket --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] -----< org.eclipse.glsp.example:org.eclipse.glsp.example.workflow >----- [INFO] Building org.eclipse.glsp.example.workflow 1.1.0-SNAPSHOT [7/10] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default-cli) @ org.eclipse.glsp.example.workflow --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] -----------< org.eclipse.glsp:org.eclipse.glsp.server.test >------------ [INFO] Building org.eclipse.glsp.server.test 1.1.0-SNAPSHOT [8/10] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default-cli) @ org.eclipse.glsp.server.test --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] ------------< org.eclipse.glsp:org.eclipse.glsp.graph.test >------------ [INFO] Building org.eclipse.glsp.graph.test 1.1.0-SNAPSHOT [9/10] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default-cli) @ org.eclipse.glsp.graph.test --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.tests >--------------- [INFO] Building GLSP Server Tests 1.1.0-SNAPSHOT [10/10] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default-cli) @ org.eclipse.glsp.tests --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for GLSP Parent 1.1.0-SNAPSHOT: [INFO] [INFO] GLSP Parent ........................................ SUCCESS [ 1.248 s] [INFO] org.eclipse.glsp.graph ............................. SUCCESS [ 1.213 s] [INFO] org.eclipse.glsp.server ............................ SUCCESS [ 2.687 s] [INFO] org.eclipse.glsp.layout ............................ SUCCESS [ 0.173 s] [INFO] org.eclipse.glsp.server.emf ........................ SUCCESS [ 0.331 s] [INFO] org.eclipse.glsp.server.websocket .................. SUCCESS [ 0.111 s] [INFO] org.eclipse.glsp.example.workflow .................. SUCCESS [ 0.500 s] [INFO] org.eclipse.glsp.server.test ....................... SUCCESS [ 0.129 s] [INFO] org.eclipse.glsp.graph.test ........................ SUCCESS [ 0.100 s] [INFO] GLSP Server Tests .................................. SUCCESS [ 0.065 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 7.528 s [INFO] Finished at: 2023-01-24T08:21:12Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Tests) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 30 min [Pipeline] { [Pipeline] sh + mvn test -Pm2 -B Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] GLSP Parent [pom] [INFO] org.eclipse.glsp.graph [jar] [INFO] org.eclipse.glsp.server [jar] [INFO] org.eclipse.glsp.layout [jar] [INFO] org.eclipse.glsp.server.emf [jar] [INFO] org.eclipse.glsp.server.websocket [jar] [INFO] org.eclipse.glsp.example.workflow [jar] [INFO] org.eclipse.glsp.server.test [jar] [INFO] org.eclipse.glsp.graph.test [jar] [INFO] GLSP Server Tests [pom] [INFO] [INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.parent >-------------- [INFO] Building GLSP Parent 1.1.0-SNAPSHOT [1/10] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ org.eclipse.glsp.parent --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.graph >--------------- [INFO] Building org.eclipse.glsp.graph 1.1.0-SNAPSHOT [2/10] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ org.eclipse.glsp.graph --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ org.eclipse.glsp.graph --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.glsp.graph --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.graph/src/main/resources [INFO] Copying 3 resources to model [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.glsp.graph --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.graph/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.glsp.graph --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.graph/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.glsp.graph --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.glsp.graph --- [INFO] No tests to run. [INFO] [INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.server >-------------- [INFO] Building org.eclipse.glsp.server 1.1.0-SNAPSHOT [3/10] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ org.eclipse.glsp.server --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.glsp.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.glsp.server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 221 source files to /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server/target/classes [INFO] /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server/src/org/eclipse/glsp/server/protocol/DefaultGLSPServer.java: /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server/src/org/eclipse/glsp/server/protocol/DefaultGLSPServer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server/src/org/eclipse/glsp/server/protocol/DefaultGLSPServer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.glsp.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.glsp.server --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.glsp.server --- [INFO] No tests to run. [INFO] [INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.layout >-------------- [INFO] Building org.eclipse.glsp.layout 1.1.0-SNAPSHOT [4/10] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ org.eclipse.glsp.layout --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.glsp.layout --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.layout/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.glsp.layout --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.layout/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.glsp.layout --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.layout/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.glsp.layout --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.glsp.layout --- [INFO] No tests to run. [INFO] [INFO] ------------< org.eclipse.glsp:org.eclipse.glsp.server.emf >------------ [INFO] Building org.eclipse.glsp.server.emf 1.1.0-SNAPSHOT [5/10] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ org.eclipse.glsp.server.emf --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ org.eclipse.glsp.server.emf --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.glsp.server.emf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server.emf/src/main/resources [INFO] Copying 2 resources to model [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.glsp.server.emf --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server.emf/target/classes [INFO] /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server.emf/src/org/eclipse/glsp/server/emf/EMFOperationHandler.java: /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server.emf/src/org/eclipse/glsp/server/emf/EMFOperationHandler.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server.emf/src/org/eclipse/glsp/server/emf/EMFOperationHandler.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.glsp.server.emf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server.emf/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.glsp.server.emf --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.glsp.server.emf --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.glsp:org.eclipse.glsp.server.websocket >--------- [INFO] Building org.eclipse.glsp.server.websocket 1.1.0-SNAPSHOT [6/10] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ org.eclipse.glsp.server.websocket --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.glsp.server.websocket --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server.websocket/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.glsp.server.websocket --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server.websocket/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.glsp.server.websocket --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server.websocket/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.glsp.server.websocket --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.glsp.server.websocket --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.glsp.example:org.eclipse.glsp.example.workflow >----- [INFO] Building org.eclipse.glsp.example.workflow 1.1.0-SNAPSHOT [7/10] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ org.eclipse.glsp.example.workflow --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ org.eclipse.glsp.example.workflow --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.glsp.example.workflow --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/examples/org.eclipse.glsp.example.workflow/src/main/resources [INFO] Copying 2 resources to model [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.glsp.example.workflow --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/examples/org.eclipse.glsp.example.workflow/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.glsp.example.workflow --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/examples/org.eclipse.glsp.example.workflow/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.glsp.example.workflow --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.glsp.example.workflow --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.glsp:org.eclipse.glsp.server.test >------------ [INFO] Building org.eclipse.glsp.server.test 1.1.0-SNAPSHOT [8/10] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ org.eclipse.glsp.server.test --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.glsp.server.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/tests/org.eclipse.glsp.server.test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.glsp.server.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/tests/org.eclipse.glsp.server.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.glsp.server.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/tests/org.eclipse.glsp.server.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.glsp.server.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/tests/org.eclipse.glsp.server.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.glsp.server.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.glsp.server.internal.util.GenericsUtilTest [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 s - in org.eclipse.glsp.server.internal.util.GenericsUtilTest [INFO] Running org.eclipse.glsp.server.features.sourcemodelwatcher.FileWatcherTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.528 s - in org.eclipse.glsp.server.features.sourcemodelwatcher.FileWatcherTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] ------------< org.eclipse.glsp:org.eclipse.glsp.graph.test >------------ [INFO] Building org.eclipse.glsp.graph.test 1.1.0-SNAPSHOT [9/10] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ org.eclipse.glsp.graph.test --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.glsp.graph.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/tests/org.eclipse.glsp.graph.test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.glsp.graph.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/tests/org.eclipse.glsp.graph.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.glsp.graph.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/tests/org.eclipse.glsp.graph.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.glsp.graph.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/tests/org.eclipse.glsp.graph.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.glsp.graph.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.glsp.graph.impl.GEdgeImplSpecTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.291 s - in org.eclipse.glsp.graph.impl.GEdgeImplSpecTest [INFO] Running org.eclipse.glsp.graph.GModelIndexWhenDeserializedFromJsonTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.422 s - in org.eclipse.glsp.graph.GModelIndexWhenDeserializedFromJsonTest [INFO] Running org.eclipse.glsp.graph.ReadAndWriteSModelJsonTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.glsp.graph.ReadAndWriteSModelJsonTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.tests >--------------- [INFO] Building GLSP Server Tests 1.1.0-SNAPSHOT [10/10] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (default) @ org.eclipse.glsp.tests --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for GLSP Parent 1.1.0-SNAPSHOT: [INFO] [INFO] GLSP Parent ........................................ SUCCESS [ 1.524 s] [INFO] org.eclipse.glsp.graph ............................. SUCCESS [ 4.321 s] [INFO] org.eclipse.glsp.server ............................ SUCCESS [ 4.747 s] [INFO] org.eclipse.glsp.layout ............................ SUCCESS [ 0.536 s] [INFO] org.eclipse.glsp.server.emf ........................ SUCCESS [ 0.902 s] [INFO] org.eclipse.glsp.server.websocket .................. SUCCESS [ 0.432 s] [INFO] org.eclipse.glsp.example.workflow .................. SUCCESS [ 1.194 s] [INFO] org.eclipse.glsp.server.test ....................... SUCCESS [ 7.430 s] [INFO] org.eclipse.glsp.graph.test ........................ SUCCESS [ 1.909 s] [INFO] GLSP Server Tests .................................. SUCCESS [ 0.064 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 23.314 s [INFO] Finished at: 2023-01-24T08:21:38Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy (master only)) Stage "Deploy (master only)" skipped due to when conditional [Pipeline] stage [Pipeline] { (Deploy P2) Stage "Deploy (master only)" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy M2) Stage "Deploy (master only)" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] recordIssues [CheckStyle] Using default pattern '**/checkstyle-result.xml' since user defined pattern is not set [CheckStyle] Searching for all files in '/home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig' that match the pattern '**/checkstyle-result.xml' [CheckStyle] Traversing of symbolic links: enabled [CheckStyle] -> found 10 files [CheckStyle] Successfully parsed file /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/examples/org.eclipse.glsp.example.workflow/target/checkstyle-result.xml [CheckStyle] -> found 0 issues (skipped 0 duplicates) [CheckStyle] Successfully processed file 'examples/org.eclipse.glsp.example.workflow/target/checkstyle-result.xml' [CheckStyle] Successfully parsed file /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.graph/target/checkstyle-result.xml [CheckStyle] -> found 0 issues (skipped 0 duplicates) [CheckStyle] Successfully processed file 'plugins/org.eclipse.glsp.graph/target/checkstyle-result.xml' [CheckStyle] Successfully parsed file /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.layout/target/checkstyle-result.xml [CheckStyle] -> found 0 issues (skipped 0 duplicates) [CheckStyle] Successfully processed file 'plugins/org.eclipse.glsp.layout/target/checkstyle-result.xml' [CheckStyle] Successfully parsed file /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server.emf/target/checkstyle-result.xml [CheckStyle] -> found 0 issues (skipped 0 duplicates) [CheckStyle] Successfully processed file 'plugins/org.eclipse.glsp.server.emf/target/checkstyle-result.xml' [CheckStyle] Successfully parsed file /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server.websocket/target/checkstyle-result.xml [CheckStyle] -> found 0 issues (skipped 0 duplicates) [CheckStyle] Successfully processed file 'plugins/org.eclipse.glsp.server.websocket/target/checkstyle-result.xml' [CheckStyle] Successfully parsed file /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/plugins/org.eclipse.glsp.server/target/checkstyle-result.xml [CheckStyle] -> found 0 issues (skipped 0 duplicates) [CheckStyle] Successfully processed file 'plugins/org.eclipse.glsp.server/target/checkstyle-result.xml' [CheckStyle] Successfully parsed file /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/target/checkstyle-result.xml [CheckStyle] -> found 0 issues (skipped 0 duplicates) [CheckStyle] Successfully processed file 'target/checkstyle-result.xml' [CheckStyle] Successfully parsed file /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/tests/org.eclipse.glsp.graph.test/target/checkstyle-result.xml [CheckStyle] -> found 0 issues (skipped 0 duplicates) [CheckStyle] Successfully processed file 'tests/org.eclipse.glsp.graph.test/target/checkstyle-result.xml' [CheckStyle] Successfully parsed file /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/tests/org.eclipse.glsp.server.test/target/checkstyle-result.xml [CheckStyle] -> found 0 issues (skipped 0 duplicates) [CheckStyle] Successfully processed file 'tests/org.eclipse.glsp.server.test/target/checkstyle-result.xml' [CheckStyle] Successfully parsed file /home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig/tests/target/checkstyle-result.xml [CheckStyle] -> found 0 issues (skipped 0 duplicates) [CheckStyle] Successfully processed file 'tests/target/checkstyle-result.xml' [CheckStyle] Skipping post processing [CheckStyle] No filter has been set, publishing all 0 issues [CheckStyle] Repository miner is not configured, skipping repository mining [CheckStyle] Reference build recorder is not configured [CheckStyle] Obtaining reference build from same job (changeloig) [CheckStyle] Using reference build 'eclipse-glsp/glsp-server/changeloig #1' to compute new, fixed, and outstanding issues [CheckStyle] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0 [CheckStyle] Evaluating quality gates [CheckStyle] -> PASSED - Total (any severity): 0 - Quality Gate: 1 [CheckStyle] -> All quality gates have been passed [CheckStyle] Health report is disabled - skipping [CheckStyle] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues) [CheckStyle] Attaching ResultAction with ID 'checkstyle' to build 'eclipse-glsp/glsp-server/changeloig #2'. [GitHub Checks] GitHub check (name: CheckStyle, status: completed) has been published. [Pipeline] withChecks [Pipeline] { [GitHub Checks] GitHub check (name: Tests, status: in_progress) has been published. [Pipeline] junit Recording test results [GitHub Checks] GitHub check (name: Tests, status: completed) has been published. [Pipeline] } [Pipeline] // withChecks [Pipeline] recordIssues [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig') [Maven] -> found 0 issues (skipped 0 duplicates) [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig') [Maven] -> found 0 issues (skipped 0 duplicates) [Maven] Successfully parsed console log [Maven] -> found 0 issues (skipped 0 duplicates) [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig') [Maven] Skipping post processing [Maven] No filter has been set, publishing all 0 issues [Maven] Repository miner is not configured, skipping repository mining [Maven] Reference build recorder is not configured [Maven] Obtaining reference build from same job (changeloig) [Maven] Using reference build 'eclipse-glsp/glsp-server/changeloig #1' to compute new, fixed, and outstanding issues [Maven] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0 [Maven] No quality gates have been set - skipping [Maven] Health report is disabled - skipping [Maven] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues) [Maven] Attaching ResultAction with ID 'maven-warnings' to build 'eclipse-glsp/glsp-server/changeloig #2'. [Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/ipse-glsp_glsp-server_changeloig') [Java Compiler] Successfully parsed console log [Java Compiler] -> found 0 issues (skipped 0 duplicates) [Java Compiler] Skipping post processing [Java Compiler] No filter has been set, publishing all 0 issues [Java Compiler] Repository miner is not configured, skipping repository mining [Java Compiler] Reference build recorder is not configured [Java Compiler] Obtaining reference build from same job (changeloig) [Java Compiler] Using reference build 'eclipse-glsp/glsp-server/changeloig #1' to compute new, fixed, and outstanding issues [Java Compiler] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0 [Java Compiler] No quality gates have been set - skipping [Java Compiler] Health report is disabled - skipping [Java Compiler] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues) [Java Compiler] Attaching ResultAction with ID 'java' to build 'eclipse-glsp/glsp-server/changeloig #2'. [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline [GitHub Checks] GitHub check (name: CI Jenkins Build, status: completed) has been published. Finished: SUCCESS