Skip to content
Failed

Console Output

GitHub pull request #180 of commit 45a47ec4a0fbd47a9714aa77a1257526aeb93fac, no merge conflicts.
Running as SYSTEM
Setting status of 45a47ec4a0fbd47a9714aa77a1257526aeb93fac to PENDING with url https://ci.eclipse.org/rap/job/rap-head-runtime-github/173/ and message: 'Build started for merge commit.'
Agent basic-h7kqm is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-h7kqm"
  namespace: "rap"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.rap.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-h7kqm"
    - 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-h7kqm"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.rap.svc.cluster.local/rap/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.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-rap"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on basic-h7kqm (basic) in workspace /home/jenkins/agent/workspace/rap-head-runtime-github
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
The recommended git tool is: NONE
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-rap/org.eclipse.rap.git
 > git init /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap # timeout=10
Fetching upstream changes from git@github.com:eclipse-rap/org.eclipse.rap.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials GitHub bot (SSH)
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap@tmp/jenkins-gitclient-ssh11723227093320416536.key
Verifying host key using manually-configured host key entries
 > git fetch --tags --force --progress -- git@github.com:eclipse-rap/org.eclipse.rap.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse-rap/org.eclipse.rap.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse-rap/org.eclipse.rap.git # timeout=10
Fetching upstream changes from git@github.com:eclipse-rap/org.eclipse.rap.git
using GIT_SSH to set credentials GitHub bot (SSH)
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap@tmp/jenkins-gitclient-ssh16853094224864607058.key
Verifying host key using manually-configured host key entries
 > git fetch --tags --force --progress -- git@github.com:eclipse-rap/org.eclipse.rap.git +refs/heads/*:refs/remotes/origin/* +refs/pull/180/*:refs/remotes/origin/pr/180/* # timeout=10
 > git rev-parse refs/remotes/origin/pr/180/merge^{commit} # timeout=10
Checking out Revision 8c5694feca756d2e7fb5bffcbeac15b2cf05e16b (refs/remotes/origin/pr/180/merge)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8c5694feca756d2e7fb5bffcbeac15b2cf05e16b # timeout=10
Commit message: "Merge 45a47ec4a0fbd47a9714aa77a1257526aeb93fac into b44b70420f1b8443b8c623d28c8ecaec42b5a09d"
First time build. Skipping changelog.
[rap-head-runtime-github] $ /opt/tools/apache-maven/3.9.2/bin/mvn -f org.eclipse.rap/pom.xml -DghprbActualCommitAuthorEmail=7311310+hendeltom@users.noreply.github.com -DghprbTriggerAuthorLogin=mknauer -DghprbGhRepository=eclipse-rap/org.eclipse.rap -DghprbTargetBranch=main -DghprbPullId=180 -DghprbCredentialsId=github-bot -DghprbAuthorRepoGitUrl=https://github.com/hendeltom/org.eclipse.rap.git "-DghprbTriggerAuthor=Markus Knauer" -DghprbPullAuthorEmail= -DghprbPullLink=https://github.com/eclipse-rap/org.eclipse.rap/pull/180 -Dsha1=origin/pr/180/merge -DghprbPullAuthorLoginMention=@hendeltom "-DghprbPullDescription=GitHub pull request #180 of commit 45a47ec4a0fbd47a9714aa77a1257526aeb93fac, no merge conflicts." -DghprbActualCommit=45a47ec4a0fbd47a9714aa77a1257526aeb93fac -DghprbPullAuthorLogin=hendeltom -DghprbSourceBranch=issue179_scrolling_continues_unexpectedly "-DghprbActualCommitAuthor=Thomas Hendel" -DghprbTriggerAuthorLoginMention=@mknauer "-DghprbPullLongDescription=[Issue 179](https://github.com/eclipse-rap/org.eclipse.rap/issues/179)\r\n\r\nadded a check to AbstractSlider._onThumbMouseMove() whether the main mouse button is still pressed; if that is not the case then the scrolling operation is stopped. for this, the DOM event must be checked because MouseEvent.isLeftButtonPressed() does not work for mousemove." -DghprbTriggerAuthorEmail= -DGIT_BRANCH=issue179_scrolling_continues_unexpectedly "-DghprbPullTitle=Issue 179 scrolling continues unexpectedly" "-DghprbCommentBody=ok to test" -Dmaven.repo.local=/home/jenkins/agent/workspace/rap-head-runtime-github/.repository clean verify -B
Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
Maven home: /opt/tools/apache-maven/3.9.2
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] ### Using TychoRepositoryTransport for remote P2 access ###
[INFO]     Cache location:         /home/jenkins/agent/workspace/rap-head-runtime-github/.repository/.cache/tycho
[INFO]     Transport mode:         online
[INFO]     Update mode:            cache first
[INFO]     Minimum cache duration: 60 minutes
[INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520
[INFO] Adding repository https://download.eclipse.org/tools/orbit/simrel/maven-jetty/release/12.0.6
[INFO] Adding repository https://download.eclipse.org/rt/rap/base-platforms/3.14/extra-dependencies
[INFO] Adding repository https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.filedialog:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/bundles/org.eclipse.rap.filedialog/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.fileupload:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/bundles/org.eclipse.rap.fileupload/pom.xml
[WARNING] [dcda702d-365b-4610-85b2-8d78d50590b2][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,javax.servlet,3.1.0.v201410161800 have severely compromised security. Please report this concern to the artifact provider.
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.jface.databinding:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/bundles/org.eclipse.rap.jface.databinding/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.jface:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/bundles/org.eclipse.rap.jface/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.nebula.jface.gridviewer:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/bundles/org.eclipse.rap.nebula.jface.gridviewer/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.nebula.widgets.grid:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/bundles/org.eclipse.rap.nebula.widgets.grid/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.nebula.widgets.richtext:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/bundles/org.eclipse.rap.nebula.widgets.richtext/pom.xml
[INFO] Adding repository https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-03
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.clientbuilder:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/releng/org.eclipse.rap.clientbuilder/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.rwt:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/bundles/org.eclipse.rap.rwt/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.rwt.osgi:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/bundles/org.eclipse.rap.rwt.osgi/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.ui.cheatsheets:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/bundles/org.eclipse.rap.ui.cheatsheets/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.ui.forms:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/bundles/org.eclipse.rap.ui.forms/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.ui:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/bundles/org.eclipse.rap.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.ui.views:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/bundles/org.eclipse.rap.ui.views/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.ui.workbench:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/bundles/org.eclipse.rap.ui.workbench/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.e4:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/bundles/org.eclipse.rap.e4/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.e4.core.commands:0.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/bundles/org.eclipse.e4.core.commands/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.e4.ui.bindings:0.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/bundles/org.eclipse.e4.ui.bindings/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.e4.ui.workbench.addons.swt:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/bundles/org.eclipse.e4.ui.workbench.addons.swt/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.e4.ui.workbench.renderers.swt:0.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/bundles/org.eclipse.e4.ui.workbench.renderers.swt/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.e4.ui.workbench.swt:0.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/bundles/org.eclipse.e4.ui.workbench.swt/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.e4.ui.workbench:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/bundles/org.eclipse.e4.ui.workbench/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.demo.controls:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/examples/org.eclipse.rap.demo.controls/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.demo.databinding:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/examples/org.eclipse.rap.demo.databinding/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.demo:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/examples/org.eclipse.rap.demo/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.design.example:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/examples/org.eclipse.rap.design.example/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.examples:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/examples/org.eclipse.rap.examples/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.examples.pages:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/examples/org.eclipse.rap.examples.pages/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.filedialog.demo.examples:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/examples/org.eclipse.rap.filedialog.demo.examples/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.nebula.widgets.grid.demo.examples:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/examples/org.eclipse.rap.nebula.widgets.grid.demo.examples/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.nebula.widgets.richtext.demo.examples:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/examples/org.eclipse.rap.nebula.widgets.richtext.demo.examples/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.e4.demo:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/examples/org.eclipse.rap.e4.demo/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.filedialog.test:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/tests/org.eclipse.rap.filedialog.test/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.fileupload.test:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/tests/org.eclipse.rap.fileupload.test/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.nebula.widgets.grid.test:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/tests/org.eclipse.rap.nebula.widgets.grid.test/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.nebula.widgets.richtext.test:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/tests/org.eclipse.rap.nebula.widgets.richtext.test/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.rwt.osgi.test:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/tests/org.eclipse.rap.rwt.osgi.test/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.rwt.testfixture:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/tests/org.eclipse.rap.rwt.testfixture/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.rwt.test:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/tests/org.eclipse.rap.rwt.test/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.rwt.themes.test:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/tests/org.eclipse.rap.rwt.themes.test/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.ui.forms.test:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/tests/org.eclipse.rap.ui.forms.test/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.equinox.target.feature:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/features/org.eclipse.rap.equinox.target.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.examples.feature:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/features/org.eclipse.rap.examples.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.feature:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/features/org.eclipse.rap.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.sdk.feature:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/features/org.eclipse.rap.sdk.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.e4.equinox.target.feature:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/features/org.eclipse.rap.e4.equinox.target.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.e4.examples.feature:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/features/org.eclipse.rap.e4.examples.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.e4.feature:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/features/org.eclipse.rap.e4.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.e4.sdk.feature:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/features/org.eclipse.rap.e4.sdk.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.runtime-aggregation-repository:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/releng/org.eclipse.rap.build/repository/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.runtime-aggregation-repository-e4:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/releng/org.eclipse.rap.build/repository.e4/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] org.eclipse.rap.clientbuilder                           [eclipse-plugin]
[INFO] org.eclipse.rap.rwt                                     [eclipse-plugin]
[INFO] org.eclipse.rap.fileupload                              [eclipse-plugin]
[INFO] org.eclipse.rap.filedialog                              [eclipse-plugin]
[INFO] org.eclipse.rap.jface                                   [eclipse-plugin]
[INFO] org.eclipse.rap.jface.databinding                       [eclipse-plugin]
[INFO] org.eclipse.rap.nebula.widgets.grid                     [eclipse-plugin]
[INFO] org.eclipse.rap.nebula.jface.gridviewer                 [eclipse-plugin]
[INFO] org.eclipse.rap.nebula.widgets.richtext                 [eclipse-plugin]
[INFO] org.eclipse.rap.rwt.osgi                                [eclipse-plugin]
[INFO] org.eclipse.rap.ui.workbench                            [eclipse-plugin]
[INFO] org.eclipse.rap.ui                                      [eclipse-plugin]
[INFO] org.eclipse.rap.ui.forms                                [eclipse-plugin]
[INFO] org.eclipse.rap.ui.cheatsheets                          [eclipse-plugin]
[INFO] org.eclipse.rap.ui.views                                [eclipse-plugin]
[INFO] org.eclipse.e4.core.commands                            [eclipse-plugin]
[INFO] org.eclipse.e4.ui.bindings                              [eclipse-plugin]
[INFO] org.eclipse.e4.ui.workbench                             [eclipse-plugin]
[INFO] org.eclipse.e4.ui.workbench.swt                         [eclipse-plugin]
[INFO] org.eclipse.rap.e4                                      [eclipse-plugin]
[INFO] org.eclipse.e4.ui.workbench.renderers.swt               [eclipse-plugin]
[INFO] org.eclipse.e4.ui.workbench.addons.swt                  [eclipse-plugin]
[INFO] org.eclipse.rap.demo.controls                           [eclipse-plugin]
[INFO] org.eclipse.rap.demo.databinding                        [eclipse-plugin]
[INFO] org.eclipse.rap.demo                                    [eclipse-plugin]
[INFO] org.eclipse.rap.design.example                          [eclipse-plugin]
[INFO] org.eclipse.rap.examples                                [eclipse-plugin]
[INFO] org.eclipse.rap.examples.pages                          [eclipse-plugin]
[INFO] org.eclipse.rap.filedialog.demo.examples                [eclipse-plugin]
[INFO] org.eclipse.rap.nebula.widgets.grid.demo.examples       [eclipse-plugin]
[INFO] org.eclipse.rap.nebula.widgets.richtext.demo.examples   [eclipse-plugin]
[INFO] org.eclipse.rap.e4.demo                                 [eclipse-plugin]
[INFO] org.eclipse.rap.rwt.testfixture                         [eclipse-plugin]
[INFO] org.eclipse.rap.filedialog.test                         [eclipse-plugin]
[INFO] org.eclipse.rap.fileupload.test                         [eclipse-plugin]
[INFO] org.eclipse.rap.nebula.widgets.grid.test                [eclipse-plugin]
[INFO] org.eclipse.rap.nebula.widgets.richtext.test            [eclipse-plugin]
[INFO] org.eclipse.rap.rwt.osgi.test                           [eclipse-plugin]
[INFO] org.eclipse.rap.rwt.test                                [eclipse-plugin]
[INFO] org.eclipse.rap.rwt.themes.test                         [eclipse-plugin]
[INFO] org.eclipse.rap.ui.forms.test                           [eclipse-plugin]
[INFO] org.eclipse.rap.feature                                [eclipse-feature]
[INFO] org.eclipse.rap.equinox.target.feature                 [eclipse-feature]
[INFO] org.eclipse.rap.examples.feature                       [eclipse-feature]
[INFO] org.eclipse.rap.sdk.feature                            [eclipse-feature]
[INFO] org.eclipse.rap.e4.feature                             [eclipse-feature]
[INFO] org.eclipse.rap.e4.equinox.target.feature              [eclipse-feature]
[INFO] org.eclipse.rap.e4.examples.feature                    [eclipse-feature]
[INFO] org.eclipse.rap.e4.sdk.feature                         [eclipse-feature]
[INFO] org.eclipse.rap.runtime-aggregation-repository      [eclipse-repository]
[INFO] org.eclipse.rap.runtime-aggregation-repository-e4   [eclipse-repository]
[INFO] RAP Runtime Build                                                  [pom]
[INFO] 
[INFO] -----------< org.eclipse.rap:org.eclipse.rap.clientbuilder >------------
[INFO] Building org.eclipse.rap.clientbuilder 3.28.0-SNAPSHOT            [1/52]
[INFO]   from releng/org.eclipse.rap.clientbuilder/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.rap.clientbuilder ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.rap.clientbuilder ---
[INFO] The project's OSGi version is 3.28.0.20240110-1440
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.rap.clientbuilder ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.rap.clientbuilder ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.rap.clientbuilder ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.rap.clientbuilder ---
[INFO] Resolving class path of org.eclipse.rap.clientbuilder...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.rap.clientbuilder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/releng/org.eclipse.rap.clientbuilder/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.rap.clientbuilder ---
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/releng/org.eclipse.rap.clientbuilder/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.rap.clientbuilder ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.rap.clientbuilder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/releng/org.eclipse.rap.clientbuilder/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.rap.clientbuilder ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.rap.clientbuilder ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (test) @ org.eclipse.rap.clientbuilder ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.rap.clientbuilder.StringReplacer_Test
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.398 s - in org.eclipse.rap.clientbuilder.StringReplacer_Test
[INFO] Running com.yahoo.platform.yui.compressor.Parser_Test
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.yahoo.platform.yui.compressor.Parser_Test
[INFO] Running org.eclipse.rap.clientbuilder.TokenList_Test
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.rap.clientbuilder.TokenList_Test
[INFO] Running org.eclipse.rap.clientbuilder.Compressor_Test
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.rap.clientbuilder.Compressor_Test
[INFO] Running org.eclipse.rap.clientbuilder.QxCleanup_Test
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.rap.clientbuilder.QxCleanup_Test
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rap.clientbuilder ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.rap.clientbuilder ---
[INFO] Building jar: /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/releng/org.eclipse.rap.clientbuilder/target/org.eclipse.rap.clientbuilder-3.28.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.rap.clientbuilder ---
[INFO] Building jar: /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/releng/org.eclipse.rap.clientbuilder/target/org.eclipse.rap.clientbuilder-3.28.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rap.clientbuilder ---
[INFO] No baseline version MavenProject: org.eclipse.rap:org.eclipse.rap.clientbuilder:3.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-runtime-github/org.eclipse.rap/releng/org.eclipse.rap.clientbuilder/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.rap.clientbuilder ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.rap.clientbuilder ---
[INFO] No tests to run.
[INFO] 
[INFO] ----------------< org.eclipse.rap:org.eclipse.rap.rwt >-----------------
[INFO] Building org.eclipse.rap.rwt 3.28.0-SNAPSHOT                      [2/52]
[INFO]   from bundles/org.eclipse.rap.rwt/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.rap.rwt ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.rap.rwt ---
[INFO] The project's OSGi version is 3.28.0.20240318-1405
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.rap.rwt ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.rap.rwt ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.rap.rwt ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.rap.rwt ---
[INFO] Resolving class path of org.eclipse.rap.rwt...
[INFO] 
[INFO] --- exec:3.0.0:java (default) @ org.eclipse.rap.rwt ---

[ERROR] syntax error

[ERROR] missing ) after argument list

[ERROR] syntax error

[ERROR] Compilation produced 3 syntax errors.
[WARNING] 
org.mozilla.javascript.EvaluatorException: Compilation produced 3 syntax errors.
    at org.eclipse.rap.clientbuilder.JSFile$SystemErrorReporter.runtimeError (JSFile.java:141)
    at org.mozilla.javascript.Parser.parse (Parser.java:659)
    at org.mozilla.javascript.Parser.parse (Parser.java:587)
    at com.yahoo.platform.yui.compressor.JavaScriptCompressor.parse (JavaScriptCompressor.java:326)
    at com.yahoo.platform.yui.compressor.JavaScriptCompressor.<init> (JavaScriptCompressor.java:558)
    at org.eclipse.rap.clientbuilder.JSFile.<init> (JSFile.java:48)
    at org.eclipse.rap.clientbuilder.InputListReader.addFile (InputListReader.java:86)
    at org.eclipse.rap.clientbuilder.InputListReader.readLine (InputListReader.java:78)
    at org.eclipse.rap.clientbuilder.InputListReader.readLines (InputListReader.java:70)
    at org.eclipse.rap.clientbuilder.InputListReader.read (InputListReader.java:52)
    at org.eclipse.rap.clientbuilder.InputListReader.getInputFiles (InputListReader.java:34)
    at org.eclipse.rap.clientbuilder.ClientBuilder.main (ClientBuilder.java:75)
    at org.codehaus.mojo.exec.ExecJavaMojo$1.run (ExecJavaMojo.java:254)
    at java.lang.Thread.run (Thread.java:833)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] org.eclipse.rap.clientbuilder 3.28.0-SNAPSHOT ...... SUCCESS [ 13.545 s]
[INFO] org.eclipse.rap.rwt 3.28.0-SNAPSHOT ................ FAILURE [  1.852 s]
[INFO] org.eclipse.rap.fileupload 3.28.0-SNAPSHOT ......... SKIPPED
[INFO] org.eclipse.rap.filedialog 3.28.0-SNAPSHOT ......... SKIPPED
[INFO] org.eclipse.rap.jface 3.28.0-SNAPSHOT .............. SKIPPED
[INFO] org.eclipse.rap.jface.databinding 3.28.0-SNAPSHOT .. SKIPPED
[INFO] org.eclipse.rap.nebula.widgets.grid 3.28.0-SNAPSHOT  SKIPPED
[INFO] org.eclipse.rap.nebula.jface.gridviewer 3.28.0-SNAPSHOT SKIPPED
[INFO] org.eclipse.rap.nebula.widgets.richtext 3.28.0-SNAPSHOT SKIPPED
[INFO] org.eclipse.rap.rwt.osgi 3.28.0-SNAPSHOT ........... SKIPPED
[INFO] org.eclipse.rap.ui.workbench 3.28.0-SNAPSHOT ....... SKIPPED
[INFO] org.eclipse.rap.ui 3.28.0-SNAPSHOT ................. SKIPPED
[INFO] org.eclipse.rap.ui.forms 3.28.0-SNAPSHOT ........... SKIPPED
[INFO] org.eclipse.rap.ui.cheatsheets 3.28.0-SNAPSHOT ..... SKIPPED
[INFO] org.eclipse.rap.ui.views 3.28.0-SNAPSHOT ........... SKIPPED
[INFO] org.eclipse.e4.core.commands 0.11.0-SNAPSHOT ....... SKIPPED
[INFO] org.eclipse.e4.ui.bindings 0.11.0-SNAPSHOT ......... SKIPPED
[INFO] org.eclipse.e4.ui.workbench 1.3.0-SNAPSHOT ......... SKIPPED
[INFO] org.eclipse.e4.ui.workbench.swt 0.13.0-SNAPSHOT .... SKIPPED
[INFO] org.eclipse.rap.e4 3.28.0-SNAPSHOT ................. SKIPPED
[INFO] org.eclipse.e4.ui.workbench.renderers.swt 0.13.0-SNAPSHOT SKIPPED
[INFO] org.eclipse.e4.ui.workbench.addons.swt 1.2.0-SNAPSHOT SKIPPED
[INFO] org.eclipse.rap.demo.controls 3.28.0-SNAPSHOT ...... SKIPPED
[INFO] org.eclipse.rap.demo.databinding 3.28.0-SNAPSHOT ... SKIPPED
[INFO] org.eclipse.rap.demo 3.28.0-SNAPSHOT ............... SKIPPED
[INFO] org.eclipse.rap.design.example 3.28.0-SNAPSHOT ..... SKIPPED
[INFO] org.eclipse.rap.examples 3.28.0-SNAPSHOT ........... SKIPPED
[INFO] org.eclipse.rap.examples.pages 3.28.0-SNAPSHOT ..... SKIPPED
[INFO] org.eclipse.rap.filedialog.demo.examples 3.28.0-SNAPSHOT SKIPPED
[INFO] org.eclipse.rap.nebula.widgets.grid.demo.examples 3.28.0-SNAPSHOT SKIPPED
[INFO] org.eclipse.rap.nebula.widgets.richtext.demo.examples 3.28.0-SNAPSHOT SKIPPED
[INFO] org.eclipse.rap.e4.demo 3.28.0-SNAPSHOT ............ SKIPPED
[INFO] org.eclipse.rap.rwt.testfixture 3.28.0-SNAPSHOT .... SKIPPED
[INFO] org.eclipse.rap.filedialog.test 3.28.0-SNAPSHOT .... SKIPPED
[INFO] org.eclipse.rap.fileupload.test 3.28.0-SNAPSHOT .... SKIPPED
[INFO] org.eclipse.rap.nebula.widgets.grid.test 3.28.0-SNAPSHOT SKIPPED
[INFO] org.eclipse.rap.nebula.widgets.richtext.test 3.28.0-SNAPSHOT SKIPPED
[INFO] org.eclipse.rap.rwt.osgi.test 3.28.0-SNAPSHOT ...... SKIPPED
[INFO] org.eclipse.rap.rwt.test 3.28.0-SNAPSHOT ........... SKIPPED
[INFO] org.eclipse.rap.rwt.themes.test 3.28.0-SNAPSHOT .... SKIPPED
[INFO] org.eclipse.rap.ui.forms.test 3.28.0-SNAPSHOT ...... SKIPPED
[INFO] org.eclipse.rap.feature 3.28.0-SNAPSHOT ............ SKIPPED
[INFO] org.eclipse.rap.equinox.target.feature 3.28.0-SNAPSHOT SKIPPED
[INFO] org.eclipse.rap.examples.feature 3.28.0-SNAPSHOT ... SKIPPED
[INFO] org.eclipse.rap.sdk.feature 3.28.0-SNAPSHOT ........ SKIPPED
[INFO] org.eclipse.rap.e4.feature 3.28.0-SNAPSHOT ......... SKIPPED
[INFO] org.eclipse.rap.e4.equinox.target.feature 3.28.0-SNAPSHOT SKIPPED
[INFO] org.eclipse.rap.e4.examples.feature 3.28.0-SNAPSHOT  SKIPPED
[INFO] org.eclipse.rap.e4.sdk.feature 3.28.0-SNAPSHOT ..... SKIPPED
[INFO] org.eclipse.rap.runtime-aggregation-repository 3.28.0-SNAPSHOT SKIPPED
[INFO] org.eclipse.rap.runtime-aggregation-repository-e4 3.28.0-SNAPSHOT SKIPPED
[INFO] RAP Runtime Build 3.28.0-SNAPSHOT .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:05 min
[INFO] Finished at: 2024-03-20T14:41:49Z
[INFO] ------------------------------------------------------------------------
[WARNING] 
[WARNING] Plugin validation issues were detected in 9 plugin(s)
[WARNING] 
[WARNING]  * org.eclipse.tycho:tycho-surefire-plugin:3.0.4
[WARNING]  * org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5
[WARNING]  * org.apache.maven.plugins:maven-site-plugin:3.12.1
[WARNING]  * org.eclipse.tycho:tycho-source-plugin:3.0.4
[WARNING]  * org.eclipse.tycho:tycho-packaging-plugin:3.0.4
[WARNING]  * org.apache.maven.plugins:maven-surefire-plugin:2.22.2
[WARNING]  * org.eclipse.tycho:tycho-p2-repository-plugin:3.0.4
[WARNING]  * org.apache.maven.plugins:maven-resources-plugin:2.4.3
[WARNING]  * org.codehaus.mojo:exec-maven-plugin:3.0.0
[WARNING] 
[WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
[WARNING] 
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.0.0:java (default) on project org.eclipse.rap.rwt: An exception occured while executing the Java class. Compilation produced 3 syntax errors. -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :org.eclipse.rap.rwt
Build step 'Invoke top-level Maven targets' marked build as failure
Recording test results
[Checks API] No suitable checks publisher found.
Archiving artifacts
Setting status of 45a47ec4a0fbd47a9714aa77a1257526aeb93fac to FAILURE with url https://ci.eclipse.org/rap/job/rap-head-runtime-github/173/ and message: 'Build finished. '
Finished: FAILURE